diff --git a/generated/alertsmanagement/log.out b/generated/alertsmanagement/log.out index 55c6a13dba..a5566261a4 100644 --- a/generated/alertsmanagement/log.out +++ b/generated/alertsmanagement/log.out @@ -7,6 +7,10 @@ warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | Skipping AlertRuleRecommendations_ListByTargetType due to required query parameter "TargetType" warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. diff --git a/generated/alertsmanagement/microsoft.alertsmanagement/2023-04-01-preview/types.json b/generated/alertsmanagement/microsoft.alertsmanagement/2023-04-01-preview/types.json new file mode 100644 index 0000000000..2d36989a39 --- /dev/null +++ b/generated/alertsmanagement/microsoft.alertsmanagement/2023-04-01-preview/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.AlertsManagement/tenantActivityLogAlerts"}},{"6":{"Value":"2023-04-01-preview"}},{"2":{"Name":"Microsoft.AlertsManagement/tenantActivityLogAlerts","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":1,"Description":"The Activity Log Alert rule properties of the resource."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource. Since Azure Activity Log Alerts is a global service, the location of the rules should always be 'global'."},"tags":{"Type":25,"Flags":0,"Description":"The tags of the resource."}}}},{"2":{"Name":"AlertRuleProperties","Properties":{"tenantScope":{"Type":4,"Flags":0,"Description":"The tenant GUID. Must be provided for tenant-level and management group events rules."},"scopes":{"Type":12,"Flags":0,"Description":"A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item."},"condition":{"Type":13,"Flags":1,"Description":"The condition that will cause this alert to activate."},"actions":{"Type":20,"Flags":1,"Description":"The actions that will activate when the condition is met."},"enabled":{"Type":2,"Flags":0,"Description":"Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated."},"description":{"Type":4,"Flags":0,"Description":"A description of this Activity Log Alert rule."}}}},{"3":{"ItemType":4}},{"2":{"Name":"AlertRuleAllOfCondition","Properties":{"allOf":{"Type":19,"Flags":1,"Description":"The list of Activity Log Alert rule conditions."}}}},{"2":{"Name":"AlertRuleAnyOfOrLeafCondition","Properties":{"anyOf":{"Type":17,"Flags":0,"Description":"An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met."},"field":{"Type":4,"Flags":0,"Description":"The name of the Activity Log event's field that this condition will examine.\nThe possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'."},"equals":{"Type":4,"Flags":0,"Description":"The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met."},"containsAny":{"Type":18,"Flags":0,"Description":"The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met."}}}},{"2":{"Name":"AlertRuleLeafCondition","Properties":{"field":{"Type":4,"Flags":0,"Description":"The name of the Activity Log event's field that this condition will examine.\nThe possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'."},"equals":{"Type":4,"Flags":0,"Description":"The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met."},"containsAny":{"Type":16,"Flags":0,"Description":"The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":15}},{"3":{"ItemType":4}},{"3":{"ItemType":14}},{"2":{"Name":"ActionList","Properties":{"actionGroups":{"Type":24,"Flags":0,"Description":"The list of the Action Groups."}}}},{"2":{"Name":"ActionGroup","Properties":{"actionGroupId":{"Type":4,"Flags":1,"Description":"The resource ID of the Action Group. This cannot be null or empty."},"webhookProperties":{"Type":22,"Flags":0,"Description":"the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload."},"actionProperties":{"Type":23,"Flags":0,"Description":"Predefined list of properties and configuration items for the action group."}}}},{"2":{"Name":"ActionGroupWebhookProperties","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ActionGroupActionProperties","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":21}},{"2":{"Name":"AzureResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.AlertsManagement/tenantActivityLogAlerts@2023-04-01-preview","ScopeType":2,"Body":10,"Flags":0}}] \ No newline at end of file diff --git a/generated/alertsmanagement/microsoft.alertsmanagement/2023-04-01-preview/types.md b/generated/alertsmanagement/microsoft.alertsmanagement/2023-04-01-preview/types.md new file mode 100644 index 0000000000..cff53427ff --- /dev/null +++ b/generated/alertsmanagement/microsoft.alertsmanagement/2023-04-01-preview/types.md @@ -0,0 +1,66 @@ +# Microsoft.AlertsManagement @ 2023-04-01-preview + +## Resource Microsoft.AlertsManagement/tenantActivityLogAlerts@2023-04-01-preview +* **Valid Scope(s)**: ManagementGroup +### Properties +* **apiVersion**: '2023-04-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string: The location of the resource. Since Azure Activity Log Alerts is a global service, the location of the rules should always be 'global'. +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [AlertRuleProperties](#alertruleproperties) (Required): The Activity Log Alert rule properties of the resource. +* **tags**: [AzureResourceTags](#azureresourcetags): The tags of the resource. +* **type**: 'Microsoft.AlertsManagement/tenantActivityLogAlerts' (ReadOnly, DeployTimeConstant): The resource type + +## ActionGroup +### Properties +* **actionGroupId**: string (Required): The resource ID of the Action Group. This cannot be null or empty. +* **actionProperties**: [ActionGroupActionProperties](#actiongroupactionproperties): Predefined list of properties and configuration items for the action group. +* **webhookProperties**: [ActionGroupWebhookProperties](#actiongroupwebhookproperties): the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. + +## ActionGroupActionProperties +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ActionGroupWebhookProperties +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ActionList +### Properties +* **actionGroups**: [ActionGroup](#actiongroup)[]: The list of the Action Groups. + +## AlertRuleAllOfCondition +### Properties +* **allOf**: [AlertRuleAnyOfOrLeafCondition](#alertruleanyoforleafcondition)[] (Required): The list of Activity Log Alert rule conditions. + +## AlertRuleAnyOfOrLeafCondition +### Properties +* **anyOf**: [AlertRuleLeafCondition](#alertruleleafcondition)[]: An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met. +* **containsAny**: string[]: The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. +* **equals**: string: The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. +* **field**: string: The name of the Activity Log event's field that this condition will examine. +The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. + +## AlertRuleLeafCondition +### Properties +* **containsAny**: string[]: The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. +* **equals**: string: The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. +* **field**: string: The name of the Activity Log event's field that this condition will examine. +The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. + +## AlertRuleProperties +### Properties +* **actions**: [ActionList](#actionlist) (Required): The actions that will activate when the condition is met. +* **condition**: [AlertRuleAllOfCondition](#alertruleallofcondition) (Required): The condition that will cause this alert to activate. +* **description**: string: A description of this Activity Log Alert rule. +* **enabled**: bool: Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. +* **scopes**: string[]: A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item. +* **tenantScope**: string: The tenant GUID. Must be provided for tenant-level and management group events rules. + +## AzureResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + diff --git a/generated/appconfiguration/log.out b/generated/appconfiguration/log.out index c205866047..150fe60c29 100644 --- a/generated/appconfiguration/log.out +++ b/generated/appconfiguration/log.out @@ -28,6 +28,16 @@ warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and warning | DeprecatedConfig | Using directive.6.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.7.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.3.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.6.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.7.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/SchemaMissingType | The schema 'ErrorDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/preview/2022-03-01-preview/appconfiguration.json:2116:5 warning | PreCheck/SchemaMissingType | The schema 'ErrorAdditionalInfo' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' diff --git a/generated/appconfiguration/microsoft.appconfiguration/2023-03-01/types.json b/generated/appconfiguration/microsoft.appconfiguration/2023-03-01/types.json new file mode 100644 index 0000000000..2feacb0297 --- /dev/null +++ b/generated/appconfiguration/microsoft.appconfiguration/2023-03-01/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.AppConfiguration/configurationStores"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AppConfiguration/configurationStores","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"identity":{"Type":11,"Flags":0,"Description":"The managed identity information, if configured."},"properties":{"Type":19,"Flags":0,"Description":"The properties of a configuration store."},"sku":{"Type":55,"Flags":1,"Description":"The sku of the configuration store."},"systemData":{"Type":56,"Flags":2,"Description":"Resource system metadata."},"tags":{"Type":67,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"}}}},{"2":{"Name":"ResourceIdentity","Properties":{"type":{"Type":16,"Flags":0,"Description":"The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities."},"userAssignedIdentities":{"Type":18,"Flags":0,"Description":"The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."},"principalId":{"Type":4,"Flags":2,"Description":"The principal id of the identity. This property will only be provided for a system-assigned identity."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity."}}}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"SystemAssigned, UserAssigned"}},{"5":{"Elements":[12,13,14,15,4]}},{"2":{"Name":"UserIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal ID of the user-assigned identity."},"clientId":{"Type":4,"Flags":2,"Description":"The client ID of the user-assigned identity."}}}},{"2":{"Name":"ResourceIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":17}},{"2":{"Name":"ConfigurationStoreProperties","Properties":{"provisioningState":{"Type":26,"Flags":2,"Description":"The provisioning state of the configuration store."},"creationDate":{"Type":4,"Flags":2,"Description":"The creation date of configuration store."},"endpoint":{"Type":4,"Flags":2,"Description":"The DNS endpoint where the configuration store API will be available."},"encryption":{"Type":27,"Flags":0,"Description":"The encryption settings of the configuration store."},"privateEndpointConnections":{"Type":48,"Flags":2,"Description":"The list of private endpoint connections that are set up for this resource."},"publicNetworkAccess":{"Type":51,"Flags":0,"Description":"Control permission for data plane traffic coming from public networks while private endpoint is enabled."},"disableLocalAuth":{"Type":2,"Flags":0,"Description":"Disables all authentication methods other than AAD authentication."},"softDeleteRetentionInDays":{"Type":3,"Flags":0,"Description":"The amount of time in days that the configuration store will be retained when it is soft deleted."},"enablePurgeProtection":{"Type":2,"Flags":0,"Description":"Property specifying whether protection against purge is enabled for this configuration store."},"createMode":{"Type":54,"Flags":4,"Description":"Indicates whether the configuration store need to be recovered."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[20,21,22,23,24,25,4]}},{"2":{"Name":"EncryptionProperties","Properties":{"keyVaultProperties":{"Type":28,"Flags":0,"Description":"Key vault properties."}}}},{"2":{"Name":"KeyVaultProperties","Properties":{"keyIdentifier":{"Type":4,"Flags":0,"Description":"The URI of the key vault key used to encrypt data."},"identityClientId":{"Type":4,"Flags":0,"Description":"The client id of the identity which will be used to access key vault."}}}},{"2":{"Name":"PrivateEndpointConnectionReference","Properties":{"id":{"Type":4,"Flags":2,"Description":"The resource ID."},"name":{"Type":4,"Flags":2,"Description":"The name of the resource."},"type":{"Type":4,"Flags":2,"Description":"The type of the resource."},"properties":{"Type":30,"Flags":0,"Description":"The properties of a private endpoint connection."}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"provisioningState":{"Type":37,"Flags":2,"Description":"The provisioning status of the private endpoint connection."},"privateEndpoint":{"Type":38,"Flags":0,"Description":"The resource of private endpoint."},"privateLinkServiceConnectionState":{"Type":39,"Flags":1,"Description":"A collection of information about the state of the connection between service consumer and provider."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[31,32,33,34,35,36,4]}},{"2":{"Name":"PrivateEndpoint","Properties":{"id":{"Type":4,"Flags":0,"Description":"The resource Id for private endpoint"}}}},{"2":{"Name":"PrivateLinkServiceConnectionState","Properties":{"status":{"Type":44,"Flags":0,"Description":"The private link service connection status."},"description":{"Type":4,"Flags":0,"Description":"The private link service connection description."},"actionsRequired":{"Type":47,"Flags":2,"Description":"Any action that is required beyond basic workflow (approve/ reject/ disconnect)"}}}},{"6":{"Value":"Pending"}},{"6":{"Value":"Approved"}},{"6":{"Value":"Rejected"}},{"6":{"Value":"Disconnected"}},{"5":{"Elements":[40,41,42,43,4]}},{"6":{"Value":"None"}},{"6":{"Value":"Recreate"}},{"5":{"Elements":[45,46,4]}},{"3":{"ItemType":29}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[49,50,4]}},{"6":{"Value":"Recover"}},{"6":{"Value":"Default"}},{"5":{"Elements":[52,53]}},{"2":{"Name":"Sku","Properties":{"name":{"Type":4,"Flags":1,"Description":"The SKU name of the configuration store."}}}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":61,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":66,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[57,58,59,60,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[62,63,64,65,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.AppConfiguration/configurationStores@2023-03-01","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":69,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":70,"Flags":10,"Description":"The resource api version"},"properties":{"Type":30,"Flags":0,"Description":"The properties of a private endpoint."}}}},{"4":{"Name":"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2023-03-01","ScopeType":8,"Body":71,"Flags":0}},{"6":{"Value":"Microsoft.AppConfiguration/configurationStores/keyValues"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AppConfiguration/configurationStores/keyValues","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":73,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":74,"Flags":10,"Description":"The resource api version"},"properties":{"Type":76,"Flags":0,"Description":"All key-value properties."}}}},{"2":{"Name":"KeyValueProperties","Properties":{"key":{"Type":4,"Flags":2,"Description":"The primary identifier of a key-value.\r\nThe key is used in unison with the label to uniquely identify a key-value."},"label":{"Type":4,"Flags":2,"Description":"A value used to group key-values.\r\nThe label is used in unison with the key to uniquely identify a key-value."},"value":{"Type":4,"Flags":0,"Description":"The value of the key-value."},"contentType":{"Type":4,"Flags":0,"Description":"The content type of the key-value's value.\r\nProviding a proper content-type can enable transformations of values when they are retrieved by applications."},"eTag":{"Type":4,"Flags":2,"Description":"An ETag indicating the state of a key-value within a configuration store."},"lastModified":{"Type":4,"Flags":2,"Description":"The last time a modifying operation was performed on the given key-value."},"locked":{"Type":2,"Flags":2,"Description":"A value indicating whether the key-value is locked.\r\nA locked key-value may not be modified until it is unlocked."},"tags":{"Type":77,"Flags":0,"Description":"A dictionary of tags that can help identify what a key-value may be applicable for."}}}},{"2":{"Name":"KeyValuePropertiesTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.AppConfiguration/configurationStores/keyValues@2023-03-01","ScopeType":8,"Body":75,"Flags":0}},{"6":{"Value":"Microsoft.AppConfiguration/configurationStores/replicas"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AppConfiguration/configurationStores/replicas","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":79,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":80,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":0,"Description":"The location of the replica."},"systemData":{"Type":56,"Flags":2,"Description":"Resource system metadata."},"properties":{"Type":82,"Flags":2,"Description":"All replica properties."}}}},{"2":{"Name":"ReplicaProperties","Properties":{"endpoint":{"Type":4,"Flags":2,"Description":"The URI of the replica where the replica API will be available."},"provisioningState":{"Type":88,"Flags":2,"Description":"The provisioning state of the replica."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[83,84,85,86,87,4]}},{"4":{"Name":"Microsoft.AppConfiguration/configurationStores/replicas@2023-03-01","ScopeType":8,"Body":81,"Flags":0}},{"2":{"Name":"ApiKeyListResult","Properties":{"value":{"Type":92,"Flags":0,"Description":"The collection value."},"nextLink":{"Type":4,"Flags":0,"Description":"The URI that can be used to request the next set of paged results."}}}},{"2":{"Name":"ApiKey","Properties":{"id":{"Type":4,"Flags":2,"Description":"The key ID."},"name":{"Type":4,"Flags":2,"Description":"A name for the key describing its usage."},"value":{"Type":4,"Flags":2,"Description":"The value of the key that is used for authentication purposes."},"connectionString":{"Type":4,"Flags":2,"Description":"A connection string that can be used by supporting clients for authentication."},"lastModified":{"Type":4,"Flags":2,"Description":"The last time any of the key's properties were modified."},"readOnly":{"Type":2,"Flags":2,"Description":"Whether this key can only be used for read operations."}}}},{"3":{"ItemType":91}},{"8":{"Name":"listKeys","ResourceType":"Microsoft.AppConfiguration/configurationStores","ApiVersion":"2023-03-01","Output":90}}] \ No newline at end of file diff --git a/generated/appconfiguration/microsoft.appconfiguration/2023-03-01/types.md b/generated/appconfiguration/microsoft.appconfiguration/2023-03-01/types.md new file mode 100644 index 0000000000..f25deffa90 --- /dev/null +++ b/generated/appconfiguration/microsoft.appconfiguration/2023-03-01/types.md @@ -0,0 +1,169 @@ +# Microsoft.AppConfiguration @ 2023-03-01 + +## Resource Microsoft.AppConfiguration/configurationStores@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ResourceIdentity](#resourceidentity): The managed identity information, if configured. +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ConfigurationStoreProperties](#configurationstoreproperties): The properties of a configuration store. +* **sku**: [Sku](#sku) (Required): The sku of the configuration store. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Resource system metadata. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.AppConfiguration/configurationStores' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppConfiguration/configurationStores/keyValues@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [KeyValueProperties](#keyvalueproperties): All key-value properties. +* **type**: 'Microsoft.AppConfiguration/configurationStores/keyValues' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): The properties of a private endpoint. +* **type**: 'Microsoft.AppConfiguration/configurationStores/privateEndpointConnections' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppConfiguration/configurationStores/replicas@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string: The location of the replica. +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ReplicaProperties](#replicaproperties) (ReadOnly): All replica properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Resource system metadata. +* **type**: 'Microsoft.AppConfiguration/configurationStores/replicas' (ReadOnly, DeployTimeConstant): The resource type + +## Function listKeys (Microsoft.AppConfiguration/configurationStores@2023-03-01) +* **Resource**: Microsoft.AppConfiguration/configurationStores +* **ApiVersion**: 2023-03-01 +* **Output**: [ApiKeyListResult](#apikeylistresult) + +## ApiKey +### Properties +* **connectionString**: string (ReadOnly): A connection string that can be used by supporting clients for authentication. +* **id**: string (ReadOnly): The key ID. +* **lastModified**: string (ReadOnly): The last time any of the key's properties were modified. +* **name**: string (ReadOnly): A name for the key describing its usage. +* **readOnly**: bool (ReadOnly): Whether this key can only be used for read operations. +* **value**: string (ReadOnly): The value of the key that is used for authentication purposes. + +## ApiKeyListResult +### Properties +* **nextLink**: string: The URI that can be used to request the next set of paged results. +* **value**: [ApiKey](#apikey)[]: The collection value. + +## ConfigurationStoreProperties +### Properties +* **createMode**: 'Default' | 'Recover' (WriteOnly): Indicates whether the configuration store need to be recovered. +* **creationDate**: string (ReadOnly): The creation date of configuration store. +* **disableLocalAuth**: bool: Disables all authentication methods other than AAD authentication. +* **enablePurgeProtection**: bool: Property specifying whether protection against purge is enabled for this configuration store. +* **encryption**: [EncryptionProperties](#encryptionproperties): The encryption settings of the configuration store. +* **endpoint**: string (ReadOnly): The DNS endpoint where the configuration store API will be available. +* **privateEndpointConnections**: [PrivateEndpointConnectionReference](#privateendpointconnectionreference)[] (ReadOnly): The list of private endpoint connections that are set up for this resource. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): The provisioning state of the configuration store. +* **publicNetworkAccess**: 'Disabled' | 'Enabled' | string: Control permission for data plane traffic coming from public networks while private endpoint is enabled. +* **softDeleteRetentionInDays**: int: The amount of time in days that the configuration store will be retained when it is soft deleted. + +## EncryptionProperties +### Properties +* **keyVaultProperties**: [KeyVaultProperties](#keyvaultproperties): Key vault properties. + +## KeyValueProperties +### Properties +* **contentType**: string: The content type of the key-value's value. +Providing a proper content-type can enable transformations of values when they are retrieved by applications. +* **eTag**: string (ReadOnly): An ETag indicating the state of a key-value within a configuration store. +* **key**: string (ReadOnly): The primary identifier of a key-value. +The key is used in unison with the label to uniquely identify a key-value. +* **label**: string (ReadOnly): A value used to group key-values. +The label is used in unison with the key to uniquely identify a key-value. +* **lastModified**: string (ReadOnly): The last time a modifying operation was performed on the given key-value. +* **locked**: bool (ReadOnly): A value indicating whether the key-value is locked. +A locked key-value may not be modified until it is unlocked. +* **tags**: [KeyValuePropertiesTags](#keyvaluepropertiestags): A dictionary of tags that can help identify what a key-value may be applicable for. +* **value**: string: The value of the key-value. + +## KeyValuePropertiesTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## KeyVaultProperties +### Properties +* **identityClientId**: string: The client id of the identity which will be used to access key vault. +* **keyIdentifier**: string: The URI of the key vault key used to encrypt data. + +## PrivateEndpoint +### Properties +* **id**: string: The resource Id for private endpoint + +## PrivateEndpointConnectionProperties +### Properties +* **privateEndpoint**: [PrivateEndpoint](#privateendpoint): The resource of private endpoint. +* **privateLinkServiceConnectionState**: [PrivateLinkServiceConnectionState](#privatelinkserviceconnectionstate) (Required): A collection of information about the state of the connection between service consumer and provider. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): The provisioning status of the private endpoint connection. + +## PrivateEndpointConnectionReference +### Properties +* **id**: string (ReadOnly): The resource ID. +* **name**: string (ReadOnly): The name of the resource. +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): The properties of a private endpoint connection. +* **type**: string (ReadOnly): The type of the resource. + +## PrivateLinkServiceConnectionState +### Properties +* **actionsRequired**: 'None' | 'Recreate' | string (ReadOnly): Any action that is required beyond basic workflow (approve/ reject/ disconnect) +* **description**: string: The private link service connection description. +* **status**: 'Approved' | 'Disconnected' | 'Pending' | 'Rejected' | string: The private link service connection status. + +## ReplicaProperties +### Properties +* **endpoint**: string (ReadOnly): The URI of the replica where the replica API will be available. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | string (ReadOnly): The provisioning state of the replica. + +## ResourceIdentity +### Properties +* **principalId**: string (ReadOnly): The principal id of the identity. This property will only be provided for a system-assigned identity. +* **tenantId**: string (ReadOnly): The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity. +* **type**: 'None' | 'SystemAssigned' | 'SystemAssigned, UserAssigned' | 'UserAssigned' | string: The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. +* **userAssignedIdentities**: [ResourceIdentityUserAssignedIdentities](#resourceidentityuserassignedidentities): The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + +## ResourceIdentityUserAssignedIdentities +### Properties +### Additional Properties +* **Additional Properties Type**: [UserIdentity](#useridentity) + +## Sku +### Properties +* **name**: string (Required): The SKU name of the configuration store. + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource last modification (UTC) +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## UserIdentity +### Properties +* **clientId**: string (ReadOnly): The client ID of the user-assigned identity. +* **principalId**: string (ReadOnly): The principal ID of the user-assigned identity. + diff --git a/generated/appplatform/log.out b/generated/appplatform/log.out index 2ae92e0022..d1d53e0884 100644 --- a/generated/appplatform/log.out +++ b/generated/appplatform/log.out @@ -9,6 +9,15 @@ warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | Modeler/MissingType | The schema 'ApplicationLiveViewComponent-name' has no type or format information whatsoever. Location: + file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-03-01-preview/appplatform.json#/components/schemas/ApplicationLiveViewComponent-name +warning | Unrecognized property type: any-object. Returning 'any'. +warning | Unrecognized property type: any-object. Returning 'any'. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | Modeler/MissingType | The schema 'ApplicationLiveViewComponent-name' has no type or format information whatsoever. Location: file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2023-01-01-preview/appplatform.json#/components/schemas/ApplicationLiveViewComponent-name warning | Unrecognized property type: any-object. Returning 'any'. diff --git a/generated/appplatform/microsoft.appplatform/2023-03-01-preview/types.json b/generated/appplatform/microsoft.appplatform/2023-03-01-preview/types.json new file mode 100644 index 0000000000..2dce181d32 --- /dev/null +++ b/generated/appplatform/microsoft.appplatform/2023-03-01-preview/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.AppPlatform/Spring"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":0,"Description":"Properties of the Service resource"},"sku":{"Type":40,"Flags":0,"Description":"Sku of the Service resource"},"location":{"Type":4,"Flags":0,"Description":"The GEO location of the resource."},"tags":{"Type":41,"Flags":0,"Description":"Tags of the service which is a list of key value pairs that describe the resource."},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"ClusterResourceProperties","Properties":{"provisioningState":{"Type":23,"Flags":2,"Description":"Provisioning state of the Service"},"networkProfile":{"Type":24,"Flags":0,"Description":"Network profile of the Service"},"vnetAddons":{"Type":35,"Flags":0,"Description":"Additional Service settings in vnet injection instance"},"version":{"Type":3,"Flags":2,"Description":"Version of the Service"},"serviceId":{"Type":4,"Flags":2,"Description":"ServiceInstanceEntity GUID which uniquely identifies a created resource"},"managedEnvironmentId":{"Type":4,"Flags":0,"Description":"The resource Id of the Managed Environment that the Spring Apps instance builds on"},"infraResourceGroup":{"Type":4,"Flags":0,"Description":"The name of the resource group that contains the infrastructure resources"},"powerState":{"Type":38,"Flags":2,"Description":"Power state of the Service"},"zoneRedundant":{"Type":2,"Flags":0},"fqdn":{"Type":4,"Flags":2,"Description":"Fully qualified dns name of the service instance"},"marketplaceResource":{"Type":39,"Flags":0,"Description":"Purchasing 3rd party product of the Service resource."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Starting"}},{"6":{"Value":"Stopping"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Moving"}},{"6":{"Value":"Moved"}},{"6":{"Value":"MoveFailed"}},{"5":{"Elements":[12,13,14,15,16,17,18,19,20,21,22,4]}},{"2":{"Name":"NetworkProfile","Properties":{"serviceRuntimeSubnetId":{"Type":4,"Flags":0,"Description":"Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime"},"appSubnetId":{"Type":4,"Flags":0,"Description":"Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps"},"serviceCidr":{"Type":4,"Flags":0,"Description":"Azure Spring Apps service reserved CIDR"},"serviceRuntimeNetworkResourceGroup":{"Type":4,"Flags":0,"Description":"Name of the resource group containing network resources of Azure Spring Apps Service Runtime"},"appNetworkResourceGroup":{"Type":4,"Flags":0,"Description":"Name of the resource group containing network resources for customer apps in Azure Spring Apps"},"outboundIPs":{"Type":25,"Flags":2,"Description":"Desired outbound IP resources for Azure Spring Apps resource."},"requiredTraffics":{"Type":33,"Flags":2,"Description":"Required inbound or outbound traffics for Azure Spring Apps resource."},"ingressConfig":{"Type":34,"Flags":0,"Description":"Ingress configuration payload for Azure Spring Apps resource."},"outboundType":{"Type":4,"Flags":0,"Description":"The egress traffic type of Azure Spring Apps VNet instances."}}}},{"2":{"Name":"NetworkProfileOutboundIPs","Properties":{"publicIPs":{"Type":26,"Flags":2,"Description":"A list of public IP addresses."}}}},{"3":{"ItemType":4}},{"2":{"Name":"RequiredTraffic","Properties":{"protocol":{"Type":4,"Flags":2,"Description":"The protocol of required traffic"},"port":{"Type":3,"Flags":2,"Description":"The port of required traffic"},"ips":{"Type":28,"Flags":2,"Description":"The ip list of required traffic"},"fqdns":{"Type":29,"Flags":2,"Description":"The FQDN list of required traffic"},"direction":{"Type":32,"Flags":2,"Description":"The direction of required traffic"}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"6":{"Value":"Inbound"}},{"6":{"Value":"Outbound"}},{"5":{"Elements":[30,31,4]}},{"3":{"ItemType":27}},{"2":{"Name":"IngressConfig","Properties":{"readTimeoutInSeconds":{"Type":3,"Flags":0,"Description":"Ingress read time out in seconds."}}}},{"2":{"Name":"ServiceVNetAddons","Properties":{"logStreamPublicEndpoint":{"Type":2,"Flags":0,"Description":"Indicates whether the log stream in vnet injection instance could be accessed from internet."},"dataPlanePublicEndpoint":{"Type":2,"Flags":0,"Description":"Indicates whether the data plane components(log stream, app connect, remote debugging) in vnet injection instance could be accessed from internet."}}}},{"6":{"Value":"Running"}},{"6":{"Value":"Stopped"}},{"5":{"Elements":[36,37,4]}},{"2":{"Name":"MarketplaceResource","Properties":{"plan":{"Type":4,"Flags":0,"Description":"The plan id of the 3rd Party Artifact that is being procured."},"publisher":{"Type":4,"Flags":0,"Description":"The publisher id of the 3rd Party Artifact that is being bought."},"product":{"Type":4,"Flags":0,"Description":"The 3rd Party artifact that is being procured."}}}},{"2":{"Name":"Sku","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the Sku"},"tier":{"Type":4,"Flags":0,"Description":"Tier of the Sku"},"capacity":{"Type":3,"Flags":0,"Description":"Current capacity of the target resource"}}}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":47,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":52,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource modification (UTC)."}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[43,44,45,46,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[48,49,50,51,4]}},{"4":{"Name":"Microsoft.AppPlatform/Spring@2023-03-01-preview","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.AppPlatform/Spring/configServers"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/configServers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":54,"Flags":9,"Description":"The resource name"},"type":{"Type":55,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":56,"Flags":10,"Description":"The resource api version"},"properties":{"Type":58,"Flags":0,"Description":"Properties of the Config Server resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"ConfigServerProperties","Properties":{"provisioningState":{"Type":64,"Flags":2,"Description":"State of the config server."},"error":{"Type":65,"Flags":0,"Description":"Error when apply config server settings."},"configServer":{"Type":66,"Flags":0,"Description":"Settings of config server."}}}},{"6":{"Value":"NotAvailable"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[59,60,61,62,63,4]}},{"2":{"Name":"Error","Properties":{"code":{"Type":4,"Flags":0,"Description":"The code of error."},"message":{"Type":4,"Flags":0,"Description":"The message of error."}}}},{"2":{"Name":"ConfigServerSettings","Properties":{"gitProperty":{"Type":67,"Flags":0,"Description":"Property of git environment."}}}},{"2":{"Name":"ConfigServerGitProperty","Properties":{"repositories":{"Type":71,"Flags":0,"Description":"Repositories of git."},"uri":{"Type":4,"Flags":1,"Description":"URI of the repository"},"label":{"Type":4,"Flags":0,"Description":"Label of the repository"},"searchPaths":{"Type":72,"Flags":0,"Description":"Searching path of the repository"},"username":{"Type":4,"Flags":0,"Description":"Username of git repository basic auth."},"password":{"Type":4,"Flags":0,"Description":"Password of git repository basic auth."},"hostKey":{"Type":4,"Flags":0,"Description":"Public sshKey of git repository."},"hostKeyAlgorithm":{"Type":4,"Flags":0,"Description":"SshKey algorithm of git repository."},"privateKey":{"Type":4,"Flags":0,"Description":"Private sshKey algorithm of git repository."},"strictHostKeyChecking":{"Type":2,"Flags":0,"Description":"Strict host key checking or not."}}}},{"2":{"Name":"GitPatternRepository","Properties":{"name":{"Type":4,"Flags":1,"Description":"Name of the repository"},"pattern":{"Type":69,"Flags":0,"Description":"Collection of pattern of the repository"},"uri":{"Type":4,"Flags":1,"Description":"URI of the repository"},"label":{"Type":4,"Flags":0,"Description":"Label of the repository"},"searchPaths":{"Type":70,"Flags":0,"Description":"Searching path of the repository"},"username":{"Type":4,"Flags":0,"Description":"Username of git repository basic auth."},"password":{"Type":4,"Flags":0,"Description":"Password of git repository basic auth."},"hostKey":{"Type":4,"Flags":0,"Description":"Public sshKey of git repository."},"hostKeyAlgorithm":{"Type":4,"Flags":0,"Description":"SshKey algorithm of git repository."},"privateKey":{"Type":4,"Flags":0,"Description":"Private sshKey algorithm of git repository."},"strictHostKeyChecking":{"Type":2,"Flags":0,"Description":"Strict host key checking or not."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":68}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.AppPlatform/Spring/configServers@2023-03-01-preview","ScopeType":8,"Body":57,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/configurationServices"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/configurationServices","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":74,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":75,"Flags":10,"Description":"The resource api version"},"properties":{"Type":77,"Flags":0,"Description":"Application Configuration Service properties payload"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"ConfigurationServiceProperties","Properties":{"provisioningState":{"Type":83,"Flags":2,"Description":"State of the Application Configuration Service."},"resourceRequests":{"Type":84,"Flags":2,"Description":"The requested resource quantity for required CPU and Memory."},"instances":{"Type":86,"Flags":2,"Description":"Collection of instances belong to Application Configuration Service."},"settings":{"Type":87,"Flags":0,"Description":"The settings of Application Configuration Service."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[78,79,80,81,82,4]}},{"2":{"Name":"ConfigurationServiceResourceRequests","Properties":{"cpu":{"Type":4,"Flags":2,"Description":"Cpu allocated to each Application Configuration Service instance"},"memory":{"Type":4,"Flags":2,"Description":"Memory allocated to each Application Configuration Service instance"},"instanceCount":{"Type":3,"Flags":2,"Description":"Instance count of the Application Configuration Service"}}}},{"2":{"Name":"ConfigurationServiceInstance","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the Application Configuration Service instance"},"status":{"Type":4,"Flags":2,"Description":"Status of the Application Configuration Service instance"}}}},{"3":{"ItemType":85}},{"2":{"Name":"ConfigurationServiceSettings","Properties":{"gitProperty":{"Type":88,"Flags":0,"Description":"Property of git environment."}}}},{"2":{"Name":"ConfigurationServiceGitProperty","Properties":{"repositories":{"Type":92,"Flags":0,"Description":"Repositories of Application Configuration Service git property."}}}},{"2":{"Name":"ConfigurationServiceGitRepository","Properties":{"name":{"Type":4,"Flags":1,"Description":"Name of the repository"},"patterns":{"Type":90,"Flags":1,"Description":"Collection of patterns of the repository"},"uri":{"Type":4,"Flags":1,"Description":"URI of the repository"},"label":{"Type":4,"Flags":1,"Description":"Label of the repository"},"searchPaths":{"Type":91,"Flags":0,"Description":"Searching path of the repository"},"username":{"Type":4,"Flags":0,"Description":"Username of git repository basic auth."},"password":{"Type":4,"Flags":0,"Description":"Password of git repository basic auth."},"hostKey":{"Type":4,"Flags":0,"Description":"Public sshKey of git repository."},"hostKeyAlgorithm":{"Type":4,"Flags":0,"Description":"SshKey algorithm of git repository."},"privateKey":{"Type":4,"Flags":0,"Description":"Private sshKey algorithm of git repository."},"strictHostKeyChecking":{"Type":2,"Flags":0,"Description":"Strict host key checking or not."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":89}},{"4":{"Name":"Microsoft.AppPlatform/Spring/configurationServices@2023-03-01-preview","ScopeType":8,"Body":76,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/serviceRegistries"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/serviceRegistries","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":94,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":95,"Flags":10,"Description":"The resource api version"},"properties":{"Type":97,"Flags":2,"Description":"Service Registry properties payload"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"ServiceRegistryProperties","Properties":{"provisioningState":{"Type":103,"Flags":2,"Description":"State of the Service Registry."},"resourceRequests":{"Type":104,"Flags":2,"Description":"The requested resource quantity for required CPU and Memory."},"instances":{"Type":106,"Flags":2,"Description":"Collection of instances belong to Service Registry."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[98,99,100,101,102,4]}},{"2":{"Name":"ServiceRegistryResourceRequests","Properties":{"cpu":{"Type":4,"Flags":2,"Description":"Cpu allocated to each Service Registry instance"},"memory":{"Type":4,"Flags":2,"Description":"Memory allocated to each Service Registry instance"},"instanceCount":{"Type":3,"Flags":2,"Description":"Instance count of the Service Registry"}}}},{"2":{"Name":"ServiceRegistryInstance","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the Service Registry instance"},"status":{"Type":4,"Flags":2,"Description":"Status of the Service Registry instance"}}}},{"3":{"ItemType":105}},{"4":{"Name":"Microsoft.AppPlatform/Spring/serviceRegistries@2023-03-01-preview","ScopeType":8,"Body":96,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/applicationLiveViews"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/applicationLiveViews","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":108,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":109,"Flags":10,"Description":"The resource api version"},"properties":{"Type":111,"Flags":0,"Description":"Application Live View properties payload"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"ApplicationLiveViewProperties","Properties":{"provisioningState":{"Type":118,"Flags":2,"Description":"State of the Application Live View."},"components":{"Type":123,"Flags":2,"Description":"Component details of Application Live View"}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[112,113,114,115,116,117,4]}},{"2":{"Name":"ApplicationLiveViewComponent","Properties":{"name":{"Type":0,"Flags":2,"Description":"Name of the component."},"resourceRequests":{"Type":120,"Flags":2,"Description":"The requested resource quantity for required CPU and Memory."},"instances":{"Type":122,"Flags":2,"Description":"Collection of instances belong to Application Live View."}}}},{"2":{"Name":"ApplicationLiveViewResourceRequests","Properties":{"cpu":{"Type":4,"Flags":2,"Description":"Cpu quantity allocated to each Application Live View component instance. 1 core can be represented by 1 or 1000m."},"memory":{"Type":4,"Flags":2,"Description":"Memory quantity allocated to each Application Live View component instance. 1 GB can be represented by 1Gi or 1024Mi."},"instanceCount":{"Type":3,"Flags":2,"Description":"Desired instance count of Application Live View component instance."}}}},{"2":{"Name":"ApplicationLiveViewInstance","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the Application Live View instance."},"status":{"Type":4,"Flags":2,"Description":"Status of the Application Live View instance. It can be Pending, Running, Succeeded, Failed, Unknown."}}}},{"3":{"ItemType":121}},{"3":{"ItemType":119}},{"4":{"Name":"Microsoft.AppPlatform/Spring/applicationLiveViews@2023-03-01-preview","ScopeType":8,"Body":110,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/DevToolPortals"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/DevToolPortals","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":125,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":126,"Flags":10,"Description":"The resource api version"},"properties":{"Type":128,"Flags":0,"Description":"Dev Tool Portal properties payload"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"DevToolPortalProperties","Properties":{"provisioningState":{"Type":135,"Flags":2,"Description":"State of the Dev Tool Portal."},"resourceRequests":{"Type":136,"Flags":2,"Description":"The requested resource quantity for required CPU and Memory."},"instances":{"Type":138,"Flags":2,"Description":"Collection of instances belong to Dev Tool Portal."},"public":{"Type":2,"Flags":0,"Description":"Indicates whether the resource exposes public endpoint"},"url":{"Type":4,"Flags":2,"Description":"URL of the resource, exposed when 'public' is true."},"ssoProperties":{"Type":139,"Flags":0,"Description":"Single sign-on related configuration"},"features":{"Type":141,"Flags":0,"Description":"Settings for Dev Tool Portal"}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[129,130,131,132,133,134,4]}},{"2":{"Name":"DevToolPortalResourceRequests","Properties":{"cpu":{"Type":4,"Flags":2,"Description":"Cpu quantity allocated to each Dev Tool Portal instance. 1 core can be represented by 1 or 1000m"},"memory":{"Type":4,"Flags":2,"Description":"Memory quantity allocated to each Dev Tool Portal instance. 1 GB can be represented by 1Gi or 1024Mi."},"instanceCount":{"Type":3,"Flags":2,"Description":"Desired instance count of Dev Tool Portal."}}}},{"2":{"Name":"DevToolPortalInstance","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the Dev Tool Portal instance."},"status":{"Type":4,"Flags":2,"Description":"Status of the Dev Tool Portal instance. It can be Pending, Running, Succeeded, Failed, Unknown."}}}},{"3":{"ItemType":137}},{"2":{"Name":"DevToolPortalSsoProperties","Properties":{"scopes":{"Type":140,"Flags":0,"Description":"It defines the specific actions applications can be allowed to do on a user's behalf"},"clientId":{"Type":4,"Flags":0,"Description":"The public identifier for the application"},"clientSecret":{"Type":4,"Flags":0,"Description":"The secret known only to the application and the authorization server"},"metadataUrl":{"Type":4,"Flags":0,"Description":"The URI of a JSON file with generic OIDC provider configuration."}}}},{"3":{"ItemType":4}},{"2":{"Name":"DevToolPortalFeatureSettings","Properties":{"applicationAccelerator":{"Type":142,"Flags":0,"Description":"Detail of Accelerator plugin"},"applicationLiveView":{"Type":142,"Flags":0,"Description":"Detail of App Live View plugin"}}}},{"2":{"Name":"DevToolPortalFeatureDetail","Properties":{"state":{"Type":145,"Flags":0,"Description":"State of the plugin"},"route":{"Type":4,"Flags":2,"Description":"Route path to visit the plugin"}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[143,144,4]}},{"4":{"Name":"Microsoft.AppPlatform/Spring/DevToolPortals@2023-03-01-preview","ScopeType":8,"Body":127,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/containerRegistries"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/containerRegistries","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":147,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":148,"Flags":10,"Description":"The resource api version"},"properties":{"Type":150,"Flags":0,"Description":"Properties of the container registry resource payload."},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"ContainerRegistryProperties","Properties":{"credentials":{"Type":151,"Flags":1,"Description":"The credentials of the container registry resource."},"provisioningState":{"Type":159,"Flags":2,"Description":"State of the Container Registry."}}}},{"7":{"Name":"ContainerRegistryCredentials","Discriminator":"type","BaseProperties":{},"Elements":{"BasicAuth":152}}},{"2":{"Name":"ContainerRegistryBasicCredentials","Properties":{"server":{"Type":4,"Flags":1,"Description":"The login server of the Container Registry."},"username":{"Type":4,"Flags":1,"Description":"The username of the Container Registry."},"password":{"Type":4,"Flags":5,"Description":"The password of the Container Registry."},"type":{"Type":153,"Flags":1,"Description":"The credential type of the container registry credentials."}}}},{"6":{"Value":"BasicAuth"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[154,155,156,157,158,4]}},{"4":{"Name":"Microsoft.AppPlatform/Spring/containerRegistries@2023-03-01-preview","ScopeType":8,"Body":149,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/buildServices"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/buildServices","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":161,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":162,"Flags":10,"Description":"The resource api version"},"properties":{"Type":164,"Flags":0,"Description":"Properties of the build resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"BuildServiceProperties","Properties":{"containerRegistry":{"Type":4,"Flags":0,"Description":"The resource id of the container registry used in this build service."},"kPackVersion":{"Type":4,"Flags":2,"Description":"The installed KPack version in this build service."},"provisioningState":{"Type":170,"Flags":2,"Description":"Provisioning state of the KPack build service"},"resourceRequests":{"Type":171,"Flags":0,"Description":"The runtime resource configuration of this build service."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[165,166,167,168,169,4]}},{"2":{"Name":"BuildServicePropertiesResourceRequests","Properties":{"cpu":{"Type":4,"Flags":2,"Description":"vCPU allocated to the entire build service node pool."},"memory":{"Type":4,"Flags":2,"Description":"Memory allocated to the entire build service node pool."}}}},{"4":{"Name":"Microsoft.AppPlatform/Spring/buildServices@2023-03-01-preview","ScopeType":8,"Body":163,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/buildServices/builds"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/buildServices/builds","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":173,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":174,"Flags":10,"Description":"The resource api version"},"properties":{"Type":176,"Flags":0,"Description":"Properties of the build resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"BuildProperties","Properties":{"relativePath":{"Type":4,"Flags":0,"Description":"The relative path of source code"},"builder":{"Type":4,"Flags":0,"Description":"The resource id of builder to build the source code"},"agentPool":{"Type":4,"Flags":0,"Description":"The resource id of agent pool"},"provisioningState":{"Type":182,"Flags":2,"Description":"Provisioning state of the KPack build result"},"env":{"Type":183,"Flags":0,"Description":"The environment variables for this build"},"triggeredBuildResult":{"Type":184,"Flags":2,"Description":"The build result triggered by this build"},"resourceRequests":{"Type":185,"Flags":0,"Description":"The customized build resource for this build"}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[177,178,179,180,181,4]}},{"2":{"Name":"BuildPropertiesEnv","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"TriggeredBuildResult","Properties":{"id":{"Type":4,"Flags":0,"Description":"The unique build id of this build result"}}}},{"2":{"Name":"BuildResourceRequests","Properties":{"cpu":{"Type":4,"Flags":0,"Description":"Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m. \r\nThe default value is 1, this should not exceed build service agent pool cpu size."},"memory":{"Type":4,"Flags":0,"Description":"Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi. \r\nThe default value is 2Gi, this should not exceed build service agent pool memory size."}}}},{"4":{"Name":"Microsoft.AppPlatform/Spring/buildServices/builds@2023-03-01-preview","ScopeType":8,"Body":175,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":187,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":188,"Flags":10,"Description":"The resource api version"},"properties":{"Type":190,"Flags":0,"Description":"Properties of a buildpack binding"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"BuildpackBindingProperties","Properties":{"bindingType":{"Type":198,"Flags":0,"Description":"Buildpack Binding Type"},"provisioningState":{"Type":204,"Flags":2,"Description":"State of the Buildpack Binding."},"launchProperties":{"Type":205,"Flags":0,"Description":"The object describes the buildpack binding launch properties"}}}},{"6":{"Value":"ApplicationInsights"}},{"6":{"Value":"ApacheSkyWalking"}},{"6":{"Value":"AppDynamics"}},{"6":{"Value":"Dynatrace"}},{"6":{"Value":"NewRelic"}},{"6":{"Value":"ElasticAPM"}},{"6":{"Value":"CACertificates"}},{"5":{"Elements":[191,192,193,194,195,196,197,4]}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[199,200,201,202,203,4]}},{"2":{"Name":"BuildpackBindingLaunchProperties","Properties":{"properties":{"Type":206,"Flags":0,"Description":"Non-sensitive properties for launchProperties"},"secrets":{"Type":207,"Flags":0,"Description":"Sensitive properties for launchProperties"}}}},{"2":{"Name":"BuildpackBindingLaunchProperties","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"BuildpackBindingLaunchPropertiesSecrets","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-03-01-preview","ScopeType":8,"Body":189,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/buildServices/builders"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/buildServices/builders","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":209,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":210,"Flags":10,"Description":"The resource api version"},"properties":{"Type":212,"Flags":0,"Description":"Property of the Builder resource."},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"BuilderProperties","Properties":{"provisioningState":{"Type":218,"Flags":2,"Description":"Builder provision status."},"stack":{"Type":219,"Flags":0,"Description":"Builder cluster stack property."},"buildpackGroups":{"Type":223,"Flags":0,"Description":"Builder buildpack groups."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[213,214,215,216,217,4]}},{"2":{"Name":"StackProperties","Properties":{"id":{"Type":4,"Flags":0,"Description":"Id of the ClusterStack."},"version":{"Type":4,"Flags":0,"Description":"Version of the ClusterStack"}}}},{"2":{"Name":"BuildpacksGroupProperties","Properties":{"name":{"Type":4,"Flags":0,"Description":"Buildpack group name"},"buildpacks":{"Type":222,"Flags":0,"Description":"Buildpacks in the buildpack group"}}}},{"2":{"Name":"BuildpackProperties","Properties":{"id":{"Type":4,"Flags":0,"Description":"Id of the buildpack"}}}},{"3":{"ItemType":221}},{"3":{"ItemType":220}},{"4":{"Name":"Microsoft.AppPlatform/Spring/buildServices/builders@2023-03-01-preview","ScopeType":8,"Body":211,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/buildServices/agentPools"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/buildServices/agentPools","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":225,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":226,"Flags":10,"Description":"The resource api version"},"properties":{"Type":228,"Flags":0,"Description":"build service agent pool properties"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"BuildServiceAgentPoolProperties","Properties":{"provisioningState":{"Type":4,"Flags":2,"Description":"Provisioning state of the build service agent pool"},"poolSize":{"Type":229,"Flags":0,"Description":"build service agent pool size properties"}}}},{"2":{"Name":"BuildServiceAgentPoolSizeProperties","Properties":{"name":{"Type":4,"Flags":0,"Description":"The name of build service agent pool size"},"cpu":{"Type":4,"Flags":2,"Description":"The cpu property of build service agent pool size"},"memory":{"Type":4,"Flags":2,"Description":"The memory property of build service agent pool size"}}}},{"4":{"Name":"Microsoft.AppPlatform/Spring/buildServices/agentPools@2023-03-01-preview","ScopeType":8,"Body":227,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.AppPlatform/Spring/monitoringSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/monitoringSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":231,"Flags":9,"Description":"The resource name"},"type":{"Type":232,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":233,"Flags":10,"Description":"The resource api version"},"properties":{"Type":235,"Flags":0,"Description":"Properties of the Monitoring Setting resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"MonitoringSettingProperties","Properties":{"provisioningState":{"Type":240,"Flags":2,"Description":"State of the Monitoring Setting."},"error":{"Type":65,"Flags":0,"Description":"Error when apply Monitoring Setting changes."},"traceEnabled":{"Type":2,"Flags":0,"Description":"Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not"},"appInsightsInstrumentationKey":{"Type":4,"Flags":0,"Description":"Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings"},"appInsightsSamplingRate":{"Type":3,"Flags":0,"Description":"Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0]"},"appInsightsAgentVersions":{"Type":241,"Flags":0,"Description":"Indicates the versions of application insight agent"}}}},{"6":{"Value":"NotAvailable"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[236,237,238,239,4]}},{"2":{"Name":"ApplicationInsightsAgentVersions","Properties":{"java":{"Type":4,"Flags":2,"Description":"Indicates the version of application insight java agent"}}}},{"4":{"Name":"Microsoft.AppPlatform/Spring/monitoringSettings@2023-03-01-preview","ScopeType":8,"Body":234,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/apps"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/apps","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":243,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":244,"Flags":10,"Description":"The resource api version"},"properties":{"Type":246,"Flags":0,"Description":"Properties of the App resource"},"identity":{"Type":276,"Flags":0,"Description":"The Managed Identity type of the app resource"},"location":{"Type":4,"Flags":0,"Description":"The GEO location of the application, always the same with its parent resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"AppResourceProperties","Properties":{"public":{"Type":2,"Flags":0,"Description":"Indicates whether the App exposes public endpoint"},"url":{"Type":4,"Flags":2,"Description":"URL of the App"},"addonConfigs":{"Type":247,"Flags":0,"Description":"Collection of addons"},"provisioningState":{"Type":253,"Flags":2,"Description":"Provisioning state of the App"},"fqdn":{"Type":4,"Flags":2,"Description":"Fully qualified dns Name."},"httpsOnly":{"Type":2,"Flags":0,"Description":"Indicate if only https is allowed."},"temporaryDisk":{"Type":254,"Flags":0,"Description":"Temporary disk settings"},"persistentDisk":{"Type":255,"Flags":0,"Description":"Persistent disk settings"},"customPersistentDisks":{"Type":261,"Flags":0,"Description":"List of custom persistent disks"},"enableEndToEndTLS":{"Type":2,"Flags":0,"Description":"Indicate if end to end TLS is enabled."},"loadedCertificates":{"Type":263,"Flags":0,"Description":"Collection of loaded certificates"},"vnetAddons":{"Type":264,"Flags":0,"Description":"Additional App settings in vnet injection instance"},"ingressSettings":{"Type":265,"Flags":0,"Description":"App ingress settings payload."},"secrets":{"Type":275,"Flags":0,"Description":"Collection of auth secrets"}}}},{"2":{"Name":"AppResourcePropertiesAddonConfigs","Properties":{},"AdditionalProperties":0}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[248,249,250,251,252,4]}},{"2":{"Name":"TemporaryDisk","Properties":{"sizeInGB":{"Type":3,"Flags":0,"Description":"Size of the temporary disk in GB"},"mountPath":{"Type":4,"Flags":0,"Description":"Mount path of the temporary disk"}}}},{"2":{"Name":"PersistentDisk","Properties":{"sizeInGB":{"Type":3,"Flags":0,"Description":"Size of the persistent disk in GB"},"usedInGB":{"Type":3,"Flags":2,"Description":"Size of the used persistent disk in GB"},"mountPath":{"Type":4,"Flags":0,"Description":"Mount path of the persistent disk"}}}},{"2":{"Name":"CustomPersistentDiskResource","Properties":{"customPersistentDiskProperties":{"Type":257,"Flags":0,"Description":"Properties of the custom persistent disk resource payload."},"storageId":{"Type":4,"Flags":1,"Description":"The resource id of Azure Spring Apps Storage resource."}}}},{"7":{"Name":"CustomPersistentDiskProperties","Discriminator":"type","BaseProperties":{"mountPath":{"Type":4,"Flags":1,"Description":"The mount path of the persistent disk."},"readOnly":{"Type":2,"Flags":0,"Description":"Indicates whether the persistent disk is a readOnly one."},"enableSubPath":{"Type":2,"Flags":0,"Description":"If set to true, it will create and mount a dedicated directory for every individual app instance."},"mountOptions":{"Type":258,"Flags":0,"Description":"These are the mount options for a persistent disk."}},"Elements":{"AzureFileVolume":259}}},{"3":{"ItemType":4}},{"2":{"Name":"AzureFileVolume","Properties":{"shareName":{"Type":4,"Flags":0,"Description":"The share name of the Azure File share."},"type":{"Type":260,"Flags":1,"Description":"The type of the underlying resource to mount as a persistent disk."}}}},{"6":{"Value":"AzureFileVolume"}},{"3":{"ItemType":256}},{"2":{"Name":"LoadedCertificate","Properties":{"resourceId":{"Type":4,"Flags":1,"Description":"Resource Id of loaded certificate"},"loadTrustStore":{"Type":2,"Flags":0,"Description":"Indicate whether the certificate will be loaded into default trust store, only work for Java runtime."}}}},{"3":{"ItemType":262}},{"2":{"Name":"AppVNetAddons","Properties":{"publicEndpoint":{"Type":2,"Flags":0,"Description":"Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet."},"publicEndpointUrl":{"Type":4,"Flags":2,"Description":"URL of the App in vnet injection instance which could be accessed from internet"}}}},{"2":{"Name":"IngressSettings","Properties":{"readTimeoutInSeconds":{"Type":3,"Flags":0,"Description":"Ingress read time out in seconds."},"sendTimeoutInSeconds":{"Type":3,"Flags":0,"Description":"Ingress send time out in seconds."},"sessionAffinity":{"Type":268,"Flags":0,"Description":"Type of the affinity, set this to Cookie to enable session affinity."},"sessionCookieMaxAge":{"Type":3,"Flags":0,"Description":"Time in seconds until the cookie expires."},"backendProtocol":{"Type":271,"Flags":0,"Description":"How ingress should communicate with this app backend service."},"clientAuth":{"Type":272,"Flags":0,"Description":"Client-Certification Authentication."}}}},{"6":{"Value":"Cookie"}},{"6":{"Value":"None"}},{"5":{"Elements":[266,267,4]}},{"6":{"Value":"GRPC"}},{"6":{"Value":"Default"}},{"5":{"Elements":[269,270,4]}},{"2":{"Name":"IngressSettingsClientAuth","Properties":{"certificates":{"Type":273,"Flags":0,"Description":"Collection of certificate resource id."}}}},{"3":{"ItemType":4}},{"2":{"Name":"Secret","Properties":{"name":{"Type":4,"Flags":0,"Description":"Secret Name."},"value":{"Type":4,"Flags":4,"Description":"Secret Value."}}}},{"3":{"ItemType":274}},{"2":{"Name":"ManagedIdentityProperties","Properties":{"type":{"Type":281,"Flags":0,"Description":"Type of the managed identity"},"principalId":{"Type":4,"Flags":0,"Description":"Principal Id of system-assigned managed identity."},"tenantId":{"Type":4,"Flags":0,"Description":"Tenant Id of system-assigned managed identity."},"userAssignedIdentities":{"Type":283,"Flags":0,"Description":"Properties of user-assigned managed identities"}}}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"SystemAssigned,UserAssigned"}},{"5":{"Elements":[277,278,279,280,4]}},{"2":{"Name":"UserAssignedManagedIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"Principal Id of user-assigned managed identity."},"clientId":{"Type":4,"Flags":2,"Description":"Client Id of user-assigned managed identity."}}}},{"2":{"Name":"UserAssignedManagedIdentities","Properties":{},"AdditionalProperties":282}},{"4":{"Name":"Microsoft.AppPlatform/Spring/apps@2023-03-01-preview","ScopeType":8,"Body":245,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/apps/bindings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/apps/bindings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":285,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":286,"Flags":10,"Description":"The resource api version"},"properties":{"Type":288,"Flags":0,"Description":"Properties of the Binding resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"BindingResourceProperties","Properties":{"resourceName":{"Type":4,"Flags":2,"Description":"The name of the bound resource"},"resourceType":{"Type":4,"Flags":2,"Description":"The standard Azure resource type of the bound resource"},"resourceId":{"Type":4,"Flags":0,"Description":"The Azure resource id of the bound resource"},"key":{"Type":4,"Flags":0,"Description":"The key of the bound resource"},"bindingParameters":{"Type":289,"Flags":0,"Description":"Binding parameters of the Binding resource"},"generatedProperties":{"Type":4,"Flags":2,"Description":"The generated Spring Boot property file for this binding. The secret will be deducted."},"createdAt":{"Type":4,"Flags":2,"Description":"Creation time of the Binding resource"},"updatedAt":{"Type":4,"Flags":2,"Description":"Update time of the Binding resource"}}}},{"2":{"Name":"BindingResourcePropertiesBindingParameters","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.AppPlatform/Spring/apps/bindings@2023-03-01-preview","ScopeType":8,"Body":287,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/storages"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/storages","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":291,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":292,"Flags":10,"Description":"The resource api version"},"properties":{"Type":294,"Flags":0,"Description":"Properties of the storage resource payload."},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"7":{"Name":"StorageProperties","Discriminator":"storageType","BaseProperties":{},"Elements":{"StorageAccount":295}}},{"2":{"Name":"StorageAccount","Properties":{"accountName":{"Type":4,"Flags":1,"Description":"The account name of the Azure Storage Account."},"accountKey":{"Type":4,"Flags":5,"Description":"The account key of the Azure Storage Account."},"storageType":{"Type":296,"Flags":1,"Description":"The type of the storage."}}}},{"6":{"Value":"StorageAccount"}},{"4":{"Name":"Microsoft.AppPlatform/Spring/storages@2023-03-01-preview","ScopeType":8,"Body":293,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/certificates"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/certificates","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":298,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":299,"Flags":10,"Description":"The resource api version"},"properties":{"Type":301,"Flags":0,"Description":"Properties of the certificate resource payload."},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"7":{"Name":"CertificateProperties","Discriminator":"type","BaseProperties":{"thumbprint":{"Type":4,"Flags":2,"Description":"The thumbprint of certificate."},"issuer":{"Type":4,"Flags":2,"Description":"The issuer of certificate."},"issuedDate":{"Type":4,"Flags":2,"Description":"The issue date of certificate."},"expirationDate":{"Type":4,"Flags":2,"Description":"The expiration date of certificate."},"activateDate":{"Type":4,"Flags":2,"Description":"The activate date of certificate."},"subjectName":{"Type":4,"Flags":2,"Description":"The subject name of certificate."},"dnsNames":{"Type":302,"Flags":2,"Description":"The domain list of certificate."},"provisioningState":{"Type":308,"Flags":2,"Description":"Provisioning state of the Certificate"}},"Elements":{"ContentCertificate":309,"KeyVaultCertificate":311}}},{"3":{"ItemType":4}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[303,304,305,306,307,4]}},{"2":{"Name":"ContentCertificateProperties","Properties":{"content":{"Type":4,"Flags":4,"Description":"The content of uploaded certificate."},"type":{"Type":310,"Flags":1,"Description":"The type of the certificate source."}}}},{"6":{"Value":"ContentCertificate"}},{"2":{"Name":"KeyVaultCertificateProperties","Properties":{"vaultUri":{"Type":4,"Flags":1,"Description":"The vault uri of user key vault."},"keyVaultCertName":{"Type":4,"Flags":1,"Description":"The certificate name of key vault."},"certVersion":{"Type":4,"Flags":0,"Description":"The certificate version of key vault."},"excludePrivateKey":{"Type":2,"Flags":0,"Description":"Optional. If set to true, it will not import private key from key vault."},"type":{"Type":312,"Flags":1,"Description":"The type of the certificate source."}}}},{"6":{"Value":"KeyVaultCertificate"}},{"4":{"Name":"Microsoft.AppPlatform/Spring/certificates@2023-03-01-preview","ScopeType":8,"Body":300,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/apps/domains"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/apps/domains","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":314,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":315,"Flags":10,"Description":"The resource api version"},"properties":{"Type":317,"Flags":0,"Description":"Properties of the custom domain resource."},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"CustomDomainProperties","Properties":{"thumbprint":{"Type":4,"Flags":0,"Description":"The thumbprint of bound certificate."},"appName":{"Type":4,"Flags":2,"Description":"The app name of domain."},"certName":{"Type":4,"Flags":0,"Description":"The bound certificate name of domain."},"provisioningState":{"Type":323,"Flags":2,"Description":"Provisioning state of the Domain"}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[318,319,320,321,322,4]}},{"4":{"Name":"Microsoft.AppPlatform/Spring/apps/domains@2023-03-01-preview","ScopeType":8,"Body":316,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/apps/deployments"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/apps/deployments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":325,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":326,"Flags":10,"Description":"The resource api version"},"properties":{"Type":328,"Flags":0,"Description":"Properties of the Deployment resource"},"sku":{"Type":40,"Flags":0,"Description":"Sku of the Deployment resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"DeploymentResourceProperties","Properties":{"source":{"Type":329,"Flags":0,"Description":"Uploaded source information of the deployment."},"deploymentSettings":{"Type":344,"Flags":0,"Description":"Deployment settings of the Deployment"},"provisioningState":{"Type":380,"Flags":2,"Description":"Provisioning state of the Deployment"},"status":{"Type":383,"Flags":2,"Description":"Status of the Deployment"},"active":{"Type":2,"Flags":0,"Description":"Indicates whether the Deployment is active"},"instances":{"Type":385,"Flags":2,"Description":"Collection of instances belong to the Deployment"}}}},{"7":{"Name":"UserSourceInfo","Discriminator":"type","BaseProperties":{"version":{"Type":4,"Flags":0,"Description":"Version of the source"}},"Elements":{"BuildResult":330,"Container":332,"Jar":338,"NetCoreZip":340,"Source":342}}},{"2":{"Name":"BuildResultUserSourceInfo","Properties":{"buildResultId":{"Type":4,"Flags":0,"Description":"Resource id of an existing succeeded build result under the same Spring instance."},"type":{"Type":331,"Flags":1,"Description":"Type of the source uploaded"}}}},{"6":{"Value":"BuildResult"}},{"2":{"Name":"CustomContainerUserSourceInfo","Properties":{"customContainer":{"Type":333,"Flags":0,"Description":"Custom container payload"},"type":{"Type":337,"Flags":1,"Description":"Type of the source uploaded"}}}},{"2":{"Name":"CustomContainer","Properties":{"server":{"Type":4,"Flags":0,"Description":"The name of the registry that contains the container image"},"containerImage":{"Type":4,"Flags":0,"Description":"Container image of the custom container. This should be in the form of : without the server name of the registry"},"command":{"Type":334,"Flags":0,"Description":"Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided."},"args":{"Type":335,"Flags":0,"Description":"Arguments to the entrypoint. The docker image's CMD is used if this is not provided."},"imageRegistryCredential":{"Type":336,"Flags":0,"Description":"Credential of the image registry"},"languageFramework":{"Type":4,"Flags":0,"Description":"Language framework of the container image uploaded"}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"2":{"Name":"ImageRegistryCredential","Properties":{"username":{"Type":4,"Flags":0,"Description":"The username of the image registry credential"},"password":{"Type":4,"Flags":0,"Description":"The password of the image registry credential"}}}},{"6":{"Value":"Container"}},{"2":{"Name":"JarUploadedUserSourceInfo","Properties":{"runtimeVersion":{"Type":4,"Flags":0,"Description":"Runtime version of the Jar file"},"jvmOptions":{"Type":4,"Flags":0,"Description":"JVM parameter"},"relativePath":{"Type":4,"Flags":0,"Description":"Relative path of the storage which stores the source"},"type":{"Type":339,"Flags":1,"Description":"Type of the source uploaded"}}}},{"6":{"Value":"Jar"}},{"2":{"Name":"NetCoreZipUploadedUserSourceInfo","Properties":{"netCoreMainEntryPath":{"Type":4,"Flags":0,"Description":"The path to the .NET executable relative to zip root"},"runtimeVersion":{"Type":4,"Flags":0,"Description":"Runtime version of the .Net file"},"relativePath":{"Type":4,"Flags":0,"Description":"Relative path of the storage which stores the source"},"type":{"Type":341,"Flags":1,"Description":"Type of the source uploaded"}}}},{"6":{"Value":"NetCoreZip"}},{"2":{"Name":"SourceUploadedUserSourceInfo","Properties":{"artifactSelector":{"Type":4,"Flags":0,"Description":"Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\nthe relative path to the target module/project."},"runtimeVersion":{"Type":4,"Flags":0,"Description":"Runtime version of the source file"},"relativePath":{"Type":4,"Flags":0,"Description":"Relative path of the storage which stores the source"},"type":{"Type":343,"Flags":1,"Description":"Type of the source uploaded"}}}},{"6":{"Value":"Source"}},{"2":{"Name":"DeploymentSettings","Properties":{"resourceRequests":{"Type":345,"Flags":0,"Description":"The requested resource quantity for required CPU and Memory. It is recommended that using this field to represent the required CPU and Memory, the old field cpu and memoryInGB will be deprecated later."},"environmentVariables":{"Type":346,"Flags":0,"Description":"Collection of environment variables"},"addonConfigs":{"Type":347,"Flags":0,"Description":"Collection of addons"},"livenessProbe":{"Type":348,"Flags":0,"Description":"Periodic probe of App Instance liveness. App Instance will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"},"readinessProbe":{"Type":348,"Flags":0,"Description":"Periodic probe of App Instance service readiness. App Instance will be removed from service endpoints if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"},"startupProbe":{"Type":348,"Flags":0,"Description":"StartupProbe indicates that the App Instance has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a App Instance's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"},"terminationGracePeriodSeconds":{"Type":3,"Flags":0,"Description":"Optional duration in seconds the App Instance needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the App Instance are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 90 seconds."},"scale":{"Type":360,"Flags":0,"Description":"Scaling properties for the Azure Spring Apps App Instance."},"containerProbeSettings":{"Type":375,"Flags":0,"Description":"Container liveness and readiness probe settings"}}}},{"2":{"Name":"ResourceRequests","Properties":{"cpu":{"Type":4,"Flags":0,"Description":"Required CPU. 1 core can be represented by 1 or 1000m. This should be 500m or 1 for Basic tier, and {500m, 1, 2, 3, 4} for Standard tier."},"memory":{"Type":4,"Flags":0,"Description":"Required memory. 1 GB can be represented by 1Gi or 1024Mi. This should be {512Mi, 1Gi, 2Gi} for Basic tier, and {512Mi, 1Gi, 2Gi, ..., 8Gi} for Standard tier."}}}},{"2":{"Name":"DeploymentSettingsEnvironmentVariables","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"DeploymentSettingsAddonConfigs","Properties":{},"AdditionalProperties":0}},{"2":{"Name":"Probe","Properties":{"probeAction":{"Type":349,"Flags":0,"Description":"The action of the probe."},"disableProbe":{"Type":2,"Flags":1,"Description":"Indicate whether the probe is disabled."},"initialDelaySeconds":{"Type":3,"Flags":0,"Description":"Number of seconds after the App Instance has started before probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes"},"periodSeconds":{"Type":3,"Flags":0,"Description":"How often (in seconds) to perform the probe. Minimum value is 1."},"timeoutSeconds":{"Type":3,"Flags":0,"Description":"Number of seconds after which the probe times out. Minimum value is 1."},"failureThreshold":{"Type":3,"Flags":0,"Description":"Minimum consecutive failures for the probe to be considered failed after having succeeded. Minimum value is 1."},"successThreshold":{"Type":3,"Flags":0,"Description":"Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 for liveness and startup. Minimum value is 1."}}}},{"7":{"Name":"ProbeAction","Discriminator":"type","BaseProperties":{},"Elements":{"ExecAction":350,"HTTPGetAction":353,"TCPSocketAction":358}}},{"2":{"Name":"ExecAction","Properties":{"command":{"Type":351,"Flags":0,"Description":"Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy."},"type":{"Type":352,"Flags":1,"Description":"The type of the action to take to perform the health check."}}}},{"3":{"ItemType":4}},{"6":{"Value":"ExecAction"}},{"2":{"Name":"HttpGetAction","Properties":{"path":{"Type":4,"Flags":0,"Description":"Path to access on the HTTP server."},"scheme":{"Type":356,"Flags":0,"Description":"Scheme to use for connecting to the host. Defaults to HTTP.\n\nPossible enum values:\n - `\"HTTP\"` means that the scheme used will be http://\n - `\"HTTPS\"` means that the scheme used will be https://"},"type":{"Type":357,"Flags":1,"Description":"The type of the action to take to perform the health check."}}}},{"6":{"Value":"HTTP"}},{"6":{"Value":"HTTPS"}},{"5":{"Elements":[354,355,4]}},{"6":{"Value":"HTTPGetAction"}},{"2":{"Name":"TCPSocketAction","Properties":{"type":{"Type":359,"Flags":1,"Description":"The type of the action to take to perform the health check."}}}},{"6":{"Value":"TCPSocketAction"}},{"2":{"Name":"Scale","Properties":{"minReplicas":{"Type":3,"Flags":0,"Description":"Optional. Minimum number of container replicas."},"maxReplicas":{"Type":3,"Flags":0,"Description":"Optional. Maximum number of container replicas. Defaults to 10 if not set."},"rules":{"Type":374,"Flags":0,"Description":"Scaling rules."}}}},{"2":{"Name":"ScaleRule","Properties":{"name":{"Type":4,"Flags":0,"Description":"Scale Rule Name"},"azureQueue":{"Type":362,"Flags":0,"Description":"Azure Queue based scaling."},"custom":{"Type":365,"Flags":0,"Description":"Custom scale rule."},"http":{"Type":368,"Flags":0,"Description":"HTTP requests based scaling."},"tcp":{"Type":371,"Flags":0,"Description":"Tcp requests based scaling."}}}},{"2":{"Name":"QueueScaleRule","Properties":{"queueName":{"Type":4,"Flags":0,"Description":"Queue name."},"queueLength":{"Type":3,"Flags":0,"Description":"Queue length."},"auth":{"Type":364,"Flags":0,"Description":"Authentication secrets for the queue scale rule."}}}},{"2":{"Name":"ScaleRuleAuth","Properties":{"secretRef":{"Type":4,"Flags":0,"Description":"Name of the Azure Spring Apps App Instance secret from which to pull the auth params."},"triggerParameter":{"Type":4,"Flags":0,"Description":"Trigger Parameter that uses the secret"}}}},{"3":{"ItemType":363}},{"2":{"Name":"CustomScaleRule","Properties":{"type":{"Type":4,"Flags":0,"Description":"Type of the custom scale rule\neg: azure-servicebus, redis etc."},"metadata":{"Type":366,"Flags":0,"Description":"Metadata properties to describe custom scale rule."},"auth":{"Type":367,"Flags":0,"Description":"Authentication secrets for the custom scale rule."}}}},{"2":{"Name":"CustomScaleRuleMetadata","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":363}},{"2":{"Name":"HttpScaleRule","Properties":{"metadata":{"Type":369,"Flags":0,"Description":"Metadata properties to describe http scale rule."},"auth":{"Type":370,"Flags":0,"Description":"Authentication secrets for the custom scale rule."}}}},{"2":{"Name":"HttpScaleRuleMetadata","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":363}},{"2":{"Name":"TcpScaleRule","Properties":{"metadata":{"Type":372,"Flags":0,"Description":"Metadata properties to describe tcp scale rule."},"auth":{"Type":373,"Flags":0,"Description":"Authentication secrets for the tcp scale rule."}}}},{"2":{"Name":"TcpScaleRuleMetadata","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":363}},{"3":{"ItemType":361}},{"2":{"Name":"ContainerProbeSettings","Properties":{"disableProbe":{"Type":2,"Flags":0,"Description":"Indicates whether disable the liveness and readiness probe"}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"5":{"Elements":[376,377,378,379,4]}},{"6":{"Value":"Stopped"}},{"6":{"Value":"Running"}},{"5":{"Elements":[381,382,4]}},{"2":{"Name":"DeploymentInstance","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the deployment instance"},"status":{"Type":4,"Flags":2,"Description":"Status of the deployment instance"},"reason":{"Type":4,"Flags":2,"Description":"Failed reason of the deployment instance"},"discoveryStatus":{"Type":4,"Flags":2,"Description":"Discovery status of the deployment instance"},"startTime":{"Type":4,"Flags":2,"Description":"Start time of the deployment instance"},"zone":{"Type":4,"Flags":2,"Description":"Availability zone information of the deployment instance"}}}},{"3":{"ItemType":384}},{"4":{"Name":"Microsoft.AppPlatform/Spring/apps/deployments@2023-03-01-preview","ScopeType":8,"Body":327,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/gateways"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/gateways","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":387,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":388,"Flags":10,"Description":"The resource api version"},"properties":{"Type":390,"Flags":0,"Description":"Spring Cloud Gateway properties payload"},"sku":{"Type":40,"Flags":0,"Description":"Sku of the Spring Cloud Gateway resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"GatewayProperties","Properties":{"provisioningState":{"Type":396,"Flags":2,"Description":"State of the Spring Cloud Gateway."},"public":{"Type":2,"Flags":0,"Description":"Indicates whether the Spring Cloud Gateway exposes endpoint."},"url":{"Type":4,"Flags":2,"Description":"URL of the Spring Cloud Gateway, exposed when 'public' is true."},"httpsOnly":{"Type":2,"Flags":0,"Description":"Indicate if only https is allowed."},"ssoProperties":{"Type":397,"Flags":0,"Description":"Single sign-on related configuration"},"apiMetadataProperties":{"Type":399,"Flags":0,"Description":"API metadata property for Spring Cloud Gateway"},"corsProperties":{"Type":400,"Flags":0,"Description":"Cross-Origin Resource Sharing property"},"clientAuth":{"Type":405,"Flags":0,"Description":"Client-Certification Authentication."},"apmTypes":{"Type":416,"Flags":0,"Description":"Collection of APM type used in Spring Cloud Gateway"},"environmentVariables":{"Type":417,"Flags":0,"Description":"Environment variables of Spring Cloud Gateway"},"resourceRequests":{"Type":420,"Flags":0,"Description":"The requested resource quantity for required CPU and Memory."},"instances":{"Type":422,"Flags":2,"Description":"Collection of instances belong to Spring Cloud Gateway."},"operatorProperties":{"Type":423,"Flags":2,"Description":"Properties of the Spring Cloud Gateway Operator."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[391,392,393,394,395,4]}},{"2":{"Name":"SsoProperties","Properties":{"scope":{"Type":398,"Flags":0,"Description":"It defines the specific actions applications can be allowed to do on a user's behalf"},"clientId":{"Type":4,"Flags":0,"Description":"The public identifier for the application"},"clientSecret":{"Type":4,"Flags":0,"Description":"The secret known only to the application and the authorization server"},"issuerUri":{"Type":4,"Flags":0,"Description":"The URI of Issuer Identifier"}}}},{"3":{"ItemType":4}},{"2":{"Name":"GatewayApiMetadataProperties","Properties":{"title":{"Type":4,"Flags":0,"Description":"Title describing the context of the APIs available on the Gateway instance (default: `Spring Cloud Gateway for K8S`)"},"description":{"Type":4,"Flags":0,"Description":"Detailed description of the APIs available on the Gateway instance (default: `Generated OpenAPI 3 document that describes the API routes configured.`)"},"documentation":{"Type":4,"Flags":0,"Description":"Location of additional documentation for the APIs available on the Gateway instance"},"version":{"Type":4,"Flags":0,"Description":"Version of APIs available on this Gateway instance (default: `unspecified`)."},"serverUrl":{"Type":4,"Flags":0,"Description":"Base URL that API consumers will use to access APIs on the Gateway instance."}}}},{"2":{"Name":"GatewayCorsProperties","Properties":{"allowedOrigins":{"Type":401,"Flags":0,"Description":"Allowed origins to make cross-site requests. The special value `*` allows all domains."},"allowedMethods":{"Type":402,"Flags":0,"Description":"Allowed HTTP methods on cross-site requests. The special value `*` allows all methods. If not set, `GET` and `HEAD` are allowed by default."},"allowedHeaders":{"Type":403,"Flags":0,"Description":"Allowed headers in cross-site requests. The special value `*` allows actual requests to send any header."},"maxAge":{"Type":3,"Flags":0,"Description":"How long, in seconds, the response from a pre-flight request can be cached by clients."},"allowCredentials":{"Type":2,"Flags":0,"Description":"Whether user credentials are supported on cross-site requests. Valid values: `true`, `false`."},"exposedHeaders":{"Type":404,"Flags":0,"Description":"HTTP response headers to expose for cross-site requests."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"2":{"Name":"GatewayPropertiesClientAuth","Properties":{"certificates":{"Type":406,"Flags":0,"Description":"Collection of certificate resource Ids in Azure Spring Apps."},"certificateVerification":{"Type":409,"Flags":0,"Description":"Whether to enable certificate verification or not"}}}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[407,408,4]}},{"6":{"Value":"ApplicationInsights"}},{"6":{"Value":"AppDynamics"}},{"6":{"Value":"Dynatrace"}},{"6":{"Value":"NewRelic"}},{"6":{"Value":"ElasticAPM"}},{"5":{"Elements":[410,411,412,413,414,4]}},{"3":{"ItemType":415}},{"2":{"Name":"GatewayPropertiesEnvironmentVariables","Properties":{"properties":{"Type":418,"Flags":0,"Description":"Non-sensitive properties"},"secrets":{"Type":419,"Flags":0,"Description":"Sensitive properties"}}}},{"2":{"Name":"GatewayPropertiesEnvironmentVariablesProperties","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"GatewayPropertiesEnvironmentVariablesSecrets","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"GatewayResourceRequests","Properties":{"cpu":{"Type":4,"Flags":0,"Description":"Cpu allocated to each Spring Cloud Gateway instance."},"memory":{"Type":4,"Flags":0,"Description":"Memory allocated to each Spring Cloud Gateway instance."}}}},{"2":{"Name":"GatewayInstance","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the Spring Cloud Gateway instance"},"status":{"Type":4,"Flags":2,"Description":"Status of the Spring Cloud Gateway instance"}}}},{"3":{"ItemType":421}},{"2":{"Name":"GatewayOperatorProperties","Properties":{"resourceRequests":{"Type":424,"Flags":2,"Description":"The requested resource quantity for required CPU and Memory."},"instances":{"Type":425,"Flags":2,"Description":"Collection of instances belong to Spring Cloud Gateway operator."}}}},{"2":{"Name":"GatewayOperatorResourceRequests","Properties":{"cpu":{"Type":4,"Flags":2,"Description":"Cpu allocated to each Spring Cloud Gateway Operator instance."},"memory":{"Type":4,"Flags":2,"Description":"Memory allocated to each Spring Cloud Gateway Operator instance."},"instanceCount":{"Type":3,"Flags":2,"Description":"Instance count of the Spring Cloud Gateway Operator."}}}},{"3":{"ItemType":421}},{"4":{"Name":"Microsoft.AppPlatform/Spring/gateways@2023-03-01-preview","ScopeType":8,"Body":389,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/gateways/routeConfigs"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/gateways/routeConfigs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":427,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":428,"Flags":10,"Description":"The resource api version"},"properties":{"Type":430,"Flags":0,"Description":"API route config of the Spring Cloud Gateway"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"GatewayRouteConfigProperties","Properties":{"provisioningState":{"Type":436,"Flags":2,"Description":"State of the Spring Cloud Gateway route config."},"appResourceId":{"Type":4,"Flags":0,"Description":"The resource Id of the Azure Spring Apps app, required unless route defines `uri`."},"openApi":{"Type":437,"Flags":0,"Description":"OpenAPI properties of Spring Cloud Gateway route config."},"protocol":{"Type":440,"Flags":0,"Description":"Protocol of routed Azure Spring Apps applications."},"routes":{"Type":445,"Flags":0,"Description":"Array of API routes, each route contains properties such as `title`, `uri`, `ssoEnabled`, `predicates`, `filters`."},"ssoEnabled":{"Type":2,"Flags":0,"Description":"Enable Single Sign-On in app level."},"predicates":{"Type":446,"Flags":0,"Description":"A number of conditions to evaluate a route for each request in app level. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request."},"filters":{"Type":447,"Flags":0,"Description":"To modify the request before sending it to the target endpoint, or the received response in app level."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[431,432,433,434,435,4]}},{"2":{"Name":"GatewayRouteConfigOpenApiProperties","Properties":{"uri":{"Type":4,"Flags":0,"Description":"The URI of OpenAPI specification."}}}},{"6":{"Value":"HTTP"}},{"6":{"Value":"HTTPS"}},{"5":{"Elements":[438,439,4]}},{"2":{"Name":"GatewayApiRoute","Properties":{"title":{"Type":4,"Flags":0,"Description":"A title, will be applied to methods in the generated OpenAPI documentation."},"description":{"Type":4,"Flags":0,"Description":"A description, will be applied to methods in the generated OpenAPI documentation."},"uri":{"Type":4,"Flags":0,"Description":"Full uri, will override `appName`."},"ssoEnabled":{"Type":2,"Flags":0,"Description":"Enable sso validation."},"tokenRelay":{"Type":2,"Flags":0,"Description":"Pass currently-authenticated user's identity token to application service, default is 'false'"},"predicates":{"Type":442,"Flags":0,"Description":"A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request."},"filters":{"Type":443,"Flags":0,"Description":"To modify the request before sending it to the target endpoint, or the received response."},"order":{"Type":3,"Flags":0,"Description":"Route processing order."},"tags":{"Type":444,"Flags":0,"Description":"Classification tags, will be applied to methods in the generated OpenAPI documentation."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":441}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-03-01-preview","ScopeType":8,"Body":429,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/gateways/domains"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/gateways/domains","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":449,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":450,"Flags":10,"Description":"The resource api version"},"properties":{"Type":452,"Flags":0,"Description":"The properties of custom domain for Spring Cloud Gateway"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"GatewayCustomDomainProperties","Properties":{"thumbprint":{"Type":4,"Flags":0,"Description":"The thumbprint of bound certificate."}}}},{"4":{"Name":"Microsoft.AppPlatform/Spring/gateways/domains@2023-03-01-preview","ScopeType":8,"Body":451,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/apiPortals"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/apiPortals","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":454,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":455,"Flags":10,"Description":"The resource api version"},"properties":{"Type":457,"Flags":0,"Description":"API portal properties payload"},"sku":{"Type":40,"Flags":0,"Description":"Sku of the API portal resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"ApiPortalProperties","Properties":{"provisioningState":{"Type":463,"Flags":2,"Description":"State of the API portal."},"public":{"Type":2,"Flags":0,"Description":"Indicates whether the API portal exposes endpoint."},"url":{"Type":4,"Flags":2,"Description":"URL of the API portal, exposed when 'public' is true."},"httpsOnly":{"Type":2,"Flags":0,"Description":"Indicate if only https is allowed."},"gatewayIds":{"Type":464,"Flags":0,"Description":"The array of resource Ids of gateway to integrate with API portal."},"sourceUrls":{"Type":465,"Flags":0,"Description":"Collection of OpenAPI source URL locations."},"ssoProperties":{"Type":397,"Flags":0,"Description":"Single sign-on related configuration"},"resourceRequests":{"Type":466,"Flags":2,"Description":"The requested resource quantity for required CPU and Memory."},"instances":{"Type":468,"Flags":2,"Description":"Collection of instances belong to API portal."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[458,459,460,461,462,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"2":{"Name":"ApiPortalResourceRequests","Properties":{"cpu":{"Type":4,"Flags":2,"Description":"Cpu allocated to each API portal instance"},"memory":{"Type":4,"Flags":2,"Description":"Memory allocated to each API portal instance"}}}},{"2":{"Name":"ApiPortalInstance","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the API portal instance"},"status":{"Type":4,"Flags":2,"Description":"Status of the API portal instance"}}}},{"3":{"ItemType":467}},{"4":{"Name":"Microsoft.AppPlatform/Spring/apiPortals@2023-03-01-preview","ScopeType":8,"Body":456,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/apiPortals/domains"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/apiPortals/domains","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":470,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":471,"Flags":10,"Description":"The resource api version"},"properties":{"Type":473,"Flags":0,"Description":"The properties of custom domain for API portal"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"ApiPortalCustomDomainProperties","Properties":{"thumbprint":{"Type":4,"Flags":0,"Description":"The thumbprint of bound certificate."}}}},{"4":{"Name":"Microsoft.AppPlatform/Spring/apiPortals/domains@2023-03-01-preview","ScopeType":8,"Body":472,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/applicationAccelerators"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/applicationAccelerators","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":475,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":476,"Flags":10,"Description":"The resource api version"},"properties":{"Type":478,"Flags":0,"Description":"Application accelerator properties payload"},"sku":{"Type":40,"Flags":0,"Description":"Sku of the application accelerator resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"ApplicationAcceleratorProperties","Properties":{"provisioningState":{"Type":484,"Flags":2,"Description":"State of the application accelerator."},"components":{"Type":489,"Flags":2,"Description":"Collection of components belong to application accelerator."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[479,480,481,482,483,4]}},{"2":{"Name":"ApplicationAcceleratorComponent","Properties":{"name":{"Type":4,"Flags":2},"resourceRequests":{"Type":486,"Flags":0},"instances":{"Type":488,"Flags":2}}}},{"2":{"Name":"ApplicationAcceleratorResourceRequests","Properties":{"cpu":{"Type":4,"Flags":2,"Description":"Cpu allocated to each application accelerator component. 1 core can be represented by 1 or 1000m"},"memory":{"Type":4,"Flags":2,"Description":"Memory allocated to each application accelerator component. 1 GB can be represented by 1Gi or 1024Mi."},"instanceCount":{"Type":3,"Flags":2,"Description":"Instance count of the application accelerator component."}}}},{"2":{"Name":"ApplicationAcceleratorInstance","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the Application Accelerator instance."},"status":{"Type":4,"Flags":2,"Description":"Status of the Application Accelerator instance. It can be Pending, Running, Succeeded, Failed, Unknown."}}}},{"3":{"ItemType":487}},{"3":{"ItemType":485}},{"4":{"Name":"Microsoft.AppPlatform/Spring/applicationAccelerators@2023-03-01-preview","ScopeType":8,"Body":477,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":491,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":492,"Flags":10,"Description":"The resource api version"},"properties":{"Type":494,"Flags":0,"Description":"Customized accelerator properties payload"},"sku":{"Type":40,"Flags":0,"Description":"Sku of the customized accelerator resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"CustomizedAcceleratorProperties","Properties":{"provisioningState":{"Type":500,"Flags":2,"Description":"State of the customized accelerator."},"displayName":{"Type":4,"Flags":0},"description":{"Type":4,"Flags":0},"iconUrl":{"Type":4,"Flags":0},"acceleratorTags":{"Type":501,"Flags":0},"gitRepository":{"Type":502,"Flags":1}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[495,496,497,498,499,4]}},{"3":{"ItemType":4}},{"2":{"Name":"AcceleratorGitRepository","Properties":{"url":{"Type":4,"Flags":1,"Description":"Git repository URL for the accelerator."},"intervalInSeconds":{"Type":3,"Flags":0,"Description":"Interval for checking for updates to Git or image repository."},"branch":{"Type":4,"Flags":0,"Description":"Git repository branch to be used."},"commit":{"Type":4,"Flags":0,"Description":"Git repository commit to be used."},"gitTag":{"Type":4,"Flags":0,"Description":"Git repository tag to be used."},"authSetting":{"Type":503,"Flags":1,"Description":"Properties of the auth setting payload."}}}},{"7":{"Name":"AcceleratorAuthSetting","Discriminator":"authType","BaseProperties":{},"Elements":{"BasicAuth":504,"Public":506,"SSH":508}}},{"2":{"Name":"AcceleratorBasicAuthSetting","Properties":{"caCertResourceId":{"Type":4,"Flags":0,"Description":"Resource Id of CA certificate for https URL of Git repository."},"username":{"Type":4,"Flags":1,"Description":"Username of git repository basic auth."},"password":{"Type":4,"Flags":4,"Description":"Password of git repository basic auth."},"authType":{"Type":505,"Flags":1,"Description":"The type of the auth setting."}}}},{"6":{"Value":"BasicAuth"}},{"2":{"Name":"AcceleratorPublicSetting","Properties":{"caCertResourceId":{"Type":4,"Flags":0,"Description":"Resource Id of CA certificate for https URL of Git repository."},"authType":{"Type":507,"Flags":1,"Description":"The type of the auth setting."}}}},{"6":{"Value":"Public"}},{"2":{"Name":"AcceleratorSshSetting","Properties":{"hostKey":{"Type":4,"Flags":4,"Description":"Public SSH Key of git repository."},"hostKeyAlgorithm":{"Type":4,"Flags":4,"Description":"SSH Key algorithm of git repository."},"privateKey":{"Type":4,"Flags":4,"Description":"Private SSH Key algorithm of git repository."},"authType":{"Type":509,"Flags":1,"Description":"The type of the auth setting."}}}},{"6":{"Value":"SSH"}},{"4":{"Name":"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-03-01-preview","ScopeType":8,"Body":493,"Flags":0}},{"6":{"Value":"Microsoft.AppPlatform/Spring/buildServices/builds/results"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/buildServices/builds/results","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":511,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":512,"Flags":10,"Description":"The resource api version"},"properties":{"Type":514,"Flags":2,"Description":"Properties of the build result resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"BuildResultProperties","Properties":{"name":{"Type":4,"Flags":0,"Description":"The name of this build result"},"provisioningState":{"Type":520,"Flags":2,"Description":"Provisioning state of the KPack build result"},"error":{"Type":65,"Flags":0,"Description":"Error when build is failed."},"buildPodName":{"Type":4,"Flags":0,"Description":"The build pod name which can be used to get the build log streaming."},"buildStages":{"Type":527,"Flags":2,"Description":"All of the build stage (init-container and container) resources in build pod."},"image":{"Type":4,"Flags":2,"Description":"The container registry image of this build result."}}}},{"6":{"Value":"Queuing"}},{"6":{"Value":"Building"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"5":{"Elements":[515,516,517,518,519,4]}},{"2":{"Name":"BuildStageProperties","Properties":{"name":{"Type":4,"Flags":2,"Description":"The name of this build stage resource."},"status":{"Type":526,"Flags":2,"Description":"The provisioning state of this build stage resource."},"exitCode":{"Type":4,"Flags":2,"Description":"The exit code of this build init container."},"reason":{"Type":4,"Flags":2,"Description":"The reason of this build init container."}}}},{"6":{"Value":"NotStarted"}},{"6":{"Value":"Running"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"5":{"Elements":[522,523,524,525,4]}},{"3":{"ItemType":521}},{"4":{"Name":"Microsoft.AppPlatform/Spring/buildServices/builds/results@2023-03-01-preview","ScopeType":8,"Body":513,"Flags":1}},{"6":{"Value":"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":529,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":530,"Flags":10,"Description":"The resource api version"},"properties":{"Type":532,"Flags":2,"Description":"Supported buildpack resource properties"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"SupportedBuildpackResourceProperties","Properties":{"buildpackId":{"Type":4,"Flags":0,"Description":"The id of supported buildpack"}}}},{"4":{"Name":"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2023-03-01-preview","ScopeType":8,"Body":531,"Flags":1}},{"6":{"Value":"Microsoft.AppPlatform/Spring/buildServices/supportedStacks"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/buildServices/supportedStacks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":534,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":535,"Flags":10,"Description":"The resource api version"},"properties":{"Type":537,"Flags":2,"Description":"Supported stack resource properties"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"SupportedStackResourceProperties","Properties":{"stackId":{"Type":4,"Flags":0,"Description":"The id of supported stack"},"version":{"Type":4,"Flags":0,"Description":"The version of supported stack"}}}},{"4":{"Name":"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2023-03-01-preview","ScopeType":8,"Body":536,"Flags":1}},{"6":{"Value":"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":539,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":540,"Flags":10,"Description":"The resource api version"},"properties":{"Type":542,"Flags":2,"Description":"Predefined accelerator properties payload"},"sku":{"Type":40,"Flags":2,"Description":"Sku of the predefined accelerator resource"},"systemData":{"Type":42,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"2":{"Name":"PredefinedAcceleratorProperties","Properties":{"provisioningState":{"Type":547,"Flags":2,"Description":"Provisioning state of the predefined accelerator."},"displayName":{"Type":4,"Flags":2},"description":{"Type":4,"Flags":2},"iconUrl":{"Type":4,"Flags":2},"acceleratorTags":{"Type":548,"Flags":2},"state":{"Type":551,"Flags":0,"Description":"State of the predefined accelerator."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"5":{"Elements":[543,544,545,546,4]}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[549,550,4]}},{"4":{"Name":"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators@2023-03-01-preview","ScopeType":8,"Body":541,"Flags":1}},{"2":{"Name":"TestKeys","Properties":{"primaryKey":{"Type":4,"Flags":0,"Description":"Primary key"},"secondaryKey":{"Type":4,"Flags":0,"Description":"Secondary key"},"primaryTestEndpoint":{"Type":4,"Flags":0,"Description":"Primary test endpoint"},"secondaryTestEndpoint":{"Type":4,"Flags":0,"Description":"Secondary test endpoint"},"enabled":{"Type":2,"Flags":0,"Description":"Indicates whether the test endpoint feature enabled or not"}}}},{"8":{"Name":"listTestKeys","ResourceType":"Microsoft.AppPlatform/Spring","ApiVersion":"2023-03-01-preview","Output":553}},{"2":{"Name":"DeploymentList","Properties":{"deployments":{"Type":556,"Flags":0,"Description":"A list of deployment resource ids."}}}},{"3":{"ItemType":4}},{"8":{"Name":"listUsingDeployments","ResourceType":"Microsoft.AppPlatform/Spring/buildServices/builders","ApiVersion":"2023-03-01-preview","Output":555}},{"2":{"Name":"GatewayEnvSecrets","Properties":{},"AdditionalProperties":4}},{"8":{"Name":"listEnvSecrets","ResourceType":"Microsoft.AppPlatform/Spring/gateways","ApiVersion":"2023-03-01-preview","Output":558}}] \ No newline at end of file diff --git a/generated/appplatform/microsoft.appplatform/2023-03-01-preview/types.md b/generated/appplatform/microsoft.appplatform/2023-03-01-preview/types.md new file mode 100644 index 0000000000..e4ed87a5d2 --- /dev/null +++ b/generated/appplatform/microsoft.appplatform/2023-03-01-preview/types.md @@ -0,0 +1,1289 @@ +# Microsoft.AppPlatform @ 2023-03-01-preview + +## Resource Microsoft.AppPlatform/Spring@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string: The GEO location of the resource. +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ClusterResourceProperties](#clusterresourceproperties): Properties of the Service resource +* **sku**: [Sku](#sku): Sku of the Service resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Tags of the service which is a list of key value pairs that describe the resource. +* **type**: 'Microsoft.AppPlatform/Spring' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/apiPortals@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ApiPortalProperties](#apiportalproperties): API portal properties payload +* **sku**: [Sku](#sku): Sku of the API portal resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/apiPortals' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/apiPortals/domains@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ApiPortalCustomDomainProperties](#apiportalcustomdomainproperties): The properties of custom domain for API portal +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/apiPortals/domains' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/applicationAccelerators@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ApplicationAcceleratorProperties](#applicationacceleratorproperties): Application accelerator properties payload +* **sku**: [Sku](#sku): Sku of the application accelerator resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/applicationAccelerators' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [CustomizedAcceleratorProperties](#customizedacceleratorproperties): Customized accelerator properties payload +* **sku**: [Sku](#sku): Sku of the customized accelerator resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators@2023-03-01-preview (ReadOnly) +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PredefinedAcceleratorProperties](#predefinedacceleratorproperties) (ReadOnly): Predefined accelerator properties payload +* **sku**: [Sku](#sku) (ReadOnly): Sku of the predefined accelerator resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/applicationLiveViews@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ApplicationLiveViewProperties](#applicationliveviewproperties): Application Live View properties payload +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/applicationLiveViews' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/apps@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ManagedIdentityProperties](#managedidentityproperties): The Managed Identity type of the app resource +* **location**: string: The GEO location of the application, always the same with its parent resource +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [AppResourceProperties](#appresourceproperties): Properties of the App resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/apps' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/apps/bindings@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [BindingResourceProperties](#bindingresourceproperties): Properties of the Binding resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/apps/bindings' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/apps/deployments@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [DeploymentResourceProperties](#deploymentresourceproperties): Properties of the Deployment resource +* **sku**: [Sku](#sku): Sku of the Deployment resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/apps/deployments' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/apps/domains@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [CustomDomainProperties](#customdomainproperties): Properties of the custom domain resource. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/apps/domains' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/buildServices@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [BuildServiceProperties](#buildserviceproperties): Properties of the build resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/buildServices' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/buildServices/agentPools@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [BuildServiceAgentPoolProperties](#buildserviceagentpoolproperties): build service agent pool properties +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/buildServices/agentPools' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/buildServices/builders@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [BuilderProperties](#builderproperties): Property of the Builder resource. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/buildServices/builders' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [BuildpackBindingProperties](#buildpackbindingproperties): Properties of a buildpack binding +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/buildServices/builds@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [BuildProperties](#buildproperties): Properties of the build resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/buildServices/builds' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/buildServices/builds/results@2023-03-01-preview (ReadOnly) +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [BuildResultProperties](#buildresultproperties) (ReadOnly): Properties of the build result resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/buildServices/builds/results' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2023-03-01-preview (ReadOnly) +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [SupportedBuildpackResourceProperties](#supportedbuildpackresourceproperties) (ReadOnly): Supported buildpack resource properties +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2023-03-01-preview (ReadOnly) +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [SupportedStackResourceProperties](#supportedstackresourceproperties) (ReadOnly): Supported stack resource properties +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/buildServices/supportedStacks' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/certificates@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [CertificateProperties](#certificateproperties): Properties of the certificate resource payload. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/certificates' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/configServers@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: 'default' (Required, DeployTimeConstant): The resource name +* **properties**: [ConfigServerProperties](#configserverproperties): Properties of the Config Server resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/configServers' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/configurationServices@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ConfigurationServiceProperties](#configurationserviceproperties): Application Configuration Service properties payload +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/configurationServices' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/containerRegistries@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ContainerRegistryProperties](#containerregistryproperties): Properties of the container registry resource payload. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/containerRegistries' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/DevToolPortals@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [DevToolPortalProperties](#devtoolportalproperties): Dev Tool Portal properties payload +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/DevToolPortals' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/gateways@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [GatewayProperties](#gatewayproperties): Spring Cloud Gateway properties payload +* **sku**: [Sku](#sku): Sku of the Spring Cloud Gateway resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/gateways' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/gateways/domains@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [GatewayCustomDomainProperties](#gatewaycustomdomainproperties): The properties of custom domain for Spring Cloud Gateway +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/gateways/domains' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [GatewayRouteConfigProperties](#gatewayrouteconfigproperties): API route config of the Spring Cloud Gateway +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/gateways/routeConfigs' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/monitoringSettings@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: 'default' (Required, DeployTimeConstant): The resource name +* **properties**: [MonitoringSettingProperties](#monitoringsettingproperties): Properties of the Monitoring Setting resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/monitoringSettings' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/serviceRegistries@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ServiceRegistryProperties](#serviceregistryproperties) (ReadOnly): Service Registry properties payload +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/serviceRegistries' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AppPlatform/Spring/storages@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [StorageProperties](#storageproperties): Properties of the storage resource payload. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.AppPlatform/Spring/storages' (ReadOnly, DeployTimeConstant): The resource type + +## Function listEnvSecrets (Microsoft.AppPlatform/Spring/gateways@2023-03-01-preview) +* **Resource**: Microsoft.AppPlatform/Spring/gateways +* **ApiVersion**: 2023-03-01-preview +* **Output**: [GatewayEnvSecrets](#gatewayenvsecrets) + +## Function listTestKeys (Microsoft.AppPlatform/Spring@2023-03-01-preview) +* **Resource**: Microsoft.AppPlatform/Spring +* **ApiVersion**: 2023-03-01-preview +* **Output**: [TestKeys](#testkeys) + +## Function listUsingDeployments (Microsoft.AppPlatform/Spring/buildServices/builders@2023-03-01-preview) +* **Resource**: Microsoft.AppPlatform/Spring/buildServices/builders +* **ApiVersion**: 2023-03-01-preview +* **Output**: [DeploymentList](#deploymentlist) + +## AcceleratorAuthSetting +* **Discriminator**: authType + +### Base Properties + +### AcceleratorBasicAuthSetting +#### Properties +* **authType**: 'BasicAuth' (Required): The type of the auth setting. +* **caCertResourceId**: string: Resource Id of CA certificate for https URL of Git repository. +* **password**: string (WriteOnly): Password of git repository basic auth. +* **username**: string (Required): Username of git repository basic auth. + +### AcceleratorPublicSetting +#### Properties +* **authType**: 'Public' (Required): The type of the auth setting. +* **caCertResourceId**: string: Resource Id of CA certificate for https URL of Git repository. + +### AcceleratorSshSetting +#### Properties +* **authType**: 'SSH' (Required): The type of the auth setting. +* **hostKey**: string (WriteOnly): Public SSH Key of git repository. +* **hostKeyAlgorithm**: string (WriteOnly): SSH Key algorithm of git repository. +* **privateKey**: string (WriteOnly): Private SSH Key algorithm of git repository. + + +## AcceleratorGitRepository +### Properties +* **authSetting**: [AcceleratorAuthSetting](#acceleratorauthsetting) (Required): Properties of the auth setting payload. +* **branch**: string: Git repository branch to be used. +* **commit**: string: Git repository commit to be used. +* **gitTag**: string: Git repository tag to be used. +* **intervalInSeconds**: int: Interval for checking for updates to Git or image repository. +* **url**: string (Required): Git repository URL for the accelerator. + +## ApiPortalCustomDomainProperties +### Properties +* **thumbprint**: string: The thumbprint of bound certificate. + +## ApiPortalInstance +### Properties +* **name**: string (ReadOnly): Name of the API portal instance +* **status**: string (ReadOnly): Status of the API portal instance + +## ApiPortalProperties +### Properties +* **gatewayIds**: string[]: The array of resource Ids of gateway to integrate with API portal. +* **httpsOnly**: bool: Indicate if only https is allowed. +* **instances**: [ApiPortalInstance](#apiportalinstance)[] (ReadOnly): Collection of instances belong to API portal. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the API portal. +* **public**: bool: Indicates whether the API portal exposes endpoint. +* **resourceRequests**: [ApiPortalResourceRequests](#apiportalresourcerequests) (ReadOnly): The requested resource quantity for required CPU and Memory. +* **sourceUrls**: string[]: Collection of OpenAPI source URL locations. +* **ssoProperties**: [SsoProperties](#ssoproperties): Single sign-on related configuration +* **url**: string (ReadOnly): URL of the API portal, exposed when 'public' is true. + +## ApiPortalResourceRequests +### Properties +* **cpu**: string (ReadOnly): Cpu allocated to each API portal instance +* **memory**: string (ReadOnly): Memory allocated to each API portal instance + +## ApplicationAcceleratorComponent +### Properties +* **instances**: [ApplicationAcceleratorInstance](#applicationacceleratorinstance)[] (ReadOnly) +* **name**: string (ReadOnly) +* **resourceRequests**: [ApplicationAcceleratorResourceRequests](#applicationacceleratorresourcerequests) + +## ApplicationAcceleratorInstance +### Properties +* **name**: string (ReadOnly): Name of the Application Accelerator instance. +* **status**: string (ReadOnly): Status of the Application Accelerator instance. It can be Pending, Running, Succeeded, Failed, Unknown. + +## ApplicationAcceleratorProperties +### Properties +* **components**: [ApplicationAcceleratorComponent](#applicationacceleratorcomponent)[] (ReadOnly): Collection of components belong to application accelerator. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the application accelerator. + +## ApplicationAcceleratorResourceRequests +### Properties +* **cpu**: string (ReadOnly): Cpu allocated to each application accelerator component. 1 core can be represented by 1 or 1000m +* **instanceCount**: int (ReadOnly): Instance count of the application accelerator component. +* **memory**: string (ReadOnly): Memory allocated to each application accelerator component. 1 GB can be represented by 1Gi or 1024Mi. + +## ApplicationInsightsAgentVersions +### Properties +* **java**: string (ReadOnly): Indicates the version of application insight java agent + +## ApplicationLiveViewComponent +### Properties +* **instances**: [ApplicationLiveViewInstance](#applicationliveviewinstance)[] (ReadOnly): Collection of instances belong to Application Live View. +* **name**: any (ReadOnly): Name of the component. +* **resourceRequests**: [ApplicationLiveViewResourceRequests](#applicationliveviewresourcerequests) (ReadOnly): The requested resource quantity for required CPU and Memory. + +## ApplicationLiveViewInstance +### Properties +* **name**: string (ReadOnly): Name of the Application Live View instance. +* **status**: string (ReadOnly): Status of the Application Live View instance. It can be Pending, Running, Succeeded, Failed, Unknown. + +## ApplicationLiveViewProperties +### Properties +* **components**: [ApplicationLiveViewComponent](#applicationliveviewcomponent)[] (ReadOnly): Component details of Application Live View +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the Application Live View. + +## ApplicationLiveViewResourceRequests +### Properties +* **cpu**: string (ReadOnly): Cpu quantity allocated to each Application Live View component instance. 1 core can be represented by 1 or 1000m. +* **instanceCount**: int (ReadOnly): Desired instance count of Application Live View component instance. +* **memory**: string (ReadOnly): Memory quantity allocated to each Application Live View component instance. 1 GB can be represented by 1Gi or 1024Mi. + +## AppResourceProperties +### Properties +* **addonConfigs**: [AppResourcePropertiesAddonConfigs](#appresourcepropertiesaddonconfigs): Collection of addons +* **customPersistentDisks**: [CustomPersistentDiskResource](#custompersistentdiskresource)[]: List of custom persistent disks +* **enableEndToEndTLS**: bool: Indicate if end to end TLS is enabled. +* **fqdn**: string (ReadOnly): Fully qualified dns Name. +* **httpsOnly**: bool: Indicate if only https is allowed. +* **ingressSettings**: [IngressSettings](#ingresssettings): App ingress settings payload. +* **loadedCertificates**: [LoadedCertificate](#loadedcertificate)[]: Collection of loaded certificates +* **persistentDisk**: [PersistentDisk](#persistentdisk): Persistent disk settings +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the App +* **public**: bool: Indicates whether the App exposes public endpoint +* **secrets**: [Secret](#secret)[]: Collection of auth secrets +* **temporaryDisk**: [TemporaryDisk](#temporarydisk): Temporary disk settings +* **url**: string (ReadOnly): URL of the App +* **vnetAddons**: [AppVNetAddons](#appvnetaddons): Additional App settings in vnet injection instance + +## AppResourcePropertiesAddonConfigs +### Properties +### Additional Properties +* **Additional Properties Type**: any + +## AppVNetAddons +### Properties +* **publicEndpoint**: bool: Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet. +* **publicEndpointUrl**: string (ReadOnly): URL of the App in vnet injection instance which could be accessed from internet + +## BindingResourceProperties +### Properties +* **bindingParameters**: [BindingResourcePropertiesBindingParameters](#bindingresourcepropertiesbindingparameters): Binding parameters of the Binding resource +* **createdAt**: string (ReadOnly): Creation time of the Binding resource +* **generatedProperties**: string (ReadOnly): The generated Spring Boot property file for this binding. The secret will be deducted. +* **key**: string: The key of the bound resource +* **resourceId**: string: The Azure resource id of the bound resource +* **resourceName**: string (ReadOnly): The name of the bound resource +* **resourceType**: string (ReadOnly): The standard Azure resource type of the bound resource +* **updatedAt**: string (ReadOnly): Update time of the Binding resource + +## BindingResourcePropertiesBindingParameters +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## BuilderProperties +### Properties +* **buildpackGroups**: [BuildpacksGroupProperties](#buildpacksgroupproperties)[]: Builder buildpack groups. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): Builder provision status. +* **stack**: [StackProperties](#stackproperties): Builder cluster stack property. + +## BuildpackBindingLaunchProperties +### Properties +* **properties**: [BuildpackBindingLaunchProperties](#buildpackbindinglaunchproperties): Non-sensitive properties for launchProperties +* **secrets**: [BuildpackBindingLaunchPropertiesSecrets](#buildpackbindinglaunchpropertiessecrets): Sensitive properties for launchProperties + +## BuildpackBindingLaunchProperties +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## BuildpackBindingLaunchPropertiesSecrets +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## BuildpackBindingProperties +### Properties +* **bindingType**: 'ApacheSkyWalking' | 'AppDynamics' | 'ApplicationInsights' | 'CACertificates' | 'Dynatrace' | 'ElasticAPM' | 'NewRelic' | string: Buildpack Binding Type +* **launchProperties**: [BuildpackBindingLaunchProperties](#buildpackbindinglaunchproperties): The object describes the buildpack binding launch properties +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the Buildpack Binding. + +## BuildpackProperties +### Properties +* **id**: string: Id of the buildpack + +## BuildpacksGroupProperties +### Properties +* **buildpacks**: [BuildpackProperties](#buildpackproperties)[]: Buildpacks in the buildpack group +* **name**: string: Buildpack group name + +## BuildProperties +### Properties +* **agentPool**: string: The resource id of agent pool +* **builder**: string: The resource id of builder to build the source code +* **env**: [BuildPropertiesEnv](#buildpropertiesenv): The environment variables for this build +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the KPack build result +* **relativePath**: string: The relative path of source code +* **resourceRequests**: [BuildResourceRequests](#buildresourcerequests): The customized build resource for this build +* **triggeredBuildResult**: [TriggeredBuildResult](#triggeredbuildresult) (ReadOnly): The build result triggered by this build + +## BuildPropertiesEnv +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## BuildResourceRequests +### Properties +* **cpu**: string: Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m. +The default value is 1, this should not exceed build service agent pool cpu size. +* **memory**: string: Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi. +The default value is 2Gi, this should not exceed build service agent pool memory size. + +## BuildResultProperties +### Properties +* **buildPodName**: string: The build pod name which can be used to get the build log streaming. +* **buildStages**: [BuildStageProperties](#buildstageproperties)[] (ReadOnly): All of the build stage (init-container and container) resources in build pod. +* **error**: [Error](#error): Error when build is failed. +* **image**: string (ReadOnly): The container registry image of this build result. +* **name**: string: The name of this build result +* **provisioningState**: 'Building' | 'Deleting' | 'Failed' | 'Queuing' | 'Succeeded' | string (ReadOnly): Provisioning state of the KPack build result + +## BuildServiceAgentPoolProperties +### Properties +* **poolSize**: [BuildServiceAgentPoolSizeProperties](#buildserviceagentpoolsizeproperties): build service agent pool size properties +* **provisioningState**: string (ReadOnly): Provisioning state of the build service agent pool + +## BuildServiceAgentPoolSizeProperties +### Properties +* **cpu**: string (ReadOnly): The cpu property of build service agent pool size +* **memory**: string (ReadOnly): The memory property of build service agent pool size +* **name**: string: The name of build service agent pool size + +## BuildServiceProperties +### Properties +* **containerRegistry**: string: The resource id of the container registry used in this build service. +* **kPackVersion**: string (ReadOnly): The installed KPack version in this build service. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the KPack build service +* **resourceRequests**: [BuildServicePropertiesResourceRequests](#buildservicepropertiesresourcerequests): The runtime resource configuration of this build service. + +## BuildServicePropertiesResourceRequests +### Properties +* **cpu**: string (ReadOnly): vCPU allocated to the entire build service node pool. +* **memory**: string (ReadOnly): Memory allocated to the entire build service node pool. + +## BuildStageProperties +### Properties +* **exitCode**: string (ReadOnly): The exit code of this build init container. +* **name**: string (ReadOnly): The name of this build stage resource. +* **reason**: string (ReadOnly): The reason of this build init container. +* **status**: 'Failed' | 'NotStarted' | 'Running' | 'Succeeded' | string (ReadOnly): The provisioning state of this build stage resource. + +## CertificateProperties +* **Discriminator**: type + +### Base Properties +* **activateDate**: string (ReadOnly): The activate date of certificate. +* **dnsNames**: string[] (ReadOnly): The domain list of certificate. +* **expirationDate**: string (ReadOnly): The expiration date of certificate. +* **issuedDate**: string (ReadOnly): The issue date of certificate. +* **issuer**: string (ReadOnly): The issuer of certificate. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the Certificate +* **subjectName**: string (ReadOnly): The subject name of certificate. +* **thumbprint**: string (ReadOnly): The thumbprint of certificate. + +### ContentCertificateProperties +#### Properties +* **content**: string (WriteOnly): The content of uploaded certificate. +* **type**: 'ContentCertificate' (Required): The type of the certificate source. + +### KeyVaultCertificateProperties +#### Properties +* **certVersion**: string: The certificate version of key vault. +* **excludePrivateKey**: bool: Optional. If set to true, it will not import private key from key vault. +* **keyVaultCertName**: string (Required): The certificate name of key vault. +* **type**: 'KeyVaultCertificate' (Required): The type of the certificate source. +* **vaultUri**: string (Required): The vault uri of user key vault. + + +## ClusterResourceProperties +### Properties +* **fqdn**: string (ReadOnly): Fully qualified dns name of the service instance +* **infraResourceGroup**: string: The name of the resource group that contains the infrastructure resources +* **managedEnvironmentId**: string: The resource Id of the Managed Environment that the Spring Apps instance builds on +* **marketplaceResource**: [MarketplaceResource](#marketplaceresource): Purchasing 3rd party product of the Service resource. +* **networkProfile**: [NetworkProfile](#networkprofile): Network profile of the Service +* **powerState**: 'Running' | 'Stopped' | string (ReadOnly): Power state of the Service +* **provisioningState**: 'Creating' | 'Deleted' | 'Deleting' | 'Failed' | 'MoveFailed' | 'Moved' | 'Moving' | 'Starting' | 'Stopping' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the Service +* **serviceId**: string (ReadOnly): ServiceInstanceEntity GUID which uniquely identifies a created resource +* **version**: int (ReadOnly): Version of the Service +* **vnetAddons**: [ServiceVNetAddons](#servicevnetaddons): Additional Service settings in vnet injection instance +* **zoneRedundant**: bool + +## ConfigServerGitProperty +### Properties +* **hostKey**: string: Public sshKey of git repository. +* **hostKeyAlgorithm**: string: SshKey algorithm of git repository. +* **label**: string: Label of the repository +* **password**: string: Password of git repository basic auth. +* **privateKey**: string: Private sshKey algorithm of git repository. +* **repositories**: [GitPatternRepository](#gitpatternrepository)[]: Repositories of git. +* **searchPaths**: string[]: Searching path of the repository +* **strictHostKeyChecking**: bool: Strict host key checking or not. +* **uri**: string (Required): URI of the repository +* **username**: string: Username of git repository basic auth. + +## ConfigServerProperties +### Properties +* **configServer**: [ConfigServerSettings](#configserversettings): Settings of config server. +* **error**: [Error](#error): Error when apply config server settings. +* **provisioningState**: 'Deleted' | 'Failed' | 'NotAvailable' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the config server. + +## ConfigServerSettings +### Properties +* **gitProperty**: [ConfigServerGitProperty](#configservergitproperty): Property of git environment. + +## ConfigurationServiceGitProperty +### Properties +* **repositories**: [ConfigurationServiceGitRepository](#configurationservicegitrepository)[]: Repositories of Application Configuration Service git property. + +## ConfigurationServiceGitRepository +### Properties +* **hostKey**: string: Public sshKey of git repository. +* **hostKeyAlgorithm**: string: SshKey algorithm of git repository. +* **label**: string (Required): Label of the repository +* **name**: string (Required): Name of the repository +* **password**: string: Password of git repository basic auth. +* **patterns**: string[] (Required): Collection of patterns of the repository +* **privateKey**: string: Private sshKey algorithm of git repository. +* **searchPaths**: string[]: Searching path of the repository +* **strictHostKeyChecking**: bool: Strict host key checking or not. +* **uri**: string (Required): URI of the repository +* **username**: string: Username of git repository basic auth. + +## ConfigurationServiceInstance +### Properties +* **name**: string (ReadOnly): Name of the Application Configuration Service instance +* **status**: string (ReadOnly): Status of the Application Configuration Service instance + +## ConfigurationServiceProperties +### Properties +* **instances**: [ConfigurationServiceInstance](#configurationserviceinstance)[] (ReadOnly): Collection of instances belong to Application Configuration Service. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the Application Configuration Service. +* **resourceRequests**: [ConfigurationServiceResourceRequests](#configurationserviceresourcerequests) (ReadOnly): The requested resource quantity for required CPU and Memory. +* **settings**: [ConfigurationServiceSettings](#configurationservicesettings): The settings of Application Configuration Service. + +## ConfigurationServiceResourceRequests +### Properties +* **cpu**: string (ReadOnly): Cpu allocated to each Application Configuration Service instance +* **instanceCount**: int (ReadOnly): Instance count of the Application Configuration Service +* **memory**: string (ReadOnly): Memory allocated to each Application Configuration Service instance + +## ConfigurationServiceSettings +### Properties +* **gitProperty**: [ConfigurationServiceGitProperty](#configurationservicegitproperty): Property of git environment. + +## ContainerProbeSettings +### Properties +* **disableProbe**: bool: Indicates whether disable the liveness and readiness probe + +## ContainerRegistryCredentials +* **Discriminator**: type + +### Base Properties + +### ContainerRegistryBasicCredentials +#### Properties +* **password**: string (Required, WriteOnly): The password of the Container Registry. +* **server**: string (Required): The login server of the Container Registry. +* **type**: 'BasicAuth' (Required): The credential type of the container registry credentials. +* **username**: string (Required): The username of the Container Registry. + + +## ContainerRegistryProperties +### Properties +* **credentials**: [ContainerRegistryCredentials](#containerregistrycredentials) (Required): The credentials of the container registry resource. +* **provisioningState**: 'Canceled' | 'Creating' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the Container Registry. + +## CustomContainer +### Properties +* **args**: string[]: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. +* **command**: string[]: Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. +* **containerImage**: string: Container image of the custom container. This should be in the form of : without the server name of the registry +* **imageRegistryCredential**: [ImageRegistryCredential](#imageregistrycredential): Credential of the image registry +* **languageFramework**: string: Language framework of the container image uploaded +* **server**: string: The name of the registry that contains the container image + +## CustomDomainProperties +### Properties +* **appName**: string (ReadOnly): The app name of domain. +* **certName**: string: The bound certificate name of domain. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the Domain +* **thumbprint**: string: The thumbprint of bound certificate. + +## CustomizedAcceleratorProperties +### Properties +* **acceleratorTags**: string[] +* **description**: string +* **displayName**: string +* **gitRepository**: [AcceleratorGitRepository](#acceleratorgitrepository) (Required) +* **iconUrl**: string +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the customized accelerator. + +## CustomPersistentDiskProperties +* **Discriminator**: type + +### Base Properties +* **enableSubPath**: bool: If set to true, it will create and mount a dedicated directory for every individual app instance. +* **mountOptions**: string[]: These are the mount options for a persistent disk. +* **mountPath**: string (Required): The mount path of the persistent disk. +* **readOnly**: bool: Indicates whether the persistent disk is a readOnly one. + +### AzureFileVolume +#### Properties +* **shareName**: string: The share name of the Azure File share. +* **type**: 'AzureFileVolume' (Required): The type of the underlying resource to mount as a persistent disk. + + +## CustomPersistentDiskResource +### Properties +* **customPersistentDiskProperties**: [CustomPersistentDiskProperties](#custompersistentdiskproperties): Properties of the custom persistent disk resource payload. +* **storageId**: string (Required): The resource id of Azure Spring Apps Storage resource. + +## CustomScaleRule +### Properties +* **auth**: [ScaleRuleAuth](#scaleruleauth)[]: Authentication secrets for the custom scale rule. +* **metadata**: [CustomScaleRuleMetadata](#customscalerulemetadata): Metadata properties to describe custom scale rule. +* **type**: string: Type of the custom scale rule +eg: azure-servicebus, redis etc. + +## CustomScaleRuleMetadata +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## DeploymentInstance +### Properties +* **discoveryStatus**: string (ReadOnly): Discovery status of the deployment instance +* **name**: string (ReadOnly): Name of the deployment instance +* **reason**: string (ReadOnly): Failed reason of the deployment instance +* **startTime**: string (ReadOnly): Start time of the deployment instance +* **status**: string (ReadOnly): Status of the deployment instance +* **zone**: string (ReadOnly): Availability zone information of the deployment instance + +## DeploymentList +### Properties +* **deployments**: string[]: A list of deployment resource ids. + +## DeploymentResourceProperties +### Properties +* **active**: bool: Indicates whether the Deployment is active +* **deploymentSettings**: [DeploymentSettings](#deploymentsettings): Deployment settings of the Deployment +* **instances**: [DeploymentInstance](#deploymentinstance)[] (ReadOnly): Collection of instances belong to the Deployment +* **provisioningState**: 'Creating' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the Deployment +* **source**: [UserSourceInfo](#usersourceinfo): Uploaded source information of the deployment. +* **status**: 'Running' | 'Stopped' | string (ReadOnly): Status of the Deployment + +## DeploymentSettings +### Properties +* **addonConfigs**: [DeploymentSettingsAddonConfigs](#deploymentsettingsaddonconfigs): Collection of addons +* **containerProbeSettings**: [ContainerProbeSettings](#containerprobesettings): Container liveness and readiness probe settings +* **environmentVariables**: [DeploymentSettingsEnvironmentVariables](#deploymentsettingsenvironmentvariables): Collection of environment variables +* **livenessProbe**: [Probe](#probe): Periodic probe of App Instance liveness. App Instance will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +* **readinessProbe**: [Probe](#probe): Periodic probe of App Instance service readiness. App Instance will be removed from service endpoints if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +* **resourceRequests**: [ResourceRequests](#resourcerequests): The requested resource quantity for required CPU and Memory. It is recommended that using this field to represent the required CPU and Memory, the old field cpu and memoryInGB will be deprecated later. +* **scale**: [Scale](#scale): Scaling properties for the Azure Spring Apps App Instance. +* **startupProbe**: [Probe](#probe): StartupProbe indicates that the App Instance has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a App Instance's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +* **terminationGracePeriodSeconds**: int: Optional duration in seconds the App Instance needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the App Instance are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 90 seconds. + +## DeploymentSettingsAddonConfigs +### Properties +### Additional Properties +* **Additional Properties Type**: any + +## DeploymentSettingsEnvironmentVariables +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## DevToolPortalFeatureDetail +### Properties +* **route**: string (ReadOnly): Route path to visit the plugin +* **state**: 'Disabled' | 'Enabled' | string: State of the plugin + +## DevToolPortalFeatureSettings +### Properties +* **applicationAccelerator**: [DevToolPortalFeatureDetail](#devtoolportalfeaturedetail): Detail of Accelerator plugin +* **applicationLiveView**: [DevToolPortalFeatureDetail](#devtoolportalfeaturedetail): Detail of App Live View plugin + +## DevToolPortalInstance +### Properties +* **name**: string (ReadOnly): Name of the Dev Tool Portal instance. +* **status**: string (ReadOnly): Status of the Dev Tool Portal instance. It can be Pending, Running, Succeeded, Failed, Unknown. + +## DevToolPortalProperties +### Properties +* **features**: [DevToolPortalFeatureSettings](#devtoolportalfeaturesettings): Settings for Dev Tool Portal +* **instances**: [DevToolPortalInstance](#devtoolportalinstance)[] (ReadOnly): Collection of instances belong to Dev Tool Portal. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the Dev Tool Portal. +* **public**: bool: Indicates whether the resource exposes public endpoint +* **resourceRequests**: [DevToolPortalResourceRequests](#devtoolportalresourcerequests) (ReadOnly): The requested resource quantity for required CPU and Memory. +* **ssoProperties**: [DevToolPortalSsoProperties](#devtoolportalssoproperties): Single sign-on related configuration +* **url**: string (ReadOnly): URL of the resource, exposed when 'public' is true. + +## DevToolPortalResourceRequests +### Properties +* **cpu**: string (ReadOnly): Cpu quantity allocated to each Dev Tool Portal instance. 1 core can be represented by 1 or 1000m +* **instanceCount**: int (ReadOnly): Desired instance count of Dev Tool Portal. +* **memory**: string (ReadOnly): Memory quantity allocated to each Dev Tool Portal instance. 1 GB can be represented by 1Gi or 1024Mi. + +## DevToolPortalSsoProperties +### Properties +* **clientId**: string: The public identifier for the application +* **clientSecret**: string: The secret known only to the application and the authorization server +* **metadataUrl**: string: The URI of a JSON file with generic OIDC provider configuration. +* **scopes**: string[]: It defines the specific actions applications can be allowed to do on a user's behalf + +## Error +### Properties +* **code**: string: The code of error. +* **message**: string: The message of error. + +## GatewayApiMetadataProperties +### Properties +* **description**: string: Detailed description of the APIs available on the Gateway instance (default: `Generated OpenAPI 3 document that describes the API routes configured.`) +* **documentation**: string: Location of additional documentation for the APIs available on the Gateway instance +* **serverUrl**: string: Base URL that API consumers will use to access APIs on the Gateway instance. +* **title**: string: Title describing the context of the APIs available on the Gateway instance (default: `Spring Cloud Gateway for K8S`) +* **version**: string: Version of APIs available on this Gateway instance (default: `unspecified`). + +## GatewayApiRoute +### Properties +* **description**: string: A description, will be applied to methods in the generated OpenAPI documentation. +* **filters**: string[]: To modify the request before sending it to the target endpoint, or the received response. +* **order**: int: Route processing order. +* **predicates**: string[]: A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request. +* **ssoEnabled**: bool: Enable sso validation. +* **tags**: string[]: Classification tags, will be applied to methods in the generated OpenAPI documentation. +* **title**: string: A title, will be applied to methods in the generated OpenAPI documentation. +* **tokenRelay**: bool: Pass currently-authenticated user's identity token to application service, default is 'false' +* **uri**: string: Full uri, will override `appName`. + +## GatewayCorsProperties +### Properties +* **allowCredentials**: bool: Whether user credentials are supported on cross-site requests. Valid values: `true`, `false`. +* **allowedHeaders**: string[]: Allowed headers in cross-site requests. The special value `*` allows actual requests to send any header. +* **allowedMethods**: string[]: Allowed HTTP methods on cross-site requests. The special value `*` allows all methods. If not set, `GET` and `HEAD` are allowed by default. +* **allowedOrigins**: string[]: Allowed origins to make cross-site requests. The special value `*` allows all domains. +* **exposedHeaders**: string[]: HTTP response headers to expose for cross-site requests. +* **maxAge**: int: How long, in seconds, the response from a pre-flight request can be cached by clients. + +## GatewayCustomDomainProperties +### Properties +* **thumbprint**: string: The thumbprint of bound certificate. + +## GatewayEnvSecrets +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## GatewayInstance +### Properties +* **name**: string (ReadOnly): Name of the Spring Cloud Gateway instance +* **status**: string (ReadOnly): Status of the Spring Cloud Gateway instance + +## GatewayOperatorProperties +### Properties +* **instances**: [GatewayInstance](#gatewayinstance)[] (ReadOnly): Collection of instances belong to Spring Cloud Gateway operator. +* **resourceRequests**: [GatewayOperatorResourceRequests](#gatewayoperatorresourcerequests) (ReadOnly): The requested resource quantity for required CPU and Memory. + +## GatewayOperatorResourceRequests +### Properties +* **cpu**: string (ReadOnly): Cpu allocated to each Spring Cloud Gateway Operator instance. +* **instanceCount**: int (ReadOnly): Instance count of the Spring Cloud Gateway Operator. +* **memory**: string (ReadOnly): Memory allocated to each Spring Cloud Gateway Operator instance. + +## GatewayProperties +### Properties +* **apiMetadataProperties**: [GatewayApiMetadataProperties](#gatewayapimetadataproperties): API metadata property for Spring Cloud Gateway +* **apmTypes**: 'AppDynamics' | 'ApplicationInsights' | 'Dynatrace' | 'ElasticAPM' | 'NewRelic' | string[]: Collection of APM type used in Spring Cloud Gateway +* **clientAuth**: [GatewayPropertiesClientAuth](#gatewaypropertiesclientauth): Client-Certification Authentication. +* **corsProperties**: [GatewayCorsProperties](#gatewaycorsproperties): Cross-Origin Resource Sharing property +* **environmentVariables**: [GatewayPropertiesEnvironmentVariables](#gatewaypropertiesenvironmentvariables): Environment variables of Spring Cloud Gateway +* **httpsOnly**: bool: Indicate if only https is allowed. +* **instances**: [GatewayInstance](#gatewayinstance)[] (ReadOnly): Collection of instances belong to Spring Cloud Gateway. +* **operatorProperties**: [GatewayOperatorProperties](#gatewayoperatorproperties) (ReadOnly): Properties of the Spring Cloud Gateway Operator. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the Spring Cloud Gateway. +* **public**: bool: Indicates whether the Spring Cloud Gateway exposes endpoint. +* **resourceRequests**: [GatewayResourceRequests](#gatewayresourcerequests): The requested resource quantity for required CPU and Memory. +* **ssoProperties**: [SsoProperties](#ssoproperties): Single sign-on related configuration +* **url**: string (ReadOnly): URL of the Spring Cloud Gateway, exposed when 'public' is true. + +## GatewayPropertiesClientAuth +### Properties +* **certificates**: string[]: Collection of certificate resource Ids in Azure Spring Apps. +* **certificateVerification**: 'Disabled' | 'Enabled' | string: Whether to enable certificate verification or not + +## GatewayPropertiesEnvironmentVariables +### Properties +* **properties**: [GatewayPropertiesEnvironmentVariablesProperties](#gatewaypropertiesenvironmentvariablesproperties): Non-sensitive properties +* **secrets**: [GatewayPropertiesEnvironmentVariablesSecrets](#gatewaypropertiesenvironmentvariablessecrets): Sensitive properties + +## GatewayPropertiesEnvironmentVariablesProperties +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## GatewayPropertiesEnvironmentVariablesSecrets +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## GatewayResourceRequests +### Properties +* **cpu**: string: Cpu allocated to each Spring Cloud Gateway instance. +* **memory**: string: Memory allocated to each Spring Cloud Gateway instance. + +## GatewayRouteConfigOpenApiProperties +### Properties +* **uri**: string: The URI of OpenAPI specification. + +## GatewayRouteConfigProperties +### Properties +* **appResourceId**: string: The resource Id of the Azure Spring Apps app, required unless route defines `uri`. +* **filters**: string[]: To modify the request before sending it to the target endpoint, or the received response in app level. +* **openApi**: [GatewayRouteConfigOpenApiProperties](#gatewayrouteconfigopenapiproperties): OpenAPI properties of Spring Cloud Gateway route config. +* **predicates**: string[]: A number of conditions to evaluate a route for each request in app level. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request. +* **protocol**: 'HTTP' | 'HTTPS' | string: Protocol of routed Azure Spring Apps applications. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the Spring Cloud Gateway route config. +* **routes**: [GatewayApiRoute](#gatewayapiroute)[]: Array of API routes, each route contains properties such as `title`, `uri`, `ssoEnabled`, `predicates`, `filters`. +* **ssoEnabled**: bool: Enable Single Sign-On in app level. + +## GitPatternRepository +### Properties +* **hostKey**: string: Public sshKey of git repository. +* **hostKeyAlgorithm**: string: SshKey algorithm of git repository. +* **label**: string: Label of the repository +* **name**: string (Required): Name of the repository +* **password**: string: Password of git repository basic auth. +* **pattern**: string[]: Collection of pattern of the repository +* **privateKey**: string: Private sshKey algorithm of git repository. +* **searchPaths**: string[]: Searching path of the repository +* **strictHostKeyChecking**: bool: Strict host key checking or not. +* **uri**: string (Required): URI of the repository +* **username**: string: Username of git repository basic auth. + +## HttpScaleRule +### Properties +* **auth**: [ScaleRuleAuth](#scaleruleauth)[]: Authentication secrets for the custom scale rule. +* **metadata**: [HttpScaleRuleMetadata](#httpscalerulemetadata): Metadata properties to describe http scale rule. + +## HttpScaleRuleMetadata +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ImageRegistryCredential +### Properties +* **password**: string: The password of the image registry credential +* **username**: string: The username of the image registry credential + +## IngressConfig +### Properties +* **readTimeoutInSeconds**: int: Ingress read time out in seconds. + +## IngressSettings +### Properties +* **backendProtocol**: 'Default' | 'GRPC' | string: How ingress should communicate with this app backend service. +* **clientAuth**: [IngressSettingsClientAuth](#ingresssettingsclientauth): Client-Certification Authentication. +* **readTimeoutInSeconds**: int: Ingress read time out in seconds. +* **sendTimeoutInSeconds**: int: Ingress send time out in seconds. +* **sessionAffinity**: 'Cookie' | 'None' | string: Type of the affinity, set this to Cookie to enable session affinity. +* **sessionCookieMaxAge**: int: Time in seconds until the cookie expires. + +## IngressSettingsClientAuth +### Properties +* **certificates**: string[]: Collection of certificate resource id. + +## LoadedCertificate +### Properties +* **loadTrustStore**: bool: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime. +* **resourceId**: string (Required): Resource Id of loaded certificate + +## ManagedIdentityProperties +### Properties +* **principalId**: string: Principal Id of system-assigned managed identity. +* **tenantId**: string: Tenant Id of system-assigned managed identity. +* **type**: 'None' | 'SystemAssigned' | 'SystemAssigned,UserAssigned' | 'UserAssigned' | string: Type of the managed identity +* **userAssignedIdentities**: [UserAssignedManagedIdentities](#userassignedmanagedidentities): Properties of user-assigned managed identities + +## MarketplaceResource +### Properties +* **plan**: string: The plan id of the 3rd Party Artifact that is being procured. +* **product**: string: The 3rd Party artifact that is being procured. +* **publisher**: string: The publisher id of the 3rd Party Artifact that is being bought. + +## MonitoringSettingProperties +### Properties +* **appInsightsAgentVersions**: [ApplicationInsightsAgentVersions](#applicationinsightsagentversions): Indicates the versions of application insight agent +* **appInsightsInstrumentationKey**: string: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings +* **appInsightsSamplingRate**: int: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] +* **error**: [Error](#error): Error when apply Monitoring Setting changes. +* **provisioningState**: 'Failed' | 'NotAvailable' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the Monitoring Setting. +* **traceEnabled**: bool: Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not + +## NetworkProfile +### Properties +* **appNetworkResourceGroup**: string: Name of the resource group containing network resources for customer apps in Azure Spring Apps +* **appSubnetId**: string: Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps +* **ingressConfig**: [IngressConfig](#ingressconfig): Ingress configuration payload for Azure Spring Apps resource. +* **outboundIPs**: [NetworkProfileOutboundIPs](#networkprofileoutboundips) (ReadOnly): Desired outbound IP resources for Azure Spring Apps resource. +* **outboundType**: string: The egress traffic type of Azure Spring Apps VNet instances. +* **requiredTraffics**: [RequiredTraffic](#requiredtraffic)[] (ReadOnly): Required inbound or outbound traffics for Azure Spring Apps resource. +* **serviceCidr**: string: Azure Spring Apps service reserved CIDR +* **serviceRuntimeNetworkResourceGroup**: string: Name of the resource group containing network resources of Azure Spring Apps Service Runtime +* **serviceRuntimeSubnetId**: string: Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime + +## NetworkProfileOutboundIPs +### Properties +* **publicIPs**: string[] (ReadOnly): A list of public IP addresses. + +## PersistentDisk +### Properties +* **mountPath**: string: Mount path of the persistent disk +* **sizeInGB**: int: Size of the persistent disk in GB +* **usedInGB**: int (ReadOnly): Size of the used persistent disk in GB + +## PredefinedAcceleratorProperties +### Properties +* **acceleratorTags**: string[] (ReadOnly) +* **description**: string (ReadOnly) +* **displayName**: string (ReadOnly) +* **iconUrl**: string (ReadOnly) +* **provisioningState**: 'Creating' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the predefined accelerator. +* **state**: 'Disabled' | 'Enabled' | string: State of the predefined accelerator. + +## Probe +### Properties +* **disableProbe**: bool (Required): Indicate whether the probe is disabled. +* **failureThreshold**: int: Minimum consecutive failures for the probe to be considered failed after having succeeded. Minimum value is 1. +* **initialDelaySeconds**: int: Number of seconds after the App Instance has started before probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +* **periodSeconds**: int: How often (in seconds) to perform the probe. Minimum value is 1. +* **probeAction**: [ProbeAction](#probeaction): The action of the probe. +* **successThreshold**: int: Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 for liveness and startup. Minimum value is 1. +* **timeoutSeconds**: int: Number of seconds after which the probe times out. Minimum value is 1. + +## ProbeAction +* **Discriminator**: type + +### Base Properties + +### ExecAction +#### Properties +* **command**: string[]: Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy. +* **type**: 'ExecAction' (Required): The type of the action to take to perform the health check. + +### HttpGetAction +#### Properties +* **path**: string: Path to access on the HTTP server. +* **scheme**: 'HTTP' | 'HTTPS' | string: Scheme to use for connecting to the host. Defaults to HTTP. + +Possible enum values: + - `"HTTP"` means that the scheme used will be http:// + - `"HTTPS"` means that the scheme used will be https:// +* **type**: 'HTTPGetAction' (Required): The type of the action to take to perform the health check. + +### TCPSocketAction +#### Properties +* **type**: 'TCPSocketAction' (Required): The type of the action to take to perform the health check. + + +## QueueScaleRule +### Properties +* **auth**: [ScaleRuleAuth](#scaleruleauth)[]: Authentication secrets for the queue scale rule. +* **queueLength**: int: Queue length. +* **queueName**: string: Queue name. + +## RequiredTraffic +### Properties +* **direction**: 'Inbound' | 'Outbound' | string (ReadOnly): The direction of required traffic +* **fqdns**: string[] (ReadOnly): The FQDN list of required traffic +* **ips**: string[] (ReadOnly): The ip list of required traffic +* **port**: int (ReadOnly): The port of required traffic +* **protocol**: string (ReadOnly): The protocol of required traffic + +## ResourceRequests +### Properties +* **cpu**: string: Required CPU. 1 core can be represented by 1 or 1000m. This should be 500m or 1 for Basic tier, and {500m, 1, 2, 3, 4} for Standard tier. +* **memory**: string: Required memory. 1 GB can be represented by 1Gi or 1024Mi. This should be {512Mi, 1Gi, 2Gi} for Basic tier, and {512Mi, 1Gi, 2Gi, ..., 8Gi} for Standard tier. + +## Scale +### Properties +* **maxReplicas**: int: Optional. Maximum number of container replicas. Defaults to 10 if not set. +* **minReplicas**: int: Optional. Minimum number of container replicas. +* **rules**: [ScaleRule](#scalerule)[]: Scaling rules. + +## ScaleRule +### Properties +* **azureQueue**: [QueueScaleRule](#queuescalerule): Azure Queue based scaling. +* **custom**: [CustomScaleRule](#customscalerule): Custom scale rule. +* **http**: [HttpScaleRule](#httpscalerule): HTTP requests based scaling. +* **name**: string: Scale Rule Name +* **tcp**: [TcpScaleRule](#tcpscalerule): Tcp requests based scaling. + +## ScaleRuleAuth +### Properties +* **secretRef**: string: Name of the Azure Spring Apps App Instance secret from which to pull the auth params. +* **triggerParameter**: string: Trigger Parameter that uses the secret + +## Secret +### Properties +* **name**: string: Secret Name. +* **value**: string (WriteOnly): Secret Value. + +## ServiceRegistryInstance +### Properties +* **name**: string (ReadOnly): Name of the Service Registry instance +* **status**: string (ReadOnly): Status of the Service Registry instance + +## ServiceRegistryProperties +### Properties +* **instances**: [ServiceRegistryInstance](#serviceregistryinstance)[] (ReadOnly): Collection of instances belong to Service Registry. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): State of the Service Registry. +* **resourceRequests**: [ServiceRegistryResourceRequests](#serviceregistryresourcerequests) (ReadOnly): The requested resource quantity for required CPU and Memory. + +## ServiceRegistryResourceRequests +### Properties +* **cpu**: string (ReadOnly): Cpu allocated to each Service Registry instance +* **instanceCount**: int (ReadOnly): Instance count of the Service Registry +* **memory**: string (ReadOnly): Memory allocated to each Service Registry instance + +## ServiceVNetAddons +### Properties +* **dataPlanePublicEndpoint**: bool: Indicates whether the data plane components(log stream, app connect, remote debugging) in vnet injection instance could be accessed from internet. +* **logStreamPublicEndpoint**: bool: Indicates whether the log stream in vnet injection instance could be accessed from internet. + +## Sku +### Properties +* **capacity**: int: Current capacity of the target resource +* **name**: string: Name of the Sku +* **tier**: string: Tier of the Sku + +## SsoProperties +### Properties +* **clientId**: string: The public identifier for the application +* **clientSecret**: string: The secret known only to the application and the authorization server +* **issuerUri**: string: The URI of Issuer Identifier +* **scope**: string[]: It defines the specific actions applications can be allowed to do on a user's behalf + +## StackProperties +### Properties +* **id**: string: Id of the ClusterStack. +* **version**: string: Version of the ClusterStack + +## StorageProperties +* **Discriminator**: storageType + +### Base Properties + +### StorageAccount +#### Properties +* **accountKey**: string (Required, WriteOnly): The account key of the Azure Storage Account. +* **accountName**: string (Required): The account name of the Azure Storage Account. +* **storageType**: 'StorageAccount' (Required): The type of the storage. + + +## SupportedBuildpackResourceProperties +### Properties +* **buildpackId**: string: The id of supported buildpack + +## SupportedStackResourceProperties +### Properties +* **stackId**: string: The id of supported stack +* **version**: string: The version of supported stack + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource modification (UTC). +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + +## TcpScaleRule +### Properties +* **auth**: [ScaleRuleAuth](#scaleruleauth)[]: Authentication secrets for the tcp scale rule. +* **metadata**: [TcpScaleRuleMetadata](#tcpscalerulemetadata): Metadata properties to describe tcp scale rule. + +## TcpScaleRuleMetadata +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## TemporaryDisk +### Properties +* **mountPath**: string: Mount path of the temporary disk +* **sizeInGB**: int: Size of the temporary disk in GB + +## TestKeys +### Properties +* **enabled**: bool: Indicates whether the test endpoint feature enabled or not +* **primaryKey**: string: Primary key +* **primaryTestEndpoint**: string: Primary test endpoint +* **secondaryKey**: string: Secondary key +* **secondaryTestEndpoint**: string: Secondary test endpoint + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## TriggeredBuildResult +### Properties +* **id**: string: The unique build id of this build result + +## UserAssignedManagedIdentities +### Properties +### Additional Properties +* **Additional Properties Type**: [UserAssignedManagedIdentity](#userassignedmanagedidentity) + +## UserAssignedManagedIdentity +### Properties +* **clientId**: string (ReadOnly): Client Id of user-assigned managed identity. +* **principalId**: string (ReadOnly): Principal Id of user-assigned managed identity. + +## UserSourceInfo +* **Discriminator**: type + +### Base Properties +* **version**: string: Version of the source + +### BuildResultUserSourceInfo +#### Properties +* **buildResultId**: string: Resource id of an existing succeeded build result under the same Spring instance. +* **type**: 'BuildResult' (Required): Type of the source uploaded + +### CustomContainerUserSourceInfo +#### Properties +* **customContainer**: [CustomContainer](#customcontainer): Custom container payload +* **type**: 'Container' (Required): Type of the source uploaded + +### JarUploadedUserSourceInfo +#### Properties +* **jvmOptions**: string: JVM parameter +* **relativePath**: string: Relative path of the storage which stores the source +* **runtimeVersion**: string: Runtime version of the Jar file +* **type**: 'Jar' (Required): Type of the source uploaded + +### NetCoreZipUploadedUserSourceInfo +#### Properties +* **netCoreMainEntryPath**: string: The path to the .NET executable relative to zip root +* **relativePath**: string: Relative path of the storage which stores the source +* **runtimeVersion**: string: Runtime version of the .Net file +* **type**: 'NetCoreZip' (Required): Type of the source uploaded + +### SourceUploadedUserSourceInfo +#### Properties +* **artifactSelector**: string: Selector for the artifact to be used for the deployment for multi-module projects. This should be +the relative path to the target module/project. +* **relativePath**: string: Relative path of the storage which stores the source +* **runtimeVersion**: string: Runtime version of the source file +* **type**: 'Source' (Required): Type of the source uploaded + + diff --git a/generated/azurestackhci/log.out b/generated/azurestackhci/log.out index 06fe6cd300..a753d99a19 100644 --- a/generated/azurestackhci/log.out +++ b/generated/azurestackhci/log.out @@ -4,6 +4,16 @@ https://aka.ms/autorest warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/SchemaMissingType | The schema 'PrecheckResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/updateSummaries.json:389:5 +warning | PreCheck/SchemaMissingType | The schema 'PrecheckResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/updates.json:553:5 +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | Unrecognized property type: any-object. Returning 'any'. +warning | Unrecognized property type: any-object. Returning 'any'. +warning | Unrecognized property type: any-object. Returning 'any'. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/SchemaMissingType | The schema 'PrecheckResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-02-01/updateSummaries.json:389:5 warning | PreCheck/SchemaMissingType | The schema 'PrecheckResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' diff --git a/generated/azurestackhci/microsoft.azurestackhci/2023-03-01/types.json b/generated/azurestackhci/microsoft.azurestackhci/2023-03-01/types.json new file mode 100644 index 0000000000..eab686ffac --- /dev/null +++ b/generated/azurestackhci/microsoft.azurestackhci/2023-03-01/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.AzureStackHCI/clusters/arcSettings"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AzureStackHCI/clusters/arcSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":0,"Description":"ArcSetting properties."},"systemData":{"Type":73,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ArcSettingProperties","Properties":{"provisioningState":{"Type":30,"Flags":2,"Description":"Provisioning state of the ArcSetting proxy resource."},"arcInstanceResourceGroup":{"Type":4,"Flags":0,"Description":"The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources."},"arcApplicationClientId":{"Type":4,"Flags":0,"Description":"App id of arc AAD identity."},"arcApplicationTenantId":{"Type":4,"Flags":0,"Description":"Tenant id of arc AAD identity."},"arcServicePrincipalObjectId":{"Type":4,"Flags":0,"Description":"Object id of arc AAD service principal."},"arcApplicationObjectId":{"Type":4,"Flags":0,"Description":"Object id of arc AAD identity."},"aggregateState":{"Type":49,"Flags":2,"Description":"Aggregate state of Arc agent across the nodes in this HCI cluster."},"perNodeDetails":{"Type":70,"Flags":2,"Description":"State of Arc agent in each of the nodes."},"connectivityProperties":{"Type":0,"Flags":0,"Description":"contains connectivity related configuration for ARC resources"},"defaultExtensions":{"Type":72,"Flags":2,"Description":"Properties for each of the default extensions category"}}}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"DisableInProgress"}},{"5":{"Elements":[12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,4]}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"DisableInProgress"}},{"5":{"Elements":[31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,4]}},{"2":{"Name":"PerNodeState","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the Node in HCI Cluster"},"arcInstance":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the Arc agent of this node."},"state":{"Type":69,"Flags":2,"Description":"State of Arc agent in this node."}}}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"DisableInProgress"}},{"5":{"Elements":[51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,4]}},{"3":{"ItemType":50}},{"2":{"Name":"DefaultExtensionDetails","Properties":{"category":{"Type":4,"Flags":2,"Description":"Default extension category"},"consentTime":{"Type":4,"Flags":2,"Description":"Consent time for extension category"}}}},{"3":{"ItemType":71}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":78,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":83,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[74,75,76,77,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[79,80,81,82,4]}},{"4":{"Name":"Microsoft.AzureStackHCI/clusters/arcSettings@2023-03-01","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.AzureStackHCI/clusters"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AzureStackHCI/clusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":85,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":86,"Flags":10,"Description":"The resource api version"},"identity":{"Type":88,"Flags":0,"Description":"Identity of Cluster resource"},"properties":{"Type":96,"Flags":0,"Description":"Cluster properties."},"tags":{"Type":158,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":73,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ManagedServiceIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity."},"type":{"Type":93,"Flags":1,"Description":"Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."},"userAssignedIdentities":{"Type":95,"Flags":0,"Description":"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}}}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"SystemAssigned, UserAssigned"}},{"5":{"Elements":[89,90,91,92,4]}},{"2":{"Name":"UserAssignedIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal ID of the assigned identity."},"clientId":{"Type":4,"Flags":2,"Description":"The client ID of the assigned identity."}}}},{"2":{"Name":"UserAssignedIdentities","Properties":{},"AdditionalProperties":94}},{"2":{"Name":"ClusterProperties","Properties":{"provisioningState":{"Type":115,"Flags":2,"Description":"Provisioning state."},"status":{"Type":125,"Flags":2,"Description":"Status of the cluster agent."},"cloudId":{"Type":4,"Flags":2,"Description":"Unique, immutable resource id."},"cloudManagementEndpoint":{"Type":4,"Flags":0,"Description":"Endpoint configured for management from the Azure portal."},"aadClientId":{"Type":4,"Flags":0,"Description":"App id of cluster AAD identity."},"aadTenantId":{"Type":4,"Flags":0,"Description":"Tenant id of cluster AAD identity."},"aadApplicationObjectId":{"Type":4,"Flags":0,"Description":"Object id of cluster AAD identity."},"aadServicePrincipalObjectId":{"Type":4,"Flags":0,"Description":"Id of cluster identity service principal."},"softwareAssuranceProperties":{"Type":126,"Flags":0,"Description":"Software Assurance properties of the cluster."},"desiredProperties":{"Type":133,"Flags":0,"Description":"Desired properties of the cluster."},"reportedProperties":{"Type":141,"Flags":2,"Description":"Properties reported by cluster agent."},"trialDaysRemaining":{"Type":3,"Flags":2,"Description":"Number of days remaining in the trial period."},"billingModel":{"Type":4,"Flags":2,"Description":"Type of billing applied to the resource."},"registrationTimestamp":{"Type":4,"Flags":2,"Description":"First cluster sync timestamp."},"lastSyncTimestamp":{"Type":4,"Flags":2,"Description":"Most recent cluster sync timestamp."},"lastBillingTimestamp":{"Type":4,"Flags":2,"Description":"Most recent billing meter timestamp."},"serviceEndpoint":{"Type":4,"Flags":2,"Description":"Region specific DataPath Endpoint of the cluster."},"resourceProviderObjectId":{"Type":4,"Flags":2,"Description":"Object id of RP Service Principal"}}}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"DisableInProgress"}},{"5":{"Elements":[97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,4]}},{"6":{"Value":"NotYetRegistered"}},{"6":{"Value":"ConnectedRecently"}},{"6":{"Value":"NotConnectedRecently"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Error"}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"InProgress"}},{"5":{"Elements":[116,117,118,119,120,121,122,123,124,4]}},{"2":{"Name":"SoftwareAssuranceProperties","Properties":{"softwareAssuranceStatus":{"Type":129,"Flags":0,"Description":"Status of the Software Assurance for the cluster."},"softwareAssuranceIntent":{"Type":132,"Flags":0,"Description":"Customer Intent for Software Assurance Benefit."},"lastUpdated":{"Type":4,"Flags":2,"Description":"TimeStamp denoting the latest SA benefit applicability is validated."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[127,128,4]}},{"6":{"Value":"Enable"}},{"6":{"Value":"Disable"}},{"5":{"Elements":[130,131,4]}},{"2":{"Name":"ClusterDesiredProperties","Properties":{"windowsServerSubscription":{"Type":136,"Flags":0,"Description":"Desired state of Windows Server Subscription."},"diagnosticLevel":{"Type":140,"Flags":0,"Description":"Desired level of diagnostic data emitted by the cluster."}}}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Enabled"}},{"5":{"Elements":[134,135,4]}},{"6":{"Value":"Off"}},{"6":{"Value":"Basic"}},{"6":{"Value":"Enhanced"}},{"5":{"Elements":[137,138,139,4]}},{"2":{"Name":"ClusterReportedProperties","Properties":{"clusterName":{"Type":4,"Flags":2,"Description":"Name of the on-prem cluster connected to this resource."},"clusterId":{"Type":4,"Flags":2,"Description":"Unique id generated by the on-prem cluster."},"clusterVersion":{"Type":4,"Flags":2,"Description":"Version of the cluster software."},"nodes":{"Type":149,"Flags":2,"Description":"List of nodes reported by the cluster."},"lastUpdated":{"Type":4,"Flags":2,"Description":"Last time the cluster reported the data."},"imdsAttestation":{"Type":152,"Flags":2,"Description":"IMDS attestation status of the cluster."},"diagnosticLevel":{"Type":156,"Flags":0,"Description":"Level of diagnostic data emitted by the cluster."},"supportedCapabilities":{"Type":157,"Flags":2,"Description":"Capabilities supported by the cluster."}}}},{"2":{"Name":"ClusterNode","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the cluster node."},"id":{"Type":3,"Flags":2,"Description":"Id of the node in the cluster."},"windowsServerSubscription":{"Type":145,"Flags":2,"Description":"State of Windows Server Subscription."},"nodeType":{"Type":148,"Flags":2,"Description":"Type of the cluster node hardware."},"ehcResourceId":{"Type":4,"Flags":2,"Description":"Edge Hardware Center Resource Id"},"manufacturer":{"Type":4,"Flags":2,"Description":"Manufacturer of the cluster node hardware."},"model":{"Type":4,"Flags":2,"Description":"Model name of the cluster node hardware."},"osName":{"Type":4,"Flags":2,"Description":"Operating system running on the cluster node."},"osVersion":{"Type":4,"Flags":2,"Description":"Version of the operating system running on the cluster node."},"osDisplayVersion":{"Type":4,"Flags":2,"Description":"Display version of the operating system running on the cluster node."},"serialNumber":{"Type":4,"Flags":2,"Description":"Immutable id of the cluster node."},"coreCount":{"Type":3,"Flags":2,"Description":"Number of physical cores on the cluster node."},"memoryInGiB":{"Type":3,"Flags":2,"Description":"Total available memory on the cluster node (in GiB)."},"lastLicensingTimestamp":{"Type":4,"Flags":2,"Description":"Most recent licensing timestamp."}}}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Enabled"}},{"5":{"Elements":[143,144,4]}},{"6":{"Value":"FirstParty"}},{"6":{"Value":"ThirdParty"}},{"5":{"Elements":[146,147,4]}},{"3":{"ItemType":142}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Enabled"}},{"5":{"Elements":[150,151,4]}},{"6":{"Value":"Off"}},{"6":{"Value":"Basic"}},{"6":{"Value":"Enhanced"}},{"5":{"Elements":[153,154,155,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.AzureStackHCI/clusters@2023-03-01","ScopeType":8,"Body":87,"Flags":0}},{"6":{"Value":"Microsoft.AzureStackHCI/clusters/arcSettings/extensions"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AzureStackHCI/clusters/arcSettings/extensions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":160,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":161,"Flags":10,"Description":"The resource api version"},"properties":{"Type":163,"Flags":0,"Description":"Describes Machine Extension Properties."},"systemData":{"Type":73,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ExtensionProperties","Properties":{"provisioningState":{"Type":182,"Flags":2,"Description":"Provisioning state of the Extension proxy resource."},"extensionParameters":{"Type":183,"Flags":0,"Description":"Parameters specific to this extension type."},"aggregateState":{"Type":202,"Flags":2,"Description":"Aggregate state of Arc Extensions across the nodes in this HCI cluster."},"perNodeExtensionDetails":{"Type":228,"Flags":2,"Description":"State of Arc Extension in each of the nodes."},"managedBy":{"Type":231,"Flags":2,"Description":"Indicates if the extension is managed by azure or the user."}}}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"DisableInProgress"}},{"5":{"Elements":[164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,4]}},{"2":{"Name":"ExtensionParameters","Properties":{"forceUpdateTag":{"Type":4,"Flags":0,"Description":"How the extension handler should be forced to update even if the extension configuration has not changed."},"publisher":{"Type":4,"Flags":0,"Description":"The name of the extension handler publisher."},"type":{"Type":4,"Flags":0,"Description":"Specifies the type of the extension; an example is \"CustomScriptExtension\"."},"typeHandlerVersion":{"Type":4,"Flags":0,"Description":"Specifies the version of the script handler. Latest version would be used if not specified."},"autoUpgradeMinorVersion":{"Type":2,"Flags":0,"Description":"Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true."},"settings":{"Type":0,"Flags":0,"Description":"Json formatted public settings for the extension."},"protectedSettings":{"Type":0,"Flags":0,"Description":"Protected settings (may contain secrets)."},"enableAutomaticUpgrade":{"Type":2,"Flags":0,"Description":"Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available."}}}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"UpgradeFailedRollbackSucceeded"}},{"5":{"Elements":[184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,4]}},{"2":{"Name":"PerNodeExtensionState","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the node in HCI Cluster."},"extension":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the particular Arc Extension on this node."},"typeHandlerVersion":{"Type":4,"Flags":2,"Description":"Specifies the version of the script handler."},"state":{"Type":221,"Flags":2,"Description":"State of Arc Extension in this node."},"instanceView":{"Type":222,"Flags":2,"Description":"The extension instance view."}}}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,4]}},{"2":{"Name":"ExtensionInstanceView","Properties":{"name":{"Type":4,"Flags":0,"Description":"The extension name."},"type":{"Type":4,"Flags":0,"Description":"Specifies the type of the extension; an example is \"MicrosoftMonitoringAgent\"."},"typeHandlerVersion":{"Type":4,"Flags":0,"Description":"Specifies the version of the script handler."},"status":{"Type":223,"Flags":0,"Description":"Instance view status."}}}},{"2":{"Name":"ExtensionInstanceViewStatus","Properties":{"code":{"Type":4,"Flags":0,"Description":"The status code."},"level":{"Type":227,"Flags":0,"Description":"The level code."},"displayStatus":{"Type":4,"Flags":0,"Description":"The short localizable label for the status."},"message":{"Type":4,"Flags":0,"Description":"The detailed status message, including for alerts and error messages."},"time":{"Type":4,"Flags":0,"Description":"The time of the status."}}}},{"6":{"Value":"Info"}},{"6":{"Value":"Warning"}},{"6":{"Value":"Error"}},{"5":{"Elements":[224,225,226,4]}},{"3":{"ItemType":203}},{"6":{"Value":"Azure"}},{"6":{"Value":"User"}},{"5":{"Elements":[229,230,4]}},{"4":{"Name":"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2023-03-01","ScopeType":8,"Body":162,"Flags":0}},{"6":{"Value":"Microsoft.AzureStackHCI/clusters/updates/updateRuns"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AzureStackHCI/clusters/updates/updateRuns","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":233,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":234,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":0,"Description":"The geo-location where the resource lives"},"properties":{"Type":236,"Flags":0,"Description":"Describes Update Run Properties."},"systemData":{"Type":73,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"UpdateRunProperties","Properties":{"provisioningState":{"Type":255,"Flags":2,"Description":"Provisioning state of the UpdateRuns proxy resource."},"timeStarted":{"Type":4,"Flags":0,"Description":"Timestamp of the update run was started."},"lastUpdatedTime":{"Type":4,"Flags":0,"Description":"Timestamp of the most recently completed step in the update run."},"duration":{"Type":4,"Flags":0,"Description":"Duration of the update run."},"state":{"Type":260,"Flags":0,"Description":"State of the update run."},"progress":{"Type":261,"Flags":0,"Description":"Progress representation of the update run steps."}}}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"DisableInProgress"}},{"5":{"Elements":[237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,4]}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Failed"}},{"5":{"Elements":[256,257,258,259,4]}},{"2":{"Name":"Step","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the step."},"description":{"Type":4,"Flags":0,"Description":"More detailed description of the step."},"errorMessage":{"Type":4,"Flags":0,"Description":"Error message, specified if the step is in a failed state."},"status":{"Type":4,"Flags":0,"Description":"Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'."},"startTimeUtc":{"Type":4,"Flags":0,"Description":"When the step started, or empty if it has not started executing."},"endTimeUtc":{"Type":4,"Flags":0,"Description":"When the step reached a terminal state."},"lastUpdatedTimeUtc":{"Type":4,"Flags":0,"Description":"Completion time of this step or the last completed sub-step."},"steps":{"Type":262,"Flags":0,"Description":"Recursive model for child steps of this step."}}}},{"3":{"ItemType":261}},{"4":{"Name":"Microsoft.AzureStackHCI/clusters/updates/updateRuns@2023-03-01","ScopeType":8,"Body":235,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.AzureStackHCI/clusters/updateSummaries"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AzureStackHCI/clusters/updateSummaries","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":264,"Flags":9,"Description":"The resource name"},"type":{"Type":265,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":266,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":0,"Description":"The geo-location where the resource lives"},"properties":{"Type":268,"Flags":0,"Description":"Update summaries properties"},"systemData":{"Type":73,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"UpdateSummariesProperties","Properties":{"provisioningState":{"Type":287,"Flags":2,"Description":"Provisioning state of the UpdateSummaries proxy resource."},"oemFamily":{"Type":4,"Flags":0,"Description":"OEM family name."},"hardwareModel":{"Type":4,"Flags":0,"Description":"Name of the hardware model."},"packageVersions":{"Type":289,"Flags":0,"Description":"Current version of each updatable component."},"currentVersion":{"Type":4,"Flags":0,"Description":"Current Solution Bundle version of the stamp."},"lastUpdated":{"Type":4,"Flags":0,"Description":"Last time an update installation completed successfully."},"lastChecked":{"Type":4,"Flags":0,"Description":"Last time the update service successfully checked for updates"},"healthState":{"Type":296,"Flags":0,"Description":"Overall health state for update-specific health checks."},"healthCheckResult":{"Type":314,"Flags":0,"Description":"An array of pre-check result objects."},"healthCheckDate":{"Type":4,"Flags":0,"Description":"Last time the package-specific checks were run."},"state":{"Type":323,"Flags":0,"Description":"Overall update state of the stamp."}}}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"DisableInProgress"}},{"5":{"Elements":[269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,4]}},{"2":{"Name":"PackageVersionInfo","Properties":{"packageType":{"Type":4,"Flags":0,"Description":"Package type"},"version":{"Type":4,"Flags":0,"Description":"Package version"},"lastUpdated":{"Type":4,"Flags":0,"Description":"Last time this component was updated."}}}},{"3":{"ItemType":288}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Success"}},{"6":{"Value":"Failure"}},{"6":{"Value":"Warning"}},{"6":{"Value":"Error"}},{"6":{"Value":"InProgress"}},{"5":{"Elements":[290,291,292,293,294,295,4]}},{"2":{"Name":"PrecheckResult","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the individual test/rule/alert that was executed. Unique, not exposed to the customer."},"tags":{"Type":298,"Flags":0,"Description":"Key-value pairs that allow grouping/filtering individual tests."},"title":{"Type":4,"Flags":0,"Description":"User-facing name; one or more sentences indicating the direct issue."},"status":{"Type":308,"Flags":0,"Description":"The status of the check running (i.e. Failed, Succeeded, In Progress). This answers whether the check ran, and passed or failed."},"severity":{"Type":313,"Flags":0,"Description":"Severity of the result (Critical, Warning, Informational, Hidden). This answers how important the result is. Critical is the only update-blocking severity."},"description":{"Type":4,"Flags":0,"Description":"Detailed overview of the issue and what impact the issue has on the stamp."},"remediation":{"Type":4,"Flags":0,"Description":"Set of steps that can be taken to resolve the issue found."},"targetResourceID":{"Type":4,"Flags":0,"Description":"The unique identifier for the affected resource (such as a node or drive)."},"targetResourceName":{"Type":4,"Flags":0,"Description":"The name of the affected resource."},"timestamp":{"Type":4,"Flags":0,"Description":"The Time in which the HealthCheck was called."},"additionalData":{"Type":4,"Flags":0,"Description":"Property bag of key value pairs for additional information."},"healthCheckSource":{"Type":4,"Flags":0,"Description":"The name of the services called for the HealthCheck (I.E. Test-AzureStack, Test-Cluster)."}}}},{"2":{"Name":"PrecheckResultTags","Properties":{"key":{"Type":4,"Flags":0,"Description":"Key that allow grouping/filtering individual tests."},"value":{"Type":4,"Flags":0,"Description":"Value of the key that allow grouping/filtering individual tests."}}}},{"6":{"Value":"NotYetRegistered"}},{"6":{"Value":"ConnectedRecently"}},{"6":{"Value":"NotConnectedRecently"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Error"}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"InProgress"}},{"5":{"Elements":[299,300,301,302,303,304,305,306,307,4]}},{"6":{"Value":"Critical"}},{"6":{"Value":"Warning"}},{"6":{"Value":"Informational"}},{"6":{"Value":"Hidden"}},{"5":{"Elements":[309,310,311,312,4]}},{"3":{"ItemType":297}},{"6":{"Value":"Unknown"}},{"6":{"Value":"AppliedSuccessfully"}},{"6":{"Value":"UpdateAvailable"}},{"6":{"Value":"UpdateInProgress"}},{"6":{"Value":"UpdateFailed"}},{"6":{"Value":"NeedsAttention"}},{"6":{"Value":"PreparationInProgress"}},{"6":{"Value":"PreparationFailed"}},{"5":{"Elements":[315,316,317,318,319,320,321,322,4]}},{"4":{"Name":"Microsoft.AzureStackHCI/clusters/updateSummaries@2023-03-01","ScopeType":8,"Body":267,"Flags":0}},{"6":{"Value":"Microsoft.AzureStackHCI/clusters/updates"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AzureStackHCI/clusters/updates","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":325,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":326,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":0,"Description":"The geo-location where the resource lives"},"properties":{"Type":328,"Flags":0,"Description":"Update properties"},"systemData":{"Type":73,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"UpdateProperties","Properties":{"provisioningState":{"Type":347,"Flags":2,"Description":"Provisioning state of the Updates proxy resource."},"installedDate":{"Type":4,"Flags":0,"Description":"Date that the update was installed."},"description":{"Type":4,"Flags":0,"Description":"Description of the update."},"state":{"Type":366,"Flags":0,"Description":"State of the update as it relates to this stamp."},"prerequisites":{"Type":368,"Flags":0,"Description":"If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty."},"componentVersions":{"Type":369,"Flags":0,"Description":"An array of component versions for a Solution Bundle update, and an empty array otherwise."},"rebootRequired":{"Type":373,"Flags":0},"healthState":{"Type":380,"Flags":0,"Description":"Overall health state for update-specific health checks."},"healthCheckResult":{"Type":381,"Flags":0,"Description":"An array of PrecheckResult objects."},"healthCheckDate":{"Type":4,"Flags":0,"Description":"Last time the package-specific checks were run."},"packagePath":{"Type":4,"Flags":0,"Description":"Path where the update package is available."},"packageSizeInMb":{"Type":3,"Flags":0,"Description":"Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content."},"displayName":{"Type":4,"Flags":0,"Description":"Display name of the Update"},"version":{"Type":4,"Flags":0,"Description":"Version of the update."},"publisher":{"Type":4,"Flags":0,"Description":"Publisher of the update package."},"releaseLink":{"Type":4,"Flags":0,"Description":"Link to release notes for the update."},"availabilityType":{"Type":385,"Flags":0,"Description":"Indicates the way the update content can be downloaded."},"packageType":{"Type":4,"Flags":0,"Description":"Customer-visible type of the update."},"additionalProperties":{"Type":4,"Flags":0,"Description":"Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type."},"updateStateProperties":{"Type":386,"Flags":0,"Description":"Additional information regarding the state of the update. See definition of UpdateStateProperties type below for more details on this property."}}}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Error"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"6":{"Value":"PartiallySucceeded"}},{"6":{"Value":"PartiallyConnected"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"DisableInProgress"}},{"5":{"Elements":[329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,4]}},{"6":{"Value":"HasPrerequisite"}},{"6":{"Value":"Obsolete"}},{"6":{"Value":"Ready"}},{"6":{"Value":"NotApplicableBecauseAnotherUpdateIsInProgress"}},{"6":{"Value":"Preparing"}},{"6":{"Value":"Installing"}},{"6":{"Value":"Installed"}},{"6":{"Value":"PreparationFailed"}},{"6":{"Value":"InstallationFailed"}},{"6":{"Value":"Invalid"}},{"6":{"Value":"Recalled"}},{"6":{"Value":"Downloading"}},{"6":{"Value":"DownloadFailed"}},{"6":{"Value":"HealthChecking"}},{"6":{"Value":"HealthCheckFailed"}},{"6":{"Value":"ReadyToInstall"}},{"6":{"Value":"ScanInProgress"}},{"6":{"Value":"ScanFailed"}},{"5":{"Elements":[348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,4]}},{"2":{"Name":"UpdatePrerequisite","Properties":{"updateType":{"Type":4,"Flags":0,"Description":"Updatable component type."},"version":{"Type":4,"Flags":0,"Description":"Version of the prerequisite."},"packageName":{"Type":4,"Flags":0,"Description":"Friendly name of the prerequisite."}}}},{"3":{"ItemType":367}},{"3":{"ItemType":288}},{"6":{"Value":"Unknown"}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[370,371,372,4]}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Success"}},{"6":{"Value":"Failure"}},{"6":{"Value":"Warning"}},{"6":{"Value":"Error"}},{"6":{"Value":"InProgress"}},{"5":{"Elements":[374,375,376,377,378,379,4]}},{"3":{"ItemType":297}},{"6":{"Value":"Local"}},{"6":{"Value":"Online"}},{"6":{"Value":"Notify"}},{"5":{"Elements":[382,383,384,4]}},{"2":{"Name":"UpdateStateProperties","Properties":{"progressPercentage":{"Type":3,"Flags":0,"Description":"Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded."},"notifyMessage":{"Type":4,"Flags":0,"Description":"Brief message with instructions for updates of AvailabilityType Notify."}}}},{"4":{"Name":"Microsoft.AzureStackHCI/clusters/updates@2023-03-01","ScopeType":8,"Body":327,"Flags":0}},{"6":{"Value":"Microsoft.AzureStackHCI/clusters/publishers/offers"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AzureStackHCI/clusters/publishers/offers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":388,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":389,"Flags":10,"Description":"The resource api version"},"properties":{"Type":391,"Flags":2,"Description":"Offer properties."},"systemData":{"Type":73,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"OfferProperties","Properties":{"provisioningState":{"Type":4,"Flags":2,"Description":"Provisioning State"},"publisherId":{"Type":4,"Flags":0,"Description":"Identifier of the Publisher for the offer"},"content":{"Type":4,"Flags":0,"Description":"JSON serialized catalog content of the offer"},"contentVersion":{"Type":4,"Flags":0,"Description":"The API version of the catalog service used to serve the catalog content"},"skuMappings":{"Type":394,"Flags":0,"Description":"Array of SKU mappings"}}}},{"2":{"Name":"SkuMappings","Properties":{"catalogPlanId":{"Type":4,"Flags":0,"Description":"Identifier of the CatalogPlan for the sku"},"marketplaceSkuId":{"Type":4,"Flags":0,"Description":"Identifier for the sku"},"marketplaceSkuVersions":{"Type":393,"Flags":0,"Description":"Array of SKU versions available"}}}},{"3":{"ItemType":4}},{"3":{"ItemType":392}},{"4":{"Name":"Microsoft.AzureStackHCI/clusters/publishers/offers@2023-03-01","ScopeType":8,"Body":390,"Flags":1}},{"6":{"Value":"Microsoft.AzureStackHCI/clusters/publishers"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AzureStackHCI/clusters/publishers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":396,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":397,"Flags":10,"Description":"The resource api version"},"properties":{"Type":399,"Flags":2,"Description":"Publisher properties."},"systemData":{"Type":73,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"PublisherProperties","Properties":{"provisioningState":{"Type":4,"Flags":2,"Description":"Provisioning State"}}}},{"4":{"Name":"Microsoft.AzureStackHCI/clusters/publishers@2023-03-01","ScopeType":8,"Body":398,"Flags":1}},{"6":{"Value":"Microsoft.AzureStackHCI/clusters/publishers/offers/skus"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.AzureStackHCI/clusters/publishers/offers/skus","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":401,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":402,"Flags":10,"Description":"The resource api version"},"properties":{"Type":404,"Flags":2,"Description":"SKU properties."},"systemData":{"Type":73,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"SkuProperties","Properties":{"provisioningState":{"Type":4,"Flags":2,"Description":"Provisioning State"},"publisherId":{"Type":4,"Flags":0,"Description":"Identifier of the Publisher for the offer"},"offerId":{"Type":4,"Flags":0,"Description":"Identifier of the Offer for the sku"},"content":{"Type":4,"Flags":0,"Description":"JSON serialized catalog content of the sku offer"},"contentVersion":{"Type":4,"Flags":0,"Description":"The API version of the catalog service used to serve the catalog content"},"skuMappings":{"Type":405,"Flags":0,"Description":"Array of SKU mappings"}}}},{"3":{"ItemType":392}},{"4":{"Name":"Microsoft.AzureStackHCI/clusters/publishers/offers/skus@2023-03-01","ScopeType":8,"Body":403,"Flags":1}}] \ No newline at end of file diff --git a/generated/azurestackhci/microsoft.azurestackhci/2023-03-01/types.md b/generated/azurestackhci/microsoft.azurestackhci/2023-03-01/types.md new file mode 100644 index 0000000000..3d208bb39c --- /dev/null +++ b/generated/azurestackhci/microsoft.azurestackhci/2023-03-01/types.md @@ -0,0 +1,376 @@ +# Microsoft.AzureStackHCI @ 2023-03-01 + +## Resource Microsoft.AzureStackHCI/clusters@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ManagedServiceIdentity](#managedserviceidentity): Identity of Cluster resource +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ClusterProperties](#clusterproperties): Cluster properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.AzureStackHCI/clusters' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AzureStackHCI/clusters/arcSettings@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ArcSettingProperties](#arcsettingproperties): ArcSetting properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.AzureStackHCI/clusters/arcSettings' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ExtensionProperties](#extensionproperties): Describes Machine Extension Properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.AzureStackHCI/clusters/arcSettings/extensions' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AzureStackHCI/clusters/publishers@2023-03-01 (ReadOnly) +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PublisherProperties](#publisherproperties) (ReadOnly): Publisher properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.AzureStackHCI/clusters/publishers' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AzureStackHCI/clusters/publishers/offers@2023-03-01 (ReadOnly) +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [OfferProperties](#offerproperties) (ReadOnly): Offer properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.AzureStackHCI/clusters/publishers/offers' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AzureStackHCI/clusters/publishers/offers/skus@2023-03-01 (ReadOnly) +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [SkuProperties](#skuproperties) (ReadOnly): SKU properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.AzureStackHCI/clusters/publishers/offers/skus' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AzureStackHCI/clusters/updates@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string: The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [UpdateProperties](#updateproperties): Update properties +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.AzureStackHCI/clusters/updates' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AzureStackHCI/clusters/updates/updateRuns@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string: The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [UpdateRunProperties](#updaterunproperties): Describes Update Run Properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.AzureStackHCI/clusters/updates/updateRuns' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.AzureStackHCI/clusters/updateSummaries@2023-03-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string: The geo-location where the resource lives +* **name**: 'default' (Required, DeployTimeConstant): The resource name +* **properties**: [UpdateSummariesProperties](#updatesummariesproperties): Update summaries properties +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.AzureStackHCI/clusters/updateSummaries' (ReadOnly, DeployTimeConstant): The resource type + +## ArcSettingProperties +### Properties +* **aggregateState**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'DisableInProgress' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): Aggregate state of Arc agent across the nodes in this HCI cluster. +* **arcApplicationClientId**: string: App id of arc AAD identity. +* **arcApplicationObjectId**: string: Object id of arc AAD identity. +* **arcApplicationTenantId**: string: Tenant id of arc AAD identity. +* **arcInstanceResourceGroup**: string: The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources. +* **arcServicePrincipalObjectId**: string: Object id of arc AAD service principal. +* **connectivityProperties**: any: contains connectivity related configuration for ARC resources +* **defaultExtensions**: [DefaultExtensionDetails](#defaultextensiondetails)[] (ReadOnly): Properties for each of the default extensions category +* **perNodeDetails**: [PerNodeState](#pernodestate)[] (ReadOnly): State of Arc agent in each of the nodes. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'DisableInProgress' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the ArcSetting proxy resource. + +## ClusterDesiredProperties +### Properties +* **diagnosticLevel**: 'Basic' | 'Enhanced' | 'Off' | string: Desired level of diagnostic data emitted by the cluster. +* **windowsServerSubscription**: 'Disabled' | 'Enabled' | string: Desired state of Windows Server Subscription. + +## ClusterNode +### Properties +* **coreCount**: int (ReadOnly): Number of physical cores on the cluster node. +* **ehcResourceId**: string (ReadOnly): Edge Hardware Center Resource Id +* **id**: int (ReadOnly): Id of the node in the cluster. +* **lastLicensingTimestamp**: string (ReadOnly): Most recent licensing timestamp. +* **manufacturer**: string (ReadOnly): Manufacturer of the cluster node hardware. +* **memoryInGiB**: int (ReadOnly): Total available memory on the cluster node (in GiB). +* **model**: string (ReadOnly): Model name of the cluster node hardware. +* **name**: string (ReadOnly): Name of the cluster node. +* **nodeType**: 'FirstParty' | 'ThirdParty' | string (ReadOnly): Type of the cluster node hardware. +* **osDisplayVersion**: string (ReadOnly): Display version of the operating system running on the cluster node. +* **osName**: string (ReadOnly): Operating system running on the cluster node. +* **osVersion**: string (ReadOnly): Version of the operating system running on the cluster node. +* **serialNumber**: string (ReadOnly): Immutable id of the cluster node. +* **windowsServerSubscription**: 'Disabled' | 'Enabled' | string (ReadOnly): State of Windows Server Subscription. + +## ClusterProperties +### Properties +* **aadApplicationObjectId**: string: Object id of cluster AAD identity. +* **aadClientId**: string: App id of cluster AAD identity. +* **aadServicePrincipalObjectId**: string: Id of cluster identity service principal. +* **aadTenantId**: string: Tenant id of cluster AAD identity. +* **billingModel**: string (ReadOnly): Type of billing applied to the resource. +* **cloudId**: string (ReadOnly): Unique, immutable resource id. +* **cloudManagementEndpoint**: string: Endpoint configured for management from the Azure portal. +* **desiredProperties**: [ClusterDesiredProperties](#clusterdesiredproperties): Desired properties of the cluster. +* **lastBillingTimestamp**: string (ReadOnly): Most recent billing meter timestamp. +* **lastSyncTimestamp**: string (ReadOnly): Most recent cluster sync timestamp. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'DisableInProgress' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state. +* **registrationTimestamp**: string (ReadOnly): First cluster sync timestamp. +* **reportedProperties**: [ClusterReportedProperties](#clusterreportedproperties) (ReadOnly): Properties reported by cluster agent. +* **resourceProviderObjectId**: string (ReadOnly): Object id of RP Service Principal +* **serviceEndpoint**: string (ReadOnly): Region specific DataPath Endpoint of the cluster. +* **softwareAssuranceProperties**: [SoftwareAssuranceProperties](#softwareassuranceproperties): Software Assurance properties of the cluster. +* **status**: 'ConnectedRecently' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'NotConnectedRecently' | 'NotSpecified' | 'NotYetRegistered' | 'Succeeded' | string (ReadOnly): Status of the cluster agent. +* **trialDaysRemaining**: int (ReadOnly): Number of days remaining in the trial period. + +## ClusterReportedProperties +### Properties +* **clusterId**: string (ReadOnly): Unique id generated by the on-prem cluster. +* **clusterName**: string (ReadOnly): Name of the on-prem cluster connected to this resource. +* **clusterVersion**: string (ReadOnly): Version of the cluster software. +* **diagnosticLevel**: 'Basic' | 'Enhanced' | 'Off' | string: Level of diagnostic data emitted by the cluster. +* **imdsAttestation**: 'Disabled' | 'Enabled' | string (ReadOnly): IMDS attestation status of the cluster. +* **lastUpdated**: string (ReadOnly): Last time the cluster reported the data. +* **nodes**: [ClusterNode](#clusternode)[] (ReadOnly): List of nodes reported by the cluster. +* **supportedCapabilities**: string[] (ReadOnly): Capabilities supported by the cluster. + +## DefaultExtensionDetails +### Properties +* **category**: string (ReadOnly): Default extension category +* **consentTime**: string (ReadOnly): Consent time for extension category + +## ExtensionInstanceView +### Properties +* **name**: string: The extension name. +* **status**: [ExtensionInstanceViewStatus](#extensioninstanceviewstatus): Instance view status. +* **type**: string: Specifies the type of the extension; an example is "MicrosoftMonitoringAgent". +* **typeHandlerVersion**: string: Specifies the version of the script handler. + +## ExtensionInstanceViewStatus +### Properties +* **code**: string: The status code. +* **displayStatus**: string: The short localizable label for the status. +* **level**: 'Error' | 'Info' | 'Warning' | string: The level code. +* **message**: string: The detailed status message, including for alerts and error messages. +* **time**: string: The time of the status. + +## ExtensionParameters +### Properties +* **autoUpgradeMinorVersion**: bool: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. +* **enableAutomaticUpgrade**: bool: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. +* **forceUpdateTag**: string: How the extension handler should be forced to update even if the extension configuration has not changed. +* **protectedSettings**: any: Protected settings (may contain secrets). +* **publisher**: string: The name of the extension handler publisher. +* **settings**: any: Json formatted public settings for the extension. +* **type**: string: Specifies the type of the extension; an example is "CustomScriptExtension". +* **typeHandlerVersion**: string: Specifies the version of the script handler. Latest version would be used if not specified. + +## ExtensionProperties +### Properties +* **aggregateState**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | 'UpgradeFailedRollbackSucceeded' | string (ReadOnly): Aggregate state of Arc Extensions across the nodes in this HCI cluster. +* **extensionParameters**: [ExtensionParameters](#extensionparameters): Parameters specific to this extension type. +* **managedBy**: 'Azure' | 'User' | string (ReadOnly): Indicates if the extension is managed by azure or the user. +* **perNodeExtensionDetails**: [PerNodeExtensionState](#pernodeextensionstate)[] (ReadOnly): State of Arc Extension in each of the nodes. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'DisableInProgress' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the Extension proxy resource. + +## ManagedServiceIdentity +### Properties +* **principalId**: string (ReadOnly): The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. +* **tenantId**: string (ReadOnly): The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. +* **type**: 'None' | 'SystemAssigned' | 'SystemAssigned, UserAssigned' | 'UserAssigned' | string (Required): Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). +* **userAssignedIdentities**: [UserAssignedIdentities](#userassignedidentities): The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. + +## OfferProperties +### Properties +* **content**: string: JSON serialized catalog content of the offer +* **contentVersion**: string: The API version of the catalog service used to serve the catalog content +* **provisioningState**: string (ReadOnly): Provisioning State +* **publisherId**: string: Identifier of the Publisher for the offer +* **skuMappings**: [SkuMappings](#skumappings)[]: Array of SKU mappings + +## PackageVersionInfo +### Properties +* **lastUpdated**: string: Last time this component was updated. +* **packageType**: string: Package type +* **version**: string: Package version + +## PerNodeExtensionState +### Properties +* **extension**: string (ReadOnly): Fully qualified resource ID for the particular Arc Extension on this node. +* **instanceView**: [ExtensionInstanceView](#extensioninstanceview) (ReadOnly): The extension instance view. +* **name**: string (ReadOnly): Name of the node in HCI Cluster. +* **state**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): State of Arc Extension in this node. +* **typeHandlerVersion**: string (ReadOnly): Specifies the version of the script handler. + +## PerNodeState +### Properties +* **arcInstance**: string (ReadOnly): Fully qualified resource ID for the Arc agent of this node. +* **name**: string (ReadOnly): Name of the Node in HCI Cluster +* **state**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'DisableInProgress' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): State of Arc agent in this node. + +## PrecheckResult +### Properties +* **additionalData**: string: Property bag of key value pairs for additional information. +* **description**: string: Detailed overview of the issue and what impact the issue has on the stamp. +* **healthCheckSource**: string: The name of the services called for the HealthCheck (I.E. Test-AzureStack, Test-Cluster). +* **name**: string: Name of the individual test/rule/alert that was executed. Unique, not exposed to the customer. +* **remediation**: string: Set of steps that can be taken to resolve the issue found. +* **severity**: 'Critical' | 'Hidden' | 'Informational' | 'Warning' | string: Severity of the result (Critical, Warning, Informational, Hidden). This answers how important the result is. Critical is the only update-blocking severity. +* **status**: 'ConnectedRecently' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'NotConnectedRecently' | 'NotSpecified' | 'NotYetRegistered' | 'Succeeded' | string: The status of the check running (i.e. Failed, Succeeded, In Progress). This answers whether the check ran, and passed or failed. +* **tags**: [PrecheckResultTags](#precheckresulttags): Key-value pairs that allow grouping/filtering individual tests. +* **targetResourceID**: string: The unique identifier for the affected resource (such as a node or drive). +* **targetResourceName**: string: The name of the affected resource. +* **timestamp**: string: The Time in which the HealthCheck was called. +* **title**: string: User-facing name; one or more sentences indicating the direct issue. + +## PrecheckResultTags +### Properties +* **key**: string: Key that allow grouping/filtering individual tests. +* **value**: string: Value of the key that allow grouping/filtering individual tests. + +## PublisherProperties +### Properties +* **provisioningState**: string (ReadOnly): Provisioning State + +## SkuMappings +### Properties +* **catalogPlanId**: string: Identifier of the CatalogPlan for the sku +* **marketplaceSkuId**: string: Identifier for the sku +* **marketplaceSkuVersions**: string[]: Array of SKU versions available + +## SkuProperties +### Properties +* **content**: string: JSON serialized catalog content of the sku offer +* **contentVersion**: string: The API version of the catalog service used to serve the catalog content +* **offerId**: string: Identifier of the Offer for the sku +* **provisioningState**: string (ReadOnly): Provisioning State +* **publisherId**: string: Identifier of the Publisher for the offer +* **skuMappings**: [SkuMappings](#skumappings)[]: Array of SKU mappings + +## SoftwareAssuranceProperties +### Properties +* **lastUpdated**: string (ReadOnly): TimeStamp denoting the latest SA benefit applicability is validated. +* **softwareAssuranceIntent**: 'Disable' | 'Enable' | string: Customer Intent for Software Assurance Benefit. +* **softwareAssuranceStatus**: 'Disabled' | 'Enabled' | string: Status of the Software Assurance for the cluster. + +## Step +### Properties +* **description**: string: More detailed description of the step. +* **endTimeUtc**: string: When the step reached a terminal state. +* **errorMessage**: string: Error message, specified if the step is in a failed state. +* **lastUpdatedTimeUtc**: string: Completion time of this step or the last completed sub-step. +* **name**: string: Name of the step. +* **startTimeUtc**: string: When the step started, or empty if it has not started executing. +* **status**: string: Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'. +* **steps**: [Step](#step)[]: Recursive model for child steps of this step. + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource last modification (UTC) +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## UpdatePrerequisite +### Properties +* **packageName**: string: Friendly name of the prerequisite. +* **updateType**: string: Updatable component type. +* **version**: string: Version of the prerequisite. + +## UpdateProperties +### Properties +* **additionalProperties**: string: Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type. +* **availabilityType**: 'Local' | 'Notify' | 'Online' | string: Indicates the way the update content can be downloaded. +* **componentVersions**: [PackageVersionInfo](#packageversioninfo)[]: An array of component versions for a Solution Bundle update, and an empty array otherwise. +* **description**: string: Description of the update. +* **displayName**: string: Display name of the Update +* **healthCheckDate**: string: Last time the package-specific checks were run. +* **healthCheckResult**: [PrecheckResult](#precheckresult)[]: An array of PrecheckResult objects. +* **healthState**: 'Error' | 'Failure' | 'InProgress' | 'Success' | 'Unknown' | 'Warning' | string: Overall health state for update-specific health checks. +* **installedDate**: string: Date that the update was installed. +* **packagePath**: string: Path where the update package is available. +* **packageSizeInMb**: int: Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content. +* **packageType**: string: Customer-visible type of the update. +* **prerequisites**: [UpdatePrerequisite](#updateprerequisite)[]: If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'DisableInProgress' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the Updates proxy resource. +* **publisher**: string: Publisher of the update package. +* **rebootRequired**: 'False' | 'True' | 'Unknown' | string +* **releaseLink**: string: Link to release notes for the update. +* **state**: 'DownloadFailed' | 'Downloading' | 'HasPrerequisite' | 'HealthCheckFailed' | 'HealthChecking' | 'InstallationFailed' | 'Installed' | 'Installing' | 'Invalid' | 'NotApplicableBecauseAnotherUpdateIsInProgress' | 'Obsolete' | 'PreparationFailed' | 'Preparing' | 'Ready' | 'ReadyToInstall' | 'Recalled' | 'ScanFailed' | 'ScanInProgress' | string: State of the update as it relates to this stamp. +* **updateStateProperties**: [UpdateStateProperties](#updatestateproperties): Additional information regarding the state of the update. See definition of UpdateStateProperties type below for more details on this property. +* **version**: string: Version of the update. + +## UpdateRunProperties +### Properties +* **duration**: string: Duration of the update run. +* **lastUpdatedTime**: string: Timestamp of the most recently completed step in the update run. +* **progress**: [Step](#step): Progress representation of the update run steps. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'DisableInProgress' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the UpdateRuns proxy resource. +* **state**: 'Failed' | 'InProgress' | 'Succeeded' | 'Unknown' | string: State of the update run. +* **timeStarted**: string: Timestamp of the update run was started. + +## UpdateStateProperties +### Properties +* **notifyMessage**: string: Brief message with instructions for updates of AvailabilityType Notify. +* **progressPercentage**: int: Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded. + +## UpdateSummariesProperties +### Properties +* **currentVersion**: string: Current Solution Bundle version of the stamp. +* **hardwareModel**: string: Name of the hardware model. +* **healthCheckDate**: string: Last time the package-specific checks were run. +* **healthCheckResult**: [PrecheckResult](#precheckresult)[]: An array of pre-check result objects. +* **healthState**: 'Error' | 'Failure' | 'InProgress' | 'Success' | 'Unknown' | 'Warning' | string: Overall health state for update-specific health checks. +* **lastChecked**: string: Last time the update service successfully checked for updates +* **lastUpdated**: string: Last time an update installation completed successfully. +* **oemFamily**: string: OEM family name. +* **packageVersions**: [PackageVersionInfo](#packageversioninfo)[]: Current version of each updatable component. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Connected' | 'Creating' | 'Deleted' | 'Deleting' | 'DisableInProgress' | 'Disconnected' | 'Error' | 'Failed' | 'InProgress' | 'Moving' | 'NotSpecified' | 'PartiallyConnected' | 'PartiallySucceeded' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): Provisioning state of the UpdateSummaries proxy resource. +* **state**: 'AppliedSuccessfully' | 'NeedsAttention' | 'PreparationFailed' | 'PreparationInProgress' | 'Unknown' | 'UpdateAvailable' | 'UpdateFailed' | 'UpdateInProgress' | string: Overall update state of the stamp. + +## UserAssignedIdentities +### Properties +### Additional Properties +* **Additional Properties Type**: [UserAssignedIdentity](#userassignedidentity) + +## UserAssignedIdentity +### Properties +* **clientId**: string (ReadOnly): The client ID of the assigned identity. +* **principalId**: string (ReadOnly): The principal ID of the assigned identity. + diff --git a/generated/consumption/log.out b/generated/consumption/log.out index d0bc0fa6fa..2b005a40a4 100644 --- a/generated/consumption/log.out +++ b/generated/consumption/log.out @@ -2,9 +2,259 @@ AutoRest code generation utility [cli version: 3.6.3; node: v16.19.1] (C) 2018 Microsoft Corporation. https://aka.ms/autorest warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/SchemaMissingType | The schema 'MeterDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:1862:5 +warning | PreCheck/SchemaMissingType | The schema 'UsageDetailsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:1941:5 +warning | PreCheck/SchemaMissingType | The schema 'LegacyUsageDetailProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:1979:5 +warning | PreCheck/SchemaMissingType | The schema 'ModernUsageDetailProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:2252:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationSummariesListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:2998:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationSummaryProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3016:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationDetailsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3123:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationDetailProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3141:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3229:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsCalculatedSavingsProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3264:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsResourceProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3303:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsSavingsProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3341:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsUsageProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3380:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3413:5 +warning | PreCheck/SchemaMissingType | The schema 'SkuProperty' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3610:5 +warning | PreCheck/SchemaMissingType | The schema 'ModernReservationTransactionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3777:5 +warning | PreCheck/SchemaMissingType | The schema 'LegacyReservationTransactionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:3924:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationTransactionsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4067:5 +warning | PreCheck/SchemaMissingType | The schema 'ModernReservationTransactionsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4085:5 +warning | PreCheck/SchemaMissingType | The schema 'TagProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4119:5 +warning | PreCheck/SchemaMissingType | The schema 'Tag' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4144:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4160:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4194:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetTimePeriod' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4265:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4283:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetFilterProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4305:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetComparisonExpression' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4318:5 +warning | PreCheck/SchemaMissingType | The schema 'CurrentSpend' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4351:5 +warning | PreCheck/SchemaMissingType | The schema 'ForecastSpend' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4367:5 +warning | PreCheck/SchemaMissingType | The schema 'Notification' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4383:5 +warning | PreCheck/SchemaMissingType | The schema 'PriceSheetModel' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4530:5 +warning | PreCheck/SchemaMissingType | The schema 'DownloadProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4556:5 +warning | PreCheck/SchemaMissingType | The schema 'PriceSheetProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4571:5 +warning | PreCheck/SchemaMissingType | The schema 'ChargesListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4707:5 +warning | PreCheck/SchemaMissingType | The schema 'MeterDetailsResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4897:5 +warning | PreCheck/SchemaMissingType | The schema 'ErrorDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4927:5 +warning | PreCheck/SchemaMissingType | The schema 'HighCasedErrorDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4942:5 +warning | PreCheck/SchemaMissingType | The schema 'Operation-display' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:4991:9 +warning | PreCheck/SchemaMissingType | The schema 'OperationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5018:5 +warning | PreCheck/SchemaMissingType | The schema 'Events' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5036:5 +warning | PreCheck/SchemaMissingType | The schema 'EventProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5070:5 +warning | PreCheck/SchemaMissingType | The schema 'Lots' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5209:5 +warning | PreCheck/SchemaMissingType | The schema 'LotProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5243:5 +warning | PreCheck/SchemaMissingType | The schema 'CreditBalanceSummary' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5414:5 +warning | PreCheck/SchemaMissingType | The schema 'amount' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5434:5 +warning | PreCheck/SchemaMissingType | The schema 'Resource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5450:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationTransactionResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5484:5 +warning | PreCheck/SchemaMissingType | The schema 'ResourceAttributes' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5513:5 +warning | PreCheck/SchemaMissingType | The schema 'ProxyResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5528:5 +warning | PreCheck/SchemaMissingType | The schema 'AmountWithExchangeRate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2023-03-01/consumption.json:5553:5 +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | PreCheck/PropertyRedeclarationWarning | Schema 'LegacyReservationTransaction' has a property 'properties' that is already declared the parent schema 'ReservationTransaction' but isn't significantly different. The property has been removed from LegacyReservationTransaction +warning | Skipping ReservationsSummaries_ListByReservationOrder due to required query parameter "grain" +warning | Skipping ReservationsSummaries_ListByReservationOrderAndReservation due to required query parameter "grain" +warning | Skipping ReservationsSummaries_List due to required query parameter "grain" +warning | Skipping ReservationsDetails_ListByReservationOrder due to required query parameter "filter" +warning | Skipping ReservationsDetails_ListByReservationOrderAndReservation due to required query parameter "filter" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "scope" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "region" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "term" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "lookBackPeriod" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "product" +warning | Skipping Events_ListByBillingProfile due to required query parameter "startDate" +warning | Skipping Events_ListByBillingProfile due to required query parameter "endDate" +warning | Skipping path '/{scope}/providers/Microsoft.Consumption/tags': Found mismatch between type segments (1) and name segments (0) +warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) +warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) +warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) +warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/aggregatedCost': Found mismatch between type segments (1) and name segments (0) +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/SchemaMissingType | The schema 'MeterDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:1856:5 +warning | PreCheck/SchemaMissingType | The schema 'UsageDetailsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:1935:5 +warning | PreCheck/SchemaMissingType | The schema 'LegacyUsageDetailProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:1973:5 +warning | PreCheck/SchemaMissingType | The schema 'ModernUsageDetailProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:2246:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationSummariesListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:2992:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationSummaryProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3010:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationDetailsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3117:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationDetailProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3135:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3223:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsCalculatedSavingsProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3258:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsResourceProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3297:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsSavingsProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3335:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationDetailsUsageProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3374:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationRecommendationsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3407:5 +warning | PreCheck/SchemaMissingType | The schema 'SkuProperty' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3604:5 +warning | PreCheck/SchemaMissingType | The schema 'ModernReservationTransactionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3771:5 +warning | PreCheck/SchemaMissingType | The schema 'LegacyReservationTransactionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:3918:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationTransactionsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4061:5 +warning | PreCheck/SchemaMissingType | The schema 'ModernReservationTransactionsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4079:5 +warning | PreCheck/SchemaMissingType | The schema 'TagProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4113:5 +warning | PreCheck/SchemaMissingType | The schema 'Tag' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4138:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4154:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4188:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetTimePeriod' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4259:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4277:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetFilterProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4299:5 +warning | PreCheck/SchemaMissingType | The schema 'BudgetComparisonExpression' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4312:5 +warning | PreCheck/SchemaMissingType | The schema 'CurrentSpend' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4345:5 +warning | PreCheck/SchemaMissingType | The schema 'ForecastSpend' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4361:5 +warning | PreCheck/SchemaMissingType | The schema 'Notification' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4377:5 +warning | PreCheck/SchemaMissingType | The schema 'PriceSheetModel' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4524:5 +warning | PreCheck/SchemaMissingType | The schema 'DownloadProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4550:5 +warning | PreCheck/SchemaMissingType | The schema 'PriceSheetProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4565:5 +warning | PreCheck/SchemaMissingType | The schema 'ChargesListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4701:5 +warning | PreCheck/SchemaMissingType | The schema 'MeterDetailsResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4891:5 +warning | PreCheck/SchemaMissingType | The schema 'ErrorDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4921:5 +warning | PreCheck/SchemaMissingType | The schema 'HighCasedErrorDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4936:5 +warning | PreCheck/SchemaMissingType | The schema 'Operation-display' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:4985:9 +warning | PreCheck/SchemaMissingType | The schema 'OperationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5012:5 +warning | PreCheck/SchemaMissingType | The schema 'Events' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5030:5 +warning | PreCheck/SchemaMissingType | The schema 'EventProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5064:5 +warning | PreCheck/SchemaMissingType | The schema 'Lots' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5198:5 +warning | PreCheck/SchemaMissingType | The schema 'LotProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5232:5 +warning | PreCheck/SchemaMissingType | The schema 'CreditBalanceSummary' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5393:5 +warning | PreCheck/SchemaMissingType | The schema 'amount' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5413:5 +warning | PreCheck/SchemaMissingType | The schema 'Resource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5429:5 +warning | PreCheck/SchemaMissingType | The schema 'ReservationTransactionResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5463:5 +warning | PreCheck/SchemaMissingType | The schema 'ResourceAttributes' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5492:5 +warning | PreCheck/SchemaMissingType | The schema 'ProxyResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5507:5 +warning | PreCheck/SchemaMissingType | The schema 'AmountWithExchangeRate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2022-09-01/consumption.json:5532:5 +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | PreCheck/PropertyRedeclarationWarning | Schema 'LegacyReservationTransaction' has a property 'properties' that is already declared the parent schema 'ReservationTransaction' but isn't significantly different. The property has been removed from LegacyReservationTransaction +warning | Skipping ReservationsSummaries_ListByReservationOrder due to required query parameter "grain" +warning | Skipping ReservationsSummaries_ListByReservationOrderAndReservation due to required query parameter "grain" +warning | Skipping ReservationsSummaries_List due to required query parameter "grain" +warning | Skipping ReservationsDetails_ListByReservationOrder due to required query parameter "filter" +warning | Skipping ReservationsDetails_ListByReservationOrderAndReservation due to required query parameter "filter" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "scope" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "region" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "term" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "lookBackPeriod" +warning | Skipping ReservationRecommendationDetails_Get due to required query parameter "product" +warning | Skipping Events_ListByBillingProfile due to required query parameter "startDate" +warning | Skipping Events_ListByBillingProfile due to required query parameter "endDate" +warning | Skipping path '/{scope}/providers/Microsoft.Consumption/tags': Found mismatch between type segments (1) and name segments (0) +warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) +warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) +warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) +warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/aggregatedCost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -128,6 +378,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/aggregatedCost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -256,6 +507,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/aggregatedCost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -381,6 +633,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -475,6 +728,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -551,6 +805,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -621,6 +876,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -691,6 +947,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -761,6 +1018,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -825,6 +1083,7 @@ warning | Skipping ChargesByBillingProfile_List due to required query parameter warning | Skipping ChargesByInvoiceSection_List due to required query parameter "startDate" warning | Skipping ChargesByInvoiceSection_List due to required query parameter "endDate" warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -891,6 +1150,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -920,6 +1180,7 @@ warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this warning | Skipping ReservationsSummaries_List due to required query parameter "grain" warning | Skipping ReservationsDetails_List due to required query parameter "filter" warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -969,6 +1230,7 @@ warning | Skipping ReservationsSummaries_ListByReservationOrderAndReservation du warning | Skipping ReservationsDetails_ListByReservationOrder due to required query parameter "filter" warning | Skipping ReservationsDetails_ListByReservationOrderAndReservation due to required query parameter "filter" warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -1036,6 +1298,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/balances': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.CostManagement/billingAccounts/{billingAccountId}/providers/Microsoft.Consumption/tags': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -1059,6 +1322,7 @@ warning | PreCheck/SchemaMissingType | The schema 'UsageDetailProperties' with a - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/stable/2018-05-31/consumption.json:1234:5 warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -1127,6 +1391,7 @@ warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAc warning | Skipping path '/providers/Microsoft.CostManagement/billingAccounts/{billingAccountId}/providers/Microsoft.Consumption/tags': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Consumption/aggregatedcost': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -1194,6 +1459,7 @@ warning | Skipping path '/providers/Microsoft.Management/managementGroups/{manag warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/charges': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/charges': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -1265,6 +1531,7 @@ warning | Skipping path '/providers/Microsoft.Management/managementGroups/{manag warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/charges': Found mismatch between type segments (1) and name segments (0) warning | Skipping path '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/charges': Found mismatch between type segments (1) and name segments (0) warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. @@ -1284,6 +1551,7 @@ warning | PreCheck/SchemaMissingType | The schema 'Resource' with an undefined t - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/consumption/resource-manager/Microsoft.Consumption/preview/2017-04-24-preview/consumption.json:398:5 warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. diff --git a/generated/consumption/microsoft.consumption/2022-09-01/types.json b/generated/consumption/microsoft.consumption/2022-09-01/types.json new file mode 100644 index 0000000000..485e5bfb37 --- /dev/null +++ b/generated/consumption/microsoft.consumption/2022-09-01/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.Consumption/budgets"}},{"6":{"Value":"2022-09-01"}},{"2":{"Name":"Microsoft.Consumption/budgets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":0,"Description":"The properties of the budget."},"eTag":{"Type":4,"Flags":0,"Description":"eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not."}}}},{"2":{"Name":"BudgetProperties","Properties":{"category":{"Type":13,"Flags":1,"Description":"The category of the budget, whether the budget tracks cost or usage."},"amount":{"Type":3,"Flags":1,"Description":"The total amount of cost to track with the budget"},"timeGrain":{"Type":20,"Flags":1,"Description":"The time covered by a budget. Tracking of the amount will be reset based on the time grain. BillingMonth, BillingQuarter, and BillingAnnual are only supported by WD customers"},"timePeriod":{"Type":21,"Flags":1,"Description":"Has start and end date of the budget. The start date must be first of the month and should be less than the end date. Budget start date must be on or after June 1, 2017. Future start date should not be more than twelve months. Past start date should be selected within the timegrain period. There are no restrictions on the end date."},"filter":{"Type":22,"Flags":0,"Description":"May be used to filter budgets by user-specified dimensions and/or tags."},"currentSpend":{"Type":29,"Flags":2,"Description":"The current amount of cost which is being tracked for a budget."},"notifications":{"Type":63,"Flags":0,"Description":"Dictionary of notifications associated with the budget. Budget can have up to five notifications."},"forecastSpend":{"Type":64,"Flags":2,"Description":"The forecasted cost which is being tracked for a budget."}}}},{"6":{"Value":"Cost"}},{"5":{"Elements":[12,4]}},{"6":{"Value":"Monthly"}},{"6":{"Value":"Quarterly"}},{"6":{"Value":"Annually"}},{"6":{"Value":"BillingMonth"}},{"6":{"Value":"BillingQuarter"}},{"6":{"Value":"BillingAnnual"}},{"5":{"Elements":[14,15,16,17,18,19,4]}},{"2":{"Name":"BudgetTimePeriod","Properties":{"startDate":{"Type":4,"Flags":1,"Description":"The start date for the budget."},"endDate":{"Type":4,"Flags":0,"Description":"The end date for the budget. If not provided, we default this to 10 years from the start date."}}}},{"2":{"Name":"BudgetFilter","Properties":{"and":{"Type":28,"Flags":0,"Description":"The logical \"AND\" expression. Must have at least 2 items."},"dimensions":{"Type":24,"Flags":0,"Description":"Has comparison expression for a dimension"},"tags":{"Type":24,"Flags":0,"Description":"Has comparison expression for a tag"}}}},{"2":{"Name":"BudgetFilterProperties","Properties":{"dimensions":{"Type":24,"Flags":0,"Description":"Has comparison expression for a dimension"},"tags":{"Type":24,"Flags":0,"Description":"Has comparison expression for a tag"}}}},{"2":{"Name":"BudgetComparisonExpression","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the column to use in comparison."},"operator":{"Type":26,"Flags":1,"Description":"The operator to use for comparison."},"values":{"Type":27,"Flags":1,"Description":"Array of values to use for comparison"}}}},{"6":{"Value":"In"}},{"5":{"Elements":[25,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":23}},{"2":{"Name":"CurrentSpend","Properties":{"amount":{"Type":3,"Flags":2,"Description":"The total amount of cost which is being tracked by the budget."},"unit":{"Type":4,"Flags":2,"Description":"The unit of measure for the budget amount."}}}},{"2":{"Name":"Notification","Properties":{"enabled":{"Type":2,"Flags":1,"Description":"The notification is enabled or not."},"operator":{"Type":34,"Flags":1,"Description":"The comparison operator."},"threshold":{"Type":3,"Flags":1,"Description":"Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000."},"contactEmails":{"Type":35,"Flags":1,"Description":"Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified."},"contactRoles":{"Type":36,"Flags":0,"Description":"Contact roles to send the budget notification to when the threshold is exceeded."},"contactGroups":{"Type":37,"Flags":0,"Description":"Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes."},"thresholdType":{"Type":40,"Flags":0,"Description":"The type of threshold"},"locale":{"Type":62,"Flags":0,"Description":"Language in which the recipient will receive the notification"}}}},{"6":{"Value":"EqualTo"}},{"6":{"Value":"GreaterThan"}},{"6":{"Value":"GreaterThanOrEqualTo"}},{"5":{"Elements":[31,32,33,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"6":{"Value":"Actual"}},{"6":{"Value":"Forecasted"}},{"5":{"Elements":[38,39,4]}},{"6":{"Value":"en-us"}},{"6":{"Value":"ja-jp"}},{"6":{"Value":"zh-cn"}},{"6":{"Value":"de-de"}},{"6":{"Value":"es-es"}},{"6":{"Value":"fr-fr"}},{"6":{"Value":"it-it"}},{"6":{"Value":"ko-kr"}},{"6":{"Value":"pt-br"}},{"6":{"Value":"ru-ru"}},{"6":{"Value":"zh-tw"}},{"6":{"Value":"cs-cz"}},{"6":{"Value":"pl-pl"}},{"6":{"Value":"tr-tr"}},{"6":{"Value":"da-dk"}},{"6":{"Value":"en-gb"}},{"6":{"Value":"hu-hu"}},{"6":{"Value":"nb-no"}},{"6":{"Value":"nl-nl"}},{"6":{"Value":"pt-pt"}},{"6":{"Value":"sv-se"}},{"5":{"Elements":[41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,4]}},{"2":{"Name":"BudgetPropertiesNotifications","Properties":{},"AdditionalProperties":30}},{"2":{"Name":"ForecastSpend","Properties":{"amount":{"Type":3,"Flags":2,"Description":"The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type."},"unit":{"Type":4,"Flags":2,"Description":"The unit of measure for the budget amount."}}}},{"4":{"Name":"Microsoft.Consumption/budgets@2022-09-01","ScopeType":0,"Body":10,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Consumption/pricesheets"}},{"6":{"Value":"2022-09-01"}},{"2":{"Name":"Microsoft.Consumption/pricesheets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":66,"Flags":9,"Description":"The resource name"},"type":{"Type":67,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":68,"Flags":10,"Description":"The resource api version"},"properties":{"Type":70,"Flags":2,"Description":"price sheet result. It contains the pricesheet associated with billing period"},"etag":{"Type":4,"Flags":2,"Description":"The etag for the resource."},"tags":{"Type":74,"Flags":2,"Description":"Resource tags."}}}},{"2":{"Name":"PriceSheetModel","Properties":{"pricesheets":{"Type":73,"Flags":2,"Description":"Price sheet"},"nextLink":{"Type":4,"Flags":2,"Description":"The link (url) to the next page of results."},"download":{"Type":72,"Flags":2,"Description":"Pricesheet download details."}}}},{"2":{"Name":"PriceSheetProperties","Properties":{"billingPeriodId":{"Type":4,"Flags":2,"Description":"The id of the billing period resource that the usage belongs to."},"meterId":{"Type":4,"Flags":2,"Description":"The meter id (GUID)"},"meterDetails":{"Type":72,"Flags":2,"Description":"The details about the meter. By default this is not populated, unless it's specified in $expand."},"unitOfMeasure":{"Type":4,"Flags":2,"Description":"Unit of measure"},"includedQuantity":{"Type":3,"Flags":2,"Description":"Included quality for an offer"},"partNumber":{"Type":4,"Flags":2,"Description":"Part Number"},"unitPrice":{"Type":3,"Flags":2,"Description":"Unit Price"},"currencyCode":{"Type":4,"Flags":2,"Description":"Currency Code"},"offerId":{"Type":4,"Flags":2,"Description":"Offer Id"}}}},{"2":{"Name":"MeterDetails","Properties":{"meterName":{"Type":4,"Flags":2,"Description":"The name of the meter, within the given meter category"},"meterCategory":{"Type":4,"Flags":2,"Description":"The category of the meter, for example, 'Cloud services', 'Networking', etc.."},"meterSubCategory":{"Type":4,"Flags":2,"Description":"The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc.."},"unit":{"Type":4,"Flags":2,"Description":"The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc."},"meterLocation":{"Type":4,"Flags":2,"Description":"The location in which the Azure service is available."},"totalIncludedQuantity":{"Type":3,"Flags":2,"Description":"The total included quantity associated with the offer."},"pretaxStandardRate":{"Type":3,"Flags":2,"Description":"The pretax listing price."},"serviceName":{"Type":4,"Flags":2,"Description":"The name of the service."},"serviceTier":{"Type":4,"Flags":2,"Description":"The service tier."}}}},{"3":{"ItemType":71}},{"2":{"Name":"ResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Consumption/pricesheets@2022-09-01","ScopeType":20,"Body":69,"Flags":1}},{"6":{"Value":"balanceSummary"}},{"6":{"Value":"Microsoft.Consumption/credits"}},{"6":{"Value":"2022-09-01"}},{"2":{"Name":"Microsoft.Consumption/credits","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":76,"Flags":9,"Description":"The resource name"},"type":{"Type":77,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":78,"Flags":10,"Description":"The resource api version"},"properties":{"Type":80,"Flags":2,"Description":"The properties of the credit summary."},"eTag":{"Type":4,"Flags":2,"Description":"eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not."}}}},{"2":{"Name":"CreditSummaryProperties","Properties":{"balanceSummary":{"Type":81,"Flags":2,"Description":"Summary of balances associated with this credit summary."},"pendingCreditAdjustments":{"Type":82,"Flags":2,"Description":"Pending credit adjustments."},"expiredCredit":{"Type":82,"Flags":2,"Description":"Expired credit."},"pendingEligibleCharges":{"Type":82,"Flags":2,"Description":"Pending eligible charges."},"creditCurrency":{"Type":4,"Flags":2,"Description":"The credit currency."},"billingCurrency":{"Type":4,"Flags":2,"Description":"The billing currency."},"reseller":{"Type":84,"Flags":2,"Description":"Credit's reseller."},"eTag":{"Type":4,"Flags":2,"Description":"The eTag for the resource."}}}},{"2":{"Name":"CreditBalanceSummary","Properties":{"estimatedBalance":{"Type":82,"Flags":2,"Description":"Estimated balance."},"currentBalance":{"Type":82,"Flags":2,"Description":"Current balance."},"estimatedBalanceInBillingCurrency":{"Type":83,"Flags":2,"Description":"Estimated balance in billing currency."}}}},{"2":{"Name":"Amount","Properties":{"currency":{"Type":4,"Flags":2,"Description":"Amount currency."},"value":{"Type":3,"Flags":2,"Description":"Amount."}}}},{"2":{"Name":"AmountWithExchangeRate","Properties":{"exchangeRate":{"Type":3,"Flags":2,"Description":"The exchange rate."},"exchangeRateMonth":{"Type":3,"Flags":2,"Description":"The exchange rate month."},"currency":{"Type":4,"Flags":2,"Description":"Amount currency."},"value":{"Type":3,"Flags":2,"Description":"Amount."}}}},{"2":{"Name":"Reseller","Properties":{"resellerId":{"Type":4,"Flags":2,"Description":"The reseller property ID."},"resellerDescription":{"Type":4,"Flags":2,"Description":"The reseller property description."}}}},{"4":{"Name":"Microsoft.Consumption/credits@2022-09-01","ScopeType":16,"Body":79,"Flags":1}}] \ No newline at end of file diff --git a/generated/consumption/microsoft.consumption/2022-09-01/types.md b/generated/consumption/microsoft.consumption/2022-09-01/types.md new file mode 100644 index 0000000000..a8f3d401bc --- /dev/null +++ b/generated/consumption/microsoft.consumption/2022-09-01/types.md @@ -0,0 +1,161 @@ +# Microsoft.Consumption @ 2022-09-01 + +## Resource Microsoft.Consumption/budgets@2022-09-01 +* **Valid Scope(s)**: Unknown +### Properties +* **apiVersion**: '2022-09-01' (ReadOnly, DeployTimeConstant): The resource api version +* **eTag**: string: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [BudgetProperties](#budgetproperties): The properties of the budget. +* **type**: 'Microsoft.Consumption/budgets' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.Consumption/credits@2022-09-01 (ReadOnly) +* **Valid Scope(s)**: Extension +### Properties +* **apiVersion**: '2022-09-01' (ReadOnly, DeployTimeConstant): The resource api version +* **eTag**: string (ReadOnly): eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: 'balanceSummary' (Required, DeployTimeConstant): The resource name +* **properties**: [CreditSummaryProperties](#creditsummaryproperties) (ReadOnly): The properties of the credit summary. +* **type**: 'Microsoft.Consumption/credits' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.Consumption/pricesheets@2022-09-01 (ReadOnly) +* **Valid Scope(s)**: Subscription, Extension +### Properties +* **apiVersion**: '2022-09-01' (ReadOnly, DeployTimeConstant): The resource api version +* **etag**: string (ReadOnly): The etag for the resource. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: 'default' (Required, DeployTimeConstant): The resource name +* **properties**: [PriceSheetModel](#pricesheetmodel) (ReadOnly): price sheet result. It contains the pricesheet associated with billing period +* **tags**: [ResourceTags](#resourcetags) (ReadOnly): Resource tags. +* **type**: 'Microsoft.Consumption/pricesheets' (ReadOnly, DeployTimeConstant): The resource type + +## Amount +### Properties +* **currency**: string (ReadOnly): Amount currency. +* **value**: int (ReadOnly): Amount. + +## AmountWithExchangeRate +### Properties +* **currency**: string (ReadOnly): Amount currency. +* **exchangeRate**: int (ReadOnly): The exchange rate. +* **exchangeRateMonth**: int (ReadOnly): The exchange rate month. +* **value**: int (ReadOnly): Amount. + +## BudgetComparisonExpression +### Properties +* **name**: string (Required): The name of the column to use in comparison. +* **operator**: 'In' | string (Required): The operator to use for comparison. +* **values**: string[] (Required): Array of values to use for comparison + +## BudgetFilter +### Properties +* **and**: [BudgetFilterProperties](#budgetfilterproperties)[]: The logical "AND" expression. Must have at least 2 items. +* **dimensions**: [BudgetComparisonExpression](#budgetcomparisonexpression): Has comparison expression for a dimension +* **tags**: [BudgetComparisonExpression](#budgetcomparisonexpression): Has comparison expression for a tag + +## BudgetFilterProperties +### Properties +* **dimensions**: [BudgetComparisonExpression](#budgetcomparisonexpression): Has comparison expression for a dimension +* **tags**: [BudgetComparisonExpression](#budgetcomparisonexpression): Has comparison expression for a tag + +## BudgetProperties +### Properties +* **amount**: int (Required): The total amount of cost to track with the budget +* **category**: 'Cost' | string (Required): The category of the budget, whether the budget tracks cost or usage. +* **currentSpend**: [CurrentSpend](#currentspend) (ReadOnly): The current amount of cost which is being tracked for a budget. +* **filter**: [BudgetFilter](#budgetfilter): May be used to filter budgets by user-specified dimensions and/or tags. +* **forecastSpend**: [ForecastSpend](#forecastspend) (ReadOnly): The forecasted cost which is being tracked for a budget. +* **notifications**: [BudgetPropertiesNotifications](#budgetpropertiesnotifications): Dictionary of notifications associated with the budget. Budget can have up to five notifications. +* **timeGrain**: 'Annually' | 'BillingAnnual' | 'BillingMonth' | 'BillingQuarter' | 'Monthly' | 'Quarterly' | string (Required): The time covered by a budget. Tracking of the amount will be reset based on the time grain. BillingMonth, BillingQuarter, and BillingAnnual are only supported by WD customers +* **timePeriod**: [BudgetTimePeriod](#budgettimeperiod) (Required): Has start and end date of the budget. The start date must be first of the month and should be less than the end date. Budget start date must be on or after June 1, 2017. Future start date should not be more than twelve months. Past start date should be selected within the timegrain period. There are no restrictions on the end date. + +## BudgetPropertiesNotifications +### Properties +### Additional Properties +* **Additional Properties Type**: [Notification](#notification) + +## BudgetTimePeriod +### Properties +* **endDate**: string: The end date for the budget. If not provided, we default this to 10 years from the start date. +* **startDate**: string (Required): The start date for the budget. + +## CreditBalanceSummary +### Properties +* **currentBalance**: [Amount](#amount) (ReadOnly): Current balance. +* **estimatedBalance**: [Amount](#amount) (ReadOnly): Estimated balance. +* **estimatedBalanceInBillingCurrency**: [AmountWithExchangeRate](#amountwithexchangerate) (ReadOnly): Estimated balance in billing currency. + +## CreditSummaryProperties +### Properties +* **balanceSummary**: [CreditBalanceSummary](#creditbalancesummary) (ReadOnly): Summary of balances associated with this credit summary. +* **billingCurrency**: string (ReadOnly): The billing currency. +* **creditCurrency**: string (ReadOnly): The credit currency. +* **eTag**: string (ReadOnly): The eTag for the resource. +* **expiredCredit**: [Amount](#amount) (ReadOnly): Expired credit. +* **pendingCreditAdjustments**: [Amount](#amount) (ReadOnly): Pending credit adjustments. +* **pendingEligibleCharges**: [Amount](#amount) (ReadOnly): Pending eligible charges. +* **reseller**: [Reseller](#reseller) (ReadOnly): Credit's reseller. + +## CurrentSpend +### Properties +* **amount**: int (ReadOnly): The total amount of cost which is being tracked by the budget. +* **unit**: string (ReadOnly): The unit of measure for the budget amount. + +## ForecastSpend +### Properties +* **amount**: int (ReadOnly): The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type. +* **unit**: string (ReadOnly): The unit of measure for the budget amount. + +## MeterDetails +### Properties +* **meterCategory**: string (ReadOnly): The category of the meter, for example, 'Cloud services', 'Networking', etc.. +* **meterLocation**: string (ReadOnly): The location in which the Azure service is available. +* **meterName**: string (ReadOnly): The name of the meter, within the given meter category +* **meterSubCategory**: string (ReadOnly): The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc.. +* **pretaxStandardRate**: int (ReadOnly): The pretax listing price. +* **serviceName**: string (ReadOnly): The name of the service. +* **serviceTier**: string (ReadOnly): The service tier. +* **totalIncludedQuantity**: int (ReadOnly): The total included quantity associated with the offer. +* **unit**: string (ReadOnly): The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc. + +## Notification +### Properties +* **contactEmails**: string[] (Required): Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified. +* **contactGroups**: string[]: Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes. +* **contactRoles**: string[]: Contact roles to send the budget notification to when the threshold is exceeded. +* **enabled**: bool (Required): The notification is enabled or not. +* **locale**: 'cs-cz' | 'da-dk' | 'de-de' | 'en-gb' | 'en-us' | 'es-es' | 'fr-fr' | 'hu-hu' | 'it-it' | 'ja-jp' | 'ko-kr' | 'nb-no' | 'nl-nl' | 'pl-pl' | 'pt-br' | 'pt-pt' | 'ru-ru' | 'sv-se' | 'tr-tr' | 'zh-cn' | 'zh-tw' | string: Language in which the recipient will receive the notification +* **operator**: 'EqualTo' | 'GreaterThan' | 'GreaterThanOrEqualTo' | string (Required): The comparison operator. +* **threshold**: int (Required): Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000. +* **thresholdType**: 'Actual' | 'Forecasted' | string: The type of threshold + +## PriceSheetModel +### Properties +* **download**: [MeterDetails](#meterdetails) (ReadOnly): Pricesheet download details. +* **nextLink**: string (ReadOnly): The link (url) to the next page of results. +* **pricesheets**: [PriceSheetProperties](#pricesheetproperties)[] (ReadOnly): Price sheet + +## PriceSheetProperties +### Properties +* **billingPeriodId**: string (ReadOnly): The id of the billing period resource that the usage belongs to. +* **currencyCode**: string (ReadOnly): Currency Code +* **includedQuantity**: int (ReadOnly): Included quality for an offer +* **meterDetails**: [MeterDetails](#meterdetails) (ReadOnly): The details about the meter. By default this is not populated, unless it's specified in $expand. +* **meterId**: string (ReadOnly): The meter id (GUID) +* **offerId**: string (ReadOnly): Offer Id +* **partNumber**: string (ReadOnly): Part Number +* **unitOfMeasure**: string (ReadOnly): Unit of measure +* **unitPrice**: int (ReadOnly): Unit Price + +## Reseller +### Properties +* **resellerDescription**: string (ReadOnly): The reseller property description. +* **resellerId**: string (ReadOnly): The reseller property ID. + +## ResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + diff --git a/generated/consumption/microsoft.consumption/2023-03-01/types.json b/generated/consumption/microsoft.consumption/2023-03-01/types.json new file mode 100644 index 0000000000..8bb58f78e8 --- /dev/null +++ b/generated/consumption/microsoft.consumption/2023-03-01/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.Consumption/budgets"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.Consumption/budgets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":0,"Description":"The properties of the budget."},"eTag":{"Type":4,"Flags":0,"Description":"eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not."}}}},{"2":{"Name":"BudgetProperties","Properties":{"category":{"Type":13,"Flags":1,"Description":"The category of the budget, whether the budget tracks cost or usage."},"amount":{"Type":3,"Flags":1,"Description":"The total amount of cost to track with the budget"},"timeGrain":{"Type":20,"Flags":1,"Description":"The time covered by a budget. Tracking of the amount will be reset based on the time grain. BillingMonth, BillingQuarter, and BillingAnnual are only supported by WD customers"},"timePeriod":{"Type":21,"Flags":1,"Description":"Has start and end date of the budget. The start date must be first of the month and should be less than the end date. Budget start date must be on or after June 1, 2017. Future start date should not be more than twelve months. Past start date should be selected within the timegrain period. There are no restrictions on the end date."},"filter":{"Type":22,"Flags":0,"Description":"May be used to filter budgets by user-specified dimensions and/or tags."},"currentSpend":{"Type":29,"Flags":2,"Description":"The current amount of cost which is being tracked for a budget."},"notifications":{"Type":63,"Flags":0,"Description":"Dictionary of notifications associated with the budget. Budget can have up to five notifications."},"forecastSpend":{"Type":64,"Flags":2,"Description":"The forecasted cost which is being tracked for a budget."}}}},{"6":{"Value":"Cost"}},{"5":{"Elements":[12,4]}},{"6":{"Value":"Monthly"}},{"6":{"Value":"Quarterly"}},{"6":{"Value":"Annually"}},{"6":{"Value":"BillingMonth"}},{"6":{"Value":"BillingQuarter"}},{"6":{"Value":"BillingAnnual"}},{"5":{"Elements":[14,15,16,17,18,19,4]}},{"2":{"Name":"BudgetTimePeriod","Properties":{"startDate":{"Type":4,"Flags":1,"Description":"The start date for the budget."},"endDate":{"Type":4,"Flags":0,"Description":"The end date for the budget. If not provided, we default this to 10 years from the start date."}}}},{"2":{"Name":"BudgetFilter","Properties":{"and":{"Type":28,"Flags":0,"Description":"The logical \"AND\" expression. Must have at least 2 items."},"dimensions":{"Type":24,"Flags":0,"Description":"Has comparison expression for a dimension"},"tags":{"Type":24,"Flags":0,"Description":"Has comparison expression for a tag"}}}},{"2":{"Name":"BudgetFilterProperties","Properties":{"dimensions":{"Type":24,"Flags":0,"Description":"Has comparison expression for a dimension"},"tags":{"Type":24,"Flags":0,"Description":"Has comparison expression for a tag"}}}},{"2":{"Name":"BudgetComparisonExpression","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the column to use in comparison."},"operator":{"Type":26,"Flags":1,"Description":"The operator to use for comparison."},"values":{"Type":27,"Flags":1,"Description":"Array of values to use for comparison"}}}},{"6":{"Value":"In"}},{"5":{"Elements":[25,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":23}},{"2":{"Name":"CurrentSpend","Properties":{"amount":{"Type":3,"Flags":2,"Description":"The total amount of cost which is being tracked by the budget."},"unit":{"Type":4,"Flags":2,"Description":"The unit of measure for the budget amount."}}}},{"2":{"Name":"Notification","Properties":{"enabled":{"Type":2,"Flags":1,"Description":"The notification is enabled or not."},"operator":{"Type":34,"Flags":1,"Description":"The comparison operator."},"threshold":{"Type":3,"Flags":1,"Description":"Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000."},"contactEmails":{"Type":35,"Flags":1,"Description":"Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified."},"contactRoles":{"Type":36,"Flags":0,"Description":"Contact roles to send the budget notification to when the threshold is exceeded."},"contactGroups":{"Type":37,"Flags":0,"Description":"Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes."},"thresholdType":{"Type":40,"Flags":0,"Description":"The type of threshold"},"locale":{"Type":62,"Flags":0,"Description":"Language in which the recipient will receive the notification"}}}},{"6":{"Value":"EqualTo"}},{"6":{"Value":"GreaterThan"}},{"6":{"Value":"GreaterThanOrEqualTo"}},{"5":{"Elements":[31,32,33,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"6":{"Value":"Actual"}},{"6":{"Value":"Forecasted"}},{"5":{"Elements":[38,39,4]}},{"6":{"Value":"en-us"}},{"6":{"Value":"ja-jp"}},{"6":{"Value":"zh-cn"}},{"6":{"Value":"de-de"}},{"6":{"Value":"es-es"}},{"6":{"Value":"fr-fr"}},{"6":{"Value":"it-it"}},{"6":{"Value":"ko-kr"}},{"6":{"Value":"pt-br"}},{"6":{"Value":"ru-ru"}},{"6":{"Value":"zh-tw"}},{"6":{"Value":"cs-cz"}},{"6":{"Value":"pl-pl"}},{"6":{"Value":"tr-tr"}},{"6":{"Value":"da-dk"}},{"6":{"Value":"en-gb"}},{"6":{"Value":"hu-hu"}},{"6":{"Value":"nb-no"}},{"6":{"Value":"nl-nl"}},{"6":{"Value":"pt-pt"}},{"6":{"Value":"sv-se"}},{"5":{"Elements":[41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,4]}},{"2":{"Name":"BudgetPropertiesNotifications","Properties":{},"AdditionalProperties":30}},{"2":{"Name":"ForecastSpend","Properties":{"amount":{"Type":3,"Flags":2,"Description":"The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type."},"unit":{"Type":4,"Flags":2,"Description":"The unit of measure for the budget amount."}}}},{"4":{"Name":"Microsoft.Consumption/budgets@2023-03-01","ScopeType":0,"Body":10,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Consumption/pricesheets"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.Consumption/pricesheets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":66,"Flags":9,"Description":"The resource name"},"type":{"Type":67,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":68,"Flags":10,"Description":"The resource api version"},"properties":{"Type":70,"Flags":2,"Description":"price sheet result. It contains the pricesheet associated with billing period"},"etag":{"Type":4,"Flags":2,"Description":"The etag for the resource."},"tags":{"Type":74,"Flags":2,"Description":"Resource tags."}}}},{"2":{"Name":"PriceSheetModel","Properties":{"pricesheets":{"Type":73,"Flags":2,"Description":"Price sheet"},"nextLink":{"Type":4,"Flags":2,"Description":"The link (url) to the next page of results."},"download":{"Type":72,"Flags":2,"Description":"Pricesheet download details."}}}},{"2":{"Name":"PriceSheetProperties","Properties":{"billingPeriodId":{"Type":4,"Flags":2,"Description":"The id of the billing period resource that the usage belongs to."},"meterId":{"Type":4,"Flags":2,"Description":"The meter id (GUID)"},"meterDetails":{"Type":72,"Flags":2,"Description":"The details about the meter. By default this is not populated, unless it's specified in $expand."},"unitOfMeasure":{"Type":4,"Flags":2,"Description":"Unit of measure"},"includedQuantity":{"Type":3,"Flags":2,"Description":"Included quality for an offer"},"partNumber":{"Type":4,"Flags":2,"Description":"Part Number"},"unitPrice":{"Type":3,"Flags":2,"Description":"Unit Price"},"currencyCode":{"Type":4,"Flags":2,"Description":"Currency Code"},"offerId":{"Type":4,"Flags":2,"Description":"Offer Id"}}}},{"2":{"Name":"MeterDetails","Properties":{"meterName":{"Type":4,"Flags":2,"Description":"The name of the meter, within the given meter category"},"meterCategory":{"Type":4,"Flags":2,"Description":"The category of the meter, for example, 'Cloud services', 'Networking', etc.."},"meterSubCategory":{"Type":4,"Flags":2,"Description":"The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc.."},"unit":{"Type":4,"Flags":2,"Description":"The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc."},"meterLocation":{"Type":4,"Flags":2,"Description":"The location in which the Azure service is available."},"totalIncludedQuantity":{"Type":3,"Flags":2,"Description":"The total included quantity associated with the offer."},"pretaxStandardRate":{"Type":3,"Flags":2,"Description":"The pretax listing price."},"serviceName":{"Type":4,"Flags":2,"Description":"The name of the service."},"serviceTier":{"Type":4,"Flags":2,"Description":"The service tier."}}}},{"3":{"ItemType":71}},{"2":{"Name":"ResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Consumption/pricesheets@2023-03-01","ScopeType":20,"Body":69,"Flags":1}},{"6":{"Value":"balanceSummary"}},{"6":{"Value":"Microsoft.Consumption/credits"}},{"6":{"Value":"2023-03-01"}},{"2":{"Name":"Microsoft.Consumption/credits","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":76,"Flags":9,"Description":"The resource name"},"type":{"Type":77,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":78,"Flags":10,"Description":"The resource api version"},"properties":{"Type":80,"Flags":2,"Description":"The properties of the credit summary."},"eTag":{"Type":4,"Flags":2,"Description":"eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not."}}}},{"2":{"Name":"CreditSummaryProperties","Properties":{"balanceSummary":{"Type":81,"Flags":2,"Description":"Summary of balances associated with this credit summary."},"pendingCreditAdjustments":{"Type":82,"Flags":2,"Description":"Pending credit adjustments."},"expiredCredit":{"Type":82,"Flags":2,"Description":"Expired credit."},"pendingEligibleCharges":{"Type":82,"Flags":2,"Description":"Pending eligible charges."},"creditCurrency":{"Type":4,"Flags":2,"Description":"The credit currency."},"billingCurrency":{"Type":4,"Flags":2,"Description":"The billing currency."},"reseller":{"Type":84,"Flags":2,"Description":"Credit's reseller."},"isEstimatedBalance":{"Type":2,"Flags":2,"Description":"If true, the listed details are based on an estimation and it will be subjected to change."},"eTag":{"Type":4,"Flags":2,"Description":"The eTag for the resource."}}}},{"2":{"Name":"CreditBalanceSummary","Properties":{"estimatedBalance":{"Type":82,"Flags":2,"Description":"Estimated balance."},"currentBalance":{"Type":82,"Flags":2,"Description":"Current balance."},"estimatedBalanceInBillingCurrency":{"Type":83,"Flags":2,"Description":"Estimated balance in billing currency."}}}},{"2":{"Name":"Amount","Properties":{"currency":{"Type":4,"Flags":2,"Description":"Amount currency."},"value":{"Type":3,"Flags":2,"Description":"Amount."}}}},{"2":{"Name":"AmountWithExchangeRate","Properties":{"exchangeRate":{"Type":3,"Flags":2,"Description":"The exchange rate."},"exchangeRateMonth":{"Type":3,"Flags":2,"Description":"The exchange rate month."},"currency":{"Type":4,"Flags":2,"Description":"Amount currency."},"value":{"Type":3,"Flags":2,"Description":"Amount."}}}},{"2":{"Name":"Reseller","Properties":{"resellerId":{"Type":4,"Flags":2,"Description":"The reseller property ID."},"resellerDescription":{"Type":4,"Flags":2,"Description":"The reseller property description."}}}},{"4":{"Name":"Microsoft.Consumption/credits@2023-03-01","ScopeType":16,"Body":79,"Flags":1}}] \ No newline at end of file diff --git a/generated/consumption/microsoft.consumption/2023-03-01/types.md b/generated/consumption/microsoft.consumption/2023-03-01/types.md new file mode 100644 index 0000000000..938e597fd2 --- /dev/null +++ b/generated/consumption/microsoft.consumption/2023-03-01/types.md @@ -0,0 +1,162 @@ +# Microsoft.Consumption @ 2023-03-01 + +## Resource Microsoft.Consumption/budgets@2023-03-01 +* **Valid Scope(s)**: Unknown +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **eTag**: string: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [BudgetProperties](#budgetproperties): The properties of the budget. +* **type**: 'Microsoft.Consumption/budgets' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.Consumption/credits@2023-03-01 (ReadOnly) +* **Valid Scope(s)**: Extension +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **eTag**: string (ReadOnly): eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: 'balanceSummary' (Required, DeployTimeConstant): The resource name +* **properties**: [CreditSummaryProperties](#creditsummaryproperties) (ReadOnly): The properties of the credit summary. +* **type**: 'Microsoft.Consumption/credits' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.Consumption/pricesheets@2023-03-01 (ReadOnly) +* **Valid Scope(s)**: Subscription, Extension +### Properties +* **apiVersion**: '2023-03-01' (ReadOnly, DeployTimeConstant): The resource api version +* **etag**: string (ReadOnly): The etag for the resource. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: 'default' (Required, DeployTimeConstant): The resource name +* **properties**: [PriceSheetModel](#pricesheetmodel) (ReadOnly): price sheet result. It contains the pricesheet associated with billing period +* **tags**: [ResourceTags](#resourcetags) (ReadOnly): Resource tags. +* **type**: 'Microsoft.Consumption/pricesheets' (ReadOnly, DeployTimeConstant): The resource type + +## Amount +### Properties +* **currency**: string (ReadOnly): Amount currency. +* **value**: int (ReadOnly): Amount. + +## AmountWithExchangeRate +### Properties +* **currency**: string (ReadOnly): Amount currency. +* **exchangeRate**: int (ReadOnly): The exchange rate. +* **exchangeRateMonth**: int (ReadOnly): The exchange rate month. +* **value**: int (ReadOnly): Amount. + +## BudgetComparisonExpression +### Properties +* **name**: string (Required): The name of the column to use in comparison. +* **operator**: 'In' | string (Required): The operator to use for comparison. +* **values**: string[] (Required): Array of values to use for comparison + +## BudgetFilter +### Properties +* **and**: [BudgetFilterProperties](#budgetfilterproperties)[]: The logical "AND" expression. Must have at least 2 items. +* **dimensions**: [BudgetComparisonExpression](#budgetcomparisonexpression): Has comparison expression for a dimension +* **tags**: [BudgetComparisonExpression](#budgetcomparisonexpression): Has comparison expression for a tag + +## BudgetFilterProperties +### Properties +* **dimensions**: [BudgetComparisonExpression](#budgetcomparisonexpression): Has comparison expression for a dimension +* **tags**: [BudgetComparisonExpression](#budgetcomparisonexpression): Has comparison expression for a tag + +## BudgetProperties +### Properties +* **amount**: int (Required): The total amount of cost to track with the budget +* **category**: 'Cost' | string (Required): The category of the budget, whether the budget tracks cost or usage. +* **currentSpend**: [CurrentSpend](#currentspend) (ReadOnly): The current amount of cost which is being tracked for a budget. +* **filter**: [BudgetFilter](#budgetfilter): May be used to filter budgets by user-specified dimensions and/or tags. +* **forecastSpend**: [ForecastSpend](#forecastspend) (ReadOnly): The forecasted cost which is being tracked for a budget. +* **notifications**: [BudgetPropertiesNotifications](#budgetpropertiesnotifications): Dictionary of notifications associated with the budget. Budget can have up to five notifications. +* **timeGrain**: 'Annually' | 'BillingAnnual' | 'BillingMonth' | 'BillingQuarter' | 'Monthly' | 'Quarterly' | string (Required): The time covered by a budget. Tracking of the amount will be reset based on the time grain. BillingMonth, BillingQuarter, and BillingAnnual are only supported by WD customers +* **timePeriod**: [BudgetTimePeriod](#budgettimeperiod) (Required): Has start and end date of the budget. The start date must be first of the month and should be less than the end date. Budget start date must be on or after June 1, 2017. Future start date should not be more than twelve months. Past start date should be selected within the timegrain period. There are no restrictions on the end date. + +## BudgetPropertiesNotifications +### Properties +### Additional Properties +* **Additional Properties Type**: [Notification](#notification) + +## BudgetTimePeriod +### Properties +* **endDate**: string: The end date for the budget. If not provided, we default this to 10 years from the start date. +* **startDate**: string (Required): The start date for the budget. + +## CreditBalanceSummary +### Properties +* **currentBalance**: [Amount](#amount) (ReadOnly): Current balance. +* **estimatedBalance**: [Amount](#amount) (ReadOnly): Estimated balance. +* **estimatedBalanceInBillingCurrency**: [AmountWithExchangeRate](#amountwithexchangerate) (ReadOnly): Estimated balance in billing currency. + +## CreditSummaryProperties +### Properties +* **balanceSummary**: [CreditBalanceSummary](#creditbalancesummary) (ReadOnly): Summary of balances associated with this credit summary. +* **billingCurrency**: string (ReadOnly): The billing currency. +* **creditCurrency**: string (ReadOnly): The credit currency. +* **eTag**: string (ReadOnly): The eTag for the resource. +* **expiredCredit**: [Amount](#amount) (ReadOnly): Expired credit. +* **isEstimatedBalance**: bool (ReadOnly): If true, the listed details are based on an estimation and it will be subjected to change. +* **pendingCreditAdjustments**: [Amount](#amount) (ReadOnly): Pending credit adjustments. +* **pendingEligibleCharges**: [Amount](#amount) (ReadOnly): Pending eligible charges. +* **reseller**: [Reseller](#reseller) (ReadOnly): Credit's reseller. + +## CurrentSpend +### Properties +* **amount**: int (ReadOnly): The total amount of cost which is being tracked by the budget. +* **unit**: string (ReadOnly): The unit of measure for the budget amount. + +## ForecastSpend +### Properties +* **amount**: int (ReadOnly): The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type. +* **unit**: string (ReadOnly): The unit of measure for the budget amount. + +## MeterDetails +### Properties +* **meterCategory**: string (ReadOnly): The category of the meter, for example, 'Cloud services', 'Networking', etc.. +* **meterLocation**: string (ReadOnly): The location in which the Azure service is available. +* **meterName**: string (ReadOnly): The name of the meter, within the given meter category +* **meterSubCategory**: string (ReadOnly): The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc.. +* **pretaxStandardRate**: int (ReadOnly): The pretax listing price. +* **serviceName**: string (ReadOnly): The name of the service. +* **serviceTier**: string (ReadOnly): The service tier. +* **totalIncludedQuantity**: int (ReadOnly): The total included quantity associated with the offer. +* **unit**: string (ReadOnly): The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc. + +## Notification +### Properties +* **contactEmails**: string[] (Required): Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified. +* **contactGroups**: string[]: Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes. +* **contactRoles**: string[]: Contact roles to send the budget notification to when the threshold is exceeded. +* **enabled**: bool (Required): The notification is enabled or not. +* **locale**: 'cs-cz' | 'da-dk' | 'de-de' | 'en-gb' | 'en-us' | 'es-es' | 'fr-fr' | 'hu-hu' | 'it-it' | 'ja-jp' | 'ko-kr' | 'nb-no' | 'nl-nl' | 'pl-pl' | 'pt-br' | 'pt-pt' | 'ru-ru' | 'sv-se' | 'tr-tr' | 'zh-cn' | 'zh-tw' | string: Language in which the recipient will receive the notification +* **operator**: 'EqualTo' | 'GreaterThan' | 'GreaterThanOrEqualTo' | string (Required): The comparison operator. +* **threshold**: int (Required): Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000. +* **thresholdType**: 'Actual' | 'Forecasted' | string: The type of threshold + +## PriceSheetModel +### Properties +* **download**: [MeterDetails](#meterdetails) (ReadOnly): Pricesheet download details. +* **nextLink**: string (ReadOnly): The link (url) to the next page of results. +* **pricesheets**: [PriceSheetProperties](#pricesheetproperties)[] (ReadOnly): Price sheet + +## PriceSheetProperties +### Properties +* **billingPeriodId**: string (ReadOnly): The id of the billing period resource that the usage belongs to. +* **currencyCode**: string (ReadOnly): Currency Code +* **includedQuantity**: int (ReadOnly): Included quality for an offer +* **meterDetails**: [MeterDetails](#meterdetails) (ReadOnly): The details about the meter. By default this is not populated, unless it's specified in $expand. +* **meterId**: string (ReadOnly): The meter id (GUID) +* **offerId**: string (ReadOnly): Offer Id +* **partNumber**: string (ReadOnly): Part Number +* **unitOfMeasure**: string (ReadOnly): Unit of measure +* **unitPrice**: int (ReadOnly): Unit Price + +## Reseller +### Properties +* **resellerDescription**: string (ReadOnly): The reseller property description. +* **resellerId**: string (ReadOnly): The reseller property ID. + +## ResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + diff --git a/generated/containerservice/log.out b/generated/containerservice/log.out index d506e74346..834516dc1c 100644 --- a/generated/containerservice/log.out +++ b/generated/containerservice/log.out @@ -10,6 +10,27 @@ warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.3.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/SchemaMissingType | The schema 'ManagedClusterAddonProfile-identity' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-02-01/managedClusters.json:4336:9 +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | Unrecognized property type: byte-array. Returning 'any'. +warning | Unrecognized property type: byte-array. Returning 'any'. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.3.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/SchemaMissingType | The schema 'ManagedClusterAddonProfile-identity' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-02-02-preview/managedClusters.json:5351:9 +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | Unrecognized property type: byte-array. Returning 'any'. +warning | Unrecognized property type: byte-array. Returning 'any'. +warning | Unrecognized property type: byte-array. Returning 'any'. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.3.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/SchemaMissingType | The schema 'ManagedClusterAddonProfile-identity' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2023-01-01/managedClusters.json:4586:9 warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. diff --git a/generated/containerservice/microsoft.containerservice/2023-02-01/types.json b/generated/containerservice/microsoft.containerservice/2023-02-01/types.json new file mode 100644 index 0000000000..f056d5d30b --- /dev/null +++ b/generated/containerservice/microsoft.containerservice/2023-02-01/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.ContainerService/managedClusters"}},{"6":{"Value":"2023-02-01"}},{"2":{"Name":"Microsoft.ContainerService/managedClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The managed cluster SKU."},"extendedLocation":{"Type":17,"Flags":0,"Description":"The extended location of the Virtual Machine."},"identity":{"Type":20,"Flags":0,"Description":"The identity of the managed cluster, if configured."},"properties":{"Type":27,"Flags":0,"Description":"Properties of a managed cluster."},"tags":{"Type":202,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":203,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ManagedClusterSKU","Properties":{"name":{"Type":13,"Flags":0,"Description":"The name of a managed cluster SKU."},"tier":{"Type":16,"Flags":0,"Description":"If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details."}}}},{"6":{"Value":"Base"}},{"5":{"Elements":[12,4]}},{"6":{"Value":"Standard"}},{"6":{"Value":"Free"}},{"5":{"Elements":[14,15,4]}},{"2":{"Name":"ExtendedLocation","Properties":{"name":{"Type":4,"Flags":0,"Description":"The name of the extended location."},"type":{"Type":19,"Flags":0,"Description":"The type of the extended location."}}}},{"6":{"Value":"EdgeZone"}},{"5":{"Elements":[18,4]}},{"2":{"Name":"ManagedClusterIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal id of the system assigned identity which is used by master components."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant id of the system assigned identity which is used by master components."},"type":{"Type":24,"Flags":0,"Description":"For more information see [use managed identities in AKS](https://docs.microsoft.com/azure/aks/use-managed-identity)."},"userAssignedIdentities":{"Type":26,"Flags":0,"Description":"The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."}}}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"None"}},{"5":{"Elements":[21,22,23]}},{"2":{"Name":"ManagedServiceIdentityUserAssignedIdentitiesValue","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal id of user assigned identity."},"clientId":{"Type":4,"Flags":2,"Description":"The client id of user assigned identity."}}}},{"2":{"Name":"ManagedClusterIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":25}},{"2":{"Name":"ManagedClusterProperties","Properties":{"provisioningState":{"Type":4,"Flags":2,"Description":"The current provisioning state."},"powerState":{"Type":28,"Flags":2,"Description":"The Power State of the cluster."},"maxAgentPools":{"Type":3,"Flags":2,"Description":"The max number of agent pools for the managed cluster."},"kubernetesVersion":{"Type":4,"Flags":0,"Description":"Both patch version (e.g. 1.20.13) and (e.g. 1.20) are supported. When is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details."},"currentKubernetesVersion":{"Type":4,"Flags":2,"Description":"If kubernetesVersion was a fully specified version , this field will be exactly equal to it. If kubernetesVersion was , this field will contain the full version being used."},"dnsPrefix":{"Type":4,"Flags":0,"Description":"This cannot be updated once the Managed Cluster has been created."},"fqdnSubdomain":{"Type":4,"Flags":0,"Description":"This cannot be updated once the Managed Cluster has been created."},"fqdn":{"Type":4,"Flags":2,"Description":"The FQDN of the master pool."},"privateFQDN":{"Type":4,"Flags":2,"Description":"The FQDN of private cluster."},"azurePortalFQDN":{"Type":4,"Flags":2,"Description":"The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly."},"agentPoolProfiles":{"Type":81,"Flags":0,"Description":"The agent pool properties."},"linuxProfile":{"Type":82,"Flags":0,"Description":"The profile for Linux VMs in the Managed Cluster."},"windowsProfile":{"Type":86,"Flags":0,"Description":"The profile for Windows VMs in the Managed Cluster."},"servicePrincipalProfile":{"Type":91,"Flags":0,"Description":"Information about a service principal identity for the cluster to use for manipulating Azure APIs."},"addonProfiles":{"Type":95,"Flags":0,"Description":"The profile of managed cluster add-on."},"podIdentityProfile":{"Type":96,"Flags":0,"Description":"See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration."},"oidcIssuerProfile":{"Type":114,"Flags":0,"Description":"The OIDC issuer profile of the Managed Cluster."},"nodeResourceGroup":{"Type":4,"Flags":0,"Description":"The name of the resource group containing agent pool nodes."},"enableRBAC":{"Type":2,"Flags":0,"Description":"Whether to enable Kubernetes Role-Based Access Control."},"enablePodSecurityPolicy":{"Type":2,"Flags":0,"Description":"(DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp."},"networkProfile":{"Type":115,"Flags":0,"Description":"The network configuration profile."},"aadProfile":{"Type":157,"Flags":0,"Description":"The Azure Active Directory configuration."},"autoUpgradeProfile":{"Type":159,"Flags":0,"Description":"The auto upgrade configuration."},"autoScalerProfile":{"Type":166,"Flags":0,"Description":"Parameters to be applied to the cluster-autoscaler when enabled"},"apiServerAccessProfile":{"Type":172,"Flags":0,"Description":"The access profile for managed cluster API server."},"diskEncryptionSetID":{"Type":4,"Flags":0,"Description":"This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'"},"identityProfile":{"Type":174,"Flags":0,"Description":"Identities associated with the cluster."},"privateLinkResources":{"Type":177,"Flags":0,"Description":"Private link resources associated with the cluster."},"disableLocalAccounts":{"Type":2,"Flags":0,"Description":"If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview)."},"httpProxyConfig":{"Type":178,"Flags":0,"Description":"Configurations for provisioning the cluster with HTTP proxy servers."},"securityProfile":{"Type":180,"Flags":0,"Description":"Security profile for the managed cluster."},"storageProfile":{"Type":189,"Flags":0,"Description":"Storage profile for the managed cluster."},"publicNetworkAccess":{"Type":196,"Flags":0,"Description":"Allow or deny public network access for AKS"},"workloadAutoScalerProfile":{"Type":197,"Flags":0,"Description":"Workload Auto-scaler profile for the managed cluster."},"azureMonitorProfile":{"Type":199,"Flags":0,"Description":"Azure Monitor addon profiles for monitoring the managed cluster."}}}},{"2":{"Name":"PowerState","Properties":{"code":{"Type":31,"Flags":0,"Description":"Tells whether the cluster is Running or Stopped"}}}},{"6":{"Value":"Running"}},{"6":{"Value":"Stopped"}},{"5":{"Elements":[29,30,4]}},{"2":{"Name":"ManagedClusterAgentPoolProfile","Properties":{"name":{"Type":4,"Flags":1,"Description":"Windows agent pool names must be 6 characters or less."},"count":{"Type":3,"Flags":0,"Description":"Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1."},"vmSize":{"Type":4,"Flags":0,"Description":"VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions"},"osDiskSizeGB":{"Type":3,"Flags":0,"Description":"OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified."},"osDiskType":{"Type":35,"Flags":0,"Description":"The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os)."},"kubeletDiskType":{"Type":38,"Flags":0,"Description":"Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage."},"workloadRuntime":{"Type":41,"Flags":0,"Description":"Determines the type of workload a node can run."},"vnetSubnetID":{"Type":4,"Flags":0,"Description":"If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"},"podSubnetID":{"Type":4,"Flags":0,"Description":"If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"},"maxPods":{"Type":3,"Flags":0,"Description":"The maximum number of pods that can run on a node."},"osType":{"Type":44,"Flags":0,"Description":"The operating system type. The default is Linux."},"osSKU":{"Type":49,"Flags":0,"Description":"Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows."},"maxCount":{"Type":3,"Flags":0,"Description":"The maximum number of nodes for auto-scaling"},"minCount":{"Type":3,"Flags":0,"Description":"The minimum number of nodes for auto-scaling"},"enableAutoScaling":{"Type":2,"Flags":0,"Description":"Whether to enable auto-scaler"},"scaleDownMode":{"Type":52,"Flags":0,"Description":"This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete."},"type":{"Type":55,"Flags":0,"Description":"The type of Agent Pool."},"mode":{"Type":58,"Flags":0,"Description":"A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools"},"orchestratorVersion":{"Type":4,"Flags":0,"Description":"Both patch version (e.g. 1.20.13) and (e.g. 1.20) are supported. When is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool)."},"currentOrchestratorVersion":{"Type":4,"Flags":2,"Description":"If orchestratorVersion is a fully specified version , this field will be exactly equal to it. If orchestratorVersion is , this field will contain the full version being used."},"nodeImageVersion":{"Type":4,"Flags":2,"Description":"The version of node image"},"upgradeSettings":{"Type":59,"Flags":0,"Description":"Settings for upgrading the agentpool"},"provisioningState":{"Type":4,"Flags":2,"Description":"The current deployment or provisioning state."},"powerState":{"Type":28,"Flags":0,"Description":"When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded"},"availabilityZones":{"Type":60,"Flags":0,"Description":"The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'."},"enableNodePublicIP":{"Type":2,"Flags":0,"Description":"Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false."},"nodePublicIPPrefixID":{"Type":4,"Flags":0,"Description":"This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"},"scaleSetPriority":{"Type":63,"Flags":0,"Description":"The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'."},"scaleSetEvictionPolicy":{"Type":66,"Flags":0,"Description":"This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'."},"spotMaxPrice":{"Type":3,"Flags":0,"Description":"Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing)"},"tags":{"Type":67,"Flags":0,"Description":"The tags to be persisted on the agent pool virtual machine scale set."},"nodeLabels":{"Type":68,"Flags":0,"Description":"The node labels to be persisted across all nodes in agent pool."},"nodeTaints":{"Type":69,"Flags":0,"Description":"The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule."},"proximityPlacementGroupID":{"Type":4,"Flags":0,"Description":"The ID for Proximity Placement Group."},"kubeletConfig":{"Type":70,"Flags":0,"Description":"The Kubelet configuration on the agent pool nodes."},"linuxOSConfig":{"Type":72,"Flags":0,"Description":"The OS configuration of Linux agent nodes."},"enableEncryptionAtHost":{"Type":2,"Flags":0,"Description":"This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption"},"enableUltraSSD":{"Type":2,"Flags":0,"Description":"Whether to enable UltraSSD"},"enableFIPS":{"Type":2,"Flags":0,"Description":"See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details."},"gpuInstanceProfile":{"Type":79,"Flags":0,"Description":"GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU."},"creationData":{"Type":80,"Flags":0,"Description":"CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot."},"hostGroupID":{"Type":4,"Flags":0,"Description":"This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts)."}}}},{"6":{"Value":"Managed"}},{"6":{"Value":"Ephemeral"}},{"5":{"Elements":[33,34,4]}},{"6":{"Value":"OS"}},{"6":{"Value":"Temporary"}},{"5":{"Elements":[36,37,4]}},{"6":{"Value":"OCIContainer"}},{"6":{"Value":"WasmWasi"}},{"5":{"Elements":[39,40,4]}},{"6":{"Value":"Linux"}},{"6":{"Value":"Windows"}},{"5":{"Elements":[42,43,4]}},{"6":{"Value":"Ubuntu"}},{"6":{"Value":"CBLMariner"}},{"6":{"Value":"Windows2019"}},{"6":{"Value":"Windows2022"}},{"5":{"Elements":[45,46,47,48,4]}},{"6":{"Value":"Delete"}},{"6":{"Value":"Deallocate"}},{"5":{"Elements":[50,51,4]}},{"6":{"Value":"VirtualMachineScaleSets"}},{"6":{"Value":"AvailabilitySet"}},{"5":{"Elements":[53,54,4]}},{"6":{"Value":"System"}},{"6":{"Value":"User"}},{"5":{"Elements":[56,57,4]}},{"2":{"Name":"AgentPoolUpgradeSettings","Properties":{"maxSurge":{"Type":4,"Flags":0,"Description":"This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1. For more information, including best practices, see: https://docs.microsoft.com/azure/aks/upgrade-cluster#customize-node-surge-upgrade"}}}},{"3":{"ItemType":4}},{"6":{"Value":"Spot"}},{"6":{"Value":"Regular"}},{"5":{"Elements":[61,62,4]}},{"6":{"Value":"Delete"}},{"6":{"Value":"Deallocate"}},{"5":{"Elements":[64,65,4]}},{"2":{"Name":"ManagedClusterAgentPoolProfilePropertiesTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedClusterAgentPoolProfilePropertiesNodeLabels","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":4}},{"2":{"Name":"KubeletConfig","Properties":{"cpuManagerPolicy":{"Type":4,"Flags":0,"Description":"The default is 'none'. See [Kubernetes CPU management policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#cpu-management-policies) for more information. Allowed values are 'none' and 'static'."},"cpuCfsQuota":{"Type":2,"Flags":0,"Description":"The default is true."},"cpuCfsQuotaPeriod":{"Type":4,"Flags":0,"Description":"The default is '100ms.' Valid values are a sequence of decimal numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported units are 'ns', 'us', 'ms', 's', 'm', and 'h'."},"imageGcHighThreshold":{"Type":3,"Flags":0,"Description":"To disable image garbage collection, set to 100. The default is 85%"},"imageGcLowThreshold":{"Type":3,"Flags":0,"Description":"This cannot be set higher than imageGcHighThreshold. The default is 80%"},"topologyManagerPolicy":{"Type":4,"Flags":0,"Description":"For more information see [Kubernetes Topology Manager](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager). The default is 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'."},"allowedUnsafeSysctls":{"Type":71,"Flags":0,"Description":"Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`)."},"failSwapOn":{"Type":2,"Flags":0,"Description":"If set to true it will make the Kubelet fail to start if swap is enabled on the node."},"containerLogMaxSizeMB":{"Type":3,"Flags":0,"Description":"The maximum size (e.g. 10Mi) of container log file before it is rotated."},"containerLogMaxFiles":{"Type":3,"Flags":0,"Description":"The maximum number of container log files that can be present for a container. The number must be ≥ 2."},"podMaxPids":{"Type":3,"Flags":0,"Description":"The maximum number of processes per pod."}}}},{"3":{"ItemType":4}},{"2":{"Name":"LinuxOSConfig","Properties":{"sysctls":{"Type":73,"Flags":0,"Description":"Sysctl settings for Linux agent nodes."},"transparentHugePageEnabled":{"Type":4,"Flags":0,"Description":"Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge)."},"transparentHugePageDefrag":{"Type":4,"Flags":0,"Description":"Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The default is 'madvise'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge)."},"swapFileSizeMB":{"Type":3,"Flags":0,"Description":"The size in MB of a swap file that will be created on each node."}}}},{"2":{"Name":"SysctlConfig","Properties":{"netCoreSomaxconn":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.somaxconn."},"netCoreNetdevMaxBacklog":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.netdev_max_backlog."},"netCoreRmemDefault":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.rmem_default."},"netCoreRmemMax":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.rmem_max."},"netCoreWmemDefault":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.wmem_default."},"netCoreWmemMax":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.wmem_max."},"netCoreOptmemMax":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.optmem_max."},"netIpv4TcpMaxSynBacklog":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_max_syn_backlog."},"netIpv4TcpMaxTwBuckets":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_max_tw_buckets."},"netIpv4TcpFinTimeout":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_fin_timeout."},"netIpv4TcpKeepaliveTime":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_keepalive_time."},"netIpv4TcpKeepaliveProbes":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_keepalive_probes."},"netIpv4TcpkeepaliveIntvl":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_keepalive_intvl."},"netIpv4TcpTwReuse":{"Type":2,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_tw_reuse."},"netIpv4IpLocalPortRange":{"Type":4,"Flags":0,"Description":"Sysctl setting net.ipv4.ip_local_port_range."},"netIpv4NeighDefaultGcThresh1":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.neigh.default.gc_thresh1."},"netIpv4NeighDefaultGcThresh2":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.neigh.default.gc_thresh2."},"netIpv4NeighDefaultGcThresh3":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.neigh.default.gc_thresh3."},"netNetfilterNfConntrackMax":{"Type":3,"Flags":0,"Description":"Sysctl setting net.netfilter.nf_conntrack_max."},"netNetfilterNfConntrackBuckets":{"Type":3,"Flags":0,"Description":"Sysctl setting net.netfilter.nf_conntrack_buckets."},"fsInotifyMaxUserWatches":{"Type":3,"Flags":0,"Description":"Sysctl setting fs.inotify.max_user_watches."},"fsFileMax":{"Type":3,"Flags":0,"Description":"Sysctl setting fs.file-max."},"fsAioMaxNr":{"Type":3,"Flags":0,"Description":"Sysctl setting fs.aio-max-nr."},"fsNrOpen":{"Type":3,"Flags":0,"Description":"Sysctl setting fs.nr_open."},"kernelThreadsMax":{"Type":3,"Flags":0,"Description":"Sysctl setting kernel.threads-max."},"vmMaxMapCount":{"Type":3,"Flags":0,"Description":"Sysctl setting vm.max_map_count."},"vmSwappiness":{"Type":3,"Flags":0,"Description":"Sysctl setting vm.swappiness."},"vmVfsCachePressure":{"Type":3,"Flags":0,"Description":"Sysctl setting vm.vfs_cache_pressure."}}}},{"6":{"Value":"MIG1g"}},{"6":{"Value":"MIG2g"}},{"6":{"Value":"MIG3g"}},{"6":{"Value":"MIG4g"}},{"6":{"Value":"MIG7g"}},{"5":{"Elements":[74,75,76,77,78,4]}},{"2":{"Name":"CreationData","Properties":{"sourceResourceId":{"Type":4,"Flags":0,"Description":"This is the ARM ID of the source object to be used to create the target object."}}}},{"3":{"ItemType":32}},{"2":{"Name":"ContainerServiceLinuxProfile","Properties":{"adminUsername":{"Type":4,"Flags":1,"Description":"The administrator username to use for Linux VMs."},"ssh":{"Type":83,"Flags":1,"Description":"The SSH configuration for Linux-based VMs running on Azure."}}}},{"2":{"Name":"ContainerServiceSshConfiguration","Properties":{"publicKeys":{"Type":85,"Flags":1,"Description":"The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified."}}}},{"2":{"Name":"ContainerServiceSshPublicKey","Properties":{"keyData":{"Type":4,"Flags":1,"Description":"Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers."}}}},{"3":{"ItemType":84}},{"2":{"Name":"ManagedClusterWindowsProfile","Properties":{"adminUsername":{"Type":4,"Flags":1,"Description":"Specifies the name of the administrator account.

**Restriction:** Cannot end in \".\"

**Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\", \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\", \"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\", \"support\", \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\".

**Minimum-length:** 1 character

**Max-length:** 20 characters"},"adminPassword":{"Type":4,"Flags":0,"Description":"Specifies the password of the administrator account.

**Minimum-length:** 8 characters

**Max-length:** 123 characters

**Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match [\\W_])

**Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\""},"licenseType":{"Type":89,"Flags":0,"Description":"The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details."},"enableCSIProxy":{"Type":2,"Flags":0,"Description":"For more details on CSI proxy, see the [CSI proxy GitHub repo](https://github.com/kubernetes-csi/csi-proxy)."},"gmsaProfile":{"Type":90,"Flags":0,"Description":"The Windows gMSA Profile in the Managed Cluster."}}}},{"6":{"Value":"None"}},{"6":{"Value":"Windows_Server"}},{"5":{"Elements":[87,88,4]}},{"2":{"Name":"WindowsGmsaProfile","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Specifies whether to enable Windows gMSA in the managed cluster."},"dnsServer":{"Type":4,"Flags":0,"Description":"Specifies the DNS server for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster."},"rootDomainName":{"Type":4,"Flags":0,"Description":"Specifies the root domain name for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster."}}}},{"2":{"Name":"ManagedClusterServicePrincipalProfile","Properties":{"clientId":{"Type":4,"Flags":1,"Description":"The ID for the service principal."},"secret":{"Type":4,"Flags":0,"Description":"The secret password associated with the service principal in plain text."}}}},{"2":{"Name":"ManagedClusterAddonProfile","Properties":{"enabled":{"Type":2,"Flags":1,"Description":"Whether the add-on is enabled or not."},"config":{"Type":93,"Flags":0,"Description":"Key-value pairs for configuring an add-on."},"identity":{"Type":94,"Flags":2,"Description":"Information of user assigned identity used by this add-on."}}}},{"2":{"Name":"ManagedClusterAddonProfileConfig","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedClusterAddonProfileIdentity","Properties":{"resourceId":{"Type":4,"Flags":0,"Description":"The resource ID of the user assigned identity."},"clientId":{"Type":4,"Flags":0,"Description":"The client ID of the user assigned identity."},"objectId":{"Type":4,"Flags":0,"Description":"The object ID of the user assigned identity."}}}},{"2":{"Name":"ManagedClusterPropertiesAddonProfiles","Properties":{},"AdditionalProperties":92}},{"2":{"Name":"ManagedClusterPodIdentityProfile","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether the pod identity addon is enabled."},"allowNetworkPluginKubenet":{"Type":2,"Flags":0,"Description":"Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See [using Kubenet network plugin with AAD Pod Identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities) for more information."},"userAssignedIdentities":{"Type":110,"Flags":0,"Description":"The pod identities to use in the cluster."},"userAssignedIdentityExceptions":{"Type":113,"Flags":0,"Description":"The pod identity exceptions to allow."}}}},{"2":{"Name":"ManagedClusterPodIdentity","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the pod identity."},"namespace":{"Type":4,"Flags":1,"Description":"The namespace of the pod identity."},"bindingSelector":{"Type":4,"Flags":0,"Description":"The binding selector to use for the AzureIdentityBinding resource."},"identity":{"Type":98,"Flags":1,"Description":"The user assigned identity details."},"provisioningState":{"Type":105,"Flags":2,"Description":"The current provisioning state of the pod identity."},"provisioningInfo":{"Type":106,"Flags":2}}}},{"2":{"Name":"UserAssignedIdentity","Properties":{"resourceId":{"Type":4,"Flags":0,"Description":"The resource ID of the user assigned identity."},"clientId":{"Type":4,"Flags":0,"Description":"The client ID of the user assigned identity."},"objectId":{"Type":4,"Flags":0,"Description":"The object ID of the user assigned identity."}}}},{"6":{"Value":"Assigned"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[99,100,101,102,103,104,4]}},{"2":{"Name":"ManagedClusterPodIdentityProvisioningInfo","Properties":{"error":{"Type":107,"Flags":0,"Description":"Pod identity assignment error (if any)."}}}},{"2":{"Name":"ManagedClusterPodIdentityProvisioningError","Properties":{"error":{"Type":108,"Flags":0,"Description":"Details about the error."}}}},{"2":{"Name":"ManagedClusterPodIdentityProvisioningErrorBody","Properties":{"code":{"Type":4,"Flags":0,"Description":"An identifier for the error. Codes are invariant and are intended to be consumed programmatically."},"message":{"Type":4,"Flags":0,"Description":"A message describing the error, intended to be suitable for display in a user interface."},"target":{"Type":4,"Flags":0,"Description":"The target of the particular error. For example, the name of the property in error."},"details":{"Type":109,"Flags":0,"Description":"A list of additional details about the error."}}}},{"3":{"ItemType":108}},{"3":{"ItemType":97}},{"2":{"Name":"ManagedClusterPodIdentityException","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the pod identity exception."},"namespace":{"Type":4,"Flags":1,"Description":"The namespace of the pod identity exception."},"podLabels":{"Type":112,"Flags":1,"Description":"The pod labels to match."}}}},{"2":{"Name":"ManagedClusterPodIdentityExceptionPodLabels","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":111}},{"2":{"Name":"ManagedClusterOidcIssuerProfile","Properties":{"issuerURL":{"Type":4,"Flags":2,"Description":"The OIDC issuer url of the Managed Cluster."},"enabled":{"Type":2,"Flags":0,"Description":"Whether the OIDC issuer is enabled."}}}},{"2":{"Name":"ContainerServiceNetworkProfile","Properties":{"networkPlugin":{"Type":119,"Flags":0,"Description":"Network plugin used for building the Kubernetes network."},"networkPluginMode":{"Type":121,"Flags":0,"Description":"The mode the network plugin should use."},"networkPolicy":{"Type":125,"Flags":0,"Description":"Network policy used for building the Kubernetes network."},"networkMode":{"Type":128,"Flags":0,"Description":"This cannot be specified if networkPlugin is anything other than 'azure'."},"networkDataplane":{"Type":131,"Flags":0,"Description":"Network dataplane used in the Kubernetes cluster."},"podCidr":{"Type":4,"Flags":0,"Description":"A CIDR notation IP range from which to assign pod IPs when kubenet is used."},"serviceCidr":{"Type":4,"Flags":0,"Description":"A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges."},"dnsServiceIP":{"Type":4,"Flags":0,"Description":"An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr."},"dockerBridgeCidr":{"Type":4,"Flags":0,"Description":"A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range."},"outboundType":{"Type":136,"Flags":0,"Description":"This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype)."},"loadBalancerSku":{"Type":139,"Flags":0,"Description":"The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs."},"loadBalancerProfile":{"Type":140,"Flags":0,"Description":"Profile of the cluster load balancer."},"natGatewayProfile":{"Type":148,"Flags":0,"Description":"Profile of the cluster NAT gateway."},"podCidrs":{"Type":151,"Flags":0,"Description":"One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking."},"serviceCidrs":{"Type":152,"Flags":0,"Description":"One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with any Subnet IP ranges."},"ipFamilies":{"Type":156,"Flags":0,"Description":"IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6."}}}},{"6":{"Value":"azure"}},{"6":{"Value":"kubenet"}},{"6":{"Value":"none"}},{"5":{"Elements":[116,117,118,4]}},{"6":{"Value":"overlay"}},{"5":{"Elements":[120,4]}},{"6":{"Value":"calico"}},{"6":{"Value":"azure"}},{"6":{"Value":"cilium"}},{"5":{"Elements":[122,123,124,4]}},{"6":{"Value":"transparent"}},{"6":{"Value":"bridge"}},{"5":{"Elements":[126,127,4]}},{"6":{"Value":"azure"}},{"6":{"Value":"cilium"}},{"5":{"Elements":[129,130,4]}},{"6":{"Value":"loadBalancer"}},{"6":{"Value":"userDefinedRouting"}},{"6":{"Value":"managedNATGateway"}},{"6":{"Value":"userAssignedNATGateway"}},{"5":{"Elements":[132,133,134,135,4]}},{"6":{"Value":"standard"}},{"6":{"Value":"basic"}},{"5":{"Elements":[137,138,4]}},{"2":{"Name":"ManagedClusterLoadBalancerProfile","Properties":{"managedOutboundIPs":{"Type":141,"Flags":0,"Description":"Desired managed outbound IPs for the cluster load balancer."},"outboundIPPrefixes":{"Type":142,"Flags":0,"Description":"Desired outbound IP Prefix resources for the cluster load balancer."},"outboundIPs":{"Type":145,"Flags":0,"Description":"Desired outbound IP resources for the cluster load balancer."},"effectiveOutboundIPs":{"Type":147,"Flags":0,"Description":"The effective outbound IP resources of the cluster load balancer."},"allocatedOutboundPorts":{"Type":3,"Flags":0,"Description":"The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports."},"idleTimeoutInMinutes":{"Type":3,"Flags":0,"Description":"Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes."},"enableMultipleStandardLoadBalancers":{"Type":2,"Flags":0,"Description":"Enable multiple standard load balancers per AKS cluster or not."}}}},{"2":{"Name":"ManagedClusterLoadBalancerProfileManagedOutboundIPs","Properties":{"count":{"Type":3,"Flags":0,"Description":"The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1."},"countIPv6":{"Type":3,"Flags":0,"Description":"The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack."}}}},{"2":{"Name":"ManagedClusterLoadBalancerProfileOutboundIPPrefixes","Properties":{"publicIPPrefixes":{"Type":144,"Flags":0,"Description":"A list of public IP prefix resources."}}}},{"2":{"Name":"ResourceReference","Properties":{"id":{"Type":4,"Flags":0,"Description":"The fully qualified Azure resource id."}}}},{"3":{"ItemType":143}},{"2":{"Name":"ManagedClusterLoadBalancerProfileOutboundIPs","Properties":{"publicIPs":{"Type":146,"Flags":0,"Description":"A list of public IP resources."}}}},{"3":{"ItemType":143}},{"3":{"ItemType":143}},{"2":{"Name":"ManagedClusterNATGatewayProfile","Properties":{"managedOutboundIPProfile":{"Type":149,"Flags":0,"Description":"Profile of the managed outbound IP resources of the cluster NAT gateway."},"effectiveOutboundIPs":{"Type":150,"Flags":0,"Description":"The effective outbound IP resources of the cluster NAT gateway."},"idleTimeoutInMinutes":{"Type":3,"Flags":0,"Description":"Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes."}}}},{"2":{"Name":"ManagedClusterManagedOutboundIPProfile","Properties":{"count":{"Type":3,"Flags":0,"Description":"The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1."}}}},{"3":{"ItemType":143}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"6":{"Value":"IPv4"}},{"6":{"Value":"IPv6"}},{"5":{"Elements":[153,154,4]}},{"3":{"ItemType":155}},{"2":{"Name":"ManagedClusterAADProfile","Properties":{"managed":{"Type":2,"Flags":0,"Description":"Whether to enable managed AAD."},"enableAzureRBAC":{"Type":2,"Flags":0,"Description":"Whether to enable Azure RBAC for Kubernetes authorization."},"adminGroupObjectIDs":{"Type":158,"Flags":0,"Description":"The list of AAD group object IDs that will have admin role of the cluster."},"clientAppID":{"Type":4,"Flags":0,"Description":"(DEPRECATED) The client AAD application ID. Learn more at https://aka.ms/aks/aad-legacy."},"serverAppID":{"Type":4,"Flags":0,"Description":"(DEPRECATED) The server AAD application ID. Learn more at https://aka.ms/aks/aad-legacy."},"serverAppSecret":{"Type":4,"Flags":0,"Description":"(DEPRECATED) The server AAD application secret. Learn more at https://aka.ms/aks/aad-legacy."},"tenantID":{"Type":4,"Flags":0,"Description":"The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription."}}}},{"3":{"ItemType":4}},{"2":{"Name":"ManagedClusterAutoUpgradeProfile","Properties":{"upgradeChannel":{"Type":165,"Flags":0,"Description":"For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel)."}}}},{"6":{"Value":"rapid"}},{"6":{"Value":"stable"}},{"6":{"Value":"patch"}},{"6":{"Value":"node-image"}},{"6":{"Value":"none"}},{"5":{"Elements":[160,161,162,163,164,4]}},{"2":{"Name":"ManagedClusterPropertiesAutoScalerProfile","Properties":{"balance-similar-node-groups":{"Type":4,"Flags":0,"Description":"Valid values are 'true' and 'false'"},"expander":{"Type":171,"Flags":0,"Description":"If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information."},"max-empty-bulk-delete":{"Type":4,"Flags":0,"Description":"The default is 10."},"max-graceful-termination-sec":{"Type":4,"Flags":0,"Description":"The default is 600."},"max-node-provision-time":{"Type":4,"Flags":0,"Description":"The default is '15m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"max-total-unready-percentage":{"Type":4,"Flags":0,"Description":"The default is 45. The maximum is 100 and the minimum is 0."},"new-pod-scale-up-delay":{"Type":4,"Flags":0,"Description":"For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc)."},"ok-total-unready-count":{"Type":4,"Flags":0,"Description":"This must be an integer. The default is 3."},"scan-interval":{"Type":4,"Flags":0,"Description":"The default is '10'. Values must be an integer number of seconds."},"scale-down-delay-after-add":{"Type":4,"Flags":0,"Description":"The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-delay-after-delete":{"Type":4,"Flags":0,"Description":"The default is the scan-interval. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-delay-after-failure":{"Type":4,"Flags":0,"Description":"The default is '3m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-unneeded-time":{"Type":4,"Flags":0,"Description":"The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-unready-time":{"Type":4,"Flags":0,"Description":"The default is '20m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-utilization-threshold":{"Type":4,"Flags":0,"Description":"The default is '0.5'."},"skip-nodes-with-local-storage":{"Type":4,"Flags":0,"Description":"The default is true."},"skip-nodes-with-system-pods":{"Type":4,"Flags":0,"Description":"The default is true."}}}},{"6":{"Value":"least-waste"}},{"6":{"Value":"most-pods"}},{"6":{"Value":"priority"}},{"6":{"Value":"random"}},{"5":{"Elements":[167,168,169,170,4]}},{"2":{"Name":"ManagedClusterAPIServerAccessProfile","Properties":{"authorizedIPRanges":{"Type":173,"Flags":0,"Description":"IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see [API server authorized IP ranges](https://docs.microsoft.com/azure/aks/api-server-authorized-ip-ranges)."},"enablePrivateCluster":{"Type":2,"Flags":0,"Description":"For more details, see [Creating a private AKS cluster](https://docs.microsoft.com/azure/aks/private-clusters)."},"privateDNSZone":{"Type":4,"Flags":0,"Description":"The default is System. For more details see [configure private DNS zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone). Allowed values are 'system' and 'none'."},"enablePrivateClusterPublicFQDN":{"Type":2,"Flags":0,"Description":"Whether to create additional public FQDN for private cluster or not."},"disableRunCommand":{"Type":2,"Flags":0,"Description":"Whether to disable run command for the cluster or not."}}}},{"3":{"ItemType":4}},{"2":{"Name":"ManagedClusterPropertiesIdentityProfile","Properties":{},"AdditionalProperties":98}},{"2":{"Name":"PrivateLinkResource","Properties":{"id":{"Type":4,"Flags":0,"Description":"The ID of the private link resource."},"name":{"Type":4,"Flags":0,"Description":"The name of the private link resource."},"type":{"Type":4,"Flags":0,"Description":"The resource type."},"groupId":{"Type":4,"Flags":0,"Description":"The group ID of the resource."},"requiredMembers":{"Type":176,"Flags":0,"Description":"The RequiredMembers of the resource"},"privateLinkServiceID":{"Type":4,"Flags":2,"Description":"The private link service ID of the resource, this field is exposed only to NRP internally."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":175}},{"2":{"Name":"ManagedClusterHttpProxyConfig","Properties":{"httpProxy":{"Type":4,"Flags":0,"Description":"The HTTP proxy server endpoint to use."},"httpsProxy":{"Type":4,"Flags":0,"Description":"The HTTPS proxy server endpoint to use."},"noProxy":{"Type":179,"Flags":0,"Description":"The endpoints that should not go through proxy."},"trustedCa":{"Type":4,"Flags":0,"Description":"Alternative CA cert to use for connecting to proxy servers."}}}},{"3":{"ItemType":4}},{"2":{"Name":"ManagedClusterSecurityProfile","Properties":{"defender":{"Type":181,"Flags":0,"Description":"Microsoft Defender settings for the security profile."},"azureKeyVaultKms":{"Type":183,"Flags":0,"Description":"Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile."},"workloadIdentity":{"Type":187,"Flags":0,"Description":"Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details."},"imageCleaner":{"Type":188,"Flags":0,"Description":"Image Cleaner settings for the security profile."}}}},{"2":{"Name":"ManagedClusterSecurityProfileDefender","Properties":{"logAnalyticsWorkspaceResourceId":{"Type":4,"Flags":0,"Description":"Resource ID of the Log Analytics workspace to be associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field empty."},"securityMonitoring":{"Type":182,"Flags":0,"Description":"Microsoft Defender threat detection for Cloud settings for the security profile."}}}},{"2":{"Name":"ManagedClusterSecurityProfileDefenderSecurityMonitoring","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Defender threat detection"}}}},{"2":{"Name":"AzureKeyVaultKms","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Azure Key Vault key management service. The default is false."},"keyId":{"Type":4,"Flags":0,"Description":"Identifier of Azure Key Vault key. See [key identifier format](https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name) for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When Azure Key Vault key management service is disabled, leave the field empty."},"keyVaultNetworkAccess":{"Type":186,"Flags":0,"Description":"Network access of key vault. The possible values are `Public` and `Private`. `Public` means the key vault allows public access from all networks. `Private` means the key vault disables public access and enables private link. The default value is `Public`."},"keyVaultResourceId":{"Type":4,"Flags":0,"Description":"Resource ID of key vault. When keyVaultNetworkAccess is `Private`, this field is required and must be a valid resource ID. When keyVaultNetworkAccess is `Public`, leave the field empty."}}}},{"6":{"Value":"Public"}},{"6":{"Value":"Private"}},{"5":{"Elements":[184,185,4]}},{"2":{"Name":"ManagedClusterSecurityProfileWorkloadIdentity","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable workload identity."}}}},{"2":{"Name":"ManagedClusterSecurityProfileImageCleaner","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Image Cleaner on AKS cluster."},"intervalHours":{"Type":3,"Flags":0,"Description":"Image Cleaner scanning interval in hours."}}}},{"2":{"Name":"ManagedClusterStorageProfile","Properties":{"diskCSIDriver":{"Type":190,"Flags":0,"Description":"AzureDisk CSI Driver settings for the storage profile."},"fileCSIDriver":{"Type":191,"Flags":0,"Description":"AzureFile CSI Driver settings for the storage profile."},"snapshotController":{"Type":192,"Flags":0,"Description":"Snapshot Controller settings for the storage profile."},"blobCSIDriver":{"Type":193,"Flags":0,"Description":"AzureBlob CSI Driver settings for the storage profile."}}}},{"2":{"Name":"ManagedClusterStorageProfileDiskCSIDriver","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable AzureDisk CSI Driver. The default value is true."}}}},{"2":{"Name":"ManagedClusterStorageProfileFileCSIDriver","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable AzureFile CSI Driver. The default value is true."}}}},{"2":{"Name":"ManagedClusterStorageProfileSnapshotController","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Snapshot Controller. The default value is true."}}}},{"2":{"Name":"ManagedClusterStorageProfileBlobCSIDriver","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable AzureBlob CSI Driver. The default value is false."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[194,195,4]}},{"2":{"Name":"ManagedClusterWorkloadAutoScalerProfile","Properties":{"keda":{"Type":198,"Flags":0,"Description":"KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile."}}}},{"2":{"Name":"ManagedClusterWorkloadAutoScalerProfileKeda","Properties":{"enabled":{"Type":2,"Flags":1,"Description":"Whether to enable KEDA."}}}},{"2":{"Name":"ManagedClusterAzureMonitorProfile","Properties":{"metrics":{"Type":200,"Flags":0,"Description":"Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview."}}}},{"2":{"Name":"ManagedClusterAzureMonitorProfileMetrics","Properties":{"enabled":{"Type":2,"Flags":1,"Description":"Whether to enable or disable the Azure Managed Prometheus addon for Prometheus monitoring. See aka.ms/AzureManagedPrometheus-aks-enable for details on enabling and disabling."},"kubeStateMetrics":{"Type":201,"Flags":0,"Description":"Kube State Metrics profile for the Azure Managed Prometheus addon. These optional settings are for the kube-state-metrics pod that is deployed with the addon. See aka.ms/AzureManagedPrometheus-optional-parameters for details."}}}},{"2":{"Name":"ManagedClusterAzureMonitorProfileKubeStateMetrics","Properties":{"metricLabelsAllowlist":{"Type":4,"Flags":0,"Description":"Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric (Example: 'namespaces=[k8s-label-1,k8s-label-n,...],pods=[app],...'). By default the metric contains only resource name and namespace labels."},"metricAnnotationsAllowList":{"Type":4,"Flags":0,"Description":"Comma-separated list of Kubernetes annotation keys that will be used in the resource's labels metric (Example: 'namespaces=[kubernetes.io/team,...],pods=[kubernetes.io/team],...'). By default the metric contains only resource name and namespace labels."}}}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":208,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":213,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[204,205,206,207,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[209,210,211,212,4]}},{"4":{"Name":"Microsoft.ContainerService/managedClusters@2023-02-01","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.ContainerService/managedClusters/maintenanceConfigurations"}},{"6":{"Value":"2023-02-01"}},{"2":{"Name":"Microsoft.ContainerService/managedClusters/maintenanceConfigurations","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":215,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":216,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":203,"Flags":2,"Description":"The system metadata relating to this resource."},"properties":{"Type":218,"Flags":0,"Description":"Properties of a default maintenance configuration."}}}},{"2":{"Name":"MaintenanceConfigurationProperties","Properties":{"timeInWeek":{"Type":229,"Flags":0,"Description":"If two array entries specify the same day of the week, the applied configuration is the union of times in both entries."},"notAllowedTime":{"Type":231,"Flags":0,"Description":"Time slots on which upgrade is not allowed."}}}},{"2":{"Name":"TimeInWeek","Properties":{"day":{"Type":227,"Flags":0,"Description":"The day of the week."},"hourSlots":{"Type":228,"Flags":0,"Description":"Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range."}}}},{"6":{"Value":"Sunday"}},{"6":{"Value":"Monday"}},{"6":{"Value":"Tuesday"}},{"6":{"Value":"Wednesday"}},{"6":{"Value":"Thursday"}},{"6":{"Value":"Friday"}},{"6":{"Value":"Saturday"}},{"5":{"Elements":[220,221,222,223,224,225,226,4]}},{"3":{"ItemType":3}},{"3":{"ItemType":219}},{"2":{"Name":"TimeSpan","Properties":{"start":{"Type":4,"Flags":0,"Description":"The start of a time span"},"end":{"Type":4,"Flags":0,"Description":"The end of a time span"}}}},{"3":{"ItemType":230}},{"4":{"Name":"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-02-01","ScopeType":8,"Body":217,"Flags":0}},{"6":{"Value":"Microsoft.ContainerService/managedClusters/agentPools"}},{"6":{"Value":"2023-02-01"}},{"2":{"Name":"Microsoft.ContainerService/managedClusters/agentPools","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":233,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":234,"Flags":10,"Description":"The resource api version"},"properties":{"Type":236,"Flags":0,"Description":"Properties of an agent pool."}}}},{"2":{"Name":"ManagedClusterAgentPoolProfileProperties","Properties":{"count":{"Type":3,"Flags":0,"Description":"Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1."},"vmSize":{"Type":4,"Flags":0,"Description":"VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions"},"osDiskSizeGB":{"Type":3,"Flags":0,"Description":"OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified."},"osDiskType":{"Type":239,"Flags":0,"Description":"The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os)."},"kubeletDiskType":{"Type":242,"Flags":0,"Description":"Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage."},"workloadRuntime":{"Type":245,"Flags":0,"Description":"Determines the type of workload a node can run."},"vnetSubnetID":{"Type":4,"Flags":0,"Description":"If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"},"podSubnetID":{"Type":4,"Flags":0,"Description":"If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"},"maxPods":{"Type":3,"Flags":0,"Description":"The maximum number of pods that can run on a node."},"osType":{"Type":248,"Flags":0,"Description":"The operating system type. The default is Linux."},"osSKU":{"Type":253,"Flags":0,"Description":"Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows."},"maxCount":{"Type":3,"Flags":0,"Description":"The maximum number of nodes for auto-scaling"},"minCount":{"Type":3,"Flags":0,"Description":"The minimum number of nodes for auto-scaling"},"enableAutoScaling":{"Type":2,"Flags":0,"Description":"Whether to enable auto-scaler"},"scaleDownMode":{"Type":256,"Flags":0,"Description":"This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete."},"type":{"Type":259,"Flags":0,"Description":"The type of Agent Pool."},"mode":{"Type":262,"Flags":0,"Description":"A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools"},"orchestratorVersion":{"Type":4,"Flags":0,"Description":"Both patch version (e.g. 1.20.13) and (e.g. 1.20) are supported. When is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool)."},"currentOrchestratorVersion":{"Type":4,"Flags":2,"Description":"If orchestratorVersion is a fully specified version , this field will be exactly equal to it. If orchestratorVersion is , this field will contain the full version being used."},"nodeImageVersion":{"Type":4,"Flags":2,"Description":"The version of node image"},"upgradeSettings":{"Type":59,"Flags":0,"Description":"Settings for upgrading the agentpool"},"provisioningState":{"Type":4,"Flags":2,"Description":"The current deployment or provisioning state."},"powerState":{"Type":28,"Flags":0,"Description":"When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded"},"availabilityZones":{"Type":263,"Flags":0,"Description":"The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'."},"enableNodePublicIP":{"Type":2,"Flags":0,"Description":"Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false."},"nodePublicIPPrefixID":{"Type":4,"Flags":0,"Description":"This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"},"scaleSetPriority":{"Type":266,"Flags":0,"Description":"The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'."},"scaleSetEvictionPolicy":{"Type":269,"Flags":0,"Description":"This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'."},"spotMaxPrice":{"Type":3,"Flags":0,"Description":"Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing)"},"tags":{"Type":270,"Flags":0,"Description":"The tags to be persisted on the agent pool virtual machine scale set."},"nodeLabels":{"Type":271,"Flags":0,"Description":"The node labels to be persisted across all nodes in agent pool."},"nodeTaints":{"Type":272,"Flags":0,"Description":"The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule."},"proximityPlacementGroupID":{"Type":4,"Flags":0,"Description":"The ID for Proximity Placement Group."},"kubeletConfig":{"Type":70,"Flags":0,"Description":"The Kubelet configuration on the agent pool nodes."},"linuxOSConfig":{"Type":72,"Flags":0,"Description":"The OS configuration of Linux agent nodes."},"enableEncryptionAtHost":{"Type":2,"Flags":0,"Description":"This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption"},"enableUltraSSD":{"Type":2,"Flags":0,"Description":"Whether to enable UltraSSD"},"enableFIPS":{"Type":2,"Flags":0,"Description":"See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details."},"gpuInstanceProfile":{"Type":278,"Flags":0,"Description":"GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU."},"creationData":{"Type":80,"Flags":0,"Description":"CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot."},"hostGroupID":{"Type":4,"Flags":0,"Description":"This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts)."}}}},{"6":{"Value":"Managed"}},{"6":{"Value":"Ephemeral"}},{"5":{"Elements":[237,238,4]}},{"6":{"Value":"OS"}},{"6":{"Value":"Temporary"}},{"5":{"Elements":[240,241,4]}},{"6":{"Value":"OCIContainer"}},{"6":{"Value":"WasmWasi"}},{"5":{"Elements":[243,244,4]}},{"6":{"Value":"Linux"}},{"6":{"Value":"Windows"}},{"5":{"Elements":[246,247,4]}},{"6":{"Value":"Ubuntu"}},{"6":{"Value":"CBLMariner"}},{"6":{"Value":"Windows2019"}},{"6":{"Value":"Windows2022"}},{"5":{"Elements":[249,250,251,252,4]}},{"6":{"Value":"Delete"}},{"6":{"Value":"Deallocate"}},{"5":{"Elements":[254,255,4]}},{"6":{"Value":"VirtualMachineScaleSets"}},{"6":{"Value":"AvailabilitySet"}},{"5":{"Elements":[257,258,4]}},{"6":{"Value":"System"}},{"6":{"Value":"User"}},{"5":{"Elements":[260,261,4]}},{"3":{"ItemType":4}},{"6":{"Value":"Spot"}},{"6":{"Value":"Regular"}},{"5":{"Elements":[264,265,4]}},{"6":{"Value":"Delete"}},{"6":{"Value":"Deallocate"}},{"5":{"Elements":[267,268,4]}},{"2":{"Name":"ManagedClusterAgentPoolProfilePropertiesTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedClusterAgentPoolProfilePropertiesNodeLabels","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":4}},{"6":{"Value":"MIG1g"}},{"6":{"Value":"MIG2g"}},{"6":{"Value":"MIG3g"}},{"6":{"Value":"MIG4g"}},{"6":{"Value":"MIG7g"}},{"5":{"Elements":[273,274,275,276,277,4]}},{"4":{"Name":"Microsoft.ContainerService/managedClusters/agentPools@2023-02-01","ScopeType":8,"Body":235,"Flags":0}},{"6":{"Value":"Microsoft.ContainerService/managedClusters/privateEndpointConnections"}},{"6":{"Value":"2023-02-01"}},{"2":{"Name":"Microsoft.ContainerService/managedClusters/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":280,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":281,"Flags":10,"Description":"The resource api version"},"properties":{"Type":283,"Flags":0,"Description":"The properties of a private endpoint connection."}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"provisioningState":{"Type":289,"Flags":2,"Description":"The current provisioning state."},"privateEndpoint":{"Type":290,"Flags":0,"Description":"The resource of private endpoint."},"privateLinkServiceConnectionState":{"Type":291,"Flags":1,"Description":"A collection of information about the state of the connection between service consumer and provider."}}}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Succeeded"}},{"5":{"Elements":[284,285,286,287,288,4]}},{"2":{"Name":"PrivateEndpoint","Properties":{"id":{"Type":4,"Flags":0,"Description":"The resource ID of the private endpoint"}}}},{"2":{"Name":"PrivateLinkServiceConnectionState","Properties":{"status":{"Type":296,"Flags":0,"Description":"The private link service connection status."},"description":{"Type":4,"Flags":0,"Description":"The private link service connection description."}}}},{"6":{"Value":"Pending"}},{"6":{"Value":"Approved"}},{"6":{"Value":"Rejected"}},{"6":{"Value":"Disconnected"}},{"5":{"Elements":[292,293,294,295,4]}},{"4":{"Name":"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-02-01","ScopeType":8,"Body":282,"Flags":0}},{"6":{"Value":"Microsoft.ContainerService/snapshots"}},{"6":{"Value":"2023-02-01"}},{"2":{"Name":"Microsoft.ContainerService/snapshots","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":298,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":299,"Flags":10,"Description":"The resource api version"},"properties":{"Type":301,"Flags":0,"Description":"Properties of a snapshot."},"tags":{"Type":312,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":203,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"SnapshotProperties","Properties":{"creationData":{"Type":80,"Flags":0,"Description":"CreationData to be used to specify the source agent pool resource ID to create this snapshot."},"snapshotType":{"Type":303,"Flags":0,"Description":"The type of a snapshot. The default is NodePool."},"kubernetesVersion":{"Type":4,"Flags":2,"Description":"The version of Kubernetes."},"nodeImageVersion":{"Type":4,"Flags":2,"Description":"The version of node image."},"osType":{"Type":306,"Flags":2,"Description":"The operating system type. The default is Linux."},"osSku":{"Type":311,"Flags":2,"Description":"Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows."},"vmSize":{"Type":4,"Flags":2,"Description":"The size of the VM."},"enableFIPS":{"Type":2,"Flags":2,"Description":"Whether to use a FIPS-enabled OS."}}}},{"6":{"Value":"NodePool"}},{"5":{"Elements":[302,4]}},{"6":{"Value":"Linux"}},{"6":{"Value":"Windows"}},{"5":{"Elements":[304,305,4]}},{"6":{"Value":"Ubuntu"}},{"6":{"Value":"CBLMariner"}},{"6":{"Value":"Windows2019"}},{"6":{"Value":"Windows2022"}},{"5":{"Elements":[307,308,309,310,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.ContainerService/snapshots@2023-02-01","ScopeType":8,"Body":300,"Flags":0}},{"2":{"Name":"ManagedClusterAccessProfile","Properties":{"properties":{"Type":315,"Flags":0,"Description":"AccessProfile of a managed cluster."},"tags":{"Type":316,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"id":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"},"name":{"Type":4,"Flags":2,"Description":"The name of the resource"},"type":{"Type":4,"Flags":2,"Description":"The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""},"systemData":{"Type":203,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"AccessProfile","Properties":{"kubeConfig":{"Type":0,"Flags":0,"Description":"Base64-encoded Kubernetes configuration file."}}}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"8":{"Name":"listCredential","ResourceType":"Microsoft.ContainerService/managedClusters/accessProfiles","ApiVersion":"2023-02-01","Output":314}},{"2":{"Name":"CredentialResults","Properties":{"kubeconfigs":{"Type":320,"Flags":2,"Description":"Base64-encoded Kubernetes configuration file."}}}},{"2":{"Name":"CredentialResult","Properties":{"name":{"Type":4,"Flags":2,"Description":"The name of the credential."},"value":{"Type":0,"Flags":2,"Description":"Base64-encoded Kubernetes configuration file."}}}},{"3":{"ItemType":319}},{"8":{"Name":"listClusterAdminCredential","ResourceType":"Microsoft.ContainerService/managedClusters","ApiVersion":"2023-02-01","Output":318}},{"8":{"Name":"listClusterUserCredential","ResourceType":"Microsoft.ContainerService/managedClusters","ApiVersion":"2023-02-01","Output":318}},{"8":{"Name":"listClusterMonitoringUserCredential","ResourceType":"Microsoft.ContainerService/managedClusters","ApiVersion":"2023-02-01","Output":318}}] \ No newline at end of file diff --git a/generated/containerservice/microsoft.containerservice/2023-02-01/types.md b/generated/containerservice/microsoft.containerservice/2023-02-01/types.md new file mode 100644 index 0000000000..b2dc346cd1 --- /dev/null +++ b/generated/containerservice/microsoft.containerservice/2023-02-01/types.md @@ -0,0 +1,714 @@ +# Microsoft.ContainerService @ 2023-02-01 + +## Resource Microsoft.ContainerService/managedClusters@2023-02-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-01' (ReadOnly, DeployTimeConstant): The resource api version +* **extendedLocation**: [ExtendedLocation](#extendedlocation): The extended location of the Virtual Machine. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ManagedClusterIdentity](#managedclusteridentity): The identity of the managed cluster, if configured. +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ManagedClusterProperties](#managedclusterproperties): Properties of a managed cluster. +* **sku**: [ManagedClusterSKU](#managedclustersku): The managed cluster SKU. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.ContainerService/managedClusters' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/managedClusters/agentPools@2023-02-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ManagedClusterAgentPoolProfileProperties](#managedclusteragentpoolprofileproperties): Properties of an agent pool. +* **type**: 'Microsoft.ContainerService/managedClusters/agentPools' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-02-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [MaintenanceConfigurationProperties](#maintenanceconfigurationproperties): Properties of a default maintenance configuration. +* **systemData**: [SystemData](#systemdata) (ReadOnly): The system metadata relating to this resource. +* **type**: 'Microsoft.ContainerService/managedClusters/maintenanceConfigurations' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-02-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): The properties of a private endpoint connection. +* **type**: 'Microsoft.ContainerService/managedClusters/privateEndpointConnections' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/snapshots@2023-02-01 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [SnapshotProperties](#snapshotproperties): Properties of a snapshot. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.ContainerService/snapshots' (ReadOnly, DeployTimeConstant): The resource type + +## Function listClusterAdminCredential (Microsoft.ContainerService/managedClusters@2023-02-01) +* **Resource**: Microsoft.ContainerService/managedClusters +* **ApiVersion**: 2023-02-01 +* **Output**: [CredentialResults](#credentialresults) + +## Function listClusterMonitoringUserCredential (Microsoft.ContainerService/managedClusters@2023-02-01) +* **Resource**: Microsoft.ContainerService/managedClusters +* **ApiVersion**: 2023-02-01 +* **Output**: [CredentialResults](#credentialresults) + +## Function listClusterUserCredential (Microsoft.ContainerService/managedClusters@2023-02-01) +* **Resource**: Microsoft.ContainerService/managedClusters +* **ApiVersion**: 2023-02-01 +* **Output**: [CredentialResults](#credentialresults) + +## Function listCredential (Microsoft.ContainerService/managedClusters/accessProfiles@2023-02-01) +* **Resource**: Microsoft.ContainerService/managedClusters/accessProfiles +* **ApiVersion**: 2023-02-01 +* **Output**: [ManagedClusterAccessProfile](#managedclusteraccessprofile) + +## AccessProfile +### Properties +* **kubeConfig**: any: Base64-encoded Kubernetes configuration file. + +## AgentPoolUpgradeSettings +### Properties +* **maxSurge**: string: This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1. For more information, including best practices, see: https://docs.microsoft.com/azure/aks/upgrade-cluster#customize-node-surge-upgrade + +## AzureKeyVaultKms +### Properties +* **enabled**: bool: Whether to enable Azure Key Vault key management service. The default is false. +* **keyId**: string: Identifier of Azure Key Vault key. See [key identifier format](https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name) for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When Azure Key Vault key management service is disabled, leave the field empty. +* **keyVaultNetworkAccess**: 'Private' | 'Public' | string: Network access of key vault. The possible values are `Public` and `Private`. `Public` means the key vault allows public access from all networks. `Private` means the key vault disables public access and enables private link. The default value is `Public`. +* **keyVaultResourceId**: string: Resource ID of key vault. When keyVaultNetworkAccess is `Private`, this field is required and must be a valid resource ID. When keyVaultNetworkAccess is `Public`, leave the field empty. + +## ContainerServiceLinuxProfile +### Properties +* **adminUsername**: string (Required): The administrator username to use for Linux VMs. +* **ssh**: [ContainerServiceSshConfiguration](#containerservicesshconfiguration) (Required): The SSH configuration for Linux-based VMs running on Azure. + +## ContainerServiceNetworkProfile +### Properties +* **dnsServiceIP**: string: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. +* **dockerBridgeCidr**: string: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. +* **ipFamilies**: 'IPv4' | 'IPv6' | string[]: IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. +* **loadBalancerProfile**: [ManagedClusterLoadBalancerProfile](#managedclusterloadbalancerprofile): Profile of the cluster load balancer. +* **loadBalancerSku**: 'basic' | 'standard' | string: The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs. +* **natGatewayProfile**: [ManagedClusterNATGatewayProfile](#managedclusternatgatewayprofile): Profile of the cluster NAT gateway. +* **networkDataplane**: 'azure' | 'cilium' | string: Network dataplane used in the Kubernetes cluster. +* **networkMode**: 'bridge' | 'transparent' | string: This cannot be specified if networkPlugin is anything other than 'azure'. +* **networkPlugin**: 'azure' | 'kubenet' | 'none' | string: Network plugin used for building the Kubernetes network. +* **networkPluginMode**: 'overlay' | string: The mode the network plugin should use. +* **networkPolicy**: 'azure' | 'calico' | 'cilium' | string: Network policy used for building the Kubernetes network. +* **outboundType**: 'loadBalancer' | 'managedNATGateway' | 'userAssignedNATGateway' | 'userDefinedRouting' | string: This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype). +* **podCidr**: string: A CIDR notation IP range from which to assign pod IPs when kubenet is used. +* **podCidrs**: string[]: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. +* **serviceCidr**: string: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. +* **serviceCidrs**: string[]: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with any Subnet IP ranges. + +## ContainerServiceSshConfiguration +### Properties +* **publicKeys**: [ContainerServiceSshPublicKey](#containerservicesshpublickey)[] (Required): The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified. + +## ContainerServiceSshPublicKey +### Properties +* **keyData**: string (Required): Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers. + +## CreationData +### Properties +* **sourceResourceId**: string: This is the ARM ID of the source object to be used to create the target object. + +## CredentialResult +### Properties +* **name**: string (ReadOnly): The name of the credential. +* **value**: any (ReadOnly): Base64-encoded Kubernetes configuration file. + +## CredentialResults +### Properties +* **kubeconfigs**: [CredentialResult](#credentialresult)[] (ReadOnly): Base64-encoded Kubernetes configuration file. + +## CredentialResults +### Properties +* **kubeconfigs**: [CredentialResult](#credentialresult)[] (ReadOnly): Base64-encoded Kubernetes configuration file. + +## CredentialResults +### Properties +* **kubeconfigs**: [CredentialResult](#credentialresult)[] (ReadOnly): Base64-encoded Kubernetes configuration file. + +## ExtendedLocation +### Properties +* **name**: string: The name of the extended location. +* **type**: 'EdgeZone' | string: The type of the extended location. + +## KubeletConfig +### Properties +* **allowedUnsafeSysctls**: string[]: Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`). +* **containerLogMaxFiles**: int: The maximum number of container log files that can be present for a container. The number must be ≥ 2. +* **containerLogMaxSizeMB**: int: The maximum size (e.g. 10Mi) of container log file before it is rotated. +* **cpuCfsQuota**: bool: The default is true. +* **cpuCfsQuotaPeriod**: string: The default is '100ms.' Valid values are a sequence of decimal numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported units are 'ns', 'us', 'ms', 's', 'm', and 'h'. +* **cpuManagerPolicy**: string: The default is 'none'. See [Kubernetes CPU management policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#cpu-management-policies) for more information. Allowed values are 'none' and 'static'. +* **failSwapOn**: bool: If set to true it will make the Kubelet fail to start if swap is enabled on the node. +* **imageGcHighThreshold**: int: To disable image garbage collection, set to 100. The default is 85% +* **imageGcLowThreshold**: int: This cannot be set higher than imageGcHighThreshold. The default is 80% +* **podMaxPids**: int: The maximum number of processes per pod. +* **topologyManagerPolicy**: string: For more information see [Kubernetes Topology Manager](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager). The default is 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'. + +## LinuxOSConfig +### Properties +* **swapFileSizeMB**: int: The size in MB of a swap file that will be created on each node. +* **sysctls**: [SysctlConfig](#sysctlconfig): Sysctl settings for Linux agent nodes. +* **transparentHugePageDefrag**: string: Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The default is 'madvise'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). +* **transparentHugePageEnabled**: string: Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). + +## MaintenanceConfigurationProperties +### Properties +* **notAllowedTime**: [TimeSpan](#timespan)[]: Time slots on which upgrade is not allowed. +* **timeInWeek**: [TimeInWeek](#timeinweek)[]: If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. + +## ManagedClusterAADProfile +### Properties +* **adminGroupObjectIDs**: string[]: The list of AAD group object IDs that will have admin role of the cluster. +* **clientAppID**: string: (DEPRECATED) The client AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. +* **enableAzureRBAC**: bool: Whether to enable Azure RBAC for Kubernetes authorization. +* **managed**: bool: Whether to enable managed AAD. +* **serverAppID**: string: (DEPRECATED) The server AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. +* **serverAppSecret**: string: (DEPRECATED) The server AAD application secret. Learn more at https://aka.ms/aks/aad-legacy. +* **tenantID**: string: The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription. + +## ManagedClusterAccessProfile +### Properties +* **id**: string (ReadOnly): Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (ReadOnly): The name of the resource +* **properties**: [AccessProfile](#accessprofile): AccessProfile of a managed cluster. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: string (ReadOnly): The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" + +## ManagedClusterAddonProfile +### Properties +* **config**: [ManagedClusterAddonProfileConfig](#managedclusteraddonprofileconfig): Key-value pairs for configuring an add-on. +* **enabled**: bool (Required): Whether the add-on is enabled or not. +* **identity**: [ManagedClusterAddonProfileIdentity](#managedclusteraddonprofileidentity) (ReadOnly): Information of user assigned identity used by this add-on. + +## ManagedClusterAddonProfileConfig +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAddonProfileIdentity +### Properties +* **clientId**: string: The client ID of the user assigned identity. +* **objectId**: string: The object ID of the user assigned identity. +* **resourceId**: string: The resource ID of the user assigned identity. + +## ManagedClusterAgentPoolProfile +### Properties +* **availabilityZones**: string[]: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. +* **count**: int: Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1. +* **creationData**: [CreationData](#creationdata): CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. +* **currentOrchestratorVersion**: string (ReadOnly): If orchestratorVersion is a fully specified version , this field will be exactly equal to it. If orchestratorVersion is , this field will contain the full version being used. +* **enableAutoScaling**: bool: Whether to enable auto-scaler +* **enableEncryptionAtHost**: bool: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption +* **enableFIPS**: bool: See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details. +* **enableNodePublicIP**: bool: Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. +* **enableUltraSSD**: bool: Whether to enable UltraSSD +* **gpuInstanceProfile**: 'MIG1g' | 'MIG2g' | 'MIG3g' | 'MIG4g' | 'MIG7g' | string: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. +* **hostGroupID**: string: This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). +* **kubeletConfig**: [KubeletConfig](#kubeletconfig): The Kubelet configuration on the agent pool nodes. +* **kubeletDiskType**: 'OS' | 'Temporary' | string: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. +* **linuxOSConfig**: [LinuxOSConfig](#linuxosconfig): The OS configuration of Linux agent nodes. +* **maxCount**: int: The maximum number of nodes for auto-scaling +* **maxPods**: int: The maximum number of pods that can run on a node. +* **minCount**: int: The minimum number of nodes for auto-scaling +* **mode**: 'System' | 'User' | string: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools +* **name**: string (Required): Windows agent pool names must be 6 characters or less. +* **nodeImageVersion**: string (ReadOnly): The version of node image +* **nodeLabels**: [ManagedClusterAgentPoolProfilePropertiesNodeLabels](#managedclusteragentpoolprofilepropertiesnodelabels): The node labels to be persisted across all nodes in agent pool. +* **nodePublicIPPrefixID**: string: This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} +* **nodeTaints**: string[]: The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. +* **orchestratorVersion**: string: Both patch version (e.g. 1.20.13) and (e.g. 1.20) are supported. When is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). +* **osDiskSizeGB**: int: OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. +* **osDiskType**: 'Ephemeral' | 'Managed' | string: The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). +* **osSKU**: 'CBLMariner' | 'Ubuntu' | 'Windows2019' | 'Windows2022' | string: Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows. +* **osType**: 'Linux' | 'Windows' | string: The operating system type. The default is Linux. +* **podSubnetID**: string: If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} +* **powerState**: [PowerState](#powerstate): When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded +* **provisioningState**: string (ReadOnly): The current deployment or provisioning state. +* **proximityPlacementGroupID**: string: The ID for Proximity Placement Group. +* **scaleDownMode**: 'Deallocate' | 'Delete' | string: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. +* **scaleSetEvictionPolicy**: 'Deallocate' | 'Delete' | string: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. +* **scaleSetPriority**: 'Regular' | 'Spot' | string: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. +* **spotMaxPrice**: int: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) +* **tags**: [ManagedClusterAgentPoolProfilePropertiesTags](#managedclusteragentpoolprofilepropertiestags): The tags to be persisted on the agent pool virtual machine scale set. +* **type**: 'AvailabilitySet' | 'VirtualMachineScaleSets' | string: The type of Agent Pool. +* **upgradeSettings**: [AgentPoolUpgradeSettings](#agentpoolupgradesettings): Settings for upgrading the agentpool +* **vmSize**: string: VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions +* **vnetSubnetID**: string: If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} +* **workloadRuntime**: 'OCIContainer' | 'WasmWasi' | string: Determines the type of workload a node can run. + +## ManagedClusterAgentPoolProfileProperties +### Properties +* **availabilityZones**: string[]: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. +* **count**: int: Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1. +* **creationData**: [CreationData](#creationdata): CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. +* **currentOrchestratorVersion**: string (ReadOnly): If orchestratorVersion is a fully specified version , this field will be exactly equal to it. If orchestratorVersion is , this field will contain the full version being used. +* **enableAutoScaling**: bool: Whether to enable auto-scaler +* **enableEncryptionAtHost**: bool: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption +* **enableFIPS**: bool: See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details. +* **enableNodePublicIP**: bool: Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. +* **enableUltraSSD**: bool: Whether to enable UltraSSD +* **gpuInstanceProfile**: 'MIG1g' | 'MIG2g' | 'MIG3g' | 'MIG4g' | 'MIG7g' | string: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. +* **hostGroupID**: string: This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). +* **kubeletConfig**: [KubeletConfig](#kubeletconfig): The Kubelet configuration on the agent pool nodes. +* **kubeletDiskType**: 'OS' | 'Temporary' | string: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. +* **linuxOSConfig**: [LinuxOSConfig](#linuxosconfig): The OS configuration of Linux agent nodes. +* **maxCount**: int: The maximum number of nodes for auto-scaling +* **maxPods**: int: The maximum number of pods that can run on a node. +* **minCount**: int: The minimum number of nodes for auto-scaling +* **mode**: 'System' | 'User' | string: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools +* **nodeImageVersion**: string (ReadOnly): The version of node image +* **nodeLabels**: [ManagedClusterAgentPoolProfilePropertiesNodeLabels](#managedclusteragentpoolprofilepropertiesnodelabels): The node labels to be persisted across all nodes in agent pool. +* **nodePublicIPPrefixID**: string: This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} +* **nodeTaints**: string[]: The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. +* **orchestratorVersion**: string: Both patch version (e.g. 1.20.13) and (e.g. 1.20) are supported. When is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). +* **osDiskSizeGB**: int: OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. +* **osDiskType**: 'Ephemeral' | 'Managed' | string: The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). +* **osSKU**: 'CBLMariner' | 'Ubuntu' | 'Windows2019' | 'Windows2022' | string: Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows. +* **osType**: 'Linux' | 'Windows' | string: The operating system type. The default is Linux. +* **podSubnetID**: string: If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} +* **powerState**: [PowerState](#powerstate): When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded +* **provisioningState**: string (ReadOnly): The current deployment or provisioning state. +* **proximityPlacementGroupID**: string: The ID for Proximity Placement Group. +* **scaleDownMode**: 'Deallocate' | 'Delete' | string: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. +* **scaleSetEvictionPolicy**: 'Deallocate' | 'Delete' | string: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. +* **scaleSetPriority**: 'Regular' | 'Spot' | string: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. +* **spotMaxPrice**: int: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) +* **tags**: [ManagedClusterAgentPoolProfilePropertiesTags](#managedclusteragentpoolprofilepropertiestags): The tags to be persisted on the agent pool virtual machine scale set. +* **type**: 'AvailabilitySet' | 'VirtualMachineScaleSets' | string: The type of Agent Pool. +* **upgradeSettings**: [AgentPoolUpgradeSettings](#agentpoolupgradesettings): Settings for upgrading the agentpool +* **vmSize**: string: VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions +* **vnetSubnetID**: string: If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} +* **workloadRuntime**: 'OCIContainer' | 'WasmWasi' | string: Determines the type of workload a node can run. + +## ManagedClusterAgentPoolProfilePropertiesNodeLabels +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAgentPoolProfilePropertiesNodeLabels +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAgentPoolProfilePropertiesTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAgentPoolProfilePropertiesTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAPIServerAccessProfile +### Properties +* **authorizedIPRanges**: string[]: IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see [API server authorized IP ranges](https://docs.microsoft.com/azure/aks/api-server-authorized-ip-ranges). +* **disableRunCommand**: bool: Whether to disable run command for the cluster or not. +* **enablePrivateCluster**: bool: For more details, see [Creating a private AKS cluster](https://docs.microsoft.com/azure/aks/private-clusters). +* **enablePrivateClusterPublicFQDN**: bool: Whether to create additional public FQDN for private cluster or not. +* **privateDNSZone**: string: The default is System. For more details see [configure private DNS zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone). Allowed values are 'system' and 'none'. + +## ManagedClusterAutoUpgradeProfile +### Properties +* **upgradeChannel**: 'node-image' | 'none' | 'patch' | 'rapid' | 'stable' | string: For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel). + +## ManagedClusterAzureMonitorProfile +### Properties +* **metrics**: [ManagedClusterAzureMonitorProfileMetrics](#managedclusterazuremonitorprofilemetrics): Metrics profile for the Azure Monitor managed service for Prometheus addon. Collect out-of-the-box Kubernetes infrastructure metrics to send to an Azure Monitor Workspace and configure additional scraping for custom targets. See aka.ms/AzureManagedPrometheus for an overview. + +## ManagedClusterAzureMonitorProfileKubeStateMetrics +### Properties +* **metricAnnotationsAllowList**: string: Comma-separated list of Kubernetes annotation keys that will be used in the resource's labels metric (Example: 'namespaces=[kubernetes.io/team,...],pods=[kubernetes.io/team],...'). By default the metric contains only resource name and namespace labels. +* **metricLabelsAllowlist**: string: Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric (Example: 'namespaces=[k8s-label-1,k8s-label-n,...],pods=[app],...'). By default the metric contains only resource name and namespace labels. + +## ManagedClusterAzureMonitorProfileMetrics +### Properties +* **enabled**: bool (Required): Whether to enable or disable the Azure Managed Prometheus addon for Prometheus monitoring. See aka.ms/AzureManagedPrometheus-aks-enable for details on enabling and disabling. +* **kubeStateMetrics**: [ManagedClusterAzureMonitorProfileKubeStateMetrics](#managedclusterazuremonitorprofilekubestatemetrics): Kube State Metrics profile for the Azure Managed Prometheus addon. These optional settings are for the kube-state-metrics pod that is deployed with the addon. See aka.ms/AzureManagedPrometheus-optional-parameters for details. + +## ManagedClusterHttpProxyConfig +### Properties +* **httpProxy**: string: The HTTP proxy server endpoint to use. +* **httpsProxy**: string: The HTTPS proxy server endpoint to use. +* **noProxy**: string[]: The endpoints that should not go through proxy. +* **trustedCa**: string: Alternative CA cert to use for connecting to proxy servers. + +## ManagedClusterIdentity +### Properties +* **principalId**: string (ReadOnly): The principal id of the system assigned identity which is used by master components. +* **tenantId**: string (ReadOnly): The tenant id of the system assigned identity which is used by master components. +* **type**: 'None' | 'SystemAssigned' | 'UserAssigned': For more information see [use managed identities in AKS](https://docs.microsoft.com/azure/aks/use-managed-identity). +* **userAssignedIdentities**: [ManagedClusterIdentityUserAssignedIdentities](#managedclusteridentityuserassignedidentities): The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + +## ManagedClusterIdentityUserAssignedIdentities +### Properties +### Additional Properties +* **Additional Properties Type**: [ManagedServiceIdentityUserAssignedIdentitiesValue](#managedserviceidentityuserassignedidentitiesvalue) + +## ManagedClusterLoadBalancerProfile +### Properties +* **allocatedOutboundPorts**: int: The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports. +* **effectiveOutboundIPs**: [ResourceReference](#resourcereference)[]: The effective outbound IP resources of the cluster load balancer. +* **enableMultipleStandardLoadBalancers**: bool: Enable multiple standard load balancers per AKS cluster or not. +* **idleTimeoutInMinutes**: int: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes. +* **managedOutboundIPs**: [ManagedClusterLoadBalancerProfileManagedOutboundIPs](#managedclusterloadbalancerprofilemanagedoutboundips): Desired managed outbound IPs for the cluster load balancer. +* **outboundIPPrefixes**: [ManagedClusterLoadBalancerProfileOutboundIPPrefixes](#managedclusterloadbalancerprofileoutboundipprefixes): Desired outbound IP Prefix resources for the cluster load balancer. +* **outboundIPs**: [ManagedClusterLoadBalancerProfileOutboundIPs](#managedclusterloadbalancerprofileoutboundips): Desired outbound IP resources for the cluster load balancer. + +## ManagedClusterLoadBalancerProfileManagedOutboundIPs +### Properties +* **count**: int: The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. +* **countIPv6**: int: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. + +## ManagedClusterLoadBalancerProfileOutboundIPPrefixes +### Properties +* **publicIPPrefixes**: [ResourceReference](#resourcereference)[]: A list of public IP prefix resources. + +## ManagedClusterLoadBalancerProfileOutboundIPs +### Properties +* **publicIPs**: [ResourceReference](#resourcereference)[]: A list of public IP resources. + +## ManagedClusterManagedOutboundIPProfile +### Properties +* **count**: int: The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1. + +## ManagedClusterNATGatewayProfile +### Properties +* **effectiveOutboundIPs**: [ResourceReference](#resourcereference)[]: The effective outbound IP resources of the cluster NAT gateway. +* **idleTimeoutInMinutes**: int: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. +* **managedOutboundIPProfile**: [ManagedClusterManagedOutboundIPProfile](#managedclustermanagedoutboundipprofile): Profile of the managed outbound IP resources of the cluster NAT gateway. + +## ManagedClusterOidcIssuerProfile +### Properties +* **enabled**: bool: Whether the OIDC issuer is enabled. +* **issuerURL**: string (ReadOnly): The OIDC issuer url of the Managed Cluster. + +## ManagedClusterPodIdentity +### Properties +* **bindingSelector**: string: The binding selector to use for the AzureIdentityBinding resource. +* **identity**: [UserAssignedIdentity](#userassignedidentity) (Required): The user assigned identity details. +* **name**: string (Required): The name of the pod identity. +* **namespace**: string (Required): The namespace of the pod identity. +* **provisioningInfo**: [ManagedClusterPodIdentityProvisioningInfo](#managedclusterpodidentityprovisioninginfo) (ReadOnly) +* **provisioningState**: 'Assigned' | 'Canceled' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): The current provisioning state of the pod identity. + +## ManagedClusterPodIdentityException +### Properties +* **name**: string (Required): The name of the pod identity exception. +* **namespace**: string (Required): The namespace of the pod identity exception. +* **podLabels**: [ManagedClusterPodIdentityExceptionPodLabels](#managedclusterpodidentityexceptionpodlabels) (Required): The pod labels to match. + +## ManagedClusterPodIdentityExceptionPodLabels +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterPodIdentityProfile +### Properties +* **allowNetworkPluginKubenet**: bool: Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See [using Kubenet network plugin with AAD Pod Identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities) for more information. +* **enabled**: bool: Whether the pod identity addon is enabled. +* **userAssignedIdentities**: [ManagedClusterPodIdentity](#managedclusterpodidentity)[]: The pod identities to use in the cluster. +* **userAssignedIdentityExceptions**: [ManagedClusterPodIdentityException](#managedclusterpodidentityexception)[]: The pod identity exceptions to allow. + +## ManagedClusterPodIdentityProvisioningError +### Properties +* **error**: [ManagedClusterPodIdentityProvisioningErrorBody](#managedclusterpodidentityprovisioningerrorbody): Details about the error. + +## ManagedClusterPodIdentityProvisioningErrorBody +### Properties +* **code**: string: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. +* **details**: [ManagedClusterPodIdentityProvisioningErrorBody](#managedclusterpodidentityprovisioningerrorbody)[]: A list of additional details about the error. +* **message**: string: A message describing the error, intended to be suitable for display in a user interface. +* **target**: string: The target of the particular error. For example, the name of the property in error. + +## ManagedClusterPodIdentityProvisioningInfo +### Properties +* **error**: [ManagedClusterPodIdentityProvisioningError](#managedclusterpodidentityprovisioningerror): Pod identity assignment error (if any). + +## ManagedClusterProperties +### Properties +* **aadProfile**: [ManagedClusterAADProfile](#managedclusteraadprofile): The Azure Active Directory configuration. +* **addonProfiles**: [ManagedClusterPropertiesAddonProfiles](#managedclusterpropertiesaddonprofiles): The profile of managed cluster add-on. +* **agentPoolProfiles**: [ManagedClusterAgentPoolProfile](#managedclusteragentpoolprofile)[]: The agent pool properties. +* **apiServerAccessProfile**: [ManagedClusterAPIServerAccessProfile](#managedclusterapiserveraccessprofile): The access profile for managed cluster API server. +* **autoScalerProfile**: [ManagedClusterPropertiesAutoScalerProfile](#managedclusterpropertiesautoscalerprofile): Parameters to be applied to the cluster-autoscaler when enabled +* **autoUpgradeProfile**: [ManagedClusterAutoUpgradeProfile](#managedclusterautoupgradeprofile): The auto upgrade configuration. +* **azureMonitorProfile**: [ManagedClusterAzureMonitorProfile](#managedclusterazuremonitorprofile): Azure Monitor addon profiles for monitoring the managed cluster. +* **azurePortalFQDN**: string (ReadOnly): The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly. +* **currentKubernetesVersion**: string (ReadOnly): If kubernetesVersion was a fully specified version , this field will be exactly equal to it. If kubernetesVersion was , this field will contain the full version being used. +* **disableLocalAccounts**: bool: If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview). +* **diskEncryptionSetID**: string: This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}' +* **dnsPrefix**: string: This cannot be updated once the Managed Cluster has been created. +* **enablePodSecurityPolicy**: bool: (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp. +* **enableRBAC**: bool: Whether to enable Kubernetes Role-Based Access Control. +* **fqdn**: string (ReadOnly): The FQDN of the master pool. +* **fqdnSubdomain**: string: This cannot be updated once the Managed Cluster has been created. +* **httpProxyConfig**: [ManagedClusterHttpProxyConfig](#managedclusterhttpproxyconfig): Configurations for provisioning the cluster with HTTP proxy servers. +* **identityProfile**: [ManagedClusterPropertiesIdentityProfile](#managedclusterpropertiesidentityprofile): Identities associated with the cluster. +* **kubernetesVersion**: string: Both patch version (e.g. 1.20.13) and (e.g. 1.20) are supported. When is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. +* **linuxProfile**: [ContainerServiceLinuxProfile](#containerservicelinuxprofile): The profile for Linux VMs in the Managed Cluster. +* **maxAgentPools**: int (ReadOnly): The max number of agent pools for the managed cluster. +* **networkProfile**: [ContainerServiceNetworkProfile](#containerservicenetworkprofile): The network configuration profile. +* **nodeResourceGroup**: string: The name of the resource group containing agent pool nodes. +* **oidcIssuerProfile**: [ManagedClusterOidcIssuerProfile](#managedclusteroidcissuerprofile): The OIDC issuer profile of the Managed Cluster. +* **podIdentityProfile**: [ManagedClusterPodIdentityProfile](#managedclusterpodidentityprofile): See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration. +* **powerState**: [PowerState](#powerstate) (ReadOnly): The Power State of the cluster. +* **privateFQDN**: string (ReadOnly): The FQDN of private cluster. +* **privateLinkResources**: [PrivateLinkResource](#privatelinkresource)[]: Private link resources associated with the cluster. +* **provisioningState**: string (ReadOnly): The current provisioning state. +* **publicNetworkAccess**: 'Disabled' | 'Enabled' | string: Allow or deny public network access for AKS +* **securityProfile**: [ManagedClusterSecurityProfile](#managedclustersecurityprofile): Security profile for the managed cluster. +* **servicePrincipalProfile**: [ManagedClusterServicePrincipalProfile](#managedclusterserviceprincipalprofile): Information about a service principal identity for the cluster to use for manipulating Azure APIs. +* **storageProfile**: [ManagedClusterStorageProfile](#managedclusterstorageprofile): Storage profile for the managed cluster. +* **windowsProfile**: [ManagedClusterWindowsProfile](#managedclusterwindowsprofile): The profile for Windows VMs in the Managed Cluster. +* **workloadAutoScalerProfile**: [ManagedClusterWorkloadAutoScalerProfile](#managedclusterworkloadautoscalerprofile): Workload Auto-scaler profile for the managed cluster. + +## ManagedClusterPropertiesAddonProfiles +### Properties +### Additional Properties +* **Additional Properties Type**: [ManagedClusterAddonProfile](#managedclusteraddonprofile) + +## ManagedClusterPropertiesAutoScalerProfile +### Properties +* **balance-similar-node-groups**: string: Valid values are 'true' and 'false' +* **expander**: 'least-waste' | 'most-pods' | 'priority' | 'random' | string: If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information. +* **max-empty-bulk-delete**: string: The default is 10. +* **max-graceful-termination-sec**: string: The default is 600. +* **max-node-provision-time**: string: The default is '15m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **max-total-unready-percentage**: string: The default is 45. The maximum is 100 and the minimum is 0. +* **new-pod-scale-up-delay**: string: For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc). +* **ok-total-unready-count**: string: This must be an integer. The default is 3. +* **scale-down-delay-after-add**: string: The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-delay-after-delete**: string: The default is the scan-interval. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-delay-after-failure**: string: The default is '3m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-unneeded-time**: string: The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-unready-time**: string: The default is '20m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-utilization-threshold**: string: The default is '0.5'. +* **scan-interval**: string: The default is '10'. Values must be an integer number of seconds. +* **skip-nodes-with-local-storage**: string: The default is true. +* **skip-nodes-with-system-pods**: string: The default is true. + +## ManagedClusterPropertiesIdentityProfile +### Properties +### Additional Properties +* **Additional Properties Type**: [UserAssignedIdentity](#userassignedidentity) + +## ManagedClusterSecurityProfile +### Properties +* **azureKeyVaultKms**: [AzureKeyVaultKms](#azurekeyvaultkms): Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile. +* **defender**: [ManagedClusterSecurityProfileDefender](#managedclustersecurityprofiledefender): Microsoft Defender settings for the security profile. +* **imageCleaner**: [ManagedClusterSecurityProfileImageCleaner](#managedclustersecurityprofileimagecleaner): Image Cleaner settings for the security profile. +* **workloadIdentity**: [ManagedClusterSecurityProfileWorkloadIdentity](#managedclustersecurityprofileworkloadidentity): Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details. + +## ManagedClusterSecurityProfileDefender +### Properties +* **logAnalyticsWorkspaceResourceId**: string: Resource ID of the Log Analytics workspace to be associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field empty. +* **securityMonitoring**: [ManagedClusterSecurityProfileDefenderSecurityMonitoring](#managedclustersecurityprofiledefendersecuritymonitoring): Microsoft Defender threat detection for Cloud settings for the security profile. + +## ManagedClusterSecurityProfileDefenderSecurityMonitoring +### Properties +* **enabled**: bool: Whether to enable Defender threat detection + +## ManagedClusterSecurityProfileImageCleaner +### Properties +* **enabled**: bool: Whether to enable Image Cleaner on AKS cluster. +* **intervalHours**: int: Image Cleaner scanning interval in hours. + +## ManagedClusterSecurityProfileWorkloadIdentity +### Properties +* **enabled**: bool: Whether to enable workload identity. + +## ManagedClusterServicePrincipalProfile +### Properties +* **clientId**: string (Required): The ID for the service principal. +* **secret**: string: The secret password associated with the service principal in plain text. + +## ManagedClusterSKU +### Properties +* **name**: 'Base' | string: The name of a managed cluster SKU. +* **tier**: 'Free' | 'Standard' | string: If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details. + +## ManagedClusterStorageProfile +### Properties +* **blobCSIDriver**: [ManagedClusterStorageProfileBlobCSIDriver](#managedclusterstorageprofileblobcsidriver): AzureBlob CSI Driver settings for the storage profile. +* **diskCSIDriver**: [ManagedClusterStorageProfileDiskCSIDriver](#managedclusterstorageprofilediskcsidriver): AzureDisk CSI Driver settings for the storage profile. +* **fileCSIDriver**: [ManagedClusterStorageProfileFileCSIDriver](#managedclusterstorageprofilefilecsidriver): AzureFile CSI Driver settings for the storage profile. +* **snapshotController**: [ManagedClusterStorageProfileSnapshotController](#managedclusterstorageprofilesnapshotcontroller): Snapshot Controller settings for the storage profile. + +## ManagedClusterStorageProfileBlobCSIDriver +### Properties +* **enabled**: bool: Whether to enable AzureBlob CSI Driver. The default value is false. + +## ManagedClusterStorageProfileDiskCSIDriver +### Properties +* **enabled**: bool: Whether to enable AzureDisk CSI Driver. The default value is true. + +## ManagedClusterStorageProfileFileCSIDriver +### Properties +* **enabled**: bool: Whether to enable AzureFile CSI Driver. The default value is true. + +## ManagedClusterStorageProfileSnapshotController +### Properties +* **enabled**: bool: Whether to enable Snapshot Controller. The default value is true. + +## ManagedClusterWindowsProfile +### Properties +* **adminPassword**: string: Specifies the password of the administrator account.

**Minimum-length:** 8 characters

**Max-length:** 123 characters

**Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match [\W_])

**Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" +* **adminUsername**: string (Required): Specifies the name of the administrator account.

**Restriction:** Cannot end in "."

**Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

**Minimum-length:** 1 character

**Max-length:** 20 characters +* **enableCSIProxy**: bool: For more details on CSI proxy, see the [CSI proxy GitHub repo](https://github.com/kubernetes-csi/csi-proxy). +* **gmsaProfile**: [WindowsGmsaProfile](#windowsgmsaprofile): The Windows gMSA Profile in the Managed Cluster. +* **licenseType**: 'None' | 'Windows_Server' | string: The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details. + +## ManagedClusterWorkloadAutoScalerProfile +### Properties +* **keda**: [ManagedClusterWorkloadAutoScalerProfileKeda](#managedclusterworkloadautoscalerprofilekeda): KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. + +## ManagedClusterWorkloadAutoScalerProfileKeda +### Properties +* **enabled**: bool (Required): Whether to enable KEDA. + +## ManagedServiceIdentityUserAssignedIdentitiesValue +### Properties +* **clientId**: string (ReadOnly): The client id of user assigned identity. +* **principalId**: string (ReadOnly): The principal id of user assigned identity. + +## PowerState +### Properties +* **code**: 'Running' | 'Stopped' | string: Tells whether the cluster is Running or Stopped + +## PrivateEndpoint +### Properties +* **id**: string: The resource ID of the private endpoint + +## PrivateEndpointConnectionProperties +### Properties +* **privateEndpoint**: [PrivateEndpoint](#privateendpoint): The resource of private endpoint. +* **privateLinkServiceConnectionState**: [PrivateLinkServiceConnectionState](#privatelinkserviceconnectionstate) (Required): A collection of information about the state of the connection between service consumer and provider. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | string (ReadOnly): The current provisioning state. + +## PrivateLinkResource +### Properties +* **groupId**: string: The group ID of the resource. +* **id**: string: The ID of the private link resource. +* **name**: string: The name of the private link resource. +* **privateLinkServiceID**: string (ReadOnly): The private link service ID of the resource, this field is exposed only to NRP internally. +* **requiredMembers**: string[]: The RequiredMembers of the resource +* **type**: string: The resource type. + +## PrivateLinkServiceConnectionState +### Properties +* **description**: string: The private link service connection description. +* **status**: 'Approved' | 'Disconnected' | 'Pending' | 'Rejected' | string: The private link service connection status. + +## ResourceReference +### Properties +* **id**: string: The fully qualified Azure resource id. + +## SnapshotProperties +### Properties +* **creationData**: [CreationData](#creationdata): CreationData to be used to specify the source agent pool resource ID to create this snapshot. +* **enableFIPS**: bool (ReadOnly): Whether to use a FIPS-enabled OS. +* **kubernetesVersion**: string (ReadOnly): The version of Kubernetes. +* **nodeImageVersion**: string (ReadOnly): The version of node image. +* **osSku**: 'CBLMariner' | 'Ubuntu' | 'Windows2019' | 'Windows2022' | string (ReadOnly): Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows. +* **osType**: 'Linux' | 'Windows' | string (ReadOnly): The operating system type. The default is Linux. +* **snapshotType**: 'NodePool' | string: The type of a snapshot. The default is NodePool. +* **vmSize**: string (ReadOnly): The size of the VM. + +## SysctlConfig +### Properties +* **fsAioMaxNr**: int: Sysctl setting fs.aio-max-nr. +* **fsFileMax**: int: Sysctl setting fs.file-max. +* **fsInotifyMaxUserWatches**: int: Sysctl setting fs.inotify.max_user_watches. +* **fsNrOpen**: int: Sysctl setting fs.nr_open. +* **kernelThreadsMax**: int: Sysctl setting kernel.threads-max. +* **netCoreNetdevMaxBacklog**: int: Sysctl setting net.core.netdev_max_backlog. +* **netCoreOptmemMax**: int: Sysctl setting net.core.optmem_max. +* **netCoreRmemDefault**: int: Sysctl setting net.core.rmem_default. +* **netCoreRmemMax**: int: Sysctl setting net.core.rmem_max. +* **netCoreSomaxconn**: int: Sysctl setting net.core.somaxconn. +* **netCoreWmemDefault**: int: Sysctl setting net.core.wmem_default. +* **netCoreWmemMax**: int: Sysctl setting net.core.wmem_max. +* **netIpv4IpLocalPortRange**: string: Sysctl setting net.ipv4.ip_local_port_range. +* **netIpv4NeighDefaultGcThresh1**: int: Sysctl setting net.ipv4.neigh.default.gc_thresh1. +* **netIpv4NeighDefaultGcThresh2**: int: Sysctl setting net.ipv4.neigh.default.gc_thresh2. +* **netIpv4NeighDefaultGcThresh3**: int: Sysctl setting net.ipv4.neigh.default.gc_thresh3. +* **netIpv4TcpFinTimeout**: int: Sysctl setting net.ipv4.tcp_fin_timeout. +* **netIpv4TcpkeepaliveIntvl**: int: Sysctl setting net.ipv4.tcp_keepalive_intvl. +* **netIpv4TcpKeepaliveProbes**: int: Sysctl setting net.ipv4.tcp_keepalive_probes. +* **netIpv4TcpKeepaliveTime**: int: Sysctl setting net.ipv4.tcp_keepalive_time. +* **netIpv4TcpMaxSynBacklog**: int: Sysctl setting net.ipv4.tcp_max_syn_backlog. +* **netIpv4TcpMaxTwBuckets**: int: Sysctl setting net.ipv4.tcp_max_tw_buckets. +* **netIpv4TcpTwReuse**: bool: Sysctl setting net.ipv4.tcp_tw_reuse. +* **netNetfilterNfConntrackBuckets**: int: Sysctl setting net.netfilter.nf_conntrack_buckets. +* **netNetfilterNfConntrackMax**: int: Sysctl setting net.netfilter.nf_conntrack_max. +* **vmMaxMapCount**: int: Sysctl setting vm.max_map_count. +* **vmSwappiness**: int: Sysctl setting vm.swappiness. +* **vmVfsCachePressure**: int: Sysctl setting vm.vfs_cache_pressure. + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource last modification (UTC) +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + +## TimeInWeek +### Properties +* **day**: 'Friday' | 'Monday' | 'Saturday' | 'Sunday' | 'Thursday' | 'Tuesday' | 'Wednesday' | string: The day of the week. +* **hourSlots**: int[]: Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range. + +## TimeSpan +### Properties +* **end**: string: The end of a time span +* **start**: string: The start of a time span + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## UserAssignedIdentity +### Properties +* **clientId**: string: The client ID of the user assigned identity. +* **objectId**: string: The object ID of the user assigned identity. +* **resourceId**: string: The resource ID of the user assigned identity. + +## WindowsGmsaProfile +### Properties +* **dnsServer**: string: Specifies the DNS server for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. +* **enabled**: bool: Specifies whether to enable Windows gMSA in the managed cluster. +* **rootDomainName**: string: Specifies the root domain name for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. + diff --git a/generated/containerservice/microsoft.containerservice/2023-02-02-preview/types.json b/generated/containerservice/microsoft.containerservice/2023-02-02-preview/types.json new file mode 100644 index 0000000000..de8510d2cd --- /dev/null +++ b/generated/containerservice/microsoft.containerservice/2023-02-02-preview/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.ContainerService/managedClusters"}},{"6":{"Value":"2023-02-02-preview"}},{"2":{"Name":"Microsoft.ContainerService/managedClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The managed cluster SKU."},"extendedLocation":{"Type":17,"Flags":0,"Description":"The extended location of the Virtual Machine."},"identity":{"Type":20,"Flags":0,"Description":"The identity of the managed cluster, if configured."},"properties":{"Type":27,"Flags":0,"Description":"Properties of a managed cluster."},"tags":{"Type":272,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":273,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ManagedClusterSKU","Properties":{"name":{"Type":13,"Flags":0,"Description":"The name of a managed cluster SKU."},"tier":{"Type":16,"Flags":0,"Description":"If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details."}}}},{"6":{"Value":"Base"}},{"5":{"Elements":[12,4]}},{"6":{"Value":"Standard"}},{"6":{"Value":"Free"}},{"5":{"Elements":[14,15,4]}},{"2":{"Name":"ExtendedLocation","Properties":{"name":{"Type":4,"Flags":0,"Description":"The name of the extended location."},"type":{"Type":19,"Flags":0,"Description":"The type of the extended location."}}}},{"6":{"Value":"EdgeZone"}},{"5":{"Elements":[18,4]}},{"2":{"Name":"ManagedClusterIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal id of the system assigned identity which is used by master components."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant id of the system assigned identity which is used by master components."},"type":{"Type":24,"Flags":0,"Description":"For more information see [use managed identities in AKS](https://docs.microsoft.com/azure/aks/use-managed-identity)."},"userAssignedIdentities":{"Type":26,"Flags":0,"Description":"The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."}}}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"None"}},{"5":{"Elements":[21,22,23]}},{"2":{"Name":"ManagedServiceIdentityUserAssignedIdentitiesValue","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal id of user assigned identity."},"clientId":{"Type":4,"Flags":2,"Description":"The client id of user assigned identity."}}}},{"2":{"Name":"ManagedClusterIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":25}},{"2":{"Name":"ManagedClusterProperties","Properties":{"provisioningState":{"Type":4,"Flags":2,"Description":"The current provisioning state."},"powerState":{"Type":28,"Flags":2,"Description":"The Power State of the cluster."},"creationData":{"Type":32,"Flags":0,"Description":"CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot."},"maxAgentPools":{"Type":3,"Flags":2,"Description":"The max number of agent pools for the managed cluster."},"kubernetesVersion":{"Type":4,"Flags":0,"Description":"When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details."},"currentKubernetesVersion":{"Type":4,"Flags":2,"Description":"The version of Kubernetes the Managed Cluster is running."},"dnsPrefix":{"Type":4,"Flags":0,"Description":"This cannot be updated once the Managed Cluster has been created."},"fqdnSubdomain":{"Type":4,"Flags":0,"Description":"This cannot be updated once the Managed Cluster has been created."},"fqdn":{"Type":4,"Flags":2,"Description":"The FQDN of the master pool."},"privateFQDN":{"Type":4,"Flags":2,"Description":"The FQDN of private cluster."},"azurePortalFQDN":{"Type":4,"Flags":2,"Description":"The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly."},"agentPoolProfiles":{"Type":93,"Flags":0,"Description":"The agent pool properties."},"linuxProfile":{"Type":94,"Flags":0,"Description":"The profile for Linux VMs in the Managed Cluster."},"windowsProfile":{"Type":98,"Flags":0,"Description":"The profile for Windows VMs in the Managed Cluster."},"servicePrincipalProfile":{"Type":103,"Flags":0,"Description":"Information about a service principal identity for the cluster to use for manipulating Azure APIs."},"addonProfiles":{"Type":107,"Flags":0,"Description":"The profile of managed cluster add-on."},"podIdentityProfile":{"Type":108,"Flags":0,"Description":"See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration."},"oidcIssuerProfile":{"Type":126,"Flags":0,"Description":"The OIDC issuer profile of the Managed Cluster."},"nodeResourceGroup":{"Type":4,"Flags":0,"Description":"The name of the resource group containing agent pool nodes."},"nodeResourceGroupProfile":{"Type":127,"Flags":0,"Description":"The node resource group configuration profile."},"enableRBAC":{"Type":2,"Flags":0,"Description":"Whether to enable Kubernetes Role-Based Access Control."},"enablePodSecurityPolicy":{"Type":2,"Flags":0,"Description":"(DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp."},"enableNamespaceResources":{"Type":2,"Flags":0,"Description":"The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."},"networkProfile":{"Type":131,"Flags":0,"Description":"The network configuration profile."},"aadProfile":{"Type":184,"Flags":0,"Description":"The Azure Active Directory configuration."},"autoUpgradeProfile":{"Type":186,"Flags":0,"Description":"The auto upgrade configuration."},"upgradeSettings":{"Type":198,"Flags":0,"Description":"Settings for upgrading a cluster."},"autoScalerProfile":{"Type":203,"Flags":0,"Description":"Parameters to be applied to the cluster-autoscaler when enabled"},"apiServerAccessProfile":{"Type":209,"Flags":0,"Description":"The access profile for managed cluster API server."},"diskEncryptionSetID":{"Type":4,"Flags":0,"Description":"This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'"},"identityProfile":{"Type":211,"Flags":0,"Description":"Identities associated with the cluster."},"privateLinkResources":{"Type":214,"Flags":0,"Description":"Private link resources associated with the cluster."},"disableLocalAccounts":{"Type":2,"Flags":0,"Description":"If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview)."},"httpProxyConfig":{"Type":215,"Flags":0,"Description":"Configurations for provisioning the cluster with HTTP proxy servers."},"securityProfile":{"Type":218,"Flags":0,"Description":"Security profile for the managed cluster."},"storageProfile":{"Type":229,"Flags":0,"Description":"Storage profile for the managed cluster."},"ingressProfile":{"Type":234,"Flags":0,"Description":"Ingress profile for the managed cluster."},"publicNetworkAccess":{"Type":239,"Flags":0,"Description":"Allow or deny public network access for AKS"},"workloadAutoScalerProfile":{"Type":240,"Flags":0,"Description":"Workload Auto-scaler profile for the managed cluster."},"azureMonitorProfile":{"Type":251,"Flags":0,"Description":"Prometheus addon profile for the container service cluster"},"guardrailsProfile":{"Type":254,"Flags":0,"Description":"The guardrails profile holds all the guardrails information for a given cluster"},"serviceMeshProfile":{"Type":261,"Flags":0,"Description":"Service mesh profile for a managed cluster."}}}},{"2":{"Name":"PowerState","Properties":{"code":{"Type":31,"Flags":0,"Description":"Tells whether the cluster is Running or Stopped"}}}},{"6":{"Value":"Running"}},{"6":{"Value":"Stopped"}},{"5":{"Elements":[29,30,4]}},{"2":{"Name":"CreationData","Properties":{"sourceResourceId":{"Type":4,"Flags":0,"Description":"This is the ARM ID of the source object to be used to create the target object."}}}},{"2":{"Name":"ManagedClusterAgentPoolProfile","Properties":{"name":{"Type":4,"Flags":1,"Description":"Windows agent pool names must be 6 characters or less."},"count":{"Type":3,"Flags":0,"Description":"Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1."},"vmSize":{"Type":4,"Flags":0,"Description":"VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions"},"osDiskSizeGB":{"Type":3,"Flags":0,"Description":"OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified."},"osDiskType":{"Type":36,"Flags":0,"Description":"The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os)."},"kubeletDiskType":{"Type":39,"Flags":0,"Description":"Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage."},"workloadRuntime":{"Type":43,"Flags":0,"Description":"Determines the type of workload a node can run."},"messageOfTheDay":{"Type":4,"Flags":0,"Description":"A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script)."},"vnetSubnetID":{"Type":4,"Flags":0,"Description":"If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"},"podSubnetID":{"Type":4,"Flags":0,"Description":"If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}"},"maxPods":{"Type":3,"Flags":0,"Description":"The maximum number of pods that can run on a node."},"osType":{"Type":46,"Flags":0,"Description":"The operating system type. The default is Linux."},"osSKU":{"Type":52,"Flags":0,"Description":"Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated."},"maxCount":{"Type":3,"Flags":0,"Description":"The maximum number of nodes for auto-scaling"},"minCount":{"Type":3,"Flags":0,"Description":"The minimum number of nodes for auto-scaling"},"enableAutoScaling":{"Type":2,"Flags":0,"Description":"Whether to enable auto-scaler"},"scaleDownMode":{"Type":55,"Flags":0,"Description":"This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete."},"type":{"Type":58,"Flags":0,"Description":"The type of Agent Pool."},"mode":{"Type":61,"Flags":0,"Description":"A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools"},"orchestratorVersion":{"Type":4,"Flags":0,"Description":"Both patch version and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool)."},"currentOrchestratorVersion":{"Type":4,"Flags":2,"Description":"If orchestratorVersion was a fully specified version , this field will be exactly equal to it. If orchestratorVersion was , this field will contain the full version being used."},"nodeImageVersion":{"Type":4,"Flags":2,"Description":"The version of node image"},"upgradeSettings":{"Type":62,"Flags":0,"Description":"Settings for upgrading the agentpool"},"provisioningState":{"Type":4,"Flags":2,"Description":"The current deployment or provisioning state."},"powerState":{"Type":28,"Flags":0,"Description":"When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded"},"availabilityZones":{"Type":63,"Flags":0,"Description":"The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'."},"enableNodePublicIP":{"Type":2,"Flags":0,"Description":"Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false."},"enableCustomCATrust":{"Type":2,"Flags":0,"Description":"When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false."},"nodePublicIPPrefixID":{"Type":4,"Flags":0,"Description":"This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"},"scaleSetPriority":{"Type":66,"Flags":0,"Description":"The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'."},"scaleSetEvictionPolicy":{"Type":69,"Flags":0,"Description":"This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'."},"spotMaxPrice":{"Type":3,"Flags":0,"Description":"Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing)"},"tags":{"Type":70,"Flags":0,"Description":"The tags to be persisted on the agent pool virtual machine scale set."},"nodeLabels":{"Type":71,"Flags":0,"Description":"The node labels to be persisted across all nodes in agent pool."},"nodeTaints":{"Type":72,"Flags":0,"Description":"The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule."},"proximityPlacementGroupID":{"Type":4,"Flags":0,"Description":"The ID for Proximity Placement Group."},"kubeletConfig":{"Type":73,"Flags":0,"Description":"The Kubelet configuration on the agent pool nodes."},"linuxOSConfig":{"Type":75,"Flags":0,"Description":"The OS configuration of Linux agent nodes."},"enableEncryptionAtHost":{"Type":2,"Flags":0,"Description":"This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption"},"enableUltraSSD":{"Type":2,"Flags":0,"Description":"Whether to enable UltraSSD"},"enableFIPS":{"Type":2,"Flags":0,"Description":"See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details."},"gpuInstanceProfile":{"Type":82,"Flags":0,"Description":"GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU."},"creationData":{"Type":32,"Flags":0,"Description":"CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot."},"capacityReservationGroupID":{"Type":4,"Flags":0,"Description":"AKS will associate the specified agent pool with the Capacity Reservation Group."},"hostGroupID":{"Type":4,"Flags":0,"Description":"This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts)."},"windowsProfile":{"Type":83,"Flags":0,"Description":"The Windows agent pool's specific profile."},"networkProfile":{"Type":84,"Flags":0,"Description":"Network-related settings of an agent pool."}}}},{"6":{"Value":"Managed"}},{"6":{"Value":"Ephemeral"}},{"5":{"Elements":[34,35,4]}},{"6":{"Value":"OS"}},{"6":{"Value":"Temporary"}},{"5":{"Elements":[37,38,4]}},{"6":{"Value":"OCIContainer"}},{"6":{"Value":"WasmWasi"}},{"6":{"Value":"KataMshvVmIsolation"}},{"5":{"Elements":[40,41,42,4]}},{"6":{"Value":"Linux"}},{"6":{"Value":"Windows"}},{"5":{"Elements":[44,45,4]}},{"6":{"Value":"Ubuntu"}},{"6":{"Value":"CBLMariner"}},{"6":{"Value":"Mariner"}},{"6":{"Value":"Windows2019"}},{"6":{"Value":"Windows2022"}},{"5":{"Elements":[47,48,49,50,51,4]}},{"6":{"Value":"Delete"}},{"6":{"Value":"Deallocate"}},{"5":{"Elements":[53,54,4]}},{"6":{"Value":"VirtualMachineScaleSets"}},{"6":{"Value":"AvailabilitySet"}},{"5":{"Elements":[56,57,4]}},{"6":{"Value":"System"}},{"6":{"Value":"User"}},{"5":{"Elements":[59,60,4]}},{"2":{"Name":"AgentPoolUpgradeSettings","Properties":{"maxSurge":{"Type":4,"Flags":0,"Description":"This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1. For more information, including best practices, see: https://docs.microsoft.com/azure/aks/upgrade-cluster#customize-node-surge-upgrade"}}}},{"3":{"ItemType":4}},{"6":{"Value":"Spot"}},{"6":{"Value":"Regular"}},{"5":{"Elements":[64,65,4]}},{"6":{"Value":"Delete"}},{"6":{"Value":"Deallocate"}},{"5":{"Elements":[67,68,4]}},{"2":{"Name":"ManagedClusterAgentPoolProfilePropertiesTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedClusterAgentPoolProfilePropertiesNodeLabels","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":4}},{"2":{"Name":"KubeletConfig","Properties":{"cpuManagerPolicy":{"Type":4,"Flags":0,"Description":"The default is 'none'. See [Kubernetes CPU management policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#cpu-management-policies) for more information. Allowed values are 'none' and 'static'."},"cpuCfsQuota":{"Type":2,"Flags":0,"Description":"The default is true."},"cpuCfsQuotaPeriod":{"Type":4,"Flags":0,"Description":"The default is '100ms.' Valid values are a sequence of decimal numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported units are 'ns', 'us', 'ms', 's', 'm', and 'h'."},"imageGcHighThreshold":{"Type":3,"Flags":0,"Description":"To disable image garbage collection, set to 100. The default is 85%"},"imageGcLowThreshold":{"Type":3,"Flags":0,"Description":"This cannot be set higher than imageGcHighThreshold. The default is 80%"},"topologyManagerPolicy":{"Type":4,"Flags":0,"Description":"For more information see [Kubernetes Topology Manager](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager). The default is 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'."},"allowedUnsafeSysctls":{"Type":74,"Flags":0,"Description":"Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`)."},"failSwapOn":{"Type":2,"Flags":0,"Description":"If set to true it will make the Kubelet fail to start if swap is enabled on the node."},"containerLogMaxSizeMB":{"Type":3,"Flags":0,"Description":"The maximum size (e.g. 10Mi) of container log file before it is rotated."},"containerLogMaxFiles":{"Type":3,"Flags":0,"Description":"The maximum number of container log files that can be present for a container. The number must be ≥ 2."},"podMaxPids":{"Type":3,"Flags":0,"Description":"The maximum number of processes per pod."}}}},{"3":{"ItemType":4}},{"2":{"Name":"LinuxOSConfig","Properties":{"sysctls":{"Type":76,"Flags":0,"Description":"Sysctl settings for Linux agent nodes."},"transparentHugePageEnabled":{"Type":4,"Flags":0,"Description":"Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge)."},"transparentHugePageDefrag":{"Type":4,"Flags":0,"Description":"Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The default is 'madvise'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge)."},"swapFileSizeMB":{"Type":3,"Flags":0,"Description":"The size in MB of a swap file that will be created on each node."}}}},{"2":{"Name":"SysctlConfig","Properties":{"netCoreSomaxconn":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.somaxconn."},"netCoreNetdevMaxBacklog":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.netdev_max_backlog."},"netCoreRmemDefault":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.rmem_default."},"netCoreRmemMax":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.rmem_max."},"netCoreWmemDefault":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.wmem_default."},"netCoreWmemMax":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.wmem_max."},"netCoreOptmemMax":{"Type":3,"Flags":0,"Description":"Sysctl setting net.core.optmem_max."},"netIpv4TcpMaxSynBacklog":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_max_syn_backlog."},"netIpv4TcpMaxTwBuckets":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_max_tw_buckets."},"netIpv4TcpFinTimeout":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_fin_timeout."},"netIpv4TcpKeepaliveTime":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_keepalive_time."},"netIpv4TcpKeepaliveProbes":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_keepalive_probes."},"netIpv4TcpkeepaliveIntvl":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_keepalive_intvl."},"netIpv4TcpTwReuse":{"Type":2,"Flags":0,"Description":"Sysctl setting net.ipv4.tcp_tw_reuse."},"netIpv4IpLocalPortRange":{"Type":4,"Flags":0,"Description":"Sysctl setting net.ipv4.ip_local_port_range."},"netIpv4NeighDefaultGcThresh1":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.neigh.default.gc_thresh1."},"netIpv4NeighDefaultGcThresh2":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.neigh.default.gc_thresh2."},"netIpv4NeighDefaultGcThresh3":{"Type":3,"Flags":0,"Description":"Sysctl setting net.ipv4.neigh.default.gc_thresh3."},"netNetfilterNfConntrackMax":{"Type":3,"Flags":0,"Description":"Sysctl setting net.netfilter.nf_conntrack_max."},"netNetfilterNfConntrackBuckets":{"Type":3,"Flags":0,"Description":"Sysctl setting net.netfilter.nf_conntrack_buckets."},"fsInotifyMaxUserWatches":{"Type":3,"Flags":0,"Description":"Sysctl setting fs.inotify.max_user_watches."},"fsFileMax":{"Type":3,"Flags":0,"Description":"Sysctl setting fs.file-max."},"fsAioMaxNr":{"Type":3,"Flags":0,"Description":"Sysctl setting fs.aio-max-nr."},"fsNrOpen":{"Type":3,"Flags":0,"Description":"Sysctl setting fs.nr_open."},"kernelThreadsMax":{"Type":3,"Flags":0,"Description":"Sysctl setting kernel.threads-max."},"vmMaxMapCount":{"Type":3,"Flags":0,"Description":"Sysctl setting vm.max_map_count."},"vmSwappiness":{"Type":3,"Flags":0,"Description":"Sysctl setting vm.swappiness."},"vmVfsCachePressure":{"Type":3,"Flags":0,"Description":"Sysctl setting vm.vfs_cache_pressure."}}}},{"6":{"Value":"MIG1g"}},{"6":{"Value":"MIG2g"}},{"6":{"Value":"MIG3g"}},{"6":{"Value":"MIG4g"}},{"6":{"Value":"MIG7g"}},{"5":{"Elements":[77,78,79,80,81,4]}},{"2":{"Name":"AgentPoolWindowsProfile","Properties":{"disableOutboundNat":{"Type":2,"Flags":0,"Description":"The default value is false. Outbound NAT can only be disabled if the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP enabled."}}}},{"2":{"Name":"AgentPoolNetworkProfile","Properties":{"nodePublicIPTags":{"Type":86,"Flags":0,"Description":"IPTags of instance-level public IPs."},"allowedHostPorts":{"Type":91,"Flags":0,"Description":"The port ranges that are allowed to access. The specified ranges are allowed to overlap."},"applicationSecurityGroups":{"Type":92,"Flags":0,"Description":"The IDs of the application security groups which agent pool will associate when created."}}}},{"2":{"Name":"IPTag","Properties":{"ipTagType":{"Type":4,"Flags":0,"Description":"The IP tag type. Example: RoutingPreference."},"tag":{"Type":4,"Flags":0,"Description":"The value of the IP tag associated with the public IP. Example: Internet."}}}},{"3":{"ItemType":85}},{"2":{"Name":"PortRange","Properties":{"portStart":{"Type":3,"Flags":0,"Description":"The minimum port that is included in the range. It should be ranged from 1 to 65535, and be less than or equal to portEnd."},"portEnd":{"Type":3,"Flags":0,"Description":"The maximum port that is included in the range. It should be ranged from 1 to 65535, and be greater than or equal to portStart."},"protocol":{"Type":90,"Flags":0,"Description":"The network protocol of the port."}}}},{"6":{"Value":"TCP"}},{"6":{"Value":"UDP"}},{"5":{"Elements":[88,89,4]}},{"3":{"ItemType":87}},{"3":{"ItemType":4}},{"3":{"ItemType":33}},{"2":{"Name":"ContainerServiceLinuxProfile","Properties":{"adminUsername":{"Type":4,"Flags":1,"Description":"The administrator username to use for Linux VMs."},"ssh":{"Type":95,"Flags":1,"Description":"The SSH configuration for Linux-based VMs running on Azure."}}}},{"2":{"Name":"ContainerServiceSshConfiguration","Properties":{"publicKeys":{"Type":97,"Flags":1,"Description":"The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified."}}}},{"2":{"Name":"ContainerServiceSshPublicKey","Properties":{"keyData":{"Type":4,"Flags":1,"Description":"Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers."}}}},{"3":{"ItemType":96}},{"2":{"Name":"ManagedClusterWindowsProfile","Properties":{"adminUsername":{"Type":4,"Flags":1,"Description":"Specifies the name of the administrator account.

**Restriction:** Cannot end in \".\"

**Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\", \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\", \"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\", \"support\", \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\".

**Minimum-length:** 1 character

**Max-length:** 20 characters"},"adminPassword":{"Type":4,"Flags":0,"Description":"Specifies the password of the administrator account.

**Minimum-length:** 8 characters

**Max-length:** 123 characters

**Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match [\\W_])

**Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\""},"licenseType":{"Type":101,"Flags":0,"Description":"The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details."},"enableCSIProxy":{"Type":2,"Flags":0,"Description":"For more details on CSI proxy, see the [CSI proxy GitHub repo](https://github.com/kubernetes-csi/csi-proxy)."},"gmsaProfile":{"Type":102,"Flags":0,"Description":"The Windows gMSA Profile in the Managed Cluster."}}}},{"6":{"Value":"None"}},{"6":{"Value":"Windows_Server"}},{"5":{"Elements":[99,100,4]}},{"2":{"Name":"WindowsGmsaProfile","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Specifies whether to enable Windows gMSA in the managed cluster."},"dnsServer":{"Type":4,"Flags":0,"Description":"Specifies the DNS server for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster."},"rootDomainName":{"Type":4,"Flags":0,"Description":"Specifies the root domain name for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster."}}}},{"2":{"Name":"ManagedClusterServicePrincipalProfile","Properties":{"clientId":{"Type":4,"Flags":1,"Description":"The ID for the service principal."},"secret":{"Type":4,"Flags":0,"Description":"The secret password associated with the service principal in plain text."}}}},{"2":{"Name":"ManagedClusterAddonProfile","Properties":{"enabled":{"Type":2,"Flags":1,"Description":"Whether the add-on is enabled or not."},"config":{"Type":105,"Flags":0,"Description":"Key-value pairs for configuring an add-on."},"identity":{"Type":106,"Flags":2,"Description":"Information of user assigned identity used by this add-on."}}}},{"2":{"Name":"ManagedClusterAddonProfileConfig","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedClusterAddonProfileIdentity","Properties":{"resourceId":{"Type":4,"Flags":0,"Description":"The resource ID of the user assigned identity."},"clientId":{"Type":4,"Flags":0,"Description":"The client ID of the user assigned identity."},"objectId":{"Type":4,"Flags":0,"Description":"The object ID of the user assigned identity."}}}},{"2":{"Name":"ManagedClusterPropertiesAddonProfiles","Properties":{},"AdditionalProperties":104}},{"2":{"Name":"ManagedClusterPodIdentityProfile","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether the pod identity addon is enabled."},"allowNetworkPluginKubenet":{"Type":2,"Flags":0,"Description":"Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See [using Kubenet network plugin with AAD Pod Identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities) for more information."},"userAssignedIdentities":{"Type":122,"Flags":0,"Description":"The pod identities to use in the cluster."},"userAssignedIdentityExceptions":{"Type":125,"Flags":0,"Description":"The pod identity exceptions to allow."}}}},{"2":{"Name":"ManagedClusterPodIdentity","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the pod identity."},"namespace":{"Type":4,"Flags":1,"Description":"The namespace of the pod identity."},"bindingSelector":{"Type":4,"Flags":0,"Description":"The binding selector to use for the AzureIdentityBinding resource."},"identity":{"Type":110,"Flags":1,"Description":"The user assigned identity details."},"provisioningState":{"Type":117,"Flags":2,"Description":"The current provisioning state of the pod identity."},"provisioningInfo":{"Type":118,"Flags":2}}}},{"2":{"Name":"UserAssignedIdentity","Properties":{"resourceId":{"Type":4,"Flags":0,"Description":"The resource ID of the user assigned identity."},"clientId":{"Type":4,"Flags":0,"Description":"The client ID of the user assigned identity."},"objectId":{"Type":4,"Flags":0,"Description":"The object ID of the user assigned identity."}}}},{"6":{"Value":"Assigned"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[111,112,113,114,115,116,4]}},{"2":{"Name":"ManagedClusterPodIdentityProvisioningInfo","Properties":{"error":{"Type":119,"Flags":0,"Description":"Pod identity assignment error (if any)."}}}},{"2":{"Name":"ManagedClusterPodIdentityProvisioningError","Properties":{"error":{"Type":120,"Flags":0,"Description":"Details about the error."}}}},{"2":{"Name":"ManagedClusterPodIdentityProvisioningErrorBody","Properties":{"code":{"Type":4,"Flags":0,"Description":"An identifier for the error. Codes are invariant and are intended to be consumed programmatically."},"message":{"Type":4,"Flags":0,"Description":"A message describing the error, intended to be suitable for display in a user interface."},"target":{"Type":4,"Flags":0,"Description":"The target of the particular error. For example, the name of the property in error."},"details":{"Type":121,"Flags":0,"Description":"A list of additional details about the error."}}}},{"3":{"ItemType":120}},{"3":{"ItemType":109}},{"2":{"Name":"ManagedClusterPodIdentityException","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the pod identity exception."},"namespace":{"Type":4,"Flags":1,"Description":"The namespace of the pod identity exception."},"podLabels":{"Type":124,"Flags":1,"Description":"The pod labels to match."}}}},{"2":{"Name":"ManagedClusterPodIdentityExceptionPodLabels","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":123}},{"2":{"Name":"ManagedClusterOidcIssuerProfile","Properties":{"issuerURL":{"Type":4,"Flags":2,"Description":"The OIDC issuer url of the Managed Cluster."},"enabled":{"Type":2,"Flags":0,"Description":"Whether the OIDC issuer is enabled."}}}},{"2":{"Name":"ManagedClusterNodeResourceGroupProfile","Properties":{"restrictionLevel":{"Type":130,"Flags":0,"Description":"The restriction level applied to the cluster's node resource group"}}}},{"6":{"Value":"Unrestricted"}},{"6":{"Value":"ReadOnly"}},{"5":{"Elements":[128,129,4]}},{"2":{"Name":"ContainerServiceNetworkProfile","Properties":{"networkPlugin":{"Type":135,"Flags":0,"Description":"Network plugin used for building the Kubernetes network."},"networkPluginMode":{"Type":137,"Flags":0,"Description":"Network plugin mode used for building the Kubernetes network."},"networkPolicy":{"Type":141,"Flags":0,"Description":"Network policy used for building the Kubernetes network."},"networkMode":{"Type":144,"Flags":0,"Description":"This cannot be specified if networkPlugin is anything other than 'azure'."},"networkDataplane":{"Type":147,"Flags":0,"Description":"Network dataplane used in the Kubernetes cluster."},"podCidr":{"Type":4,"Flags":0,"Description":"A CIDR notation IP range from which to assign pod IPs when kubenet is used."},"serviceCidr":{"Type":4,"Flags":0,"Description":"A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges."},"dnsServiceIP":{"Type":4,"Flags":0,"Description":"An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr."},"dockerBridgeCidr":{"Type":4,"Flags":0,"Description":"A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range."},"outboundType":{"Type":152,"Flags":0,"Description":"This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype)."},"loadBalancerSku":{"Type":155,"Flags":0,"Description":"The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs."},"loadBalancerProfile":{"Type":156,"Flags":0,"Description":"Profile of the cluster load balancer."},"natGatewayProfile":{"Type":167,"Flags":0,"Description":"Profile of the cluster NAT gateway."},"podCidrs":{"Type":170,"Flags":0,"Description":"One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking."},"serviceCidrs":{"Type":171,"Flags":0,"Description":"One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with any Subnet IP ranges."},"ipFamilies":{"Type":175,"Flags":0,"Description":"IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6."},"kubeProxyConfig":{"Type":176,"Flags":0,"Description":"Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where is represented by a - string. Kubernetes version 1.23 would be '1-23'."}}}},{"6":{"Value":"azure"}},{"6":{"Value":"kubenet"}},{"6":{"Value":"none"}},{"5":{"Elements":[132,133,134,4]}},{"6":{"Value":"Overlay"}},{"5":{"Elements":[136,4]}},{"6":{"Value":"calico"}},{"6":{"Value":"azure"}},{"6":{"Value":"cilium"}},{"5":{"Elements":[138,139,140,4]}},{"6":{"Value":"transparent"}},{"6":{"Value":"bridge"}},{"5":{"Elements":[142,143,4]}},{"6":{"Value":"azure"}},{"6":{"Value":"cilium"}},{"5":{"Elements":[145,146,4]}},{"6":{"Value":"loadBalancer"}},{"6":{"Value":"userDefinedRouting"}},{"6":{"Value":"managedNATGateway"}},{"6":{"Value":"userAssignedNATGateway"}},{"5":{"Elements":[148,149,150,151,4]}},{"6":{"Value":"standard"}},{"6":{"Value":"basic"}},{"5":{"Elements":[153,154,4]}},{"2":{"Name":"ManagedClusterLoadBalancerProfile","Properties":{"managedOutboundIPs":{"Type":157,"Flags":0,"Description":"Desired managed outbound IPs for the cluster load balancer."},"outboundIPPrefixes":{"Type":158,"Flags":0,"Description":"Desired outbound IP Prefix resources for the cluster load balancer."},"outboundIPs":{"Type":161,"Flags":0,"Description":"Desired outbound IP resources for the cluster load balancer."},"effectiveOutboundIPs":{"Type":163,"Flags":0,"Description":"The effective outbound IP resources of the cluster load balancer."},"allocatedOutboundPorts":{"Type":3,"Flags":0,"Description":"The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports."},"idleTimeoutInMinutes":{"Type":3,"Flags":0,"Description":"Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes."},"enableMultipleStandardLoadBalancers":{"Type":2,"Flags":0,"Description":"Enable multiple standard load balancers per AKS cluster or not."},"backendPoolType":{"Type":166,"Flags":0,"Description":"The type of the managed inbound Load Balancer BackendPool."}}}},{"2":{"Name":"ManagedClusterLoadBalancerProfileManagedOutboundIPs","Properties":{"count":{"Type":3,"Flags":0,"Description":"The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1."},"countIPv6":{"Type":3,"Flags":0,"Description":"The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack."}}}},{"2":{"Name":"ManagedClusterLoadBalancerProfileOutboundIPPrefixes","Properties":{"publicIPPrefixes":{"Type":160,"Flags":0,"Description":"A list of public IP prefix resources."}}}},{"2":{"Name":"ResourceReference","Properties":{"id":{"Type":4,"Flags":0,"Description":"The fully qualified Azure resource id."}}}},{"3":{"ItemType":159}},{"2":{"Name":"ManagedClusterLoadBalancerProfileOutboundIPs","Properties":{"publicIPs":{"Type":162,"Flags":0,"Description":"A list of public IP resources."}}}},{"3":{"ItemType":159}},{"3":{"ItemType":159}},{"6":{"Value":"NodeIPConfiguration"}},{"6":{"Value":"NodeIP"}},{"5":{"Elements":[164,165,4]}},{"2":{"Name":"ManagedClusterNATGatewayProfile","Properties":{"managedOutboundIPProfile":{"Type":168,"Flags":0,"Description":"Profile of the managed outbound IP resources of the cluster NAT gateway."},"effectiveOutboundIPs":{"Type":169,"Flags":0,"Description":"The effective outbound IP resources of the cluster NAT gateway."},"idleTimeoutInMinutes":{"Type":3,"Flags":0,"Description":"Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes."}}}},{"2":{"Name":"ManagedClusterManagedOutboundIPProfile","Properties":{"count":{"Type":3,"Flags":0,"Description":"The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1."}}}},{"3":{"ItemType":159}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"6":{"Value":"IPv4"}},{"6":{"Value":"IPv6"}},{"5":{"Elements":[172,173,4]}},{"3":{"ItemType":174}},{"2":{"Name":"ContainerServiceNetworkProfileKubeProxyConfig","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, kube-proxy is enabled in AKS by default without these customizations)."},"mode":{"Type":179,"Flags":0,"Description":"Specify which proxy mode to use ('IPTABLES' or 'IPVS')"},"ipvsConfig":{"Type":180,"Flags":0,"Description":"Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'."}}}},{"6":{"Value":"IPTABLES"}},{"6":{"Value":"IPVS"}},{"5":{"Elements":[177,178,4]}},{"2":{"Name":"ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig","Properties":{"scheduler":{"Type":183,"Flags":0,"Description":"IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html."},"tcpTimeoutSeconds":{"Type":3,"Flags":0,"Description":"The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value."},"tcpFinTimeoutSeconds":{"Type":3,"Flags":0,"Description":"The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value."},"udpTimeoutSeconds":{"Type":3,"Flags":0,"Description":"The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value."}}}},{"6":{"Value":"RoundRobin"}},{"6":{"Value":"LeastConnection"}},{"5":{"Elements":[181,182,4]}},{"2":{"Name":"ManagedClusterAADProfile","Properties":{"managed":{"Type":2,"Flags":0,"Description":"Whether to enable managed AAD."},"enableAzureRBAC":{"Type":2,"Flags":0,"Description":"Whether to enable Azure RBAC for Kubernetes authorization."},"adminGroupObjectIDs":{"Type":185,"Flags":0,"Description":"The list of AAD group object IDs that will have admin role of the cluster."},"clientAppID":{"Type":4,"Flags":0,"Description":"(DEPRECATED) The client AAD application ID. Learn more at https://aka.ms/aks/aad-legacy."},"serverAppID":{"Type":4,"Flags":0,"Description":"(DEPRECATED) The server AAD application ID. Learn more at https://aka.ms/aks/aad-legacy."},"serverAppSecret":{"Type":4,"Flags":0,"Description":"(DEPRECATED) The server AAD application secret. Learn more at https://aka.ms/aks/aad-legacy."},"tenantID":{"Type":4,"Flags":0,"Description":"The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription."}}}},{"3":{"ItemType":4}},{"2":{"Name":"ManagedClusterAutoUpgradeProfile","Properties":{"upgradeChannel":{"Type":192,"Flags":0,"Description":"For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel)."},"nodeOSUpgradeChannel":{"Type":197,"Flags":0,"Description":"The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA."}}}},{"6":{"Value":"rapid"}},{"6":{"Value":"stable"}},{"6":{"Value":"patch"}},{"6":{"Value":"node-image"}},{"6":{"Value":"none"}},{"5":{"Elements":[187,188,189,190,191,4]}},{"6":{"Value":"None"}},{"6":{"Value":"Unmanaged"}},{"6":{"Value":"SecurityPatch"}},{"6":{"Value":"NodeImage"}},{"5":{"Elements":[193,194,195,196,4]}},{"2":{"Name":"ClusterUpgradeSettings","Properties":{"overrideSettings":{"Type":199,"Flags":0,"Description":"Settings for overrides."}}}},{"2":{"Name":"UpgradeOverrideSettings","Properties":{"controlPlaneOverrides":{"Type":202,"Flags":0,"Description":"List of upgrade overrides when upgrading a cluster's control plane."},"until":{"Type":4,"Flags":0,"Description":"Until when the overrides are effective. Note that this only matches the start time of an upgrade, and the effectiveness won't change once an upgrade starts even if the `until` expires as upgrade proceeds. This field is not set by default. It must be set for the overrides to take effect."}}}},{"6":{"Value":"IgnoreKubernetesDeprecations"}},{"5":{"Elements":[200,4]}},{"3":{"ItemType":201}},{"2":{"Name":"ManagedClusterPropertiesAutoScalerProfile","Properties":{"balance-similar-node-groups":{"Type":4,"Flags":0,"Description":"Valid values are 'true' and 'false'"},"expander":{"Type":208,"Flags":0,"Description":"If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information."},"max-empty-bulk-delete":{"Type":4,"Flags":0,"Description":"The default is 10."},"max-graceful-termination-sec":{"Type":4,"Flags":0,"Description":"The default is 600."},"max-node-provision-time":{"Type":4,"Flags":0,"Description":"The default is '15m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"max-total-unready-percentage":{"Type":4,"Flags":0,"Description":"The default is 45. The maximum is 100 and the minimum is 0."},"new-pod-scale-up-delay":{"Type":4,"Flags":0,"Description":"For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc)."},"ok-total-unready-count":{"Type":4,"Flags":0,"Description":"This must be an integer. The default is 3."},"scan-interval":{"Type":4,"Flags":0,"Description":"The default is '10'. Values must be an integer number of seconds."},"scale-down-delay-after-add":{"Type":4,"Flags":0,"Description":"The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-delay-after-delete":{"Type":4,"Flags":0,"Description":"The default is the scan-interval. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-delay-after-failure":{"Type":4,"Flags":0,"Description":"The default is '3m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-unneeded-time":{"Type":4,"Flags":0,"Description":"The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-unready-time":{"Type":4,"Flags":0,"Description":"The default is '20m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported."},"scale-down-utilization-threshold":{"Type":4,"Flags":0,"Description":"The default is '0.5'."},"skip-nodes-with-local-storage":{"Type":4,"Flags":0,"Description":"The default is true."},"skip-nodes-with-system-pods":{"Type":4,"Flags":0,"Description":"The default is true."}}}},{"6":{"Value":"least-waste"}},{"6":{"Value":"most-pods"}},{"6":{"Value":"priority"}},{"6":{"Value":"random"}},{"5":{"Elements":[204,205,206,207,4]}},{"2":{"Name":"ManagedClusterAPIServerAccessProfile","Properties":{"authorizedIPRanges":{"Type":210,"Flags":0,"Description":"IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see [API server authorized IP ranges](https://docs.microsoft.com/azure/aks/api-server-authorized-ip-ranges)."},"enablePrivateCluster":{"Type":2,"Flags":0,"Description":"For more details, see [Creating a private AKS cluster](https://docs.microsoft.com/azure/aks/private-clusters)."},"privateDNSZone":{"Type":4,"Flags":0,"Description":"The default is System. For more details see [configure private DNS zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone). Allowed values are 'system' and 'none'."},"enablePrivateClusterPublicFQDN":{"Type":2,"Flags":0,"Description":"Whether to create additional public FQDN for private cluster or not."},"disableRunCommand":{"Type":2,"Flags":0,"Description":"Whether to disable run command for the cluster or not."},"enableVnetIntegration":{"Type":2,"Flags":0,"Description":"Whether to enable apiserver vnet integration for the cluster or not."},"subnetId":{"Type":4,"Flags":0,"Description":"It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration."}}}},{"3":{"ItemType":4}},{"2":{"Name":"ManagedClusterPropertiesIdentityProfile","Properties":{},"AdditionalProperties":110}},{"2":{"Name":"PrivateLinkResource","Properties":{"id":{"Type":4,"Flags":0,"Description":"The ID of the private link resource."},"name":{"Type":4,"Flags":0,"Description":"The name of the private link resource."},"type":{"Type":4,"Flags":0,"Description":"The resource type."},"groupId":{"Type":4,"Flags":0,"Description":"The group ID of the resource."},"requiredMembers":{"Type":213,"Flags":0,"Description":"The RequiredMembers of the resource"},"privateLinkServiceID":{"Type":4,"Flags":2,"Description":"The private link service ID of the resource, this field is exposed only to NRP internally."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":212}},{"2":{"Name":"ManagedClusterHttpProxyConfig","Properties":{"httpProxy":{"Type":4,"Flags":0,"Description":"The HTTP proxy server endpoint to use."},"httpsProxy":{"Type":4,"Flags":0,"Description":"The HTTPS proxy server endpoint to use."},"noProxy":{"Type":216,"Flags":0,"Description":"The endpoints that should not go through proxy."},"effectiveNoProxy":{"Type":217,"Flags":2,"Description":"A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS."},"trustedCa":{"Type":4,"Flags":0,"Description":"Alternative CA cert to use for connecting to proxy servers."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"2":{"Name":"ManagedClusterSecurityProfile","Properties":{"defender":{"Type":219,"Flags":0,"Description":"Microsoft Defender settings for the security profile."},"azureKeyVaultKms":{"Type":221,"Flags":0,"Description":"Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile."},"workloadIdentity":{"Type":225,"Flags":0,"Description":"Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details."},"imageCleaner":{"Type":226,"Flags":0,"Description":"Image Cleaner settings for the security profile."},"nodeRestriction":{"Type":227,"Flags":0,"Description":"[Node Restriction](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) settings for the security profile."},"customCATrustCertificates":{"Type":228,"Flags":0,"Description":"A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the Custom CA Trust feature enabled. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority)"}}}},{"2":{"Name":"ManagedClusterSecurityProfileDefender","Properties":{"logAnalyticsWorkspaceResourceId":{"Type":4,"Flags":0,"Description":"Resource ID of the Log Analytics workspace to be associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field empty."},"securityMonitoring":{"Type":220,"Flags":0,"Description":"Microsoft Defender threat detection for Cloud settings for the security profile."}}}},{"2":{"Name":"ManagedClusterSecurityProfileDefenderSecurityMonitoring","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Defender threat detection"}}}},{"2":{"Name":"AzureKeyVaultKms","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Azure Key Vault key management service. The default is false."},"keyId":{"Type":4,"Flags":0,"Description":"Identifier of Azure Key Vault key. See [key identifier format](https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name) for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When Azure Key Vault key management service is disabled, leave the field empty."},"keyVaultNetworkAccess":{"Type":224,"Flags":0,"Description":"Network access of key vault. The possible values are `Public` and `Private`. `Public` means the key vault allows public access from all networks. `Private` means the key vault disables public access and enables private link. The default value is `Public`."},"keyVaultResourceId":{"Type":4,"Flags":0,"Description":"Resource ID of key vault. When keyVaultNetworkAccess is `Private`, this field is required and must be a valid resource ID. When keyVaultNetworkAccess is `Public`, leave the field empty."}}}},{"6":{"Value":"Public"}},{"6":{"Value":"Private"}},{"5":{"Elements":[222,223,4]}},{"2":{"Name":"ManagedClusterSecurityProfileWorkloadIdentity","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable workload identity."}}}},{"2":{"Name":"ManagedClusterSecurityProfileImageCleaner","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Image Cleaner on AKS cluster."},"intervalHours":{"Type":3,"Flags":0,"Description":"Image Cleaner scanning interval in hours."}}}},{"2":{"Name":"ManagedClusterSecurityProfileNodeRestriction","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Node Restriction"}}}},{"3":{"ItemType":0}},{"2":{"Name":"ManagedClusterStorageProfile","Properties":{"diskCSIDriver":{"Type":230,"Flags":0,"Description":"AzureDisk CSI Driver settings for the storage profile."},"fileCSIDriver":{"Type":231,"Flags":0,"Description":"AzureFile CSI Driver settings for the storage profile."},"snapshotController":{"Type":232,"Flags":0,"Description":"Snapshot Controller settings for the storage profile."},"blobCSIDriver":{"Type":233,"Flags":0,"Description":"AzureBlob CSI Driver settings for the storage profile."}}}},{"2":{"Name":"ManagedClusterStorageProfileDiskCSIDriver","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable AzureDisk CSI Driver. The default value is true."},"version":{"Type":4,"Flags":0,"Description":"The version of AzureDisk CSI Driver. The default value is v1."}}}},{"2":{"Name":"ManagedClusterStorageProfileFileCSIDriver","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable AzureFile CSI Driver. The default value is true."}}}},{"2":{"Name":"ManagedClusterStorageProfileSnapshotController","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Snapshot Controller. The default value is true."}}}},{"2":{"Name":"ManagedClusterStorageProfileBlobCSIDriver","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable AzureBlob CSI Driver. The default value is false."}}}},{"2":{"Name":"ManagedClusterIngressProfile","Properties":{"webAppRouting":{"Type":235,"Flags":0,"Description":"Web App Routing settings for the ingress profile."}}}},{"2":{"Name":"ManagedClusterIngressProfileWebAppRouting","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Whether to enable Web App Routing."},"dnsZoneResourceId":{"Type":4,"Flags":0,"Description":"Resource ID of the DNS Zone to be associated with the web app. Used only when Web App Routing is enabled."},"identity":{"Type":110,"Flags":2,"Description":"Managed identity of the Web Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See [this overview of the add-on](https://learn.microsoft.com/en-us/azure/aks/web-app-routing?tabs=with-osm) for more instructions."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"SecuredByPerimeter"}},{"5":{"Elements":[236,237,238,4]}},{"2":{"Name":"ManagedClusterWorkloadAutoScalerProfile","Properties":{"keda":{"Type":241,"Flags":0,"Description":"KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile."},"verticalPodAutoscaler":{"Type":242,"Flags":0}}}},{"2":{"Name":"ManagedClusterWorkloadAutoScalerProfileKeda","Properties":{"enabled":{"Type":2,"Flags":1,"Description":"Whether to enable KEDA."}}}},{"2":{"Name":"ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler","Properties":{"enabled":{"Type":2,"Flags":1,"Description":"Whether to enable VPA. Default value is false."},"controlledValues":{"Type":245,"Flags":1,"Description":"Controls which resource value autoscaler will change. Default value is RequestsAndLimits."},"updateMode":{"Type":250,"Flags":1,"Description":"Each update mode level is a superset of the lower levels. Off and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool)."},"currentOrchestratorVersion":{"Type":4,"Flags":2,"Description":"If orchestratorVersion was a fully specified version , this field will be exactly equal to it. If orchestratorVersion was , this field will contain the full version being used."},"nodeImageVersion":{"Type":4,"Flags":2,"Description":"The version of node image"},"upgradeSettings":{"Type":62,"Flags":0,"Description":"Settings for upgrading the agentpool"},"provisioningState":{"Type":4,"Flags":2,"Description":"The current deployment or provisioning state."},"powerState":{"Type":28,"Flags":0,"Description":"When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded"},"availabilityZones":{"Type":365,"Flags":0,"Description":"The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'."},"enableNodePublicIP":{"Type":2,"Flags":0,"Description":"Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false."},"enableCustomCATrust":{"Type":2,"Flags":0,"Description":"When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false."},"nodePublicIPPrefixID":{"Type":4,"Flags":0,"Description":"This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}"},"scaleSetPriority":{"Type":368,"Flags":0,"Description":"The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'."},"scaleSetEvictionPolicy":{"Type":371,"Flags":0,"Description":"This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'."},"spotMaxPrice":{"Type":3,"Flags":0,"Description":"Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing)"},"tags":{"Type":372,"Flags":0,"Description":"The tags to be persisted on the agent pool virtual machine scale set."},"nodeLabels":{"Type":373,"Flags":0,"Description":"The node labels to be persisted across all nodes in agent pool."},"nodeTaints":{"Type":374,"Flags":0,"Description":"The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule."},"proximityPlacementGroupID":{"Type":4,"Flags":0,"Description":"The ID for Proximity Placement Group."},"kubeletConfig":{"Type":73,"Flags":0,"Description":"The Kubelet configuration on the agent pool nodes."},"linuxOSConfig":{"Type":75,"Flags":0,"Description":"The OS configuration of Linux agent nodes."},"enableEncryptionAtHost":{"Type":2,"Flags":0,"Description":"This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption"},"enableUltraSSD":{"Type":2,"Flags":0,"Description":"Whether to enable UltraSSD"},"enableFIPS":{"Type":2,"Flags":0,"Description":"See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details."},"gpuInstanceProfile":{"Type":380,"Flags":0,"Description":"GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU."},"creationData":{"Type":32,"Flags":0,"Description":"CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot."},"capacityReservationGroupID":{"Type":4,"Flags":0,"Description":"AKS will associate the specified agent pool with the Capacity Reservation Group."},"hostGroupID":{"Type":4,"Flags":0,"Description":"This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts)."},"windowsProfile":{"Type":83,"Flags":0,"Description":"The Windows agent pool's specific profile."},"networkProfile":{"Type":84,"Flags":0,"Description":"Network-related settings of an agent pool."}}}},{"6":{"Value":"Managed"}},{"6":{"Value":"Ephemeral"}},{"5":{"Elements":[337,338,4]}},{"6":{"Value":"OS"}},{"6":{"Value":"Temporary"}},{"5":{"Elements":[340,341,4]}},{"6":{"Value":"OCIContainer"}},{"6":{"Value":"WasmWasi"}},{"6":{"Value":"KataMshvVmIsolation"}},{"5":{"Elements":[343,344,345,4]}},{"6":{"Value":"Linux"}},{"6":{"Value":"Windows"}},{"5":{"Elements":[347,348,4]}},{"6":{"Value":"Ubuntu"}},{"6":{"Value":"CBLMariner"}},{"6":{"Value":"Mariner"}},{"6":{"Value":"Windows2019"}},{"6":{"Value":"Windows2022"}},{"5":{"Elements":[350,351,352,353,354,4]}},{"6":{"Value":"Delete"}},{"6":{"Value":"Deallocate"}},{"5":{"Elements":[356,357,4]}},{"6":{"Value":"VirtualMachineScaleSets"}},{"6":{"Value":"AvailabilitySet"}},{"5":{"Elements":[359,360,4]}},{"6":{"Value":"System"}},{"6":{"Value":"User"}},{"5":{"Elements":[362,363,4]}},{"3":{"ItemType":4}},{"6":{"Value":"Spot"}},{"6":{"Value":"Regular"}},{"5":{"Elements":[366,367,4]}},{"6":{"Value":"Delete"}},{"6":{"Value":"Deallocate"}},{"5":{"Elements":[369,370,4]}},{"2":{"Name":"ManagedClusterAgentPoolProfilePropertiesTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedClusterAgentPoolProfilePropertiesNodeLabels","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":4}},{"6":{"Value":"MIG1g"}},{"6":{"Value":"MIG2g"}},{"6":{"Value":"MIG3g"}},{"6":{"Value":"MIG4g"}},{"6":{"Value":"MIG7g"}},{"5":{"Elements":[375,376,377,378,379,4]}},{"4":{"Name":"Microsoft.ContainerService/managedClusters/agentPools@2023-02-02-preview","ScopeType":8,"Body":335,"Flags":0}},{"6":{"Value":"Microsoft.ContainerService/managedClusters/privateEndpointConnections"}},{"6":{"Value":"2023-02-02-preview"}},{"2":{"Name":"Microsoft.ContainerService/managedClusters/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":382,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":383,"Flags":10,"Description":"The resource api version"},"properties":{"Type":385,"Flags":0,"Description":"The properties of a private endpoint connection."}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"provisioningState":{"Type":391,"Flags":2,"Description":"The current provisioning state."},"privateEndpoint":{"Type":392,"Flags":0,"Description":"The resource of private endpoint."},"privateLinkServiceConnectionState":{"Type":393,"Flags":1,"Description":"A collection of information about the state of the connection between service consumer and provider."}}}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Succeeded"}},{"5":{"Elements":[386,387,388,389,390,4]}},{"2":{"Name":"PrivateEndpoint","Properties":{"id":{"Type":4,"Flags":0,"Description":"The resource ID of the private endpoint"}}}},{"2":{"Name":"PrivateLinkServiceConnectionState","Properties":{"status":{"Type":398,"Flags":0,"Description":"The private link service connection status."},"description":{"Type":4,"Flags":0,"Description":"The private link service connection description."}}}},{"6":{"Value":"Pending"}},{"6":{"Value":"Approved"}},{"6":{"Value":"Rejected"}},{"6":{"Value":"Disconnected"}},{"5":{"Elements":[394,395,396,397,4]}},{"4":{"Name":"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-02-02-preview","ScopeType":8,"Body":384,"Flags":0}},{"6":{"Value":"Microsoft.ContainerService/snapshots"}},{"6":{"Value":"2023-02-02-preview"}},{"2":{"Name":"Microsoft.ContainerService/snapshots","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":400,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":401,"Flags":10,"Description":"The resource api version"},"properties":{"Type":403,"Flags":0,"Description":"Properties of a snapshot."},"tags":{"Type":416,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":273,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"SnapshotProperties","Properties":{"creationData":{"Type":32,"Flags":0,"Description":"CreationData to be used to specify the source agent pool resource ID to create this snapshot."},"snapshotType":{"Type":406,"Flags":0,"Description":"The type of a snapshot. The default is NodePool."},"kubernetesVersion":{"Type":4,"Flags":2,"Description":"The version of Kubernetes."},"nodeImageVersion":{"Type":4,"Flags":2,"Description":"The version of node image."},"osType":{"Type":409,"Flags":2,"Description":"The operating system type. The default is Linux."},"osSku":{"Type":415,"Flags":2,"Description":"Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated."},"vmSize":{"Type":4,"Flags":2,"Description":"The size of the VM."},"enableFIPS":{"Type":2,"Flags":2,"Description":"Whether to use a FIPS-enabled OS."}}}},{"6":{"Value":"NodePool"}},{"6":{"Value":"ManagedCluster"}},{"5":{"Elements":[404,405,4]}},{"6":{"Value":"Linux"}},{"6":{"Value":"Windows"}},{"5":{"Elements":[407,408,4]}},{"6":{"Value":"Ubuntu"}},{"6":{"Value":"CBLMariner"}},{"6":{"Value":"Mariner"}},{"6":{"Value":"Windows2019"}},{"6":{"Value":"Windows2022"}},{"5":{"Elements":[410,411,412,413,414,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.ContainerService/snapshots@2023-02-02-preview","ScopeType":8,"Body":402,"Flags":0}},{"6":{"Value":"Microsoft.ContainerService/managedclustersnapshots"}},{"6":{"Value":"2023-02-02-preview"}},{"2":{"Name":"Microsoft.ContainerService/managedclustersnapshots","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":418,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":419,"Flags":10,"Description":"The resource api version"},"properties":{"Type":421,"Flags":0,"Description":"Properties of a managed cluster snapshot."},"tags":{"Type":443,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":273,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ManagedClusterSnapshotProperties","Properties":{"creationData":{"Type":32,"Flags":0,"Description":"CreationData to be used to specify the source resource ID to create this snapshot."},"snapshotType":{"Type":424,"Flags":0,"Description":"The type of a snapshot. The default is NodePool."},"managedClusterPropertiesReadOnly":{"Type":425,"Flags":2,"Description":"What the properties will be showed when getting managed cluster snapshot. Those properties are read-only."}}}},{"6":{"Value":"NodePool"}},{"6":{"Value":"ManagedCluster"}},{"5":{"Elements":[422,423,4]}},{"2":{"Name":"ManagedClusterPropertiesForSnapshot","Properties":{"kubernetesVersion":{"Type":4,"Flags":0,"Description":"The current kubernetes version."},"sku":{"Type":11,"Flags":0,"Description":"The current managed cluster sku."},"enableRbac":{"Type":2,"Flags":0,"Description":"Whether the cluster has enabled Kubernetes Role-Based Access Control or not."},"networkProfile":{"Type":426,"Flags":2,"Description":"The current network profile."}}}},{"2":{"Name":"NetworkProfileForSnapshot","Properties":{"networkPlugin":{"Type":430,"Flags":0,"Description":"networkPlugin for managed cluster snapshot."},"networkPluginMode":{"Type":432,"Flags":0,"Description":"NetworkPluginMode for managed cluster snapshot."},"networkPolicy":{"Type":436,"Flags":0,"Description":"networkPolicy for managed cluster snapshot."},"networkMode":{"Type":439,"Flags":0,"Description":"networkMode for managed cluster snapshot."},"loadBalancerSku":{"Type":442,"Flags":0,"Description":"loadBalancerSku for managed cluster snapshot."}}}},{"6":{"Value":"azure"}},{"6":{"Value":"kubenet"}},{"6":{"Value":"none"}},{"5":{"Elements":[427,428,429,4]}},{"6":{"Value":"Overlay"}},{"5":{"Elements":[431,4]}},{"6":{"Value":"calico"}},{"6":{"Value":"azure"}},{"6":{"Value":"cilium"}},{"5":{"Elements":[433,434,435,4]}},{"6":{"Value":"transparent"}},{"6":{"Value":"bridge"}},{"5":{"Elements":[437,438,4]}},{"6":{"Value":"standard"}},{"6":{"Value":"basic"}},{"5":{"Elements":[440,441,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.ContainerService/managedclustersnapshots@2023-02-02-preview","ScopeType":8,"Body":420,"Flags":0}},{"6":{"Value":"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings"}},{"6":{"Value":"2023-02-02-preview"}},{"2":{"Name":"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":445,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":446,"Flags":10,"Description":"The resource api version"},"properties":{"Type":448,"Flags":1,"Description":"Properties for trusted access role binding"},"systemData":{"Type":273,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"TrustedAccessRoleBindingProperties","Properties":{"provisioningState":{"Type":454,"Flags":2,"Description":"The current provisioning state of trusted access role binding."},"sourceResourceId":{"Type":4,"Flags":1,"Description":"The ARM resource ID of source resource that trusted access is configured for."},"roles":{"Type":455,"Flags":1,"Description":"A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'."}}}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[449,450,451,452,453,4]}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-02-02-preview","ScopeType":8,"Body":447,"Flags":0}},{"2":{"Name":"ManagedClusterAccessProfile","Properties":{"properties":{"Type":458,"Flags":0,"Description":"AccessProfile of a managed cluster."},"tags":{"Type":459,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"id":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"},"name":{"Type":4,"Flags":2,"Description":"The name of the resource"},"type":{"Type":4,"Flags":2,"Description":"The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""},"systemData":{"Type":273,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"AccessProfile","Properties":{"kubeConfig":{"Type":0,"Flags":0,"Description":"Base64-encoded Kubernetes configuration file."}}}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"8":{"Name":"listCredential","ResourceType":"Microsoft.ContainerService/managedClusters/accessProfiles","ApiVersion":"2023-02-02-preview","Output":457}},{"2":{"Name":"CredentialResults","Properties":{"kubeconfigs":{"Type":463,"Flags":2,"Description":"Base64-encoded Kubernetes configuration file."}}}},{"2":{"Name":"CredentialResult","Properties":{"name":{"Type":4,"Flags":2,"Description":"The name of the credential."},"value":{"Type":0,"Flags":2,"Description":"Base64-encoded Kubernetes configuration file."}}}},{"3":{"ItemType":462}},{"8":{"Name":"listClusterAdminCredential","ResourceType":"Microsoft.ContainerService/managedClusters","ApiVersion":"2023-02-02-preview","Output":461}},{"8":{"Name":"listClusterUserCredential","ResourceType":"Microsoft.ContainerService/managedClusters","ApiVersion":"2023-02-02-preview","Output":461}},{"8":{"Name":"listClusterMonitoringUserCredential","ResourceType":"Microsoft.ContainerService/managedClusters","ApiVersion":"2023-02-02-preview","Output":461}}] \ No newline at end of file diff --git a/generated/containerservice/microsoft.containerservice/2023-02-02-preview/types.md b/generated/containerservice/microsoft.containerservice/2023-02-02-preview/types.md new file mode 100644 index 0000000000..efadb20011 --- /dev/null +++ b/generated/containerservice/microsoft.containerservice/2023-02-02-preview/types.md @@ -0,0 +1,929 @@ +# Microsoft.ContainerService @ 2023-02-02-preview + +## Resource Microsoft.ContainerService/managedClusters@2023-02-02-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-02-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **extendedLocation**: [ExtendedLocation](#extendedlocation): The extended location of the Virtual Machine. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ManagedClusterIdentity](#managedclusteridentity): The identity of the managed cluster, if configured. +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ManagedClusterProperties](#managedclusterproperties): Properties of a managed cluster. +* **sku**: [ManagedClusterSKU](#managedclustersku): The managed cluster SKU. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.ContainerService/managedClusters' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/managedClusters/agentPools@2023-02-02-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-02-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ManagedClusterAgentPoolProfileProperties](#managedclusteragentpoolprofileproperties): Properties of an agent pool. +* **type**: 'Microsoft.ContainerService/managedClusters/agentPools' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-02-02-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-02-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [MaintenanceConfigurationProperties](#maintenanceconfigurationproperties): Properties of a default maintenance configuration. +* **systemData**: [SystemData](#systemdata) (ReadOnly): The system metadata relating to this resource. +* **type**: 'Microsoft.ContainerService/managedClusters/maintenanceConfigurations' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-02-02-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-02-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): The properties of a private endpoint connection. +* **type**: 'Microsoft.ContainerService/managedClusters/privateEndpointConnections' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-02-02-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-02-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [TrustedAccessRoleBindingProperties](#trustedaccessrolebindingproperties) (Required): Properties for trusted access role binding +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/managedclustersnapshots@2023-02-02-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-02-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ManagedClusterSnapshotProperties](#managedclustersnapshotproperties): Properties of a managed cluster snapshot. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.ContainerService/managedclustersnapshots' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.ContainerService/snapshots@2023-02-02-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-02-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [SnapshotProperties](#snapshotproperties): Properties of a snapshot. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.ContainerService/snapshots' (ReadOnly, DeployTimeConstant): The resource type + +## Function listClusterAdminCredential (Microsoft.ContainerService/managedClusters@2023-02-02-preview) +* **Resource**: Microsoft.ContainerService/managedClusters +* **ApiVersion**: 2023-02-02-preview +* **Output**: [CredentialResults](#credentialresults) + +## Function listClusterMonitoringUserCredential (Microsoft.ContainerService/managedClusters@2023-02-02-preview) +* **Resource**: Microsoft.ContainerService/managedClusters +* **ApiVersion**: 2023-02-02-preview +* **Output**: [CredentialResults](#credentialresults) + +## Function listClusterUserCredential (Microsoft.ContainerService/managedClusters@2023-02-02-preview) +* **Resource**: Microsoft.ContainerService/managedClusters +* **ApiVersion**: 2023-02-02-preview +* **Output**: [CredentialResults](#credentialresults) + +## Function listCredential (Microsoft.ContainerService/managedClusters/accessProfiles@2023-02-02-preview) +* **Resource**: Microsoft.ContainerService/managedClusters/accessProfiles +* **ApiVersion**: 2023-02-02-preview +* **Output**: [ManagedClusterAccessProfile](#managedclusteraccessprofile) + +## AbsoluteMonthlySchedule +### Properties +* **dayOfMonth**: int (Required): The date of the month. +* **intervalMonths**: int (Required): Specifies the number of months between each set of occurrences. + +## AccessProfile +### Properties +* **kubeConfig**: any: Base64-encoded Kubernetes configuration file. + +## AgentPoolNetworkProfile +### Properties +* **allowedHostPorts**: [PortRange](#portrange)[]: The port ranges that are allowed to access. The specified ranges are allowed to overlap. +* **applicationSecurityGroups**: string[]: The IDs of the application security groups which agent pool will associate when created. +* **nodePublicIPTags**: [IPTag](#iptag)[]: IPTags of instance-level public IPs. + +## AgentPoolUpgradeSettings +### Properties +* **maxSurge**: string: This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1. For more information, including best practices, see: https://docs.microsoft.com/azure/aks/upgrade-cluster#customize-node-surge-upgrade + +## AgentPoolWindowsProfile +### Properties +* **disableOutboundNat**: bool: The default value is false. Outbound NAT can only be disabled if the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP enabled. + +## AzureKeyVaultKms +### Properties +* **enabled**: bool: Whether to enable Azure Key Vault key management service. The default is false. +* **keyId**: string: Identifier of Azure Key Vault key. See [key identifier format](https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name) for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When Azure Key Vault key management service is disabled, leave the field empty. +* **keyVaultNetworkAccess**: 'Private' | 'Public' | string: Network access of key vault. The possible values are `Public` and `Private`. `Public` means the key vault allows public access from all networks. `Private` means the key vault disables public access and enables private link. The default value is `Public`. +* **keyVaultResourceId**: string: Resource ID of key vault. When keyVaultNetworkAccess is `Private`, this field is required and must be a valid resource ID. When keyVaultNetworkAccess is `Public`, leave the field empty. + +## ClusterUpgradeSettings +### Properties +* **overrideSettings**: [UpgradeOverrideSettings](#upgradeoverridesettings): Settings for overrides. + +## ContainerServiceLinuxProfile +### Properties +* **adminUsername**: string (Required): The administrator username to use for Linux VMs. +* **ssh**: [ContainerServiceSshConfiguration](#containerservicesshconfiguration) (Required): The SSH configuration for Linux-based VMs running on Azure. + +## ContainerServiceNetworkProfile +### Properties +* **dnsServiceIP**: string: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. +* **dockerBridgeCidr**: string: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. +* **ipFamilies**: 'IPv4' | 'IPv6' | string[]: IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6. +* **kubeProxyConfig**: [ContainerServiceNetworkProfileKubeProxyConfig](#containerservicenetworkprofilekubeproxyconfig): Holds configuration customizations for kube-proxy. Any values not defined will use the kube-proxy defaulting behavior. See https://v.docs.kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ where is represented by a - string. Kubernetes version 1.23 would be '1-23'. +* **loadBalancerProfile**: [ManagedClusterLoadBalancerProfile](#managedclusterloadbalancerprofile): Profile of the cluster load balancer. +* **loadBalancerSku**: 'basic' | 'standard' | string: The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs. +* **natGatewayProfile**: [ManagedClusterNATGatewayProfile](#managedclusternatgatewayprofile): Profile of the cluster NAT gateway. +* **networkDataplane**: 'azure' | 'cilium' | string: Network dataplane used in the Kubernetes cluster. +* **networkMode**: 'bridge' | 'transparent' | string: This cannot be specified if networkPlugin is anything other than 'azure'. +* **networkPlugin**: 'azure' | 'kubenet' | 'none' | string: Network plugin used for building the Kubernetes network. +* **networkPluginMode**: 'Overlay' | string: Network plugin mode used for building the Kubernetes network. +* **networkPolicy**: 'azure' | 'calico' | 'cilium' | string: Network policy used for building the Kubernetes network. +* **outboundType**: 'loadBalancer' | 'managedNATGateway' | 'userAssignedNATGateway' | 'userDefinedRouting' | string: This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype). +* **podCidr**: string: A CIDR notation IP range from which to assign pod IPs when kubenet is used. +* **podCidrs**: string[]: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. +* **serviceCidr**: string: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. +* **serviceCidrs**: string[]: One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking. They must not overlap with any Subnet IP ranges. + +## ContainerServiceNetworkProfileKubeProxyConfig +### Properties +* **enabled**: bool: Whether to enable on kube-proxy on the cluster (if no 'kubeProxyConfig' exists, kube-proxy is enabled in AKS by default without these customizations). +* **ipvsConfig**: [ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig](#containerservicenetworkprofilekubeproxyconfigipvsconfig): Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'. +* **mode**: 'IPTABLES' | 'IPVS' | string: Specify which proxy mode to use ('IPTABLES' or 'IPVS') + +## ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig +### Properties +* **scheduler**: 'LeastConnection' | 'RoundRobin' | string: IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html. +* **tcpFinTimeoutSeconds**: int: The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value. +* **tcpTimeoutSeconds**: int: The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value. +* **udpTimeoutSeconds**: int: The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value. + +## ContainerServiceSshConfiguration +### Properties +* **publicKeys**: [ContainerServiceSshPublicKey](#containerservicesshpublickey)[] (Required): The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified. + +## ContainerServiceSshPublicKey +### Properties +* **keyData**: string (Required): Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers. + +## CreationData +### Properties +* **sourceResourceId**: string: This is the ARM ID of the source object to be used to create the target object. + +## CredentialResult +### Properties +* **name**: string (ReadOnly): The name of the credential. +* **value**: any (ReadOnly): Base64-encoded Kubernetes configuration file. + +## CredentialResults +### Properties +* **kubeconfigs**: [CredentialResult](#credentialresult)[] (ReadOnly): Base64-encoded Kubernetes configuration file. + +## CredentialResults +### Properties +* **kubeconfigs**: [CredentialResult](#credentialresult)[] (ReadOnly): Base64-encoded Kubernetes configuration file. + +## CredentialResults +### Properties +* **kubeconfigs**: [CredentialResult](#credentialresult)[] (ReadOnly): Base64-encoded Kubernetes configuration file. + +## DailySchedule +### Properties +* **intervalDays**: int (Required): Specifies the number of days between each set of occurrences. + +## DateSpan +### Properties +* **end**: string (Required): The end date of the date span. +* **start**: string (Required): The start date of the date span. + +## ExtendedLocation +### Properties +* **name**: string: The name of the extended location. +* **type**: 'EdgeZone' | string: The type of the extended location. + +## GuardrailsProfile +### Properties +* **excludedNamespaces**: string[]: List of namespaces excluded from guardrails checks +* **level**: 'Enforcement' | 'Off' | 'Warning' | string (Required): The guardrails level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces +* **systemExcludedNamespaces**: string[] (ReadOnly): List of namespaces specified by AKS to be excluded from Guardrails +* **version**: string (Required): The version of constraints to use + +## IPTag +### Properties +* **ipTagType**: string: The IP tag type. Example: RoutingPreference. +* **tag**: string: The value of the IP tag associated with the public IP. Example: Internet. + +## IstioComponents +### Properties +* **ingressGateways**: [IstioIngressGateway](#istioingressgateway)[]: Istio ingress gateways. + +## IstioIngressGateway +### Properties +* **enabled**: bool (Required): Whether to enable the ingress gateway. +* **mode**: 'External' | 'Internal' | string (Required): Mode of an ingress gateway. + +## IstioServiceMesh +### Properties +* **components**: [IstioComponents](#istiocomponents): Istio components configuration. + +## KubeletConfig +### Properties +* **allowedUnsafeSysctls**: string[]: Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`). +* **containerLogMaxFiles**: int: The maximum number of container log files that can be present for a container. The number must be ≥ 2. +* **containerLogMaxSizeMB**: int: The maximum size (e.g. 10Mi) of container log file before it is rotated. +* **cpuCfsQuota**: bool: The default is true. +* **cpuCfsQuotaPeriod**: string: The default is '100ms.' Valid values are a sequence of decimal numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported units are 'ns', 'us', 'ms', 's', 'm', and 'h'. +* **cpuManagerPolicy**: string: The default is 'none'. See [Kubernetes CPU management policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#cpu-management-policies) for more information. Allowed values are 'none' and 'static'. +* **failSwapOn**: bool: If set to true it will make the Kubelet fail to start if swap is enabled on the node. +* **imageGcHighThreshold**: int: To disable image garbage collection, set to 100. The default is 85% +* **imageGcLowThreshold**: int: This cannot be set higher than imageGcHighThreshold. The default is 80% +* **podMaxPids**: int: The maximum number of processes per pod. +* **topologyManagerPolicy**: string: For more information see [Kubernetes Topology Manager](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager). The default is 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'. + +## LinuxOSConfig +### Properties +* **swapFileSizeMB**: int: The size in MB of a swap file that will be created on each node. +* **sysctls**: [SysctlConfig](#sysctlconfig): Sysctl settings for Linux agent nodes. +* **transparentHugePageDefrag**: string: Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The default is 'madvise'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). +* **transparentHugePageEnabled**: string: Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge). + +## MaintenanceConfigurationProperties +### Properties +* **maintenanceWindow**: [MaintenanceWindow](#maintenancewindow): Maintenance window for the maintenance configuration. +* **notAllowedTime**: [TimeSpan](#timespan)[]: Time slots on which upgrade is not allowed. +* **timeInWeek**: [TimeInWeek](#timeinweek)[]: If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. + +## MaintenanceWindow +### Properties +* **durationHours**: int (Required): Length of maintenance window range from 4 to 24 hours. +* **notAllowedDates**: [DateSpan](#datespan)[]: Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time. +* **schedule**: [Schedule](#schedule) (Required): Recurrence schedule for the maintenance window. +* **startDate**: string: The date the maintenance window activates. If the current date is before this date, the maintenance window is inactive and will not be used for upgrades. If not specified, the maintenance window will be active right away. +* **startTime**: string (Required): The start time of the maintenance window. Accepted values are from '00:00' to '23:59'. 'utcOffset' applies to this field. For example: '02:00' with 'utcOffset: +02:00' means UTC time '00:00'. +* **utcOffset**: string: The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00' for PST. If not specified, the default is '+00:00'. + +## ManagedClusterAADProfile +### Properties +* **adminGroupObjectIDs**: string[]: The list of AAD group object IDs that will have admin role of the cluster. +* **clientAppID**: string: (DEPRECATED) The client AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. +* **enableAzureRBAC**: bool: Whether to enable Azure RBAC for Kubernetes authorization. +* **managed**: bool: Whether to enable managed AAD. +* **serverAppID**: string: (DEPRECATED) The server AAD application ID. Learn more at https://aka.ms/aks/aad-legacy. +* **serverAppSecret**: string: (DEPRECATED) The server AAD application secret. Learn more at https://aka.ms/aks/aad-legacy. +* **tenantID**: string: The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription. + +## ManagedClusterAccessProfile +### Properties +* **id**: string (ReadOnly): Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (ReadOnly): The name of the resource +* **properties**: [AccessProfile](#accessprofile): AccessProfile of a managed cluster. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: string (ReadOnly): The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" + +## ManagedClusterAddonProfile +### Properties +* **config**: [ManagedClusterAddonProfileConfig](#managedclusteraddonprofileconfig): Key-value pairs for configuring an add-on. +* **enabled**: bool (Required): Whether the add-on is enabled or not. +* **identity**: [ManagedClusterAddonProfileIdentity](#managedclusteraddonprofileidentity) (ReadOnly): Information of user assigned identity used by this add-on. + +## ManagedClusterAddonProfileConfig +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAddonProfileIdentity +### Properties +* **clientId**: string: The client ID of the user assigned identity. +* **objectId**: string: The object ID of the user assigned identity. +* **resourceId**: string: The resource ID of the user assigned identity. + +## ManagedClusterAgentPoolProfile +### Properties +* **availabilityZones**: string[]: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. +* **capacityReservationGroupID**: string: AKS will associate the specified agent pool with the Capacity Reservation Group. +* **count**: int: Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1. +* **creationData**: [CreationData](#creationdata): CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. +* **currentOrchestratorVersion**: string (ReadOnly): If orchestratorVersion was a fully specified version , this field will be exactly equal to it. If orchestratorVersion was , this field will contain the full version being used. +* **enableAutoScaling**: bool: Whether to enable auto-scaler +* **enableCustomCATrust**: bool: When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false. +* **enableEncryptionAtHost**: bool: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption +* **enableFIPS**: bool: See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details. +* **enableNodePublicIP**: bool: Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. +* **enableUltraSSD**: bool: Whether to enable UltraSSD +* **gpuInstanceProfile**: 'MIG1g' | 'MIG2g' | 'MIG3g' | 'MIG4g' | 'MIG7g' | string: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. +* **hostGroupID**: string: This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). +* **kubeletConfig**: [KubeletConfig](#kubeletconfig): The Kubelet configuration on the agent pool nodes. +* **kubeletDiskType**: 'OS' | 'Temporary' | string: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. +* **linuxOSConfig**: [LinuxOSConfig](#linuxosconfig): The OS configuration of Linux agent nodes. +* **maxCount**: int: The maximum number of nodes for auto-scaling +* **maxPods**: int: The maximum number of pods that can run on a node. +* **messageOfTheDay**: string: A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). +* **minCount**: int: The minimum number of nodes for auto-scaling +* **mode**: 'System' | 'User' | string: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools +* **name**: string (Required): Windows agent pool names must be 6 characters or less. +* **networkProfile**: [AgentPoolNetworkProfile](#agentpoolnetworkprofile): Network-related settings of an agent pool. +* **nodeImageVersion**: string (ReadOnly): The version of node image +* **nodeLabels**: [ManagedClusterAgentPoolProfilePropertiesNodeLabels](#managedclusteragentpoolprofilepropertiesnodelabels): The node labels to be persisted across all nodes in agent pool. +* **nodePublicIPPrefixID**: string: This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} +* **nodeTaints**: string[]: The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. +* **orchestratorVersion**: string: Both patch version and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). +* **osDiskSizeGB**: int: OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. +* **osDiskType**: 'Ephemeral' | 'Managed' | string: The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). +* **osSKU**: 'CBLMariner' | 'Mariner' | 'Ubuntu' | 'Windows2019' | 'Windows2022' | string: Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. +* **osType**: 'Linux' | 'Windows' | string: The operating system type. The default is Linux. +* **podSubnetID**: string: If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} +* **powerState**: [PowerState](#powerstate): When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded +* **provisioningState**: string (ReadOnly): The current deployment or provisioning state. +* **proximityPlacementGroupID**: string: The ID for Proximity Placement Group. +* **scaleDownMode**: 'Deallocate' | 'Delete' | string: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. +* **scaleSetEvictionPolicy**: 'Deallocate' | 'Delete' | string: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. +* **scaleSetPriority**: 'Regular' | 'Spot' | string: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. +* **spotMaxPrice**: int: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) +* **tags**: [ManagedClusterAgentPoolProfilePropertiesTags](#managedclusteragentpoolprofilepropertiestags): The tags to be persisted on the agent pool virtual machine scale set. +* **type**: 'AvailabilitySet' | 'VirtualMachineScaleSets' | string: The type of Agent Pool. +* **upgradeSettings**: [AgentPoolUpgradeSettings](#agentpoolupgradesettings): Settings for upgrading the agentpool +* **vmSize**: string: VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions +* **vnetSubnetID**: string: If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} +* **windowsProfile**: [AgentPoolWindowsProfile](#agentpoolwindowsprofile): The Windows agent pool's specific profile. +* **workloadRuntime**: 'KataMshvVmIsolation' | 'OCIContainer' | 'WasmWasi' | string: Determines the type of workload a node can run. + +## ManagedClusterAgentPoolProfileProperties +### Properties +* **availabilityZones**: string[]: The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'. +* **capacityReservationGroupID**: string: AKS will associate the specified agent pool with the Capacity Reservation Group. +* **count**: int: Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1. +* **creationData**: [CreationData](#creationdata): CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot. +* **currentOrchestratorVersion**: string (ReadOnly): If orchestratorVersion was a fully specified version , this field will be exactly equal to it. If orchestratorVersion was , this field will contain the full version being used. +* **enableAutoScaling**: bool: Whether to enable auto-scaler +* **enableCustomCATrust**: bool: When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false. +* **enableEncryptionAtHost**: bool: This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption +* **enableFIPS**: bool: See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details. +* **enableNodePublicIP**: bool: Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. +* **enableUltraSSD**: bool: Whether to enable UltraSSD +* **gpuInstanceProfile**: 'MIG1g' | 'MIG2g' | 'MIG3g' | 'MIG4g' | 'MIG7g' | string: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. +* **hostGroupID**: string: This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts). +* **kubeletConfig**: [KubeletConfig](#kubeletconfig): The Kubelet configuration on the agent pool nodes. +* **kubeletDiskType**: 'OS' | 'Temporary' | string: Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. +* **linuxOSConfig**: [LinuxOSConfig](#linuxosconfig): The OS configuration of Linux agent nodes. +* **maxCount**: int: The maximum number of nodes for auto-scaling +* **maxPods**: int: The maximum number of pods that can run on a node. +* **messageOfTheDay**: string: A base64-encoded string which will be written to /etc/motd after decoding. This allows customization of the message of the day for Linux nodes. It must not be specified for Windows nodes. It must be a static string (i.e., will be printed raw and not be executed as a script). +* **minCount**: int: The minimum number of nodes for auto-scaling +* **mode**: 'System' | 'User' | string: A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools +* **networkProfile**: [AgentPoolNetworkProfile](#agentpoolnetworkprofile): Network-related settings of an agent pool. +* **nodeImageVersion**: string (ReadOnly): The version of node image +* **nodeLabels**: [ManagedClusterAgentPoolProfilePropertiesNodeLabels](#managedclusteragentpoolprofilepropertiesnodelabels): The node labels to be persisted across all nodes in agent pool. +* **nodePublicIPPrefixID**: string: This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} +* **nodeTaints**: string[]: The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule. +* **orchestratorVersion**: string: Both patch version and are supported. When is specified, the latest supported patch version is chosen automatically. Updating the agent pool with the same once it has been created will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool). +* **osDiskSizeGB**: int: OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified. +* **osDiskType**: 'Ephemeral' | 'Managed' | string: The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os). +* **osSKU**: 'CBLMariner' | 'Mariner' | 'Ubuntu' | 'Windows2019' | 'Windows2022' | string: Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated. +* **osType**: 'Linux' | 'Windows' | string: The operating system type. The default is Linux. +* **podSubnetID**: string: If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} +* **powerState**: [PowerState](#powerstate): When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded +* **provisioningState**: string (ReadOnly): The current deployment or provisioning state. +* **proximityPlacementGroupID**: string: The ID for Proximity Placement Group. +* **scaleDownMode**: 'Deallocate' | 'Delete' | string: This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete. +* **scaleSetEvictionPolicy**: 'Deallocate' | 'Delete' | string: This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. +* **scaleSetPriority**: 'Regular' | 'Spot' | string: The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. +* **spotMaxPrice**: int: Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing) +* **tags**: [ManagedClusterAgentPoolProfilePropertiesTags](#managedclusteragentpoolprofilepropertiestags): The tags to be persisted on the agent pool virtual machine scale set. +* **type**: 'AvailabilitySet' | 'VirtualMachineScaleSets' | string: The type of Agent Pool. +* **upgradeSettings**: [AgentPoolUpgradeSettings](#agentpoolupgradesettings): Settings for upgrading the agentpool +* **vmSize**: string: VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions +* **vnetSubnetID**: string: If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName} +* **windowsProfile**: [AgentPoolWindowsProfile](#agentpoolwindowsprofile): The Windows agent pool's specific profile. +* **workloadRuntime**: 'KataMshvVmIsolation' | 'OCIContainer' | 'WasmWasi' | string: Determines the type of workload a node can run. + +## ManagedClusterAgentPoolProfilePropertiesNodeLabels +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAgentPoolProfilePropertiesNodeLabels +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAgentPoolProfilePropertiesTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAgentPoolProfilePropertiesTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterAPIServerAccessProfile +### Properties +* **authorizedIPRanges**: string[]: IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public IP Per Node, or clusters that are using a Basic Load Balancer. For more information see [API server authorized IP ranges](https://docs.microsoft.com/azure/aks/api-server-authorized-ip-ranges). +* **disableRunCommand**: bool: Whether to disable run command for the cluster or not. +* **enablePrivateCluster**: bool: For more details, see [Creating a private AKS cluster](https://docs.microsoft.com/azure/aks/private-clusters). +* **enablePrivateClusterPublicFQDN**: bool: Whether to create additional public FQDN for private cluster or not. +* **enableVnetIntegration**: bool: Whether to enable apiserver vnet integration for the cluster or not. +* **privateDNSZone**: string: The default is System. For more details see [configure private DNS zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone). Allowed values are 'system' and 'none'. +* **subnetId**: string: It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration. + +## ManagedClusterAutoUpgradeProfile +### Properties +* **nodeOSUpgradeChannel**: 'NodeImage' | 'None' | 'SecurityPatch' | 'Unmanaged' | string: The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA. +* **upgradeChannel**: 'node-image' | 'none' | 'patch' | 'rapid' | 'stable' | string: For more information see [setting the AKS cluster auto-upgrade channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel). + +## ManagedClusterAzureMonitorProfile +### Properties +* **metrics**: [ManagedClusterAzureMonitorProfileMetrics](#managedclusterazuremonitorprofilemetrics): Metrics profile for the prometheus service addon + +## ManagedClusterAzureMonitorProfileKubeStateMetrics +### Properties +* **metricAnnotationsAllowList**: string: Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric. +* **metricLabelsAllowlist**: string: Comma-separated list of Kubernetes annotations keys that will be used in the resource's labels metric. + +## ManagedClusterAzureMonitorProfileMetrics +### Properties +* **enabled**: bool (Required): Whether to enable the Prometheus collector +* **kubeStateMetrics**: [ManagedClusterAzureMonitorProfileKubeStateMetrics](#managedclusterazuremonitorprofilekubestatemetrics): Kube State Metrics for prometheus addon profile for the container service cluster + +## ManagedClusterHttpProxyConfig +### Properties +* **effectiveNoProxy**: string[] (ReadOnly): A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS. +* **httpProxy**: string: The HTTP proxy server endpoint to use. +* **httpsProxy**: string: The HTTPS proxy server endpoint to use. +* **noProxy**: string[]: The endpoints that should not go through proxy. +* **trustedCa**: string: Alternative CA cert to use for connecting to proxy servers. + +## ManagedClusterIdentity +### Properties +* **principalId**: string (ReadOnly): The principal id of the system assigned identity which is used by master components. +* **tenantId**: string (ReadOnly): The tenant id of the system assigned identity which is used by master components. +* **type**: 'None' | 'SystemAssigned' | 'UserAssigned': For more information see [use managed identities in AKS](https://docs.microsoft.com/azure/aks/use-managed-identity). +* **userAssignedIdentities**: [ManagedClusterIdentityUserAssignedIdentities](#managedclusteridentityuserassignedidentities): The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + +## ManagedClusterIdentityUserAssignedIdentities +### Properties +### Additional Properties +* **Additional Properties Type**: [ManagedServiceIdentityUserAssignedIdentitiesValue](#managedserviceidentityuserassignedidentitiesvalue) + +## ManagedClusterIngressProfile +### Properties +* **webAppRouting**: [ManagedClusterIngressProfileWebAppRouting](#managedclusteringressprofilewebapprouting): Web App Routing settings for the ingress profile. + +## ManagedClusterIngressProfileWebAppRouting +### Properties +* **dnsZoneResourceId**: string: Resource ID of the DNS Zone to be associated with the web app. Used only when Web App Routing is enabled. +* **enabled**: bool: Whether to enable Web App Routing. +* **identity**: [UserAssignedIdentity](#userassignedidentity) (ReadOnly): Managed identity of the Web Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See [this overview of the add-on](https://learn.microsoft.com/en-us/azure/aks/web-app-routing?tabs=with-osm) for more instructions. + +## ManagedClusterLoadBalancerProfile +### Properties +* **allocatedOutboundPorts**: int: The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports. +* **backendPoolType**: 'NodeIP' | 'NodeIPConfiguration' | string: The type of the managed inbound Load Balancer BackendPool. +* **effectiveOutboundIPs**: [ResourceReference](#resourcereference)[]: The effective outbound IP resources of the cluster load balancer. +* **enableMultipleStandardLoadBalancers**: bool: Enable multiple standard load balancers per AKS cluster or not. +* **idleTimeoutInMinutes**: int: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 30 minutes. +* **managedOutboundIPs**: [ManagedClusterLoadBalancerProfileManagedOutboundIPs](#managedclusterloadbalancerprofilemanagedoutboundips): Desired managed outbound IPs for the cluster load balancer. +* **outboundIPPrefixes**: [ManagedClusterLoadBalancerProfileOutboundIPPrefixes](#managedclusterloadbalancerprofileoutboundipprefixes): Desired outbound IP Prefix resources for the cluster load balancer. +* **outboundIPs**: [ManagedClusterLoadBalancerProfileOutboundIPs](#managedclusterloadbalancerprofileoutboundips): Desired outbound IP resources for the cluster load balancer. + +## ManagedClusterLoadBalancerProfileManagedOutboundIPs +### Properties +* **count**: int: The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. +* **countIPv6**: int: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. + +## ManagedClusterLoadBalancerProfileOutboundIPPrefixes +### Properties +* **publicIPPrefixes**: [ResourceReference](#resourcereference)[]: A list of public IP prefix resources. + +## ManagedClusterLoadBalancerProfileOutboundIPs +### Properties +* **publicIPs**: [ResourceReference](#resourcereference)[]: A list of public IP resources. + +## ManagedClusterManagedOutboundIPProfile +### Properties +* **count**: int: The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1. + +## ManagedClusterNATGatewayProfile +### Properties +* **effectiveOutboundIPs**: [ResourceReference](#resourcereference)[]: The effective outbound IP resources of the cluster NAT gateway. +* **idleTimeoutInMinutes**: int: Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. +* **managedOutboundIPProfile**: [ManagedClusterManagedOutboundIPProfile](#managedclustermanagedoutboundipprofile): Profile of the managed outbound IP resources of the cluster NAT gateway. + +## ManagedClusterNodeResourceGroupProfile +### Properties +* **restrictionLevel**: 'ReadOnly' | 'Unrestricted' | string: The restriction level applied to the cluster's node resource group + +## ManagedClusterOidcIssuerProfile +### Properties +* **enabled**: bool: Whether the OIDC issuer is enabled. +* **issuerURL**: string (ReadOnly): The OIDC issuer url of the Managed Cluster. + +## ManagedClusterPodIdentity +### Properties +* **bindingSelector**: string: The binding selector to use for the AzureIdentityBinding resource. +* **identity**: [UserAssignedIdentity](#userassignedidentity) (Required): The user assigned identity details. +* **name**: string (Required): The name of the pod identity. +* **namespace**: string (Required): The namespace of the pod identity. +* **provisioningInfo**: [ManagedClusterPodIdentityProvisioningInfo](#managedclusterpodidentityprovisioninginfo) (ReadOnly) +* **provisioningState**: 'Assigned' | 'Canceled' | 'Deleting' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): The current provisioning state of the pod identity. + +## ManagedClusterPodIdentityException +### Properties +* **name**: string (Required): The name of the pod identity exception. +* **namespace**: string (Required): The namespace of the pod identity exception. +* **podLabels**: [ManagedClusterPodIdentityExceptionPodLabels](#managedclusterpodidentityexceptionpodlabels) (Required): The pod labels to match. + +## ManagedClusterPodIdentityExceptionPodLabels +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ManagedClusterPodIdentityProfile +### Properties +* **allowNetworkPluginKubenet**: bool: Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See [using Kubenet network plugin with AAD Pod Identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities) for more information. +* **enabled**: bool: Whether the pod identity addon is enabled. +* **userAssignedIdentities**: [ManagedClusterPodIdentity](#managedclusterpodidentity)[]: The pod identities to use in the cluster. +* **userAssignedIdentityExceptions**: [ManagedClusterPodIdentityException](#managedclusterpodidentityexception)[]: The pod identity exceptions to allow. + +## ManagedClusterPodIdentityProvisioningError +### Properties +* **error**: [ManagedClusterPodIdentityProvisioningErrorBody](#managedclusterpodidentityprovisioningerrorbody): Details about the error. + +## ManagedClusterPodIdentityProvisioningErrorBody +### Properties +* **code**: string: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. +* **details**: [ManagedClusterPodIdentityProvisioningErrorBody](#managedclusterpodidentityprovisioningerrorbody)[]: A list of additional details about the error. +* **message**: string: A message describing the error, intended to be suitable for display in a user interface. +* **target**: string: The target of the particular error. For example, the name of the property in error. + +## ManagedClusterPodIdentityProvisioningInfo +### Properties +* **error**: [ManagedClusterPodIdentityProvisioningError](#managedclusterpodidentityprovisioningerror): Pod identity assignment error (if any). + +## ManagedClusterProperties +### Properties +* **aadProfile**: [ManagedClusterAADProfile](#managedclusteraadprofile): The Azure Active Directory configuration. +* **addonProfiles**: [ManagedClusterPropertiesAddonProfiles](#managedclusterpropertiesaddonprofiles): The profile of managed cluster add-on. +* **agentPoolProfiles**: [ManagedClusterAgentPoolProfile](#managedclusteragentpoolprofile)[]: The agent pool properties. +* **apiServerAccessProfile**: [ManagedClusterAPIServerAccessProfile](#managedclusterapiserveraccessprofile): The access profile for managed cluster API server. +* **autoScalerProfile**: [ManagedClusterPropertiesAutoScalerProfile](#managedclusterpropertiesautoscalerprofile): Parameters to be applied to the cluster-autoscaler when enabled +* **autoUpgradeProfile**: [ManagedClusterAutoUpgradeProfile](#managedclusterautoupgradeprofile): The auto upgrade configuration. +* **azureMonitorProfile**: [ManagedClusterAzureMonitorProfile](#managedclusterazuremonitorprofile): Prometheus addon profile for the container service cluster +* **azurePortalFQDN**: string (ReadOnly): The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly. +* **creationData**: [CreationData](#creationdata): CreationData to be used to specify the source Snapshot ID if the cluster will be created/upgraded using a snapshot. +* **currentKubernetesVersion**: string (ReadOnly): The version of Kubernetes the Managed Cluster is running. +* **disableLocalAccounts**: bool: If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview). +* **diskEncryptionSetID**: string: This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}' +* **dnsPrefix**: string: This cannot be updated once the Managed Cluster has been created. +* **enableNamespaceResources**: bool: The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource. +* **enablePodSecurityPolicy**: bool: (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp. +* **enableRBAC**: bool: Whether to enable Kubernetes Role-Based Access Control. +* **fqdn**: string (ReadOnly): The FQDN of the master pool. +* **fqdnSubdomain**: string: This cannot be updated once the Managed Cluster has been created. +* **guardrailsProfile**: [GuardrailsProfile](#guardrailsprofile): The guardrails profile holds all the guardrails information for a given cluster +* **httpProxyConfig**: [ManagedClusterHttpProxyConfig](#managedclusterhttpproxyconfig): Configurations for provisioning the cluster with HTTP proxy servers. +* **identityProfile**: [ManagedClusterPropertiesIdentityProfile](#managedclusterpropertiesidentityprofile): Identities associated with the cluster. +* **ingressProfile**: [ManagedClusterIngressProfile](#managedclusteringressprofile): Ingress profile for the managed cluster. +* **kubernetesVersion**: string: When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details. +* **linuxProfile**: [ContainerServiceLinuxProfile](#containerservicelinuxprofile): The profile for Linux VMs in the Managed Cluster. +* **maxAgentPools**: int (ReadOnly): The max number of agent pools for the managed cluster. +* **networkProfile**: [ContainerServiceNetworkProfile](#containerservicenetworkprofile): The network configuration profile. +* **nodeResourceGroup**: string: The name of the resource group containing agent pool nodes. +* **nodeResourceGroupProfile**: [ManagedClusterNodeResourceGroupProfile](#managedclusternoderesourcegroupprofile): The node resource group configuration profile. +* **oidcIssuerProfile**: [ManagedClusterOidcIssuerProfile](#managedclusteroidcissuerprofile): The OIDC issuer profile of the Managed Cluster. +* **podIdentityProfile**: [ManagedClusterPodIdentityProfile](#managedclusterpodidentityprofile): See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration. +* **powerState**: [PowerState](#powerstate) (ReadOnly): The Power State of the cluster. +* **privateFQDN**: string (ReadOnly): The FQDN of private cluster. +* **privateLinkResources**: [PrivateLinkResource](#privatelinkresource)[]: Private link resources associated with the cluster. +* **provisioningState**: string (ReadOnly): The current provisioning state. +* **publicNetworkAccess**: 'Disabled' | 'Enabled' | 'SecuredByPerimeter' | string: Allow or deny public network access for AKS +* **securityProfile**: [ManagedClusterSecurityProfile](#managedclustersecurityprofile): Security profile for the managed cluster. +* **serviceMeshProfile**: [ServiceMeshProfile](#servicemeshprofile): Service mesh profile for a managed cluster. +* **servicePrincipalProfile**: [ManagedClusterServicePrincipalProfile](#managedclusterserviceprincipalprofile): Information about a service principal identity for the cluster to use for manipulating Azure APIs. +* **storageProfile**: [ManagedClusterStorageProfile](#managedclusterstorageprofile): Storage profile for the managed cluster. +* **upgradeSettings**: [ClusterUpgradeSettings](#clusterupgradesettings): Settings for upgrading a cluster. +* **windowsProfile**: [ManagedClusterWindowsProfile](#managedclusterwindowsprofile): The profile for Windows VMs in the Managed Cluster. +* **workloadAutoScalerProfile**: [ManagedClusterWorkloadAutoScalerProfile](#managedclusterworkloadautoscalerprofile): Workload Auto-scaler profile for the managed cluster. + +## ManagedClusterPropertiesAddonProfiles +### Properties +### Additional Properties +* **Additional Properties Type**: [ManagedClusterAddonProfile](#managedclusteraddonprofile) + +## ManagedClusterPropertiesAutoScalerProfile +### Properties +* **balance-similar-node-groups**: string: Valid values are 'true' and 'false' +* **expander**: 'least-waste' | 'most-pods' | 'priority' | 'random' | string: If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information. +* **max-empty-bulk-delete**: string: The default is 10. +* **max-graceful-termination-sec**: string: The default is 600. +* **max-node-provision-time**: string: The default is '15m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **max-total-unready-percentage**: string: The default is 45. The maximum is 100 and the minimum is 0. +* **new-pod-scale-up-delay**: string: For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc). +* **ok-total-unready-count**: string: This must be an integer. The default is 3. +* **scale-down-delay-after-add**: string: The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-delay-after-delete**: string: The default is the scan-interval. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-delay-after-failure**: string: The default is '3m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-unneeded-time**: string: The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-unready-time**: string: The default is '20m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported. +* **scale-down-utilization-threshold**: string: The default is '0.5'. +* **scan-interval**: string: The default is '10'. Values must be an integer number of seconds. +* **skip-nodes-with-local-storage**: string: The default is true. +* **skip-nodes-with-system-pods**: string: The default is true. + +## ManagedClusterPropertiesForSnapshot +### Properties +* **enableRbac**: bool: Whether the cluster has enabled Kubernetes Role-Based Access Control or not. +* **kubernetesVersion**: string: The current kubernetes version. +* **networkProfile**: [NetworkProfileForSnapshot](#networkprofileforsnapshot) (ReadOnly): The current network profile. +* **sku**: [ManagedClusterSKU](#managedclustersku): The current managed cluster sku. + +## ManagedClusterPropertiesIdentityProfile +### Properties +### Additional Properties +* **Additional Properties Type**: [UserAssignedIdentity](#userassignedidentity) + +## ManagedClusterSecurityProfile +### Properties +* **azureKeyVaultKms**: [AzureKeyVaultKms](#azurekeyvaultkms): Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile. +* **customCATrustCertificates**: any[]: A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the Custom CA Trust feature enabled. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority) +* **defender**: [ManagedClusterSecurityProfileDefender](#managedclustersecurityprofiledefender): Microsoft Defender settings for the security profile. +* **imageCleaner**: [ManagedClusterSecurityProfileImageCleaner](#managedclustersecurityprofileimagecleaner): Image Cleaner settings for the security profile. +* **nodeRestriction**: [ManagedClusterSecurityProfileNodeRestriction](#managedclustersecurityprofilenoderestriction): [Node Restriction](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) settings for the security profile. +* **workloadIdentity**: [ManagedClusterSecurityProfileWorkloadIdentity](#managedclustersecurityprofileworkloadidentity): Workload identity settings for the security profile. Workload identity enables Kubernetes applications to access Azure cloud resources securely with Azure AD. See https://aka.ms/aks/wi for more details. + +## ManagedClusterSecurityProfileDefender +### Properties +* **logAnalyticsWorkspaceResourceId**: string: Resource ID of the Log Analytics workspace to be associated with Microsoft Defender. When Microsoft Defender is enabled, this field is required and must be a valid workspace resource ID. When Microsoft Defender is disabled, leave the field empty. +* **securityMonitoring**: [ManagedClusterSecurityProfileDefenderSecurityMonitoring](#managedclustersecurityprofiledefendersecuritymonitoring): Microsoft Defender threat detection for Cloud settings for the security profile. + +## ManagedClusterSecurityProfileDefenderSecurityMonitoring +### Properties +* **enabled**: bool: Whether to enable Defender threat detection + +## ManagedClusterSecurityProfileImageCleaner +### Properties +* **enabled**: bool: Whether to enable Image Cleaner on AKS cluster. +* **intervalHours**: int: Image Cleaner scanning interval in hours. + +## ManagedClusterSecurityProfileNodeRestriction +### Properties +* **enabled**: bool: Whether to enable Node Restriction + +## ManagedClusterSecurityProfileWorkloadIdentity +### Properties +* **enabled**: bool: Whether to enable workload identity. + +## ManagedClusterServicePrincipalProfile +### Properties +* **clientId**: string (Required): The ID for the service principal. +* **secret**: string: The secret password associated with the service principal in plain text. + +## ManagedClusterSKU +### Properties +* **name**: 'Base' | string: The name of a managed cluster SKU. +* **tier**: 'Free' | 'Standard' | string: If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details. + +## ManagedClusterSnapshotProperties +### Properties +* **creationData**: [CreationData](#creationdata): CreationData to be used to specify the source resource ID to create this snapshot. +* **managedClusterPropertiesReadOnly**: [ManagedClusterPropertiesForSnapshot](#managedclusterpropertiesforsnapshot) (ReadOnly): What the properties will be showed when getting managed cluster snapshot. Those properties are read-only. +* **snapshotType**: 'ManagedCluster' | 'NodePool' | string: The type of a snapshot. The default is NodePool. + +## ManagedClusterStorageProfile +### Properties +* **blobCSIDriver**: [ManagedClusterStorageProfileBlobCSIDriver](#managedclusterstorageprofileblobcsidriver): AzureBlob CSI Driver settings for the storage profile. +* **diskCSIDriver**: [ManagedClusterStorageProfileDiskCSIDriver](#managedclusterstorageprofilediskcsidriver): AzureDisk CSI Driver settings for the storage profile. +* **fileCSIDriver**: [ManagedClusterStorageProfileFileCSIDriver](#managedclusterstorageprofilefilecsidriver): AzureFile CSI Driver settings for the storage profile. +* **snapshotController**: [ManagedClusterStorageProfileSnapshotController](#managedclusterstorageprofilesnapshotcontroller): Snapshot Controller settings for the storage profile. + +## ManagedClusterStorageProfileBlobCSIDriver +### Properties +* **enabled**: bool: Whether to enable AzureBlob CSI Driver. The default value is false. + +## ManagedClusterStorageProfileDiskCSIDriver +### Properties +* **enabled**: bool: Whether to enable AzureDisk CSI Driver. The default value is true. +* **version**: string: The version of AzureDisk CSI Driver. The default value is v1. + +## ManagedClusterStorageProfileFileCSIDriver +### Properties +* **enabled**: bool: Whether to enable AzureFile CSI Driver. The default value is true. + +## ManagedClusterStorageProfileSnapshotController +### Properties +* **enabled**: bool: Whether to enable Snapshot Controller. The default value is true. + +## ManagedClusterWindowsProfile +### Properties +* **adminPassword**: string: Specifies the password of the administrator account.

**Minimum-length:** 8 characters

**Max-length:** 123 characters

**Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match [\W_])

**Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" +* **adminUsername**: string (Required): Specifies the name of the administrator account.

**Restriction:** Cannot end in "."

**Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

**Minimum-length:** 1 character

**Max-length:** 20 characters +* **enableCSIProxy**: bool: For more details on CSI proxy, see the [CSI proxy GitHub repo](https://github.com/kubernetes-csi/csi-proxy). +* **gmsaProfile**: [WindowsGmsaProfile](#windowsgmsaprofile): The Windows gMSA Profile in the Managed Cluster. +* **licenseType**: 'None' | 'Windows_Server' | string: The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details. + +## ManagedClusterWorkloadAutoScalerProfile +### Properties +* **keda**: [ManagedClusterWorkloadAutoScalerProfileKeda](#managedclusterworkloadautoscalerprofilekeda): KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile. +* **verticalPodAutoscaler**: [ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler](#managedclusterworkloadautoscalerprofileverticalpodautoscaler) + +## ManagedClusterWorkloadAutoScalerProfileKeda +### Properties +* **enabled**: bool (Required): Whether to enable KEDA. + +## ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler +### Properties +* **controlledValues**: 'RequestsAndLimits' | 'RequestsOnly' | string (Required): Controls which resource value autoscaler will change. Default value is RequestsAndLimits. +* **enabled**: bool (Required): Whether to enable VPA. Default value is false. +* **updateMode**: 'Auto' | 'Initial' | 'Off' | 'Recreate' | string (Required): Each update mode level is a superset of the lower levels. Off
Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. +* **enabled**: bool: Specifies whether to enable Windows gMSA in the managed cluster. +* **rootDomainName**: string: Specifies the root domain name for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster. + diff --git a/generated/cosmos-db/log.out b/generated/cosmos-db/log.out index a53bb206e9..6fb7ba4b23 100644 --- a/generated/cosmos-db/log.out +++ b/generated/cosmos-db/log.out @@ -232,16 +232,16 @@ warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this warning | PreCheck/DuplicateSchema | Duplicate Schema named 'ErrorResponse' (4 differences): - properties.code: {"$ref":"#/components/schemas/schemas:33","description":"Error code."} => - properties.message: {"$ref":"#/components/schemas/schemas:34","description":"Error message indicating why the operation failed."} => - - properties.error: => {"description":"The error object.","$ref":"#/components/schemas/schemas:1460"} + - properties.error: => {"description":"The error object.","$ref":"#/components/schemas/schemas:1463"} - title: => "Error response" warning | PreCheck/DuplicateSchema | Duplicate Schema named 'ProvisioningState' (2 differences): - enum: => ["Succeeded","Failed","Canceled","InProgress","Updating","Dropping"] - x-ms-enum: => {"name":"ProvisioningState","modelAsString":true} warning | PreCheck/DuplicateSchema | Duplicate Schema named 'Resource' (2 differences): - properties.id.description: "Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" => "Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"" - - properties.systemData: => {"readOnly":true,"type":"object","description":"Azure Resource Manager metadata containing createdBy and modifiedBy information.","$ref":"#/components/schemas/schemas:1221"} + - properties.systemData: => {"readOnly":true,"type":"object","description":"Azure Resource Manager metadata containing createdBy and modifiedBy information.","$ref":"#/components/schemas/schemas:1224"} warning | PreCheck/DuplicateSchema | Duplicate Schema named 'ProxyResource' (1 differences): - - allOf.0.$ref: "#/components/schemas/schemas:1155" => "#/components/schemas/schemas:1426" + - allOf.0.$ref: "#/components/schemas/schemas:1158" => "#/components/schemas/schemas:1429" warning | PreCheck/PropertyRedeclarationWarning | Schema 'DatabaseAccountGetResults' has a property 'identity' that is already declared the parent schema 'ARMResourceProperties' but isn't significantly different. The property has been removed from DatabaseAccountGetResults warning | PreCheck/PropertyRedeclarationWarning | Schema 'DatabaseAccountCreateUpdateParameters' has a property 'identity' that is already declared the parent schema 'ARMResourceProperties' but isn't significantly different. The property has been removed from DatabaseAccountCreateUpdateParameters warning | PreCheck/PropertyRedeclarationWarning | Schema 'RestoreParameters' has a property 'restoreSource' that is already declared the parent schema 'RestoreParametersBase' but isn't significantly different. The property has been removed from RestoreParameters diff --git a/generated/cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json b/generated/cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json index deed1855c4..024195d8f0 100644 --- a/generated/cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json +++ b/generated/cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json @@ -1 +1 @@ -[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"kind":{"Type":14,"Flags":0,"Description":"Indicates the type of database account. This can only be set at database account creation."},"properties":{"Type":15,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB database accounts."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":111,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."},"systemData":{"Type":120,"Flags":2,"Description":"The system meta data relating to this resource."}}}},{"6":{"Value":"GlobalDocumentDB"}},{"6":{"Value":"MongoDB"}},{"6":{"Value":"Parse"}},{"5":{"Elements":[11,12,13,4]}},{"2":{"Name":"DatabaseAccountCreateUpdatePropertiesOrDatabaseAccountGetProperties","Properties":{"consistencyPolicy":{"Type":16,"Flags":0,"Description":"The consistency policy for the Cosmos DB account."},"locations":{"Type":24,"Flags":1,"Description":"An array that contains the georeplication locations enabled for the Cosmos DB account."},"databaseAccountOfferType":{"Type":25,"Flags":1,"Description":"The offer type for the database"},"ipRules":{"Type":27,"Flags":0,"Description":"List of IpRules."},"isVirtualNetworkFilterEnabled":{"Type":2,"Flags":0,"Description":"Flag to indicate whether to enable/disable Virtual Network ACL rules."},"enableAutomaticFailover":{"Type":2,"Flags":0,"Description":"Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account."},"capabilities":{"Type":29,"Flags":0,"Description":"List of Cosmos DB capabilities for the account"},"virtualNetworkRules":{"Type":31,"Flags":0,"Description":"List of Virtual Network ACL rules configured for the Cosmos DB account."},"enableMultipleWriteLocations":{"Type":2,"Flags":0,"Description":"Enables the account to write in multiple locations"},"enableCassandraConnector":{"Type":2,"Flags":0,"Description":"Enables the cassandra connector on the Cosmos DB C* account"},"connectorOffer":{"Type":33,"Flags":0,"Description":"The cassandra connector offer type for the Cosmos DB database C* account."},"disableKeyBasedMetadataWriteAccess":{"Type":2,"Flags":0,"Description":"Disable write operations on metadata resources (databases, containers, throughput) via account keys"},"keyVaultKeyUri":{"Type":4,"Flags":0,"Description":"The URI of the key vault"},"defaultIdentity":{"Type":4,"Flags":0,"Description":"The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be \"FirstPartyIdentity\", \"SystemAssignedIdentity\" and more."},"publicNetworkAccess":{"Type":36,"Flags":0,"Description":"Whether requests from Public Network are allowed"},"enableFreeTier":{"Type":2,"Flags":0,"Description":"Flag to indicate whether Free Tier is enabled."},"apiProperties":{"Type":37,"Flags":0,"Description":"API specific properties. Currently, supported only for MongoDB API."},"enableAnalyticalStorage":{"Type":2,"Flags":0,"Description":"Flag to indicate whether to enable storage analytics."},"analyticalStorageConfiguration":{"Type":43,"Flags":0,"Description":"Analytical storage specific properties."},"createMode":{"Type":50,"Flags":0,"Description":"Enum to indicate the mode of account creation."},"backupPolicy":{"Type":51,"Flags":0,"Description":"The object representing the policy for taking backups on an account."},"cors":{"Type":75,"Flags":0,"Description":"The CORS policy for the Cosmos DB database account."},"networkAclBypass":{"Type":78,"Flags":0,"Description":"Indicates what services are allowed to bypass firewall checks."},"networkAclBypassResourceIds":{"Type":79,"Flags":0,"Description":"An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account."},"diagnosticLogSettings":{"Type":80,"Flags":0,"Description":"The Object representing the different Diagnostic log settings for the Cosmos DB Account."},"disableLocalAuth":{"Type":2,"Flags":0,"Description":"Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication."},"restoreParameters":{"Type":85,"Flags":0,"Description":"Parameters to indicate the information about the restore."},"capacity":{"Type":95,"Flags":0,"Description":"The object that represents all properties related to capacity enforcement on an account."},"enableMaterializedViews":{"Type":2,"Flags":0,"Description":"Flag to indicate whether to enable MaterializedViews on the Cosmos DB account"},"keysMetadata":{"Type":96,"Flags":2,"Description":"This property is ignored during the update/create operation, as the metadata is read-only. The object represents the metadata for the Account Keys of the Cosmos DB account."},"enablePartitionMerge":{"Type":2,"Flags":0,"Description":"Flag to indicate enabling/disabling of Partition Merge feature on the account"},"enableBurstCapacity":{"Type":2,"Flags":0,"Description":"Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account"},"minimalTlsVersion":{"Type":101,"Flags":0,"Description":"Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2."},"provisioningState":{"Type":4,"Flags":2,"Description":"The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed."},"documentEndpoint":{"Type":4,"Flags":2,"Description":"The connection endpoint for the Cosmos DB database account."},"writeLocations":{"Type":102,"Flags":2,"Description":"An array that contains the write location for the Cosmos DB account."},"readLocations":{"Type":103,"Flags":2,"Description":"An array that contains of the read locations enabled for the Cosmos DB account."},"failoverPolicies":{"Type":105,"Flags":2,"Description":"An array that contains the regions ordered by their failover priorities."},"privateEndpointConnections":{"Type":110,"Flags":2,"Description":"List of Private Endpoint Connections configured for the Cosmos DB account."},"instanceId":{"Type":4,"Flags":2,"Description":"A unique identifier assigned to the database account"}}}},{"2":{"Name":"ConsistencyPolicy","Properties":{"defaultConsistencyLevel":{"Type":22,"Flags":1,"Description":"The default consistency level and configuration settings of the Cosmos DB account."},"maxStalenessPrefix":{"Type":3,"Flags":0,"Description":"When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'."},"maxIntervalInSeconds":{"Type":3,"Flags":0,"Description":"When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'."}}}},{"6":{"Value":"Eventual"}},{"6":{"Value":"Session"}},{"6":{"Value":"BoundedStaleness"}},{"6":{"Value":"Strong"}},{"6":{"Value":"ConsistentPrefix"}},{"5":{"Elements":[17,18,19,20,21]}},{"2":{"Name":"Location","Properties":{"id":{"Type":4,"Flags":2,"Description":"The unique identifier of the region within the database account. Example: <accountName>-<locationName>."},"locationName":{"Type":4,"Flags":0,"Description":"The name of the region."},"documentEndpoint":{"Type":4,"Flags":2,"Description":"The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/"},"provisioningState":{"Type":4,"Flags":2,"Description":"The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed."},"failoverPriority":{"Type":3,"Flags":0,"Description":"The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists."},"isZoneRedundant":{"Type":2,"Flags":0,"Description":"Flag to indicate whether or not this region is an AvailabilityZone region"}}}},{"3":{"ItemType":23}},{"6":{"Value":"Standard"}},{"2":{"Name":"IpAddressOrRange","Properties":{"ipAddressOrRange":{"Type":4,"Flags":0,"Description":"A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”."}}}},{"3":{"ItemType":26}},{"2":{"Name":"Capability","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the Cosmos DB capability. For example, \"name\": \"EnableCassandra\". Current values also include \"EnableTable\" and \"EnableGremlin\"."}}}},{"3":{"ItemType":28}},{"2":{"Name":"VirtualNetworkRule","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}."},"ignoreMissingVNetServiceEndpoint":{"Type":2,"Flags":0,"Description":"Create firewall rule before the virtual network has vnet service endpoint enabled."}}}},{"3":{"ItemType":30}},{"6":{"Value":"Small"}},{"5":{"Elements":[32,4]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[34,35,4]}},{"2":{"Name":"ApiProperties","Properties":{"serverVersion":{"Type":42,"Flags":0,"Description":"Describes the ServerVersion of an a MongoDB account."}}}},{"6":{"Value":"3.2"}},{"6":{"Value":"3.6"}},{"6":{"Value":"4.0"}},{"6":{"Value":"4.2"}},{"5":{"Elements":[38,39,40,41,4]}},{"2":{"Name":"AnalyticalStorageConfiguration","Properties":{"schemaType":{"Type":46,"Flags":0,"Description":"Describes the types of schema for analytical storage."}}}},{"6":{"Value":"WellDefined"}},{"6":{"Value":"FullFidelity"}},{"5":{"Elements":[44,45,4]}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[47,48,49,4]}},{"7":{"Name":"BackupPolicy","Discriminator":"type","BaseProperties":{"migrationState":{"Type":52,"Flags":0,"Description":"The object representing the state of the migration between the backup policies."}},"Elements":{"Continuous":61,"Periodic":67}}},{"2":{"Name":"BackupPolicyMigrationState","Properties":{"status":{"Type":57,"Flags":0,"Description":"Describes the status of migration between backup policy types."},"targetType":{"Type":60,"Flags":0,"Description":"Describes the target backup policy type of the backup policy migration."},"startTime":{"Type":4,"Flags":0,"Description":"Time at which the backup policy migration started (ISO-8601 format)."}}}},{"6":{"Value":"Invalid"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Completed"}},{"6":{"Value":"Failed"}},{"5":{"Elements":[53,54,55,56,4]}},{"6":{"Value":"Periodic"}},{"6":{"Value":"Continuous"}},{"5":{"Elements":[58,59,4]}},{"2":{"Name":"ContinuousModeBackupPolicy","Properties":{"continuousModeProperties":{"Type":62,"Flags":0,"Description":"Configuration values for continuous mode backup"},"type":{"Type":66,"Flags":1,"Description":"Describes the mode of backups."}}}},{"2":{"Name":"ContinuousModeProperties","Properties":{"tier":{"Type":65,"Flags":0,"Description":"Enum to indicate type of Continuos backup mode"}}}},{"6":{"Value":"Continuous7Days"}},{"6":{"Value":"Continuous30Days"}},{"5":{"Elements":[63,64,4]}},{"6":{"Value":"Continuous"}},{"2":{"Name":"PeriodicModeBackupPolicy","Properties":{"periodicModeProperties":{"Type":68,"Flags":0,"Description":"Configuration values for periodic mode backup"},"type":{"Type":73,"Flags":1,"Description":"Describes the mode of backups."}}}},{"2":{"Name":"PeriodicModeProperties","Properties":{"backupIntervalInMinutes":{"Type":3,"Flags":0,"Description":"An integer representing the interval in minutes between two backups"},"backupRetentionIntervalInHours":{"Type":3,"Flags":0,"Description":"An integer representing the time (in hours) that each backup is retained"},"backupStorageRedundancy":{"Type":72,"Flags":0,"Description":"Enum to indicate type of backup residency"}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"5":{"Elements":[69,70,71,4]}},{"6":{"Value":"Periodic"}},{"2":{"Name":"CorsPolicy","Properties":{"allowedOrigins":{"Type":4,"Flags":1,"Description":"The origin domains that are permitted to make a request against the service via CORS."},"allowedMethods":{"Type":4,"Flags":0,"Description":"The methods (HTTP request verbs) that the origin domain may use for a CORS request."},"allowedHeaders":{"Type":4,"Flags":0,"Description":"The request headers that the origin domain may specify on the CORS request."},"exposedHeaders":{"Type":4,"Flags":0,"Description":"The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer."},"maxAgeInSeconds":{"Type":3,"Flags":0,"Description":"The maximum amount time that a browser should cache the preflight OPTIONS request."}}}},{"3":{"ItemType":74}},{"6":{"Value":"None"}},{"6":{"Value":"AzureServices"}},{"5":{"Elements":[76,77]}},{"3":{"ItemType":4}},{"2":{"Name":"DiagnosticLogSettings","Properties":{"enableFullTextQuery":{"Type":84,"Flags":0,"Description":"Describe the level of detail with which queries are to be logged."}}}},{"6":{"Value":"None"}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[81,82,83]}},{"2":{"Name":"RestoreParameters","Properties":{"restoreMode":{"Type":87,"Flags":0,"Description":"Describes the mode of the restore."},"databasesToRestore":{"Type":90,"Flags":0,"Description":"List of specific databases available for restore."},"gremlinDatabasesToRestore":{"Type":93,"Flags":0,"Description":"List of specific gremlin databases available for restore."},"tablesToRestore":{"Type":94,"Flags":0,"Description":"List of specific tables available for restore."},"sourceBackupLocation":{"Type":4,"Flags":0,"Description":"The source backup location for restore."},"restoreSource":{"Type":4,"Flags":0,"Description":"The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}"},"restoreTimestampInUtc":{"Type":4,"Flags":0,"Description":"Time to which the account has to be restored (ISO-8601 format)."}}}},{"6":{"Value":"PointInTime"}},{"5":{"Elements":[86,4]}},{"2":{"Name":"DatabaseRestoreResource","Properties":{"databaseName":{"Type":4,"Flags":0,"Description":"The name of the database available for restore."},"collectionNames":{"Type":89,"Flags":0,"Description":"The names of the collections available for restore."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":88}},{"2":{"Name":"GremlinDatabaseRestoreResource","Properties":{"databaseName":{"Type":4,"Flags":0,"Description":"The name of the gremlin database available for restore."},"graphNames":{"Type":92,"Flags":0,"Description":"The names of the graphs available for restore."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":91}},{"3":{"ItemType":4}},{"2":{"Name":"Capacity","Properties":{"totalThroughputLimit":{"Type":3,"Flags":0,"Description":"The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput."}}}},{"2":{"Name":"DatabaseAccountKeysMetadata","Properties":{"primaryMasterKey":{"Type":97,"Flags":2,"Description":"The metadata related to the Primary Read-Write Key for the given Cosmos DB database account."},"secondaryMasterKey":{"Type":97,"Flags":2,"Description":"The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account."},"primaryReadonlyMasterKey":{"Type":97,"Flags":2,"Description":"The metadata related to the Primary Read-Only Key for the given Cosmos DB database account."},"secondaryReadonlyMasterKey":{"Type":97,"Flags":2,"Description":"The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account."}}}},{"2":{"Name":"AccountKeyMetadata","Properties":{"generationTime":{"Type":4,"Flags":2,"Description":"Generation time in UTC of the key in ISO-8601 format. If the value is missing from the object, it means that the last key regeneration was triggered before 2022-06-18."}}}},{"6":{"Value":"Tls"}},{"6":{"Value":"Tls11"}},{"6":{"Value":"Tls12"}},{"5":{"Elements":[98,99,100,4]}},{"3":{"ItemType":23}},{"3":{"ItemType":23}},{"2":{"Name":"FailoverPolicy","Properties":{"id":{"Type":4,"Flags":2,"Description":"The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>."},"locationName":{"Type":4,"Flags":0,"Description":"The name of the region in which the database account exists."},"failoverPriority":{"Type":3,"Flags":0,"Description":"The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists."}}}},{"3":{"ItemType":104}},{"2":{"Name":"PrivateEndpointConnection","Properties":{"properties":{"Type":107,"Flags":0,"Description":"Resource properties."},"id":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"},"name":{"Type":4,"Flags":2,"Description":"The name of the resource"},"type":{"Type":4,"Flags":2,"Description":"The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"privateEndpoint":{"Type":108,"Flags":0,"Description":"Private endpoint which the connection belongs to."},"privateLinkServiceConnectionState":{"Type":109,"Flags":0,"Description":"Connection State of the Private Endpoint Connection."},"groupId":{"Type":4,"Flags":0,"Description":"Group id of the private endpoint."},"provisioningState":{"Type":4,"Flags":0,"Description":"Provisioning state of the private endpoint."}}}},{"2":{"Name":"PrivateEndpointProperty","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource id of the private endpoint."}}}},{"2":{"Name":"PrivateLinkServiceConnectionStateProperty","Properties":{"status":{"Type":4,"Flags":0,"Description":"The private link service connection status."},"description":{"Type":4,"Flags":0,"Description":"The private link service connection description."},"actionsRequired":{"Type":4,"Flags":2,"Description":"Any action that is required beyond basic workflow (approve/ reject/ disconnect)"}}}},{"3":{"ItemType":106}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedServiceIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal id of the system assigned identity. This property will only be provided for a system assigned identity."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant id of the system assigned identity. This property will only be provided for a system assigned identity."},"type":{"Type":117,"Flags":0,"Description":"The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service."},"userAssignedIdentities":{"Type":119,"Flags":0,"Description":"The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."}}}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"SystemAssigned,UserAssigned"}},{"6":{"Value":"None"}},{"5":{"Elements":[113,114,115,116]}},{"2":{"Name":"Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal id of user assigned identity."},"clientId":{"Type":4,"Flags":2,"Description":"The client id of user assigned identity."}}}},{"2":{"Name":"ManagedServiceIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":118}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":125,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":130,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[121,122,123,124,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[126,127,128,129,4]}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts@2023-03-01-preview","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/graphs"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/graphs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":132,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":133,"Flags":10,"Description":"The resource api version"},"properties":{"Type":135,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Graph resource."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":139,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"GraphResourceCreateUpdatePropertiesOrGraphResourceGetProperties","Properties":{"resource":{"Type":136,"Flags":1,"Description":"The standard JSON format of a Graph resource"},"options":{"Type":137,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"GraphResourceOrGraphResourceGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Graph"}}}},{"2":{"Name":"CreateUpdateOptionsOrGraphResourceGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"AutoscaleSettings","Properties":{"maxThroughput":{"Type":3,"Flags":0,"Description":"Represents maximum throughput, the resource can scale up to."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/graphs@2023-03-01-preview","ScopeType":8,"Body":134,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":141,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":142,"Flags":10,"Description":"The resource api version"},"properties":{"Type":144,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB SQL database."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":152,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlDatabaseCreateUpdatePropertiesOrSqlDatabaseGetProperties","Properties":{"resource":{"Type":145,"Flags":1,"Description":"The standard JSON format of a SQL database"},"options":{"Type":151,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlDatabaseResourceOrSqlDatabaseGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL database"},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":150,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_colls":{"Type":4,"Flags":2,"Description":"A system generated property that specified the addressable path of the collections resource."},"_users":{"Type":4,"Flags":2,"Description":"A system generated property that specifies the addressable path of the users resource."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"ResourceRestoreParameters","Properties":{"restoreSource":{"Type":4,"Flags":0,"Description":"The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}"},"restoreTimestampInUtc":{"Type":4,"Flags":0,"Description":"Time to which the account has to be restored (ISO-8601 format)."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[147,148,149,4]}},{"2":{"Name":"CreateUpdateOptionsOrSqlDatabaseGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-03-01-preview","ScopeType":8,"Body":143,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":154,"Flags":9,"Description":"The resource name"},"type":{"Type":155,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":156,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":163,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties","Properties":{"resource":{"Type":159,"Flags":1,"Description":"The standard JSON format of a resource throughput"}}}},{"2":{"Name":"ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both."},"autoscaleSettings":{"Type":160,"Flags":0,"Description":"Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings is required, but not both."},"minimumThroughput":{"Type":4,"Flags":2,"Description":"The minimum throughput of the resource"},"offerReplacePending":{"Type":4,"Flags":2,"Description":"The throughput replace is pending"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"AutoscaleSettingsResource","Properties":{"maxThroughput":{"Type":3,"Flags":1,"Description":"Represents maximum throughput container can scale up to."},"autoUpgradePolicy":{"Type":161,"Flags":0,"Description":"Cosmos DB resource auto-upgrade policy"},"targetMaxThroughput":{"Type":3,"Flags":2,"Description":"Represents target maximum throughput container can scale up to once offer is no longer in pending state."}}}},{"2":{"Name":"AutoUpgradePolicyResource","Properties":{"throughputPolicy":{"Type":162,"Flags":0,"Description":"Represents throughput policy which service must adhere to for auto-upgrade"}}}},{"2":{"Name":"ThroughputPolicyResource","Properties":{"isEnabled":{"Type":2,"Flags":0,"Description":"Determines whether the ThroughputPolicy is active or not"},"incrementPercent":{"Type":3,"Flags":0,"Description":"Represents the percentage by which throughput can increase every time throughput policy kicks in."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":157,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":165,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":166,"Flags":10,"Description":"The resource api version"},"properties":{"Type":168,"Flags":1,"Description":"Properties to create and update ClientEncryptionKey."}}}},{"2":{"Name":"ClientEncryptionKeyCreateUpdatePropertiesOrClientEncryptionKeyGetProperties","Properties":{"resource":{"Type":169,"Flags":1,"Description":"The standard JSON format of a ClientEncryptionKey"}}}},{"2":{"Name":"ClientEncryptionKeyResourceOrClientEncryptionKeyGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":0,"Description":"Name of the ClientEncryptionKey"},"encryptionAlgorithm":{"Type":4,"Flags":0,"Description":"Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data."},"wrappedDataEncryptionKey":{"Type":0,"Flags":0,"Description":"Wrapped (encrypted) form of the key represented as a byte array."},"keyWrapMetadata":{"Type":170,"Flags":0,"Description":"Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"KeyWrapMetadata","Properties":{"name":{"Type":4,"Flags":0,"Description":"The name of associated KeyEncryptionKey (aka CustomerManagedKey)."},"type":{"Type":4,"Flags":0,"Description":"ProviderName of KeyStoreProvider."},"value":{"Type":4,"Flags":0,"Description":"Reference / link to the KeyEncryptionKey."},"algorithm":{"Type":4,"Flags":0,"Description":"Algorithm used in wrapping and unwrapping of the data encryption key."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-03-01-preview","ScopeType":8,"Body":167,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":172,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":173,"Flags":10,"Description":"The resource api version"},"properties":{"Type":175,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB container."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":235,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlContainerCreateUpdatePropertiesOrSqlContainerGetProperties","Properties":{"resource":{"Type":176,"Flags":1,"Description":"The standard JSON format of a container"},"options":{"Type":234,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlContainerResourceOrSqlContainerGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL container"},"indexingPolicy":{"Type":177,"Flags":0,"Description":"The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the container"},"partitionKey":{"Type":213,"Flags":0,"Description":"The configuration of the partition key to be used for partitioning data into multiple partitions"},"defaultTtl":{"Type":3,"Flags":0,"Description":"Default time to live"},"uniqueKeyPolicy":{"Type":219,"Flags":0,"Description":"The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service."},"conflictResolutionPolicy":{"Type":223,"Flags":0,"Description":"The conflict resolution policy for the container."},"clientEncryptionPolicy":{"Type":227,"Flags":0,"Description":"The client encryption policy for the container."},"analyticalStorageTtl":{"Type":3,"Flags":0,"Description":"Analytical TTL."},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":233,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"IndexingPolicy","Properties":{"automatic":{"Type":2,"Flags":0,"Description":"Indicates if the indexing policy is automatic"},"indexingMode":{"Type":181,"Flags":0,"Description":"Indicates the indexing mode."},"includedPaths":{"Type":196,"Flags":0,"Description":"List of paths to include in the indexing"},"excludedPaths":{"Type":198,"Flags":0,"Description":"List of paths to exclude from indexing"},"compositeIndexes":{"Type":204,"Flags":0,"Description":"List of composite path list"},"spatialIndexes":{"Type":212,"Flags":0,"Description":"List of spatial specifics"}}}},{"6":{"Value":"consistent"}},{"6":{"Value":"lazy"}},{"6":{"Value":"none"}},{"5":{"Elements":[178,179,180,4]}},{"2":{"Name":"IncludedPath","Properties":{"path":{"Type":4,"Flags":0,"Description":"The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)"},"indexes":{"Type":195,"Flags":0,"Description":"List of indexes for this path"}}}},{"2":{"Name":"Indexes","Properties":{"dataType":{"Type":190,"Flags":0,"Description":"The datatype for which the indexing behavior is applied to."},"precision":{"Type":3,"Flags":0,"Description":"The precision of the index. -1 is maximum precision."},"kind":{"Type":194,"Flags":0,"Description":"Indicates the type of index."}}}},{"6":{"Value":"String"}},{"6":{"Value":"Number"}},{"6":{"Value":"Point"}},{"6":{"Value":"Polygon"}},{"6":{"Value":"LineString"}},{"6":{"Value":"MultiPolygon"}},{"5":{"Elements":[184,185,186,187,188,189,4]}},{"6":{"Value":"Hash"}},{"6":{"Value":"Range"}},{"6":{"Value":"Spatial"}},{"5":{"Elements":[191,192,193,4]}},{"3":{"ItemType":183}},{"3":{"ItemType":182}},{"2":{"Name":"ExcludedPath","Properties":{"path":{"Type":4,"Flags":0,"Description":"The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)"}}}},{"3":{"ItemType":197}},{"2":{"Name":"CompositePath","Properties":{"path":{"Type":4,"Flags":0,"Description":"The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)"},"order":{"Type":202,"Flags":0,"Description":"Sort order for composite paths."}}}},{"6":{"Value":"ascending"}},{"6":{"Value":"descending"}},{"5":{"Elements":[200,201,4]}},{"3":{"ItemType":199}},{"3":{"ItemType":203}},{"2":{"Name":"SpatialSpec","Properties":{"path":{"Type":4,"Flags":0,"Description":"The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)"},"types":{"Type":211,"Flags":0,"Description":"List of path's spatial type"}}}},{"6":{"Value":"Point"}},{"6":{"Value":"LineString"}},{"6":{"Value":"Polygon"}},{"6":{"Value":"MultiPolygon"}},{"5":{"Elements":[206,207,208,209,4]}},{"3":{"ItemType":210}},{"3":{"ItemType":205}},{"2":{"Name":"ContainerPartitionKey","Properties":{"paths":{"Type":214,"Flags":0,"Description":"List of paths using which data within the container can be partitioned"},"kind":{"Type":218,"Flags":0,"Description":"Indicates the kind of algorithm used for partitioning. For MultiHash, multiple partition keys (upto three maximum) are supported for container create"},"version":{"Type":3,"Flags":0,"Description":"Indicates the version of the partition key definition"},"systemKey":{"Type":2,"Flags":2,"Description":"Indicates if the container is using a system generated partition key"}}}},{"3":{"ItemType":4}},{"6":{"Value":"Hash"}},{"6":{"Value":"Range"}},{"6":{"Value":"MultiHash"}},{"5":{"Elements":[215,216,217,4]}},{"2":{"Name":"UniqueKeyPolicy","Properties":{"uniqueKeys":{"Type":222,"Flags":0,"Description":"List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service."}}}},{"2":{"Name":"UniqueKey","Properties":{"paths":{"Type":221,"Flags":0,"Description":"List of paths must be unique for each document in the Azure Cosmos DB service"}}}},{"3":{"ItemType":4}},{"3":{"ItemType":220}},{"2":{"Name":"ConflictResolutionPolicy","Properties":{"mode":{"Type":226,"Flags":0,"Description":"Indicates the conflict resolution mode."},"conflictResolutionPath":{"Type":4,"Flags":0,"Description":"The conflict resolution path in the case of LastWriterWins mode."},"conflictResolutionProcedure":{"Type":4,"Flags":0,"Description":"The procedure to resolve conflicts in the case of custom mode."}}}},{"6":{"Value":"LastWriterWins"}},{"6":{"Value":"Custom"}},{"5":{"Elements":[224,225,4]}},{"2":{"Name":"ClientEncryptionPolicy","Properties":{"includedPaths":{"Type":229,"Flags":1,"Description":"Paths of the item that need encryption along with path-specific settings."},"policyFormatVersion":{"Type":3,"Flags":1,"Description":"Version of the client encryption policy definition. Supported versions are 1 and 2. Version 2 supports id and partition key path encryption."}}}},{"2":{"Name":"ClientEncryptionIncludedPath","Properties":{"path":{"Type":4,"Flags":1,"Description":"Path that needs to be encrypted."},"clientEncryptionKeyId":{"Type":4,"Flags":1,"Description":"The identifier of the Client Encryption Key to be used to encrypt the path."},"encryptionType":{"Type":4,"Flags":1,"Description":"The type of encryption to be performed. Eg - Deterministic, Randomized."},"encryptionAlgorithm":{"Type":4,"Flags":1,"Description":"The encryption algorithm which will be used. Eg - AEAD_AES_256_CBC_HMAC_SHA256."}}}},{"3":{"ItemType":228}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[230,231,232,4]}},{"2":{"Name":"CreateUpdateOptionsOrSqlContainerGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-03-01-preview","ScopeType":8,"Body":174,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":237,"Flags":9,"Description":"The resource name"},"type":{"Type":238,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":239,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":241,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":240,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":243,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":244,"Flags":10,"Description":"The resource api version"},"properties":{"Type":246,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB storedProcedure."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":249,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlStoredProcedureCreateUpdatePropertiesOrSqlStoredProcedureGetProperties","Properties":{"resource":{"Type":247,"Flags":1,"Description":"The standard JSON format of a storedProcedure"},"options":{"Type":248,"Flags":4,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlStoredProcedureResourceOrSqlStoredProcedureGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL storedProcedure"},"body":{"Type":4,"Flags":0,"Description":"Body of the Stored Procedure"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"CreateUpdateOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-03-01-preview","ScopeType":8,"Body":245,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":251,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":252,"Flags":10,"Description":"The resource api version"},"properties":{"Type":254,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB userDefinedFunction."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":256,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlUserDefinedFunctionCreateUpdatePropertiesOrSqlUserDefinedFunctionGetProperties","Properties":{"resource":{"Type":255,"Flags":1,"Description":"The standard JSON format of a userDefinedFunction"},"options":{"Type":248,"Flags":4,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlUserDefinedFunctionResourceOrSqlUserDefinedFunctionGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL userDefinedFunction"},"body":{"Type":4,"Flags":0,"Description":"Body of the User Defined Function"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-03-01-preview","ScopeType":8,"Body":253,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":258,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":259,"Flags":10,"Description":"The resource api version"},"properties":{"Type":261,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB trigger."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":272,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlTriggerCreateUpdatePropertiesOrSqlTriggerGetProperties","Properties":{"resource":{"Type":262,"Flags":1,"Description":"The standard JSON format of a trigger"},"options":{"Type":248,"Flags":4,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlTriggerResourceOrSqlTriggerGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL trigger"},"body":{"Type":4,"Flags":0,"Description":"Body of the Trigger"},"triggerType":{"Type":265,"Flags":0,"Description":"Type of the Trigger"},"triggerOperation":{"Type":271,"Flags":0,"Description":"The operation the trigger is associated with"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Pre"}},{"6":{"Value":"Post"}},{"5":{"Elements":[263,264,4]}},{"6":{"Value":"All"}},{"6":{"Value":"Create"}},{"6":{"Value":"Update"}},{"6":{"Value":"Delete"}},{"6":{"Value":"Replace"}},{"5":{"Elements":[266,267,268,269,270,4]}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-03-01-preview","ScopeType":8,"Body":260,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":274,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":275,"Flags":10,"Description":"The resource api version"},"properties":{"Type":277,"Flags":0,"Description":"Properties to create and update an Azure Cosmos DB SQL Role Definition."}}}},{"2":{"Name":"SqlRoleDefinitionResource","Properties":{"roleName":{"Type":4,"Flags":0,"Description":"A user-friendly name for the Role Definition. Must be unique for the database account."},"type":{"Type":280,"Flags":0,"Description":"Indicates whether the Role Definition was built-in or user created."},"assignableScopes":{"Type":281,"Flags":0,"Description":"A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist."},"permissions":{"Type":285,"Flags":0,"Description":"The set of operations allowed through this Role Definition."}}}},{"6":{"Value":"BuiltInRole"}},{"6":{"Value":"CustomRole"}},{"5":{"Elements":[278,279]}},{"3":{"ItemType":4}},{"2":{"Name":"Permission","Properties":{"dataActions":{"Type":283,"Flags":0,"Description":"An array of data actions that are allowed."},"notDataActions":{"Type":284,"Flags":0,"Description":"An array of data actions that are denied."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":282}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-03-01-preview","ScopeType":8,"Body":276,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":287,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":288,"Flags":10,"Description":"The resource api version"},"properties":{"Type":290,"Flags":0,"Description":"Properties to create and update an Azure Cosmos DB SQL Role Assignment."}}}},{"2":{"Name":"SqlRoleAssignmentResource","Properties":{"roleDefinitionId":{"Type":4,"Flags":0,"Description":"The unique identifier for the associated Role Definition."},"scope":{"Type":4,"Flags":0,"Description":"The data plane resource path for which access is being granted through this Role Assignment."},"principalId":{"Type":4,"Flags":0,"Description":"The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-03-01-preview","ScopeType":8,"Body":289,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":292,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":293,"Flags":10,"Description":"The resource api version"},"properties":{"Type":295,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB MongoDB database."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":302,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"MongoDBDatabaseCreateUpdatePropertiesOrMongoDBDatabaseGetProperties","Properties":{"resource":{"Type":296,"Flags":1,"Description":"The standard JSON format of a MongoDB database"},"options":{"Type":301,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"MongoDBDatabaseResourceOrMongoDBDatabaseGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB MongoDB database"},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":300,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[297,298,299,4]}},{"2":{"Name":"CreateUpdateOptionsOrMongoDBDatabaseGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-03-01-preview","ScopeType":8,"Body":294,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":304,"Flags":9,"Description":"The resource name"},"type":{"Type":305,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":306,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":308,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":307,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":310,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":311,"Flags":10,"Description":"The resource api version"},"properties":{"Type":313,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB MongoDB collection."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":326,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"MongoDBCollectionCreateUpdatePropertiesOrMongoDBCollectionGetProperties","Properties":{"resource":{"Type":314,"Flags":1,"Description":"The standard JSON format of a MongoDB collection"},"options":{"Type":325,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"MongoDBCollectionResourceOrMongoDBCollectionGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB MongoDB collection"},"shardKey":{"Type":315,"Flags":0,"Description":"A key-value pair of shard keys to be applied for the request."},"indexes":{"Type":320,"Flags":0,"Description":"List of index keys"},"analyticalStorageTtl":{"Type":3,"Flags":0,"Description":"Analytical TTL."},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":324,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"ShardKeys","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"MongoIndex","Properties":{"key":{"Type":317,"Flags":0,"Description":"Cosmos DB MongoDB collection index keys"},"options":{"Type":319,"Flags":0,"Description":"Cosmos DB MongoDB collection index key options"}}}},{"2":{"Name":"MongoIndexKeys","Properties":{"keys":{"Type":318,"Flags":0,"Description":"List of keys for each MongoDB collection in the Azure Cosmos DB service"}}}},{"3":{"ItemType":4}},{"2":{"Name":"MongoIndexOptions","Properties":{"expireAfterSeconds":{"Type":3,"Flags":0,"Description":"Expire after seconds"},"unique":{"Type":2,"Flags":0,"Description":"Is unique or not"}}}},{"3":{"ItemType":316}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[321,322,323,4]}},{"2":{"Name":"CreateUpdateOptionsOrMongoDBCollectionGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-03-01-preview","ScopeType":8,"Body":312,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":328,"Flags":9,"Description":"The resource name"},"type":{"Type":329,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":330,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":332,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":331,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":334,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":335,"Flags":10,"Description":"The resource api version"},"properties":{"Type":337,"Flags":0,"Description":"Properties to create and update an Azure Cosmos DB Mongo Role Definition."}}}},{"2":{"Name":"MongoRoleDefinitionResource","Properties":{"roleName":{"Type":4,"Flags":0,"Description":"A user-friendly name for the Role Definition. Must be unique for the database account."},"type":{"Type":340,"Flags":0,"Description":"Indicates whether the Role Definition was built-in or user created."},"databaseName":{"Type":4,"Flags":0,"Description":"The database name for which access is being granted for this Role Definition."},"privileges":{"Type":344,"Flags":0,"Description":"A set of privileges contained by the Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Scopes higher than Database are not enforceable as privilege."},"roles":{"Type":346,"Flags":0,"Description":"The set of roles inherited by this Role Definition."}}}},{"6":{"Value":"BuiltInRole"}},{"6":{"Value":"CustomRole"}},{"5":{"Elements":[338,339]}},{"2":{"Name":"Privilege","Properties":{"resource":{"Type":342,"Flags":0,"Description":"An Azure Cosmos DB Mongo DB Resource."},"actions":{"Type":343,"Flags":0,"Description":"An array of actions that are allowed."}}}},{"2":{"Name":"PrivilegeResource","Properties":{"db":{"Type":4,"Flags":0,"Description":"The database name the role is applied."},"collection":{"Type":4,"Flags":0,"Description":"The collection name the role is applied."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":341}},{"2":{"Name":"Role","Properties":{"db":{"Type":4,"Flags":0,"Description":"The database name the role is applied."},"role":{"Type":4,"Flags":0,"Description":"The role name."}}}},{"3":{"ItemType":345}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-03-01-preview","ScopeType":8,"Body":336,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":348,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":349,"Flags":10,"Description":"The resource api version"},"properties":{"Type":351,"Flags":0,"Description":"Properties to create and update an Azure Cosmos DB Mongo User Definition."}}}},{"2":{"Name":"MongoUserDefinitionResource","Properties":{"userName":{"Type":4,"Flags":0,"Description":"The user name for User Definition."},"password":{"Type":4,"Flags":0,"Description":"The password for User Definition. Response does not contain user password."},"databaseName":{"Type":4,"Flags":0,"Description":"The database name for which access is being granted for this User Definition."},"customData":{"Type":4,"Flags":0,"Description":"A custom definition for the USer Definition."},"roles":{"Type":352,"Flags":0,"Description":"The set of roles inherited by the User Definition."},"mechanisms":{"Type":4,"Flags":0,"Description":"The Mongo Auth mechanism. For now, we only support auth mechanism SCRAM-SHA-256."}}}},{"3":{"ItemType":345}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-03-01-preview","ScopeType":8,"Body":350,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/tables"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/tables","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":354,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":355,"Flags":10,"Description":"The resource api version"},"properties":{"Type":357,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Table."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":364,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"TableCreateUpdatePropertiesOrTableGetProperties","Properties":{"resource":{"Type":358,"Flags":1,"Description":"The standard JSON format of a Table"},"options":{"Type":363,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"TableResourceOrTableGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB table"},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":362,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[359,360,361,4]}},{"2":{"Name":"CreateUpdateOptionsOrTableGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/tables@2023-03-01-preview","ScopeType":8,"Body":356,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":366,"Flags":9,"Description":"The resource name"},"type":{"Type":367,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":368,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":370,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":369,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":372,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":373,"Flags":10,"Description":"The resource api version"},"properties":{"Type":375,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Cassandra keyspace."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":378,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"CassandraKeyspaceCreateUpdatePropertiesOrCassandraKeyspaceGetProperties","Properties":{"resource":{"Type":376,"Flags":1,"Description":"The standard JSON format of a Cassandra keyspace"},"options":{"Type":377,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"CassandraKeyspaceResourceOrCassandraKeyspaceGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Cassandra keyspace"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"CreateUpdateOptionsOrCassandraKeyspaceGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-03-01-preview","ScopeType":8,"Body":374,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":380,"Flags":9,"Description":"The resource name"},"type":{"Type":381,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":382,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":384,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":383,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":386,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":387,"Flags":10,"Description":"The resource api version"},"properties":{"Type":389,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Cassandra table."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":399,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"CassandraTableCreateUpdatePropertiesOrCassandraTableGetProperties","Properties":{"resource":{"Type":390,"Flags":1,"Description":"The standard JSON format of a Cassandra table"},"options":{"Type":398,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"CassandraTableResourceOrCassandraTableGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Cassandra table"},"defaultTtl":{"Type":3,"Flags":0,"Description":"Time to live of the Cosmos DB Cassandra table"},"schema":{"Type":391,"Flags":0,"Description":"Schema of the Cosmos DB Cassandra table"},"analyticalStorageTtl":{"Type":3,"Flags":0,"Description":"Analytical TTL."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"CassandraSchema","Properties":{"columns":{"Type":393,"Flags":0,"Description":"List of Cassandra table columns."},"partitionKeys":{"Type":395,"Flags":0,"Description":"List of partition key."},"clusterKeys":{"Type":397,"Flags":0,"Description":"List of cluster key."}}}},{"2":{"Name":"Column","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the Cosmos DB Cassandra table column"},"type":{"Type":4,"Flags":0,"Description":"Type of the Cosmos DB Cassandra table column"}}}},{"3":{"ItemType":392}},{"2":{"Name":"CassandraPartitionKey","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the Cosmos DB Cassandra table partition key"}}}},{"3":{"ItemType":394}},{"2":{"Name":"ClusterKey","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the Cosmos DB Cassandra table cluster key"},"orderBy":{"Type":4,"Flags":0,"Description":"Order of the Cosmos DB Cassandra table cluster key, only support \"Asc\" and \"Desc\""}}}},{"3":{"ItemType":396}},{"2":{"Name":"CreateUpdateOptionsOrCassandraTableGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-03-01-preview","ScopeType":8,"Body":388,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":401,"Flags":9,"Description":"The resource name"},"type":{"Type":402,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":403,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":405,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":404,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":407,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":408,"Flags":10,"Description":"The resource api version"},"properties":{"Type":410,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Cassandra view."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":413,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"CassandraViewCreateUpdatePropertiesOrCassandraViewGetProperties","Properties":{"resource":{"Type":411,"Flags":1,"Description":"The standard JSON format of a Cassandra view"},"options":{"Type":412,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"CassandraViewResourceOrCassandraViewGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Cassandra view"},"viewDefinition":{"Type":4,"Flags":1,"Description":"View Definition of the Cosmos DB Cassandra view"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"CreateUpdateOptionsOrCassandraViewGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2023-03-01-preview","ScopeType":8,"Body":409,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":415,"Flags":9,"Description":"The resource name"},"type":{"Type":416,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":417,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":419,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":418,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":421,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":422,"Flags":10,"Description":"The resource api version"},"properties":{"Type":424,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Gremlin database."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":431,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"GremlinDatabaseCreateUpdatePropertiesOrGremlinDatabaseGetProperties","Properties":{"resource":{"Type":425,"Flags":1,"Description":"The standard JSON format of a Gremlin database"},"options":{"Type":430,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"GremlinDatabaseResourceOrGremlinDatabaseGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Gremlin database"},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":429,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[426,427,428,4]}},{"2":{"Name":"CreateUpdateOptionsOrGremlinDatabaseGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-03-01-preview","ScopeType":8,"Body":423,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":433,"Flags":9,"Description":"The resource name"},"type":{"Type":434,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":435,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":437,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":436,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":439,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":440,"Flags":10,"Description":"The resource api version"},"properties":{"Type":442,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Gremlin graph."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":449,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"GremlinGraphCreateUpdatePropertiesOrGremlinGraphGetProperties","Properties":{"resource":{"Type":443,"Flags":1,"Description":"The standard JSON format of a Gremlin graph"},"options":{"Type":448,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"GremlinGraphResourceOrGremlinGraphGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Gremlin graph"},"indexingPolicy":{"Type":177,"Flags":0,"Description":"The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the graph"},"partitionKey":{"Type":213,"Flags":0,"Description":"The configuration of the partition key to be used for partitioning data into multiple partitions"},"defaultTtl":{"Type":3,"Flags":0,"Description":"Default time to live"},"uniqueKeyPolicy":{"Type":219,"Flags":0,"Description":"The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service."},"conflictResolutionPolicy":{"Type":223,"Flags":0,"Description":"The conflict resolution policy for the graph."},"analyticalStorageTtl":{"Type":3,"Flags":0,"Description":"Analytical TTL."},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":447,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[444,445,446,4]}},{"2":{"Name":"CreateUpdateOptionsOrGremlinGraphGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-03-01-preview","ScopeType":8,"Body":441,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":451,"Flags":9,"Description":"The resource name"},"type":{"Type":452,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":453,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":455,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":454,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":457,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":458,"Flags":10,"Description":"The resource api version"},"properties":{"Type":460,"Flags":1,"Description":"Data Transfer Create Job Properties"}}}},{"2":{"Name":"DataTransferJobProperties","Properties":{"jobName":{"Type":4,"Flags":2,"Description":"Job Name"},"source":{"Type":461,"Flags":1,"Description":"Source DataStore details"},"destination":{"Type":461,"Flags":1,"Description":"Destination DataStore details"},"status":{"Type":4,"Flags":2,"Description":"Job Status"},"processedCount":{"Type":3,"Flags":2,"Description":"Processed Count."},"totalCount":{"Type":3,"Flags":2,"Description":"Total Count."},"lastUpdatedUtcTime":{"Type":4,"Flags":2,"Description":"Last Updated Time (ISO-8601 format)."},"workerCount":{"Type":3,"Flags":0,"Description":"Worker count"},"error":{"Type":468,"Flags":2,"Description":"Error response for Faulted job"}}}},{"7":{"Name":"DataTransferDataSourceSink","Discriminator":"component","BaseProperties":{},"Elements":{"AzureBlobStorage":462,"CosmosDBCassandra":464,"CosmosDBSql":466}}},{"2":{"Name":"AzureBlobDataTransferDataSourceSink","Properties":{"containerName":{"Type":4,"Flags":1},"endpointUrl":{"Type":4,"Flags":0},"component":{"Type":463,"Flags":1}}}},{"6":{"Value":"AzureBlobStorage"}},{"2":{"Name":"CosmosCassandraDataTransferDataSourceSink","Properties":{"keyspaceName":{"Type":4,"Flags":1},"tableName":{"Type":4,"Flags":1},"component":{"Type":465,"Flags":1}}}},{"6":{"Value":"CosmosDBCassandra"}},{"2":{"Name":"CosmosSqlDataTransferDataSourceSink","Properties":{"databaseName":{"Type":4,"Flags":1},"containerName":{"Type":4,"Flags":1},"component":{"Type":467,"Flags":1}}}},{"6":{"Value":"CosmosDBSql"}},{"2":{"Name":"ErrorResponse","Properties":{"code":{"Type":4,"Flags":0,"Description":"Error code."},"message":{"Type":4,"Flags":0,"Description":"Error message indicating why the operation failed."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2023-03-01-preview","ScopeType":8,"Body":459,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/cassandraClusters"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/cassandraClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":470,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":471,"Flags":10,"Description":"The resource api version"},"properties":{"Type":473,"Flags":0,"Description":"Properties of a managed Cassandra cluster."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":492,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":493,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"ClusterResourceProperties","Properties":{"provisioningState":{"Type":480,"Flags":0,"Description":"The status of the resource at the time the operation was called."},"restoreFromBackupId":{"Type":4,"Flags":4,"Description":"To create an empty cluster, omit this field or set it to null. To restore a backup into a new cluster, set this field to the resource id of the backup."},"delegatedManagementSubnetId":{"Type":4,"Flags":0,"Description":"Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'"},"cassandraVersion":{"Type":4,"Flags":0,"Description":"Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version."},"clusterNameOverride":{"Type":4,"Flags":0,"Description":"If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property."},"authenticationMethod":{"Type":484,"Flags":0,"Description":"Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'. 'Ldap' is in preview."},"initialCassandraAdminPassword":{"Type":4,"Flags":4,"Description":"Initial password for clients connecting as admin to the cluster. Should be changed after cluster creation. Returns null on GET. This field only applies when the authenticationMethod field is 'Cassandra'."},"prometheusEndpoint":{"Type":485,"Flags":0,"Description":"Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached."},"repairEnabled":{"Type":2,"Flags":0,"Description":"Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs."},"clientCertificates":{"Type":487,"Flags":0,"Description":"List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property."},"externalGossipCertificates":{"Type":488,"Flags":0,"Description":"List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property."},"gossipCertificates":{"Type":489,"Flags":2,"Description":"List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property."},"externalSeedNodes":{"Type":490,"Flags":0,"Description":"List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes."},"seedNodes":{"Type":491,"Flags":2,"Description":"List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes."},"hoursBetweenBackups":{"Type":3,"Flags":0,"Description":"Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0."},"deallocated":{"Type":2,"Flags":0,"Description":"Whether the cluster and associated data centers has been deallocated."},"cassandraAuditLoggingEnabled":{"Type":2,"Flags":0,"Description":"Whether Cassandra audit logging is enabled"}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[474,475,476,477,478,479,4]}},{"6":{"Value":"None"}},{"6":{"Value":"Cassandra"}},{"6":{"Value":"Ldap"}},{"5":{"Elements":[481,482,483,4]}},{"2":{"Name":"SeedNode","Properties":{"ipAddress":{"Type":4,"Flags":0,"Description":"IP address of this seed node."}}}},{"2":{"Name":"Certificate","Properties":{"pem":{"Type":4,"Flags":0,"Description":"PEM formatted public key."}}}},{"3":{"ItemType":486}},{"3":{"ItemType":486}},{"3":{"ItemType":486}},{"3":{"ItemType":485}},{"3":{"ItemType":485}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedCassandraManagedServiceIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The object id of the identity resource."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant id of the resource."},"type":{"Type":496,"Flags":0,"Description":"The type of the resource."}}}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"None"}},{"5":{"Elements":[494,495,4]}},{"4":{"Name":"Microsoft.DocumentDB/cassandraClusters@2023-03-01-preview","ScopeType":8,"Body":472,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/cassandraClusters/dataCenters"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/cassandraClusters/dataCenters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":498,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":499,"Flags":10,"Description":"The resource api version"},"properties":{"Type":501,"Flags":0,"Description":"Properties of a managed Cassandra data center."}}}},{"2":{"Name":"DataCenterResourceProperties","Properties":{"provisioningState":{"Type":508,"Flags":0,"Description":"The status of the resource at the time the operation was called."},"dataCenterLocation":{"Type":4,"Flags":0,"Description":"The region this data center should be created in."},"delegatedSubnetId":{"Type":4,"Flags":0,"Description":"Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'."},"nodeCount":{"Type":3,"Flags":0,"Description":"The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster."},"seedNodes":{"Type":509,"Flags":2,"Description":"IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster."},"base64EncodedCassandraYamlFragment":{"Type":4,"Flags":0,"Description":"A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed."},"managedDiskCustomerKeyUri":{"Type":4,"Flags":0,"Description":"Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key."},"backupStorageCustomerKeyUri":{"Type":4,"Flags":0,"Description":"Indicates the Key Uri of the customer key to use for encryption of the backup storage account."},"sku":{"Type":4,"Flags":0,"Description":"Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2"},"diskSku":{"Type":4,"Flags":0,"Description":"Disk SKU used for data centers. Default value is P30."},"diskCapacity":{"Type":3,"Flags":0,"Description":"Number of disk used for data centers. Default value is 4."},"availabilityZone":{"Type":2,"Flags":0,"Description":"If the data center has Availability Zone feature, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines."},"authenticationMethodLdapProperties":{"Type":510,"Flags":0,"Description":"Ldap authentication method properties. This feature is in preview."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[502,503,504,505,506,507,4]}},{"3":{"ItemType":485}},{"2":{"Name":"AuthenticationMethodLdapProperties","Properties":{"serverHostname":{"Type":4,"Flags":0,"Description":"Hostname of the LDAP server."},"serverPort":{"Type":3,"Flags":0,"Description":"Port of the LDAP server."},"serviceUserDistinguishedName":{"Type":4,"Flags":0,"Description":"Distinguished name of the look up user account, who can look up user details on authentication."},"serviceUserPassword":{"Type":4,"Flags":0,"Description":"Password of the look up user."},"searchBaseDistinguishedName":{"Type":4,"Flags":0,"Description":"Distinguished name of the object to start the recursive search of users from."},"searchFilterTemplate":{"Type":4,"Flags":0,"Description":"Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login."},"serverCertificates":{"Type":511,"Flags":0}}}},{"3":{"ItemType":486}},{"4":{"Name":"Microsoft.DocumentDB/cassandraClusters/dataCenters@2023-03-01-preview","ScopeType":8,"Body":500,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/mongoClusters"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/mongoClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":513,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":514,"Flags":10,"Description":"The resource api version"},"properties":{"Type":516,"Flags":0,"Description":"Properties of the mongo cluster."},"tags":{"Type":541,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":120,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"MongoClusterProperties","Properties":{"createMode":{"Type":520,"Flags":4,"Description":"The mode to create a mongo cluster."},"restoreParameters":{"Type":521,"Flags":4,"Description":"Parameters used for restore operations"},"administratorLogin":{"Type":4,"Flags":0,"Description":"The administrator's login for the mongo cluster."},"administratorLoginPassword":{"Type":4,"Flags":4,"Description":"The password of the administrator login."},"serverVersion":{"Type":4,"Flags":0,"Description":"The Mongo DB server version. Defaults to the latest available version if not specified."},"connectionString":{"Type":4,"Flags":2,"Description":"The default mongo connection string for the cluster."},"earliestRestoreTime":{"Type":4,"Flags":2,"Description":"Earliest restore timestamp in UTC ISO8601 format."},"provisioningState":{"Type":528,"Flags":2,"Description":"A provisioning state of the mongo cluster."},"clusterStatus":{"Type":536,"Flags":2,"Description":"A status of the mongo cluster."},"nodeGroupSpecs":{"Type":540,"Flags":0,"Description":"The list of node group specs in the cluster."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[517,518,519,4]}},{"2":{"Name":"MongoClusterRestoreParameters","Properties":{"pointInTimeUTC":{"Type":4,"Flags":0,"Description":"UTC point in time to restore a mongo cluster"},"sourceResourceId":{"Type":4,"Flags":0,"Description":"Resource ID to locate the source cluster to restore"}}}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Dropping"}},{"5":{"Elements":[522,523,524,525,526,527,4]}},{"6":{"Value":"Ready"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Starting"}},{"6":{"Value":"Stopping"}},{"6":{"Value":"Stopped"}},{"6":{"Value":"Dropping"}},{"5":{"Elements":[529,530,531,532,533,534,535,4]}},{"2":{"Name":"NodeGroupSpec","Properties":{"kind":{"Type":539,"Flags":0,"Description":"The node type deployed in the node group."},"nodeCount":{"Type":3,"Flags":0,"Description":"The number of nodes in the node group."},"sku":{"Type":4,"Flags":0,"Description":"The resource sku for the node group. This defines the size of CPU and memory that is provisioned for each node. Example values: 'M30', 'M40'."},"diskSizeGB":{"Type":3,"Flags":0,"Description":"The disk storage size for the node group in GB. Example values: 128, 256, 512, 1024."},"enableHa":{"Type":2,"Flags":0,"Description":"Whether high availability is enabled on the node group."}}}},{"6":{"Value":"Shard"}},{"5":{"Elements":[538,4]}},{"3":{"ItemType":537}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/mongoClusters@2023-03-01-preview","ScopeType":8,"Body":515,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/mongoClusters/firewallRules"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/mongoClusters/firewallRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":543,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":544,"Flags":10,"Description":"The resource api version"},"properties":{"Type":546,"Flags":1,"Description":"The properties of a firewall rule."},"systemData":{"Type":120,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"FirewallRuleProperties","Properties":{"provisioningState":{"Type":553,"Flags":2,"Description":"The provisioning state of the firewall rule."},"startIpAddress":{"Type":4,"Flags":1,"Description":"The start IP address of the mongo cluster firewall rule. Must be IPv4 format."},"endIpAddress":{"Type":4,"Flags":1,"Description":"The end IP address of the mongo cluster firewall rule. Must be IPv4 format."}}}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Dropping"}},{"5":{"Elements":[547,548,549,550,551,552,4]}},{"4":{"Name":"Microsoft.DocumentDB/mongoClusters/firewallRules@2023-03-01-preview","ScopeType":8,"Body":545,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[555,4]}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":556,"Flags":9,"Description":"The resource name"},"type":{"Type":557,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":558,"Flags":10,"Description":"The resource api version"},"properties":{"Type":560,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"NotebookWorkspaceProperties","Properties":{"notebookServerEndpoint":{"Type":4,"Flags":2,"Description":"Specifies the endpoint of Notebook server."},"status":{"Type":4,"Flags":2,"Description":"Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-03-01-preview","ScopeType":8,"Body":559,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":562,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":563,"Flags":10,"Description":"The resource api version"},"properties":{"Type":107,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-03-01-preview","ScopeType":8,"Body":564,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/services"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/services","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":566,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":567,"Flags":10,"Description":"The resource api version"},"properties":{"Type":569,"Flags":0,"Description":"Properties in ServiceResourceCreateUpdateParameters."}}}},{"2":{"Name":"ServiceResourceCreateUpdatePropertiesOrServiceResourceProperties","Properties":{"instanceSize":{"Type":573,"Flags":0,"Description":"Instance type for the service."},"instanceCount":{"Type":3,"Flags":0,"Description":"Instance count for the service."},"creationTime":{"Type":4,"Flags":2,"Description":"Time of the last state change (ISO-8601 format)."},"status":{"Type":580,"Flags":2,"Description":"Describes the status of a service."}},"AdditionalProperties":0}},{"6":{"Value":"Cosmos.D4s"}},{"6":{"Value":"Cosmos.D8s"}},{"6":{"Value":"Cosmos.D16s"}},{"5":{"Elements":[570,571,572,4]}},{"6":{"Value":"Creating"}},{"6":{"Value":"Running"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Error"}},{"6":{"Value":"Stopped"}},{"5":{"Elements":[574,575,576,577,578,579,4]}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/services@2023-03-01-preview","ScopeType":8,"Body":568,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/locations"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/locations","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":582,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":583,"Flags":10,"Description":"The resource api version"},"properties":{"Type":585,"Flags":2,"Description":"Cosmos DB location metadata"}}}},{"2":{"Name":"LocationProperties","Properties":{"status":{"Type":4,"Flags":2,"Description":"The current status of location in Azure."},"supportsAvailabilityZone":{"Type":2,"Flags":2,"Description":"Flag indicating whether the location supports availability zones or not."},"isResidencyRestricted":{"Type":2,"Flags":2,"Description":"Flag indicating whether the location is residency sensitive."},"backupStorageRedundancies":{"Type":590,"Flags":2,"Description":"The properties of available backup storage redundancies."}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"5":{"Elements":[586,587,588,4]}},{"3":{"ItemType":589}},{"4":{"Name":"Microsoft.DocumentDB/locations@2023-03-01-preview","ScopeType":4,"Body":584,"Flags":1}},{"6":{"Value":"Microsoft.DocumentDB/cassandraClusters/backups"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/cassandraClusters/backups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":592,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":593,"Flags":10,"Description":"The resource api version"},"properties":{"Type":595,"Flags":2}}}},{"2":{"Name":"BackupResourceProperties","Properties":{"timestamp":{"Type":4,"Flags":0,"Description":"The time this backup was taken, formatted like 2021-01-21T17:35:21"}}}},{"4":{"Name":"Microsoft.DocumentDB/cassandraClusters/backups@2023-03-01-preview","ScopeType":8,"Body":594,"Flags":1}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/privateLinkResources"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/privateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":597,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":598,"Flags":10,"Description":"The resource api version"},"properties":{"Type":600,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"PrivateLinkResourceProperties","Properties":{"groupId":{"Type":4,"Flags":2,"Description":"The private link resource group id."},"requiredMembers":{"Type":601,"Flags":2,"Description":"The private link resource required member names."},"requiredZoneNames":{"Type":602,"Flags":2,"Description":"The private link resource required zone names."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2023-03-01-preview","ScopeType":8,"Body":599,"Flags":1}},{"2":{"Name":"DatabaseAccountListKeysResult","Properties":{"primaryMasterKey":{"Type":4,"Flags":2,"Description":"Base 64 encoded value of the primary read-write key."},"secondaryMasterKey":{"Type":4,"Flags":2,"Description":"Base 64 encoded value of the secondary read-write key."},"primaryReadonlyMasterKey":{"Type":4,"Flags":2,"Description":"Base 64 encoded value of the primary read-only key."},"secondaryReadonlyMasterKey":{"Type":4,"Flags":2,"Description":"Base 64 encoded value of the secondary read-only key."}}}},{"8":{"Name":"listKeys","ResourceType":"Microsoft.DocumentDB/databaseAccounts","ApiVersion":"2023-03-01-preview","Output":604}},{"2":{"Name":"DatabaseAccountListConnectionStringsResult","Properties":{"connectionStrings":{"Type":608,"Flags":0,"Description":"An array that contains the connection strings for the Cosmos DB account."}}}},{"2":{"Name":"DatabaseAccountConnectionString","Properties":{"connectionString":{"Type":4,"Flags":2,"Description":"Value of the connection string"},"description":{"Type":4,"Flags":2,"Description":"Description of the connection string"}}}},{"3":{"ItemType":607}},{"8":{"Name":"listConnectionStrings","ResourceType":"Microsoft.DocumentDB/databaseAccounts","ApiVersion":"2023-03-01-preview","Output":606}},{"2":{"Name":"ListConnectionStringsResult","Properties":{"connectionStrings":{"Type":612,"Flags":2,"Description":"An array that contains the connection strings for a mongo cluster."}}}},{"2":{"Name":"ConnectionString","Properties":{"connectionString":{"Type":4,"Flags":2,"Description":"Value of the connection string"},"description":{"Type":4,"Flags":2,"Description":"Description of the connection string"}}}},{"3":{"ItemType":611}},{"8":{"Name":"listConnectionStrings","ResourceType":"Microsoft.DocumentDB/mongoClusters","ApiVersion":"2023-03-01-preview","Output":610}},{"2":{"Name":"NotebookWorkspaceConnectionInfoResult","Properties":{"authToken":{"Type":4,"Flags":2,"Description":"Specifies auth token used for connecting to Notebook server (uses token-based auth)."},"notebookServerEndpoint":{"Type":4,"Flags":2,"Description":"Specifies the endpoint of Notebook server."}}}},{"8":{"Name":"listConnectionInfo","ResourceType":"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces","ApiVersion":"2023-03-01-preview","Output":614}}] \ No newline at end of file +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"kind":{"Type":14,"Flags":0,"Description":"Indicates the type of database account. This can only be set at database account creation."},"properties":{"Type":15,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB database accounts."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":111,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."},"systemData":{"Type":120,"Flags":2,"Description":"The system meta data relating to this resource."}}}},{"6":{"Value":"GlobalDocumentDB"}},{"6":{"Value":"MongoDB"}},{"6":{"Value":"Parse"}},{"5":{"Elements":[11,12,13,4]}},{"2":{"Name":"DatabaseAccountCreateUpdatePropertiesOrDatabaseAccountGetProperties","Properties":{"consistencyPolicy":{"Type":16,"Flags":0,"Description":"The consistency policy for the Cosmos DB account."},"locations":{"Type":24,"Flags":1,"Description":"An array that contains the georeplication locations enabled for the Cosmos DB account."},"databaseAccountOfferType":{"Type":25,"Flags":1,"Description":"The offer type for the database"},"ipRules":{"Type":27,"Flags":0,"Description":"List of IpRules."},"isVirtualNetworkFilterEnabled":{"Type":2,"Flags":0,"Description":"Flag to indicate whether to enable/disable Virtual Network ACL rules."},"enableAutomaticFailover":{"Type":2,"Flags":0,"Description":"Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account."},"capabilities":{"Type":29,"Flags":0,"Description":"List of Cosmos DB capabilities for the account"},"virtualNetworkRules":{"Type":31,"Flags":0,"Description":"List of Virtual Network ACL rules configured for the Cosmos DB account."},"enableMultipleWriteLocations":{"Type":2,"Flags":0,"Description":"Enables the account to write in multiple locations"},"enableCassandraConnector":{"Type":2,"Flags":0,"Description":"Enables the cassandra connector on the Cosmos DB C* account"},"connectorOffer":{"Type":33,"Flags":0,"Description":"The cassandra connector offer type for the Cosmos DB database C* account."},"disableKeyBasedMetadataWriteAccess":{"Type":2,"Flags":0,"Description":"Disable write operations on metadata resources (databases, containers, throughput) via account keys"},"keyVaultKeyUri":{"Type":4,"Flags":0,"Description":"The URI of the key vault"},"defaultIdentity":{"Type":4,"Flags":0,"Description":"The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be \"FirstPartyIdentity\", \"SystemAssignedIdentity\" and more."},"publicNetworkAccess":{"Type":36,"Flags":0,"Description":"Whether requests from Public Network are allowed"},"enableFreeTier":{"Type":2,"Flags":0,"Description":"Flag to indicate whether Free Tier is enabled."},"apiProperties":{"Type":37,"Flags":0,"Description":"API specific properties. Currently, supported only for MongoDB API."},"enableAnalyticalStorage":{"Type":2,"Flags":0,"Description":"Flag to indicate whether to enable storage analytics."},"analyticalStorageConfiguration":{"Type":43,"Flags":0,"Description":"Analytical storage specific properties."},"createMode":{"Type":50,"Flags":0,"Description":"Enum to indicate the mode of account creation."},"backupPolicy":{"Type":51,"Flags":0,"Description":"The object representing the policy for taking backups on an account."},"cors":{"Type":75,"Flags":0,"Description":"The CORS policy for the Cosmos DB database account."},"networkAclBypass":{"Type":78,"Flags":0,"Description":"Indicates what services are allowed to bypass firewall checks."},"networkAclBypassResourceIds":{"Type":79,"Flags":0,"Description":"An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account."},"diagnosticLogSettings":{"Type":80,"Flags":0,"Description":"The Object representing the different Diagnostic log settings for the Cosmos DB Account."},"disableLocalAuth":{"Type":2,"Flags":0,"Description":"Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication."},"restoreParameters":{"Type":85,"Flags":0,"Description":"Parameters to indicate the information about the restore."},"capacity":{"Type":95,"Flags":0,"Description":"The object that represents all properties related to capacity enforcement on an account."},"enableMaterializedViews":{"Type":2,"Flags":0,"Description":"Flag to indicate whether to enable MaterializedViews on the Cosmos DB account"},"keysMetadata":{"Type":96,"Flags":2,"Description":"This property is ignored during the update/create operation, as the metadata is read-only. The object represents the metadata for the Account Keys of the Cosmos DB account."},"enablePartitionMerge":{"Type":2,"Flags":0,"Description":"Flag to indicate enabling/disabling of Partition Merge feature on the account"},"enableBurstCapacity":{"Type":2,"Flags":0,"Description":"Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account"},"minimalTlsVersion":{"Type":101,"Flags":0,"Description":"Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2."},"provisioningState":{"Type":4,"Flags":2,"Description":"The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed."},"documentEndpoint":{"Type":4,"Flags":2,"Description":"The connection endpoint for the Cosmos DB database account."},"writeLocations":{"Type":102,"Flags":2,"Description":"An array that contains the write location for the Cosmos DB account."},"readLocations":{"Type":103,"Flags":2,"Description":"An array that contains of the read locations enabled for the Cosmos DB account."},"failoverPolicies":{"Type":105,"Flags":2,"Description":"An array that contains the regions ordered by their failover priorities."},"privateEndpointConnections":{"Type":110,"Flags":2,"Description":"List of Private Endpoint Connections configured for the Cosmos DB account."},"instanceId":{"Type":4,"Flags":2,"Description":"A unique identifier assigned to the database account"}}}},{"2":{"Name":"ConsistencyPolicy","Properties":{"defaultConsistencyLevel":{"Type":22,"Flags":1,"Description":"The default consistency level and configuration settings of the Cosmos DB account."},"maxStalenessPrefix":{"Type":3,"Flags":0,"Description":"When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. Accepted range for this value is 1 – 2,147,483,647. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'."},"maxIntervalInSeconds":{"Type":3,"Flags":0,"Description":"When used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated. Accepted range for this value is 5 - 86400. Required when defaultConsistencyPolicy is set to 'BoundedStaleness'."}}}},{"6":{"Value":"Eventual"}},{"6":{"Value":"Session"}},{"6":{"Value":"BoundedStaleness"}},{"6":{"Value":"Strong"}},{"6":{"Value":"ConsistentPrefix"}},{"5":{"Elements":[17,18,19,20,21]}},{"2":{"Name":"Location","Properties":{"id":{"Type":4,"Flags":2,"Description":"The unique identifier of the region within the database account. Example: <accountName>-<locationName>."},"locationName":{"Type":4,"Flags":0,"Description":"The name of the region."},"documentEndpoint":{"Type":4,"Flags":2,"Description":"The connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/"},"provisioningState":{"Type":4,"Flags":2,"Description":"The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed."},"failoverPriority":{"Type":3,"Flags":0,"Description":"The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists."},"isZoneRedundant":{"Type":2,"Flags":0,"Description":"Flag to indicate whether or not this region is an AvailabilityZone region"}}}},{"3":{"ItemType":23}},{"6":{"Value":"Standard"}},{"2":{"Name":"IpAddressOrRange","Properties":{"ipAddressOrRange":{"Type":4,"Flags":0,"Description":"A single IPv4 address or a single IPv4 address range in CIDR format. Provided IPs must be well-formatted and cannot be contained in one of the following ranges: 10.0.0.0/8, 100.64.0.0/10, 172.16.0.0/12, 192.168.0.0/16, since these are not enforceable by the IP address filter. Example of valid inputs: “23.40.210.245” or “23.40.210.0/8”."}}}},{"3":{"ItemType":26}},{"2":{"Name":"Capability","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the Cosmos DB capability. For example, \"name\": \"EnableCassandra\". Current values also include \"EnableTable\" and \"EnableGremlin\"."}}}},{"3":{"ItemType":28}},{"2":{"Name":"VirtualNetworkRule","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}."},"ignoreMissingVNetServiceEndpoint":{"Type":2,"Flags":0,"Description":"Create firewall rule before the virtual network has vnet service endpoint enabled."}}}},{"3":{"ItemType":30}},{"6":{"Value":"Small"}},{"5":{"Elements":[32,4]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[34,35,4]}},{"2":{"Name":"ApiProperties","Properties":{"serverVersion":{"Type":42,"Flags":0,"Description":"Describes the ServerVersion of an a MongoDB account."}}}},{"6":{"Value":"3.2"}},{"6":{"Value":"3.6"}},{"6":{"Value":"4.0"}},{"6":{"Value":"4.2"}},{"5":{"Elements":[38,39,40,41,4]}},{"2":{"Name":"AnalyticalStorageConfiguration","Properties":{"schemaType":{"Type":46,"Flags":0,"Description":"Describes the types of schema for analytical storage."}}}},{"6":{"Value":"WellDefined"}},{"6":{"Value":"FullFidelity"}},{"5":{"Elements":[44,45,4]}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[47,48,49,4]}},{"7":{"Name":"BackupPolicy","Discriminator":"type","BaseProperties":{"migrationState":{"Type":52,"Flags":0,"Description":"The object representing the state of the migration between the backup policies."}},"Elements":{"Continuous":61,"Periodic":67}}},{"2":{"Name":"BackupPolicyMigrationState","Properties":{"status":{"Type":57,"Flags":0,"Description":"Describes the status of migration between backup policy types."},"targetType":{"Type":60,"Flags":0,"Description":"Describes the target backup policy type of the backup policy migration."},"startTime":{"Type":4,"Flags":0,"Description":"Time at which the backup policy migration started (ISO-8601 format)."}}}},{"6":{"Value":"Invalid"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Completed"}},{"6":{"Value":"Failed"}},{"5":{"Elements":[53,54,55,56,4]}},{"6":{"Value":"Periodic"}},{"6":{"Value":"Continuous"}},{"5":{"Elements":[58,59,4]}},{"2":{"Name":"ContinuousModeBackupPolicy","Properties":{"continuousModeProperties":{"Type":62,"Flags":0,"Description":"Configuration values for continuous mode backup"},"type":{"Type":66,"Flags":1,"Description":"Describes the mode of backups."}}}},{"2":{"Name":"ContinuousModeProperties","Properties":{"tier":{"Type":65,"Flags":0,"Description":"Enum to indicate type of Continuos backup mode"}}}},{"6":{"Value":"Continuous7Days"}},{"6":{"Value":"Continuous30Days"}},{"5":{"Elements":[63,64,4]}},{"6":{"Value":"Continuous"}},{"2":{"Name":"PeriodicModeBackupPolicy","Properties":{"periodicModeProperties":{"Type":68,"Flags":0,"Description":"Configuration values for periodic mode backup"},"type":{"Type":73,"Flags":1,"Description":"Describes the mode of backups."}}}},{"2":{"Name":"PeriodicModeProperties","Properties":{"backupIntervalInMinutes":{"Type":3,"Flags":0,"Description":"An integer representing the interval in minutes between two backups"},"backupRetentionIntervalInHours":{"Type":3,"Flags":0,"Description":"An integer representing the time (in hours) that each backup is retained"},"backupStorageRedundancy":{"Type":72,"Flags":0,"Description":"Enum to indicate type of backup residency"}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"5":{"Elements":[69,70,71,4]}},{"6":{"Value":"Periodic"}},{"2":{"Name":"CorsPolicy","Properties":{"allowedOrigins":{"Type":4,"Flags":1,"Description":"The origin domains that are permitted to make a request against the service via CORS."},"allowedMethods":{"Type":4,"Flags":0,"Description":"The methods (HTTP request verbs) that the origin domain may use for a CORS request."},"allowedHeaders":{"Type":4,"Flags":0,"Description":"The request headers that the origin domain may specify on the CORS request."},"exposedHeaders":{"Type":4,"Flags":0,"Description":"The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer."},"maxAgeInSeconds":{"Type":3,"Flags":0,"Description":"The maximum amount time that a browser should cache the preflight OPTIONS request."}}}},{"3":{"ItemType":74}},{"6":{"Value":"None"}},{"6":{"Value":"AzureServices"}},{"5":{"Elements":[76,77]}},{"3":{"ItemType":4}},{"2":{"Name":"DiagnosticLogSettings","Properties":{"enableFullTextQuery":{"Type":84,"Flags":0,"Description":"Describe the level of detail with which queries are to be logged."}}}},{"6":{"Value":"None"}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[81,82,83]}},{"2":{"Name":"RestoreParameters","Properties":{"restoreMode":{"Type":87,"Flags":0,"Description":"Describes the mode of the restore."},"databasesToRestore":{"Type":90,"Flags":0,"Description":"List of specific databases available for restore."},"gremlinDatabasesToRestore":{"Type":93,"Flags":0,"Description":"List of specific gremlin databases available for restore."},"tablesToRestore":{"Type":94,"Flags":0,"Description":"List of specific tables available for restore."},"sourceBackupLocation":{"Type":4,"Flags":0,"Description":"The source backup location for restore."},"restoreSource":{"Type":4,"Flags":0,"Description":"The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}"},"restoreTimestampInUtc":{"Type":4,"Flags":0,"Description":"Time to which the account has to be restored (ISO-8601 format)."}}}},{"6":{"Value":"PointInTime"}},{"5":{"Elements":[86,4]}},{"2":{"Name":"DatabaseRestoreResource","Properties":{"databaseName":{"Type":4,"Flags":0,"Description":"The name of the database available for restore."},"collectionNames":{"Type":89,"Flags":0,"Description":"The names of the collections available for restore."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":88}},{"2":{"Name":"GremlinDatabaseRestoreResource","Properties":{"databaseName":{"Type":4,"Flags":0,"Description":"The name of the gremlin database available for restore."},"graphNames":{"Type":92,"Flags":0,"Description":"The names of the graphs available for restore."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":91}},{"3":{"ItemType":4}},{"2":{"Name":"Capacity","Properties":{"totalThroughputLimit":{"Type":3,"Flags":0,"Description":"The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput."}}}},{"2":{"Name":"DatabaseAccountKeysMetadata","Properties":{"primaryMasterKey":{"Type":97,"Flags":2,"Description":"The metadata related to the Primary Read-Write Key for the given Cosmos DB database account."},"secondaryMasterKey":{"Type":97,"Flags":2,"Description":"The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account."},"primaryReadonlyMasterKey":{"Type":97,"Flags":2,"Description":"The metadata related to the Primary Read-Only Key for the given Cosmos DB database account."},"secondaryReadonlyMasterKey":{"Type":97,"Flags":2,"Description":"The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account."}}}},{"2":{"Name":"AccountKeyMetadata","Properties":{"generationTime":{"Type":4,"Flags":2,"Description":"Generation time in UTC of the key in ISO-8601 format. If the value is missing from the object, it means that the last key regeneration was triggered before 2022-06-18."}}}},{"6":{"Value":"Tls"}},{"6":{"Value":"Tls11"}},{"6":{"Value":"Tls12"}},{"5":{"Elements":[98,99,100,4]}},{"3":{"ItemType":23}},{"3":{"ItemType":23}},{"2":{"Name":"FailoverPolicy","Properties":{"id":{"Type":4,"Flags":2,"Description":"The unique identifier of the region in which the database account replicates to. Example: <accountName>-<locationName>."},"locationName":{"Type":4,"Flags":0,"Description":"The name of the region in which the database account exists."},"failoverPriority":{"Type":3,"Flags":0,"Description":"The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists."}}}},{"3":{"ItemType":104}},{"2":{"Name":"PrivateEndpointConnection","Properties":{"properties":{"Type":107,"Flags":0,"Description":"Resource properties."},"id":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"},"name":{"Type":4,"Flags":2,"Description":"The name of the resource"},"type":{"Type":4,"Flags":2,"Description":"The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"privateEndpoint":{"Type":108,"Flags":0,"Description":"Private endpoint which the connection belongs to."},"privateLinkServiceConnectionState":{"Type":109,"Flags":0,"Description":"Connection State of the Private Endpoint Connection."},"groupId":{"Type":4,"Flags":0,"Description":"Group id of the private endpoint."},"provisioningState":{"Type":4,"Flags":0,"Description":"Provisioning state of the private endpoint."}}}},{"2":{"Name":"PrivateEndpointProperty","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource id of the private endpoint."}}}},{"2":{"Name":"PrivateLinkServiceConnectionStateProperty","Properties":{"status":{"Type":4,"Flags":0,"Description":"The private link service connection status."},"description":{"Type":4,"Flags":0,"Description":"The private link service connection description."},"actionsRequired":{"Type":4,"Flags":2,"Description":"Any action that is required beyond basic workflow (approve/ reject/ disconnect)"}}}},{"3":{"ItemType":106}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedServiceIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal id of the system assigned identity. This property will only be provided for a system assigned identity."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant id of the system assigned identity. This property will only be provided for a system assigned identity."},"type":{"Type":117,"Flags":0,"Description":"The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service."},"userAssignedIdentities":{"Type":119,"Flags":0,"Description":"The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."}}}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"SystemAssigned,UserAssigned"}},{"6":{"Value":"None"}},{"5":{"Elements":[113,114,115,116]}},{"2":{"Name":"Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal id of user assigned identity."},"clientId":{"Type":4,"Flags":2,"Description":"The client id of user assigned identity."}}}},{"2":{"Name":"ManagedServiceIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":118}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":125,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":130,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[121,122,123,124,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[126,127,128,129,4]}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts@2023-03-01-preview","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/graphs"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/graphs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":132,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":133,"Flags":10,"Description":"The resource api version"},"properties":{"Type":135,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Graph resource."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":139,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"GraphResourceCreateUpdatePropertiesOrGraphResourceGetProperties","Properties":{"resource":{"Type":136,"Flags":1,"Description":"The standard JSON format of a Graph resource"},"options":{"Type":137,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"GraphResourceOrGraphResourceGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Graph"}}}},{"2":{"Name":"CreateUpdateOptionsOrGraphResourceGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"AutoscaleSettings","Properties":{"maxThroughput":{"Type":3,"Flags":0,"Description":"Represents maximum throughput, the resource can scale up to."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/graphs@2023-03-01-preview","ScopeType":8,"Body":134,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":141,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":142,"Flags":10,"Description":"The resource api version"},"properties":{"Type":144,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB SQL database."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":152,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlDatabaseCreateUpdatePropertiesOrSqlDatabaseGetProperties","Properties":{"resource":{"Type":145,"Flags":1,"Description":"The standard JSON format of a SQL database"},"options":{"Type":151,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlDatabaseResourceOrSqlDatabaseGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL database"},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":150,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_colls":{"Type":4,"Flags":2,"Description":"A system generated property that specified the addressable path of the collections resource."},"_users":{"Type":4,"Flags":2,"Description":"A system generated property that specifies the addressable path of the users resource."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"ResourceRestoreParameters","Properties":{"restoreSource":{"Type":4,"Flags":0,"Description":"The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}"},"restoreTimestampInUtc":{"Type":4,"Flags":0,"Description":"Time to which the account has to be restored (ISO-8601 format)."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[147,148,149,4]}},{"2":{"Name":"CreateUpdateOptionsOrSqlDatabaseGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-03-01-preview","ScopeType":8,"Body":143,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":154,"Flags":9,"Description":"The resource name"},"type":{"Type":155,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":156,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":163,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties","Properties":{"resource":{"Type":159,"Flags":1,"Description":"The standard JSON format of a resource throughput"}}}},{"2":{"Name":"ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both."},"autoscaleSettings":{"Type":160,"Flags":0,"Description":"Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings is required, but not both."},"minimumThroughput":{"Type":4,"Flags":2,"Description":"The minimum throughput of the resource"},"offerReplacePending":{"Type":4,"Flags":2,"Description":"The throughput replace is pending"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"AutoscaleSettingsResource","Properties":{"maxThroughput":{"Type":3,"Flags":1,"Description":"Represents maximum throughput container can scale up to."},"autoUpgradePolicy":{"Type":161,"Flags":0,"Description":"Cosmos DB resource auto-upgrade policy"},"targetMaxThroughput":{"Type":3,"Flags":2,"Description":"Represents target maximum throughput container can scale up to once offer is no longer in pending state."}}}},{"2":{"Name":"AutoUpgradePolicyResource","Properties":{"throughputPolicy":{"Type":162,"Flags":0,"Description":"Represents throughput policy which service must adhere to for auto-upgrade"}}}},{"2":{"Name":"ThroughputPolicyResource","Properties":{"isEnabled":{"Type":2,"Flags":0,"Description":"Determines whether the ThroughputPolicy is active or not"},"incrementPercent":{"Type":3,"Flags":0,"Description":"Represents the percentage by which throughput can increase every time throughput policy kicks in."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":157,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":165,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":166,"Flags":10,"Description":"The resource api version"},"properties":{"Type":168,"Flags":1,"Description":"Properties to create and update ClientEncryptionKey."}}}},{"2":{"Name":"ClientEncryptionKeyCreateUpdatePropertiesOrClientEncryptionKeyGetProperties","Properties":{"resource":{"Type":169,"Flags":1,"Description":"The standard JSON format of a ClientEncryptionKey"}}}},{"2":{"Name":"ClientEncryptionKeyResourceOrClientEncryptionKeyGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":0,"Description":"Name of the ClientEncryptionKey"},"encryptionAlgorithm":{"Type":4,"Flags":0,"Description":"Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data."},"wrappedDataEncryptionKey":{"Type":0,"Flags":0,"Description":"Wrapped (encrypted) form of the key represented as a byte array."},"keyWrapMetadata":{"Type":170,"Flags":0,"Description":"Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"KeyWrapMetadata","Properties":{"name":{"Type":4,"Flags":0,"Description":"The name of associated KeyEncryptionKey (aka CustomerManagedKey)."},"type":{"Type":4,"Flags":0,"Description":"ProviderName of KeyStoreProvider."},"value":{"Type":4,"Flags":0,"Description":"Reference / link to the KeyEncryptionKey."},"algorithm":{"Type":4,"Flags":0,"Description":"Algorithm used in wrapping and unwrapping of the data encryption key."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-03-01-preview","ScopeType":8,"Body":167,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":172,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":173,"Flags":10,"Description":"The resource api version"},"properties":{"Type":175,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB container."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":235,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlContainerCreateUpdatePropertiesOrSqlContainerGetProperties","Properties":{"resource":{"Type":176,"Flags":1,"Description":"The standard JSON format of a container"},"options":{"Type":234,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlContainerResourceOrSqlContainerGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL container"},"indexingPolicy":{"Type":177,"Flags":0,"Description":"The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the container"},"partitionKey":{"Type":213,"Flags":0,"Description":"The configuration of the partition key to be used for partitioning data into multiple partitions"},"defaultTtl":{"Type":3,"Flags":0,"Description":"Default time to live"},"uniqueKeyPolicy":{"Type":219,"Flags":0,"Description":"The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service."},"conflictResolutionPolicy":{"Type":223,"Flags":0,"Description":"The conflict resolution policy for the container."},"clientEncryptionPolicy":{"Type":227,"Flags":0,"Description":"The client encryption policy for the container."},"analyticalStorageTtl":{"Type":3,"Flags":0,"Description":"Analytical TTL."},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":233,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"IndexingPolicy","Properties":{"automatic":{"Type":2,"Flags":0,"Description":"Indicates if the indexing policy is automatic"},"indexingMode":{"Type":181,"Flags":0,"Description":"Indicates the indexing mode."},"includedPaths":{"Type":196,"Flags":0,"Description":"List of paths to include in the indexing"},"excludedPaths":{"Type":198,"Flags":0,"Description":"List of paths to exclude from indexing"},"compositeIndexes":{"Type":204,"Flags":0,"Description":"List of composite path list"},"spatialIndexes":{"Type":212,"Flags":0,"Description":"List of spatial specifics"}}}},{"6":{"Value":"consistent"}},{"6":{"Value":"lazy"}},{"6":{"Value":"none"}},{"5":{"Elements":[178,179,180,4]}},{"2":{"Name":"IncludedPath","Properties":{"path":{"Type":4,"Flags":0,"Description":"The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)"},"indexes":{"Type":195,"Flags":0,"Description":"List of indexes for this path"}}}},{"2":{"Name":"Indexes","Properties":{"dataType":{"Type":190,"Flags":0,"Description":"The datatype for which the indexing behavior is applied to."},"precision":{"Type":3,"Flags":0,"Description":"The precision of the index. -1 is maximum precision."},"kind":{"Type":194,"Flags":0,"Description":"Indicates the type of index."}}}},{"6":{"Value":"String"}},{"6":{"Value":"Number"}},{"6":{"Value":"Point"}},{"6":{"Value":"Polygon"}},{"6":{"Value":"LineString"}},{"6":{"Value":"MultiPolygon"}},{"5":{"Elements":[184,185,186,187,188,189,4]}},{"6":{"Value":"Hash"}},{"6":{"Value":"Range"}},{"6":{"Value":"Spatial"}},{"5":{"Elements":[191,192,193,4]}},{"3":{"ItemType":183}},{"3":{"ItemType":182}},{"2":{"Name":"ExcludedPath","Properties":{"path":{"Type":4,"Flags":0,"Description":"The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)"}}}},{"3":{"ItemType":197}},{"2":{"Name":"CompositePath","Properties":{"path":{"Type":4,"Flags":0,"Description":"The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)"},"order":{"Type":202,"Flags":0,"Description":"Sort order for composite paths."}}}},{"6":{"Value":"ascending"}},{"6":{"Value":"descending"}},{"5":{"Elements":[200,201,4]}},{"3":{"ItemType":199}},{"3":{"ItemType":203}},{"2":{"Name":"SpatialSpec","Properties":{"path":{"Type":4,"Flags":0,"Description":"The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)"},"types":{"Type":211,"Flags":0,"Description":"List of path's spatial type"}}}},{"6":{"Value":"Point"}},{"6":{"Value":"LineString"}},{"6":{"Value":"Polygon"}},{"6":{"Value":"MultiPolygon"}},{"5":{"Elements":[206,207,208,209,4]}},{"3":{"ItemType":210}},{"3":{"ItemType":205}},{"2":{"Name":"ContainerPartitionKey","Properties":{"paths":{"Type":214,"Flags":0,"Description":"List of paths using which data within the container can be partitioned"},"kind":{"Type":218,"Flags":0,"Description":"Indicates the kind of algorithm used for partitioning. For MultiHash, multiple partition keys (upto three maximum) are supported for container create"},"version":{"Type":3,"Flags":0,"Description":"Indicates the version of the partition key definition"},"systemKey":{"Type":2,"Flags":2,"Description":"Indicates if the container is using a system generated partition key"}}}},{"3":{"ItemType":4}},{"6":{"Value":"Hash"}},{"6":{"Value":"Range"}},{"6":{"Value":"MultiHash"}},{"5":{"Elements":[215,216,217,4]}},{"2":{"Name":"UniqueKeyPolicy","Properties":{"uniqueKeys":{"Type":222,"Flags":0,"Description":"List of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service."}}}},{"2":{"Name":"UniqueKey","Properties":{"paths":{"Type":221,"Flags":0,"Description":"List of paths must be unique for each document in the Azure Cosmos DB service"}}}},{"3":{"ItemType":4}},{"3":{"ItemType":220}},{"2":{"Name":"ConflictResolutionPolicy","Properties":{"mode":{"Type":226,"Flags":0,"Description":"Indicates the conflict resolution mode."},"conflictResolutionPath":{"Type":4,"Flags":0,"Description":"The conflict resolution path in the case of LastWriterWins mode."},"conflictResolutionProcedure":{"Type":4,"Flags":0,"Description":"The procedure to resolve conflicts in the case of custom mode."}}}},{"6":{"Value":"LastWriterWins"}},{"6":{"Value":"Custom"}},{"5":{"Elements":[224,225,4]}},{"2":{"Name":"ClientEncryptionPolicy","Properties":{"includedPaths":{"Type":229,"Flags":1,"Description":"Paths of the item that need encryption along with path-specific settings."},"policyFormatVersion":{"Type":3,"Flags":1,"Description":"Version of the client encryption policy definition. Supported versions are 1 and 2. Version 2 supports id and partition key path encryption."}}}},{"2":{"Name":"ClientEncryptionIncludedPath","Properties":{"path":{"Type":4,"Flags":1,"Description":"Path that needs to be encrypted."},"clientEncryptionKeyId":{"Type":4,"Flags":1,"Description":"The identifier of the Client Encryption Key to be used to encrypt the path."},"encryptionType":{"Type":4,"Flags":1,"Description":"The type of encryption to be performed. Eg - Deterministic, Randomized."},"encryptionAlgorithm":{"Type":4,"Flags":1,"Description":"The encryption algorithm which will be used. Eg - AEAD_AES_256_CBC_HMAC_SHA256."}}}},{"3":{"ItemType":228}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[230,231,232,4]}},{"2":{"Name":"CreateUpdateOptionsOrSqlContainerGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-03-01-preview","ScopeType":8,"Body":174,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":237,"Flags":9,"Description":"The resource name"},"type":{"Type":238,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":239,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":241,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":240,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":243,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":244,"Flags":10,"Description":"The resource api version"},"properties":{"Type":246,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB storedProcedure."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":249,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlStoredProcedureCreateUpdatePropertiesOrSqlStoredProcedureGetProperties","Properties":{"resource":{"Type":247,"Flags":1,"Description":"The standard JSON format of a storedProcedure"},"options":{"Type":248,"Flags":4,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlStoredProcedureResourceOrSqlStoredProcedureGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL storedProcedure"},"body":{"Type":4,"Flags":0,"Description":"Body of the Stored Procedure"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"CreateUpdateOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-03-01-preview","ScopeType":8,"Body":245,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":251,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":252,"Flags":10,"Description":"The resource api version"},"properties":{"Type":254,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB userDefinedFunction."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":256,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlUserDefinedFunctionCreateUpdatePropertiesOrSqlUserDefinedFunctionGetProperties","Properties":{"resource":{"Type":255,"Flags":1,"Description":"The standard JSON format of a userDefinedFunction"},"options":{"Type":248,"Flags":4,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlUserDefinedFunctionResourceOrSqlUserDefinedFunctionGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL userDefinedFunction"},"body":{"Type":4,"Flags":0,"Description":"Body of the User Defined Function"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-03-01-preview","ScopeType":8,"Body":253,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":258,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":259,"Flags":10,"Description":"The resource api version"},"properties":{"Type":261,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB trigger."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":272,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"SqlTriggerCreateUpdatePropertiesOrSqlTriggerGetProperties","Properties":{"resource":{"Type":262,"Flags":1,"Description":"The standard JSON format of a trigger"},"options":{"Type":248,"Flags":4,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"SqlTriggerResourceOrSqlTriggerGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB SQL trigger"},"body":{"Type":4,"Flags":0,"Description":"Body of the Trigger"},"triggerType":{"Type":265,"Flags":0,"Description":"Type of the Trigger"},"triggerOperation":{"Type":271,"Flags":0,"Description":"The operation the trigger is associated with"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Pre"}},{"6":{"Value":"Post"}},{"5":{"Elements":[263,264,4]}},{"6":{"Value":"All"}},{"6":{"Value":"Create"}},{"6":{"Value":"Update"}},{"6":{"Value":"Delete"}},{"6":{"Value":"Replace"}},{"5":{"Elements":[266,267,268,269,270,4]}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-03-01-preview","ScopeType":8,"Body":260,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":274,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":275,"Flags":10,"Description":"The resource api version"},"properties":{"Type":277,"Flags":0,"Description":"Properties to create and update an Azure Cosmos DB SQL Role Definition."}}}},{"2":{"Name":"SqlRoleDefinitionResource","Properties":{"roleName":{"Type":4,"Flags":0,"Description":"A user-friendly name for the Role Definition. Must be unique for the database account."},"type":{"Type":280,"Flags":0,"Description":"Indicates whether the Role Definition was built-in or user created."},"assignableScopes":{"Type":281,"Flags":0,"Description":"A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist."},"permissions":{"Type":285,"Flags":0,"Description":"The set of operations allowed through this Role Definition."}}}},{"6":{"Value":"BuiltInRole"}},{"6":{"Value":"CustomRole"}},{"5":{"Elements":[278,279]}},{"3":{"ItemType":4}},{"2":{"Name":"Permission","Properties":{"dataActions":{"Type":283,"Flags":0,"Description":"An array of data actions that are allowed."},"notDataActions":{"Type":284,"Flags":0,"Description":"An array of data actions that are denied."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":282}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-03-01-preview","ScopeType":8,"Body":276,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":287,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":288,"Flags":10,"Description":"The resource api version"},"properties":{"Type":290,"Flags":0,"Description":"Properties to create and update an Azure Cosmos DB SQL Role Assignment."}}}},{"2":{"Name":"SqlRoleAssignmentResource","Properties":{"roleDefinitionId":{"Type":4,"Flags":0,"Description":"The unique identifier for the associated Role Definition."},"scope":{"Type":4,"Flags":0,"Description":"The data plane resource path for which access is being granted through this Role Assignment."},"principalId":{"Type":4,"Flags":0,"Description":"The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-03-01-preview","ScopeType":8,"Body":289,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":292,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":293,"Flags":10,"Description":"The resource api version"},"properties":{"Type":295,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB MongoDB database."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":302,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"MongoDBDatabaseCreateUpdatePropertiesOrMongoDBDatabaseGetProperties","Properties":{"resource":{"Type":296,"Flags":1,"Description":"The standard JSON format of a MongoDB database"},"options":{"Type":301,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"MongoDBDatabaseResourceOrMongoDBDatabaseGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB MongoDB database"},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":300,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[297,298,299,4]}},{"2":{"Name":"CreateUpdateOptionsOrMongoDBDatabaseGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-03-01-preview","ScopeType":8,"Body":294,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":304,"Flags":9,"Description":"The resource name"},"type":{"Type":305,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":306,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":308,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":307,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":310,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":311,"Flags":10,"Description":"The resource api version"},"properties":{"Type":313,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB MongoDB collection."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":326,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"MongoDBCollectionCreateUpdatePropertiesOrMongoDBCollectionGetProperties","Properties":{"resource":{"Type":314,"Flags":1,"Description":"The standard JSON format of a MongoDB collection"},"options":{"Type":325,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"MongoDBCollectionResourceOrMongoDBCollectionGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB MongoDB collection"},"shardKey":{"Type":315,"Flags":0,"Description":"A key-value pair of shard keys to be applied for the request."},"indexes":{"Type":320,"Flags":0,"Description":"List of index keys"},"analyticalStorageTtl":{"Type":3,"Flags":0,"Description":"Analytical TTL."},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":324,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"ShardKeys","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"MongoIndex","Properties":{"key":{"Type":317,"Flags":0,"Description":"Cosmos DB MongoDB collection index keys"},"options":{"Type":319,"Flags":0,"Description":"Cosmos DB MongoDB collection index key options"}}}},{"2":{"Name":"MongoIndexKeys","Properties":{"keys":{"Type":318,"Flags":0,"Description":"List of keys for each MongoDB collection in the Azure Cosmos DB service"}}}},{"3":{"ItemType":4}},{"2":{"Name":"MongoIndexOptions","Properties":{"expireAfterSeconds":{"Type":3,"Flags":0,"Description":"Expire after seconds"},"unique":{"Type":2,"Flags":0,"Description":"Is unique or not"}}}},{"3":{"ItemType":316}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[321,322,323,4]}},{"2":{"Name":"CreateUpdateOptionsOrMongoDBCollectionGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-03-01-preview","ScopeType":8,"Body":312,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":328,"Flags":9,"Description":"The resource name"},"type":{"Type":329,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":330,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":332,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":331,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":334,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":335,"Flags":10,"Description":"The resource api version"},"properties":{"Type":337,"Flags":0,"Description":"Properties to create and update an Azure Cosmos DB Mongo Role Definition."}}}},{"2":{"Name":"MongoRoleDefinitionResource","Properties":{"roleName":{"Type":4,"Flags":0,"Description":"A user-friendly name for the Role Definition. Must be unique for the database account."},"type":{"Type":340,"Flags":0,"Description":"Indicates whether the Role Definition was built-in or user created."},"databaseName":{"Type":4,"Flags":0,"Description":"The database name for which access is being granted for this Role Definition."},"privileges":{"Type":344,"Flags":0,"Description":"A set of privileges contained by the Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Scopes higher than Database are not enforceable as privilege."},"roles":{"Type":346,"Flags":0,"Description":"The set of roles inherited by this Role Definition."}}}},{"6":{"Value":"BuiltInRole"}},{"6":{"Value":"CustomRole"}},{"5":{"Elements":[338,339]}},{"2":{"Name":"Privilege","Properties":{"resource":{"Type":342,"Flags":0,"Description":"An Azure Cosmos DB Mongo DB Resource."},"actions":{"Type":343,"Flags":0,"Description":"An array of actions that are allowed."}}}},{"2":{"Name":"PrivilegeResource","Properties":{"db":{"Type":4,"Flags":0,"Description":"The database name the role is applied."},"collection":{"Type":4,"Flags":0,"Description":"The collection name the role is applied."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":341}},{"2":{"Name":"Role","Properties":{"db":{"Type":4,"Flags":0,"Description":"The database name the role is applied."},"role":{"Type":4,"Flags":0,"Description":"The role name."}}}},{"3":{"ItemType":345}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-03-01-preview","ScopeType":8,"Body":336,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":348,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":349,"Flags":10,"Description":"The resource api version"},"properties":{"Type":351,"Flags":0,"Description":"Properties to create and update an Azure Cosmos DB Mongo User Definition."}}}},{"2":{"Name":"MongoUserDefinitionResource","Properties":{"userName":{"Type":4,"Flags":0,"Description":"The user name for User Definition."},"password":{"Type":4,"Flags":0,"Description":"The password for User Definition. Response does not contain user password."},"databaseName":{"Type":4,"Flags":0,"Description":"The database name for which access is being granted for this User Definition."},"customData":{"Type":4,"Flags":0,"Description":"A custom definition for the USer Definition."},"roles":{"Type":352,"Flags":0,"Description":"The set of roles inherited by the User Definition."},"mechanisms":{"Type":4,"Flags":0,"Description":"The Mongo Auth mechanism. For now, we only support auth mechanism SCRAM-SHA-256."}}}},{"3":{"ItemType":345}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-03-01-preview","ScopeType":8,"Body":350,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/tables"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/tables","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":354,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":355,"Flags":10,"Description":"The resource api version"},"properties":{"Type":357,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Table."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":364,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"TableCreateUpdatePropertiesOrTableGetProperties","Properties":{"resource":{"Type":358,"Flags":1,"Description":"The standard JSON format of a Table"},"options":{"Type":363,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"TableResourceOrTableGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB table"},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":362,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[359,360,361,4]}},{"2":{"Name":"CreateUpdateOptionsOrTableGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/tables@2023-03-01-preview","ScopeType":8,"Body":356,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":366,"Flags":9,"Description":"The resource name"},"type":{"Type":367,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":368,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":370,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":369,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":372,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":373,"Flags":10,"Description":"The resource api version"},"properties":{"Type":375,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Cassandra keyspace."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":378,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"CassandraKeyspaceCreateUpdatePropertiesOrCassandraKeyspaceGetProperties","Properties":{"resource":{"Type":376,"Flags":1,"Description":"The standard JSON format of a Cassandra keyspace"},"options":{"Type":377,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"CassandraKeyspaceResourceOrCassandraKeyspaceGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Cassandra keyspace"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"CreateUpdateOptionsOrCassandraKeyspaceGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-03-01-preview","ScopeType":8,"Body":374,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":380,"Flags":9,"Description":"The resource name"},"type":{"Type":381,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":382,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":384,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":383,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":386,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":387,"Flags":10,"Description":"The resource api version"},"properties":{"Type":389,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Cassandra table."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":399,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"CassandraTableCreateUpdatePropertiesOrCassandraTableGetProperties","Properties":{"resource":{"Type":390,"Flags":1,"Description":"The standard JSON format of a Cassandra table"},"options":{"Type":398,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"CassandraTableResourceOrCassandraTableGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Cassandra table"},"defaultTtl":{"Type":3,"Flags":0,"Description":"Time to live of the Cosmos DB Cassandra table"},"schema":{"Type":391,"Flags":0,"Description":"Schema of the Cosmos DB Cassandra table"},"analyticalStorageTtl":{"Type":3,"Flags":0,"Description":"Analytical TTL."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"CassandraSchema","Properties":{"columns":{"Type":393,"Flags":0,"Description":"List of Cassandra table columns."},"partitionKeys":{"Type":395,"Flags":0,"Description":"List of partition key."},"clusterKeys":{"Type":397,"Flags":0,"Description":"List of cluster key."}}}},{"2":{"Name":"Column","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the Cosmos DB Cassandra table column"},"type":{"Type":4,"Flags":0,"Description":"Type of the Cosmos DB Cassandra table column"}}}},{"3":{"ItemType":392}},{"2":{"Name":"CassandraPartitionKey","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the Cosmos DB Cassandra table partition key"}}}},{"3":{"ItemType":394}},{"2":{"Name":"ClusterKey","Properties":{"name":{"Type":4,"Flags":0,"Description":"Name of the Cosmos DB Cassandra table cluster key"},"orderBy":{"Type":4,"Flags":0,"Description":"Order of the Cosmos DB Cassandra table cluster key, only support \"Asc\" and \"Desc\""}}}},{"3":{"ItemType":396}},{"2":{"Name":"CreateUpdateOptionsOrCassandraTableGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-03-01-preview","ScopeType":8,"Body":388,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":401,"Flags":9,"Description":"The resource name"},"type":{"Type":402,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":403,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":405,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":404,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":407,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":408,"Flags":10,"Description":"The resource api version"},"properties":{"Type":410,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Cassandra view."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":413,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"CassandraViewCreateUpdatePropertiesOrCassandraViewGetProperties","Properties":{"resource":{"Type":411,"Flags":1,"Description":"The standard JSON format of a Cassandra view"},"options":{"Type":412,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"CassandraViewResourceOrCassandraViewGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Cassandra view"},"viewDefinition":{"Type":4,"Flags":1,"Description":"View Definition of the Cosmos DB Cassandra view"},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"2":{"Name":"CreateUpdateOptionsOrCassandraViewGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2023-03-01-preview","ScopeType":8,"Body":409,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":415,"Flags":9,"Description":"The resource name"},"type":{"Type":416,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":417,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":419,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":418,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":421,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":422,"Flags":10,"Description":"The resource api version"},"properties":{"Type":424,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Gremlin database."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":431,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"GremlinDatabaseCreateUpdatePropertiesOrGremlinDatabaseGetProperties","Properties":{"resource":{"Type":425,"Flags":1,"Description":"The standard JSON format of a Gremlin database"},"options":{"Type":430,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"GremlinDatabaseResourceOrGremlinDatabaseGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Gremlin database"},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":429,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[426,427,428,4]}},{"2":{"Name":"CreateUpdateOptionsOrGremlinDatabaseGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-03-01-preview","ScopeType":8,"Body":423,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":433,"Flags":9,"Description":"The resource name"},"type":{"Type":434,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":435,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":437,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":436,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":439,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":440,"Flags":10,"Description":"The resource api version"},"properties":{"Type":442,"Flags":1,"Description":"Properties to create and update Azure Cosmos DB Gremlin graph."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":449,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"GremlinGraphCreateUpdatePropertiesOrGremlinGraphGetProperties","Properties":{"resource":{"Type":443,"Flags":1,"Description":"The standard JSON format of a Gremlin graph"},"options":{"Type":448,"Flags":0,"Description":"A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request."}}}},{"2":{"Name":"GremlinGraphResourceOrGremlinGraphGetPropertiesResource","Properties":{"id":{"Type":4,"Flags":1,"Description":"Name of the Cosmos DB Gremlin graph"},"indexingPolicy":{"Type":177,"Flags":0,"Description":"The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the graph"},"partitionKey":{"Type":213,"Flags":0,"Description":"The configuration of the partition key to be used for partitioning data into multiple partitions"},"defaultTtl":{"Type":3,"Flags":0,"Description":"Default time to live"},"uniqueKeyPolicy":{"Type":219,"Flags":0,"Description":"The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service."},"conflictResolutionPolicy":{"Type":223,"Flags":0,"Description":"The conflict resolution policy for the graph."},"analyticalStorageTtl":{"Type":3,"Flags":0,"Description":"Analytical TTL."},"restoreParameters":{"Type":146,"Flags":0,"Description":"Parameters to indicate the information about the restore"},"createMode":{"Type":447,"Flags":0,"Description":"Enum to indicate the mode of resource creation."},"_rid":{"Type":4,"Flags":2,"Description":"A system generated property. A unique identifier."},"_ts":{"Type":3,"Flags":2,"Description":"A system generated property that denotes the last updated timestamp of the resource."},"_etag":{"Type":4,"Flags":2,"Description":"A system generated property representing the resource etag required for optimistic concurrency control."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[444,445,446,4]}},{"2":{"Name":"CreateUpdateOptionsOrGremlinGraphGetPropertiesOptions","Properties":{"throughput":{"Type":3,"Flags":0,"Description":"Request Units per second. For example, \"throughput\": 10000."},"autoscaleSettings":{"Type":138,"Flags":0,"Description":"Specifies the Autoscale settings."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-03-01-preview","ScopeType":8,"Body":441,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":451,"Flags":9,"Description":"The resource name"},"type":{"Type":452,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":453,"Flags":10,"Description":"The resource api version"},"properties":{"Type":158,"Flags":1,"Description":"Properties to update Azure Cosmos DB resource throughput."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":455,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":112,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-03-01-preview","ScopeType":8,"Body":454,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":457,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":458,"Flags":10,"Description":"The resource api version"},"properties":{"Type":460,"Flags":1,"Description":"Data Transfer Create Job Properties"}}}},{"2":{"Name":"DataTransferJobProperties","Properties":{"jobName":{"Type":4,"Flags":2,"Description":"Job Name"},"source":{"Type":461,"Flags":1,"Description":"Source DataStore details"},"destination":{"Type":461,"Flags":1,"Description":"Destination DataStore details"},"status":{"Type":4,"Flags":2,"Description":"Job Status"},"processedCount":{"Type":3,"Flags":2,"Description":"Processed Count."},"totalCount":{"Type":3,"Flags":2,"Description":"Total Count."},"lastUpdatedUtcTime":{"Type":4,"Flags":2,"Description":"Last Updated Time (ISO-8601 format)."},"workerCount":{"Type":3,"Flags":0,"Description":"Worker count"},"error":{"Type":470,"Flags":2,"Description":"Error response for Faulted job"}}}},{"7":{"Name":"DataTransferDataSourceSink","Discriminator":"component","BaseProperties":{},"Elements":{"AzureBlobStorage":462,"CosmosDBCassandra":464,"CosmosDBMongo":466,"CosmosDBSql":468}}},{"2":{"Name":"AzureBlobDataTransferDataSourceSink","Properties":{"containerName":{"Type":4,"Flags":1},"endpointUrl":{"Type":4,"Flags":0},"component":{"Type":463,"Flags":1}}}},{"6":{"Value":"AzureBlobStorage"}},{"2":{"Name":"CosmosCassandraDataTransferDataSourceSink","Properties":{"keyspaceName":{"Type":4,"Flags":1},"tableName":{"Type":4,"Flags":1},"component":{"Type":465,"Flags":1}}}},{"6":{"Value":"CosmosDBCassandra"}},{"2":{"Name":"CosmosMongoDataTransferDataSourceSink","Properties":{"databaseName":{"Type":4,"Flags":1},"collectionName":{"Type":4,"Flags":1},"component":{"Type":467,"Flags":1}}}},{"6":{"Value":"CosmosDBMongo"}},{"2":{"Name":"CosmosSqlDataTransferDataSourceSink","Properties":{"databaseName":{"Type":4,"Flags":1},"containerName":{"Type":4,"Flags":1},"component":{"Type":469,"Flags":1}}}},{"6":{"Value":"CosmosDBSql"}},{"2":{"Name":"ErrorResponse","Properties":{"code":{"Type":4,"Flags":0,"Description":"Error code."},"message":{"Type":4,"Flags":0,"Description":"Error message indicating why the operation failed."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2023-03-01-preview","ScopeType":8,"Body":459,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/cassandraClusters"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/cassandraClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":472,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":473,"Flags":10,"Description":"The resource api version"},"properties":{"Type":475,"Flags":0,"Description":"Properties of a managed Cassandra cluster."},"location":{"Type":4,"Flags":0,"Description":"The location of the resource group to which the resource belongs."},"tags":{"Type":494,"Flags":0,"Description":"Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"."},"identity":{"Type":495,"Flags":0,"Description":"Identity for the resource."}}}},{"2":{"Name":"ClusterResourceProperties","Properties":{"provisioningState":{"Type":482,"Flags":0,"Description":"The status of the resource at the time the operation was called."},"restoreFromBackupId":{"Type":4,"Flags":4,"Description":"To create an empty cluster, omit this field or set it to null. To restore a backup into a new cluster, set this field to the resource id of the backup."},"delegatedManagementSubnetId":{"Type":4,"Flags":0,"Description":"Resource id of a subnet that this cluster's management service should have its network interface attached to. The subnet must be routable to all subnets that will be delegated to data centers. The resource id must be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'"},"cassandraVersion":{"Type":4,"Flags":0,"Description":"Which version of Cassandra should this cluster converge to running (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version."},"clusterNameOverride":{"Type":4,"Flags":0,"Description":"If you need to set the clusterName property in cassandra.yaml to something besides the resource name of the cluster, set the value to use on this property."},"authenticationMethod":{"Type":486,"Flags":0,"Description":"Which authentication method Cassandra should use to authenticate clients. 'None' turns off authentication, so should not be used except in emergencies. 'Cassandra' is the default password based authentication. The default is 'Cassandra'. 'Ldap' is in preview."},"initialCassandraAdminPassword":{"Type":4,"Flags":4,"Description":"Initial password for clients connecting as admin to the cluster. Should be changed after cluster creation. Returns null on GET. This field only applies when the authenticationMethod field is 'Cassandra'."},"prometheusEndpoint":{"Type":487,"Flags":0,"Description":"Hostname or IP address where the Prometheus endpoint containing data about the managed Cassandra nodes can be reached."},"repairEnabled":{"Type":2,"Flags":0,"Description":"Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs."},"clientCertificates":{"Type":489,"Flags":0,"Description":"List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property."},"externalGossipCertificates":{"Type":490,"Flags":0,"Description":"List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property."},"gossipCertificates":{"Type":491,"Flags":2,"Description":"List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes. All managed nodes will present TLS client certificates that are verifiable using one of the certificates provided in this property."},"externalSeedNodes":{"Type":492,"Flags":0,"Description":"List of IP addresses of seed nodes in unmanaged data centers. These will be added to the seed node lists of all managed nodes."},"seedNodes":{"Type":493,"Flags":2,"Description":"List of IP addresses of seed nodes in the managed data centers. These should be added to the seed node lists of all unmanaged nodes."},"hoursBetweenBackups":{"Type":3,"Flags":0,"Description":"Number of hours to wait between taking a backup of the cluster. To disable backups, set this property to 0."},"deallocated":{"Type":2,"Flags":0,"Description":"Whether the cluster and associated data centers has been deallocated."},"cassandraAuditLoggingEnabled":{"Type":2,"Flags":0,"Description":"Whether Cassandra audit logging is enabled"}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[476,477,478,479,480,481,4]}},{"6":{"Value":"None"}},{"6":{"Value":"Cassandra"}},{"6":{"Value":"Ldap"}},{"5":{"Elements":[483,484,485,4]}},{"2":{"Name":"SeedNode","Properties":{"ipAddress":{"Type":4,"Flags":0,"Description":"IP address of this seed node."}}}},{"2":{"Name":"Certificate","Properties":{"pem":{"Type":4,"Flags":0,"Description":"PEM formatted public key."}}}},{"3":{"ItemType":488}},{"3":{"ItemType":488}},{"3":{"ItemType":488}},{"3":{"ItemType":487}},{"3":{"ItemType":487}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ManagedCassandraManagedServiceIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The object id of the identity resource."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant id of the resource."},"type":{"Type":498,"Flags":0,"Description":"The type of the resource."}}}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"None"}},{"5":{"Elements":[496,497,4]}},{"4":{"Name":"Microsoft.DocumentDB/cassandraClusters@2023-03-01-preview","ScopeType":8,"Body":474,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/cassandraClusters/dataCenters"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/cassandraClusters/dataCenters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":500,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":501,"Flags":10,"Description":"The resource api version"},"properties":{"Type":503,"Flags":0,"Description":"Properties of a managed Cassandra data center."}}}},{"2":{"Name":"DataCenterResourceProperties","Properties":{"provisioningState":{"Type":510,"Flags":0,"Description":"The status of the resource at the time the operation was called."},"dataCenterLocation":{"Type":4,"Flags":0,"Description":"The region this data center should be created in."},"delegatedSubnetId":{"Type":4,"Flags":0,"Description":"Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions//resourceGroups//providers/Microsoft.Network/virtualNetworks//subnets/'."},"nodeCount":{"Type":3,"Flags":0,"Description":"The number of nodes the data center should have. This is the desired number. After it is set, it may take some time for the data center to be scaled to match. To monitor the number of nodes and their status, use the fetchNodeStatus method on the cluster."},"seedNodes":{"Type":511,"Flags":2,"Description":"IP addresses for seed nodes in this data center. This is for reference. Generally you will want to use the seedNodes property on the cluster, which aggregates the seed nodes from all data centers in the cluster."},"base64EncodedCassandraYamlFragment":{"Type":4,"Flags":0,"Description":"A fragment of a cassandra.yaml configuration file to be included in the cassandra.yaml for all nodes in this data center. The fragment should be Base64 encoded, and only a subset of keys are allowed."},"managedDiskCustomerKeyUri":{"Type":4,"Flags":0,"Description":"Key uri to use for encryption of managed disks. Ensure the system assigned identity of the cluster has been assigned appropriate permissions(key get/wrap/unwrap permissions) on the key."},"backupStorageCustomerKeyUri":{"Type":4,"Flags":0,"Description":"Indicates the Key Uri of the customer key to use for encryption of the backup storage account."},"sku":{"Type":4,"Flags":0,"Description":"Virtual Machine SKU used for data centers. Default value is Standard_DS14_v2"},"diskSku":{"Type":4,"Flags":0,"Description":"Disk SKU used for data centers. Default value is P30."},"diskCapacity":{"Type":3,"Flags":0,"Description":"Number of disk used for data centers. Default value is 4."},"availabilityZone":{"Type":2,"Flags":0,"Description":"If the data center has Availability Zone feature, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines."},"authenticationMethodLdapProperties":{"Type":512,"Flags":0,"Description":"Ldap authentication method properties. This feature is in preview."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[504,505,506,507,508,509,4]}},{"3":{"ItemType":487}},{"2":{"Name":"AuthenticationMethodLdapProperties","Properties":{"serverHostname":{"Type":4,"Flags":0,"Description":"Hostname of the LDAP server."},"serverPort":{"Type":3,"Flags":0,"Description":"Port of the LDAP server."},"serviceUserDistinguishedName":{"Type":4,"Flags":0,"Description":"Distinguished name of the look up user account, who can look up user details on authentication."},"serviceUserPassword":{"Type":4,"Flags":0,"Description":"Password of the look up user."},"searchBaseDistinguishedName":{"Type":4,"Flags":0,"Description":"Distinguished name of the object to start the recursive search of users from."},"searchFilterTemplate":{"Type":4,"Flags":0,"Description":"Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login."},"serverCertificates":{"Type":513,"Flags":0}}}},{"3":{"ItemType":488}},{"4":{"Name":"Microsoft.DocumentDB/cassandraClusters/dataCenters@2023-03-01-preview","ScopeType":8,"Body":502,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/mongoClusters"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/mongoClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":515,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":516,"Flags":10,"Description":"The resource api version"},"properties":{"Type":518,"Flags":0,"Description":"Properties of the mongo cluster."},"tags":{"Type":543,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":120,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"MongoClusterProperties","Properties":{"createMode":{"Type":522,"Flags":4,"Description":"The mode to create a mongo cluster."},"restoreParameters":{"Type":523,"Flags":4,"Description":"Parameters used for restore operations"},"administratorLogin":{"Type":4,"Flags":0,"Description":"The administrator's login for the mongo cluster."},"administratorLoginPassword":{"Type":4,"Flags":4,"Description":"The password of the administrator login."},"serverVersion":{"Type":4,"Flags":0,"Description":"The Mongo DB server version. Defaults to the latest available version if not specified."},"connectionString":{"Type":4,"Flags":2,"Description":"The default mongo connection string for the cluster."},"earliestRestoreTime":{"Type":4,"Flags":2,"Description":"Earliest restore timestamp in UTC ISO8601 format."},"provisioningState":{"Type":530,"Flags":2,"Description":"A provisioning state of the mongo cluster."},"clusterStatus":{"Type":538,"Flags":2,"Description":"A status of the mongo cluster."},"nodeGroupSpecs":{"Type":542,"Flags":0,"Description":"The list of node group specs in the cluster."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Restore"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[519,520,521,4]}},{"2":{"Name":"MongoClusterRestoreParameters","Properties":{"pointInTimeUTC":{"Type":4,"Flags":0,"Description":"UTC point in time to restore a mongo cluster"},"sourceResourceId":{"Type":4,"Flags":0,"Description":"Resource ID to locate the source cluster to restore"}}}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Dropping"}},{"5":{"Elements":[524,525,526,527,528,529,4]}},{"6":{"Value":"Ready"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Starting"}},{"6":{"Value":"Stopping"}},{"6":{"Value":"Stopped"}},{"6":{"Value":"Dropping"}},{"5":{"Elements":[531,532,533,534,535,536,537,4]}},{"2":{"Name":"NodeGroupSpec","Properties":{"kind":{"Type":541,"Flags":0,"Description":"The node type deployed in the node group."},"nodeCount":{"Type":3,"Flags":0,"Description":"The number of nodes in the node group."},"sku":{"Type":4,"Flags":0,"Description":"The resource sku for the node group. This defines the size of CPU and memory that is provisioned for each node. Example values: 'M30', 'M40'."},"diskSizeGB":{"Type":3,"Flags":0,"Description":"The disk storage size for the node group in GB. Example values: 128, 256, 512, 1024."},"enableHa":{"Type":2,"Flags":0,"Description":"Whether high availability is enabled on the node group."}}}},{"6":{"Value":"Shard"}},{"5":{"Elements":[540,4]}},{"3":{"ItemType":539}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.DocumentDB/mongoClusters@2023-03-01-preview","ScopeType":8,"Body":517,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/mongoClusters/firewallRules"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/mongoClusters/firewallRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":545,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":546,"Flags":10,"Description":"The resource api version"},"properties":{"Type":548,"Flags":1,"Description":"The properties of a firewall rule."},"systemData":{"Type":120,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"FirewallRuleProperties","Properties":{"provisioningState":{"Type":555,"Flags":2,"Description":"The provisioning state of the firewall rule."},"startIpAddress":{"Type":4,"Flags":1,"Description":"The start IP address of the mongo cluster firewall rule. Must be IPv4 format."},"endIpAddress":{"Type":4,"Flags":1,"Description":"The end IP address of the mongo cluster firewall rule. Must be IPv4 format."}}}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Dropping"}},{"5":{"Elements":[549,550,551,552,553,554,4]}},{"4":{"Name":"Microsoft.DocumentDB/mongoClusters/firewallRules@2023-03-01-preview","ScopeType":8,"Body":547,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[557,4]}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":558,"Flags":9,"Description":"The resource name"},"type":{"Type":559,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":560,"Flags":10,"Description":"The resource api version"},"properties":{"Type":562,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"NotebookWorkspaceProperties","Properties":{"notebookServerEndpoint":{"Type":4,"Flags":2,"Description":"Specifies the endpoint of Notebook server."},"status":{"Type":4,"Flags":2,"Description":"Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-03-01-preview","ScopeType":8,"Body":561,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":564,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":565,"Flags":10,"Description":"The resource api version"},"properties":{"Type":107,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-03-01-preview","ScopeType":8,"Body":566,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/services"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/services","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":568,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":569,"Flags":10,"Description":"The resource api version"},"properties":{"Type":571,"Flags":0,"Description":"Properties in ServiceResourceCreateUpdateParameters."}}}},{"2":{"Name":"ServiceResourceCreateUpdatePropertiesOrServiceResourceProperties","Properties":{"instanceSize":{"Type":575,"Flags":0,"Description":"Instance type for the service."},"instanceCount":{"Type":3,"Flags":0,"Description":"Instance count for the service."},"creationTime":{"Type":4,"Flags":2,"Description":"Time of the last state change (ISO-8601 format)."},"status":{"Type":582,"Flags":2,"Description":"Describes the status of a service."}},"AdditionalProperties":0}},{"6":{"Value":"Cosmos.D4s"}},{"6":{"Value":"Cosmos.D8s"}},{"6":{"Value":"Cosmos.D16s"}},{"5":{"Elements":[572,573,574,4]}},{"6":{"Value":"Creating"}},{"6":{"Value":"Running"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Error"}},{"6":{"Value":"Stopped"}},{"5":{"Elements":[576,577,578,579,580,581,4]}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/services@2023-03-01-preview","ScopeType":8,"Body":570,"Flags":0}},{"6":{"Value":"Microsoft.DocumentDB/locations"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/locations","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":584,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":585,"Flags":10,"Description":"The resource api version"},"properties":{"Type":587,"Flags":2,"Description":"Cosmos DB location metadata"}}}},{"2":{"Name":"LocationProperties","Properties":{"status":{"Type":4,"Flags":2,"Description":"The current status of location in Azure."},"supportsAvailabilityZone":{"Type":2,"Flags":2,"Description":"Flag indicating whether the location supports availability zones or not."},"isResidencyRestricted":{"Type":2,"Flags":2,"Description":"Flag indicating whether the location is residency sensitive."},"backupStorageRedundancies":{"Type":592,"Flags":2,"Description":"The properties of available backup storage redundancies."}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"5":{"Elements":[588,589,590,4]}},{"3":{"ItemType":591}},{"4":{"Name":"Microsoft.DocumentDB/locations@2023-03-01-preview","ScopeType":4,"Body":586,"Flags":1}},{"6":{"Value":"Microsoft.DocumentDB/cassandraClusters/backups"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/cassandraClusters/backups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":594,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":595,"Flags":10,"Description":"The resource api version"},"properties":{"Type":597,"Flags":2}}}},{"2":{"Name":"BackupResourceProperties","Properties":{"timestamp":{"Type":4,"Flags":0,"Description":"The time this backup was taken, formatted like 2021-01-21T17:35:21"}}}},{"4":{"Name":"Microsoft.DocumentDB/cassandraClusters/backups@2023-03-01-preview","ScopeType":8,"Body":596,"Flags":1}},{"6":{"Value":"Microsoft.DocumentDB/databaseAccounts/privateLinkResources"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.DocumentDB/databaseAccounts/privateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":599,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":600,"Flags":10,"Description":"The resource api version"},"properties":{"Type":602,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"PrivateLinkResourceProperties","Properties":{"groupId":{"Type":4,"Flags":2,"Description":"The private link resource group id."},"requiredMembers":{"Type":603,"Flags":2,"Description":"The private link resource required member names."},"requiredZoneNames":{"Type":604,"Flags":2,"Description":"The private link resource required zone names."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2023-03-01-preview","ScopeType":8,"Body":601,"Flags":1}},{"2":{"Name":"DatabaseAccountListKeysResult","Properties":{"primaryMasterKey":{"Type":4,"Flags":2,"Description":"Base 64 encoded value of the primary read-write key."},"secondaryMasterKey":{"Type":4,"Flags":2,"Description":"Base 64 encoded value of the secondary read-write key."},"primaryReadonlyMasterKey":{"Type":4,"Flags":2,"Description":"Base 64 encoded value of the primary read-only key."},"secondaryReadonlyMasterKey":{"Type":4,"Flags":2,"Description":"Base 64 encoded value of the secondary read-only key."}}}},{"8":{"Name":"listKeys","ResourceType":"Microsoft.DocumentDB/databaseAccounts","ApiVersion":"2023-03-01-preview","Output":606}},{"2":{"Name":"DatabaseAccountListConnectionStringsResult","Properties":{"connectionStrings":{"Type":610,"Flags":0,"Description":"An array that contains the connection strings for the Cosmos DB account."}}}},{"2":{"Name":"DatabaseAccountConnectionString","Properties":{"connectionString":{"Type":4,"Flags":2,"Description":"Value of the connection string"},"description":{"Type":4,"Flags":2,"Description":"Description of the connection string"}}}},{"3":{"ItemType":609}},{"8":{"Name":"listConnectionStrings","ResourceType":"Microsoft.DocumentDB/databaseAccounts","ApiVersion":"2023-03-01-preview","Output":608}},{"2":{"Name":"ListConnectionStringsResult","Properties":{"connectionStrings":{"Type":614,"Flags":2,"Description":"An array that contains the connection strings for a mongo cluster."}}}},{"2":{"Name":"ConnectionString","Properties":{"connectionString":{"Type":4,"Flags":2,"Description":"Value of the connection string"},"description":{"Type":4,"Flags":2,"Description":"Description of the connection string"}}}},{"3":{"ItemType":613}},{"8":{"Name":"listConnectionStrings","ResourceType":"Microsoft.DocumentDB/mongoClusters","ApiVersion":"2023-03-01-preview","Output":612}},{"2":{"Name":"NotebookWorkspaceConnectionInfoResult","Properties":{"authToken":{"Type":4,"Flags":2,"Description":"Specifies auth token used for connecting to Notebook server (uses token-based auth)."},"notebookServerEndpoint":{"Type":4,"Flags":2,"Description":"Specifies the endpoint of Notebook server."}}}},{"8":{"Name":"listConnectionInfo","ResourceType":"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces","ApiVersion":"2023-03-01-preview","Output":616}}] \ No newline at end of file diff --git a/generated/cosmos-db/microsoft.documentdb/2023-03-01-preview/types.md b/generated/cosmos-db/microsoft.documentdb/2023-03-01-preview/types.md index 06efe92f64..bc4a098a98 100644 --- a/generated/cosmos-db/microsoft.documentdb/2023-03-01-preview/types.md +++ b/generated/cosmos-db/microsoft.documentdb/2023-03-01-preview/types.md @@ -864,6 +864,12 @@ * **keyspaceName**: string (Required) * **tableName**: string (Required) +### CosmosMongoDataTransferDataSourceSink +#### Properties +* **collectionName**: string (Required) +* **component**: 'CosmosDBMongo' (Required) +* **databaseName**: string (Required) + ### CosmosSqlDataTransferDataSourceSink #### Properties * **component**: 'CosmosDBSql' (Required) diff --git a/generated/healthcareapis/log.out b/generated/healthcareapis/log.out index 2c90b68e36..b7b850d9f2 100644 --- a/generated/healthcareapis/log.out +++ b/generated/healthcareapis/log.out @@ -2,6 +2,14 @@ AutoRest code generation utility [cli version: 3.6.3; node: v16.19.1] (C) 2018 Microsoft Corporation. https://aka.ms/autorest warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/SchemaMissingType | The schema 'ServiceAccessPolicyEntry' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2023-02-28/healthcare-apis.json:2355:5 +warning | PreCheck/SchemaMissingType | The schema 'ServicesResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2023-02-28/healthcare-apis.json:2560:5 +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | SecurityDefinedSpecAndConfig | OpenAPI spec has a security definition but autorest security config is defined. Security config from autorest will be used. +warning | Unrecognized property type: any-object. Returning 'any'. +warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/SchemaMissingType | The schema 'ServiceAccessPolicyEntry' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/stable/2022-12-01/healthcare-apis.json:2349:5 warning | PreCheck/SchemaMissingType | The schema 'ServicesResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' diff --git a/generated/healthcareapis/microsoft.healthcareapis/2023-02-28/types.json b/generated/healthcareapis/microsoft.healthcareapis/2023-02-28/types.json new file mode 100644 index 0000000000..17bc0dd4e7 --- /dev/null +++ b/generated/healthcareapis/microsoft.healthcareapis/2023-02-28/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.HealthcareApis/services"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/services","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":0,"Description":"The common properties of a service."},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."},"kind":{"Type":71,"Flags":1,"Description":"The kind of the service."},"location":{"Type":4,"Flags":1,"Description":"The resource location."},"tags":{"Type":72,"Flags":0,"Description":"The resource tags."},"etag":{"Type":4,"Flags":0,"Description":"An etag associated with the resource, used for optimistic concurrency when editing it."},"identity":{"Type":73,"Flags":0,"Description":"Setting indicating whether the service has a managed identity associated with it."}}}},{"2":{"Name":"ServicesProperties","Properties":{"provisioningState":{"Type":25,"Flags":2,"Description":"The provisioning state."},"accessPolicies":{"Type":27,"Flags":0,"Description":"The access policies of the service instance."},"cosmosDbConfiguration":{"Type":28,"Flags":0,"Description":"The settings for the Cosmos DB database backing the service."},"authenticationConfiguration":{"Type":29,"Flags":0,"Description":"The authentication configuration for the service instance."},"corsConfiguration":{"Type":30,"Flags":0,"Description":"The settings for the CORS configuration of the service instance."},"exportConfiguration":{"Type":34,"Flags":0,"Description":"The settings for the export operation of the service instance."},"privateEndpointConnections":{"Type":48,"Flags":0,"Description":"The list of private endpoint connections that are set up for this resource."},"publicNetworkAccess":{"Type":51,"Flags":0,"Description":"Control permission for data plane traffic coming from public networks while private endpoint is enabled."},"acrConfiguration":{"Type":52,"Flags":0,"Description":"The azure container registry settings used for convert data operation of the service instance."},"importConfiguration":{"Type":56,"Flags":0,"Description":"The settings for the import operation of the service instance."}}}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Verifying"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Deprovisioned"}},{"6":{"Value":"Moving"}},{"6":{"Value":"Suspended"}},{"6":{"Value":"Warned"}},{"6":{"Value":"SystemMaintenance"}},{"5":{"Elements":[12,13,14,15,16,17,18,19,20,21,22,23,24,4]}},{"2":{"Name":"ServiceAccessPolicyEntry","Properties":{"objectId":{"Type":4,"Flags":1,"Description":"An Azure AD object ID (User or Apps) that is allowed access to the FHIR service."}}}},{"3":{"ItemType":26}},{"2":{"Name":"ServiceCosmosDbConfigurationInfo","Properties":{"offerThroughput":{"Type":3,"Flags":0,"Description":"The provisioned throughput for the backing database."},"keyVaultKeyUri":{"Type":4,"Flags":0,"Description":"The URI of the customer-managed key for the backing database."},"crossTenantCmkApplicationId":{"Type":4,"Flags":0,"Description":"The multi-tenant application id used to enable CMK access for services in a data sovereign region."}}}},{"2":{"Name":"ServiceAuthenticationConfigurationInfo","Properties":{"authority":{"Type":4,"Flags":0,"Description":"The authority url for the service"},"audience":{"Type":4,"Flags":0,"Description":"The audience url for the service"},"smartProxyEnabled":{"Type":2,"Flags":0,"Description":"If the SMART on FHIR proxy is enabled"}}}},{"2":{"Name":"ServiceCorsConfigurationInfo","Properties":{"origins":{"Type":31,"Flags":0,"Description":"The origins to be allowed via CORS."},"headers":{"Type":32,"Flags":0,"Description":"The headers to be allowed via CORS."},"methods":{"Type":33,"Flags":0,"Description":"The methods to be allowed via CORS."},"maxAge":{"Type":3,"Flags":0,"Description":"The max age to be allowed via CORS."},"allowCredentials":{"Type":2,"Flags":0,"Description":"If credentials are allowed via CORS."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"2":{"Name":"ServiceExportConfigurationInfo","Properties":{"storageAccountName":{"Type":4,"Flags":0,"Description":"The name of the default export storage account."}}}},{"2":{"Name":"PrivateEndpointConnection","Properties":{"properties":{"Type":36,"Flags":0,"Description":"Resource properties."},"id":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"},"name":{"Type":4,"Flags":2,"Description":"The name of the resource"},"type":{"Type":4,"Flags":2,"Description":"The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"privateEndpoint":{"Type":37,"Flags":0,"Description":"The resource of private end point."},"privateLinkServiceConnectionState":{"Type":38,"Flags":1,"Description":"A collection of information about the state of the connection between service consumer and provider."},"provisioningState":{"Type":47,"Flags":2,"Description":"The provisioning state of the private endpoint connection resource."}}}},{"2":{"Name":"PrivateEndpoint","Properties":{"id":{"Type":4,"Flags":2,"Description":"The ARM identifier for Private Endpoint"}}}},{"2":{"Name":"PrivateLinkServiceConnectionState","Properties":{"status":{"Type":42,"Flags":0,"Description":"Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."},"description":{"Type":4,"Flags":0,"Description":"The reason for approval/rejection of the connection."},"actionsRequired":{"Type":4,"Flags":0,"Description":"A message indicating if changes on the service provider require any updates on the consumer."}}}},{"6":{"Value":"Pending"}},{"6":{"Value":"Approved"}},{"6":{"Value":"Rejected"}},{"5":{"Elements":[39,40,41,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Failed"}},{"5":{"Elements":[43,44,45,46,4]}},{"3":{"ItemType":35}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[49,50,4]}},{"2":{"Name":"ServiceAcrConfigurationInfo","Properties":{"loginServers":{"Type":53,"Flags":0,"Description":"The list of the ACR login servers."},"ociArtifacts":{"Type":55,"Flags":0,"Description":"The list of Open Container Initiative (OCI) artifacts."}}}},{"3":{"ItemType":4}},{"2":{"Name":"ServiceOciArtifactEntry","Properties":{"loginServer":{"Type":4,"Flags":0,"Description":"The Azure Container Registry login server."},"imageName":{"Type":4,"Flags":0,"Description":"The artifact name."},"digest":{"Type":4,"Flags":0,"Description":"The artifact digest."}}}},{"3":{"ItemType":54}},{"2":{"Name":"ServiceImportConfigurationInfo","Properties":{"integrationDataStore":{"Type":4,"Flags":0,"Description":"The name of the default integration storage account."},"initialImportMode":{"Type":2,"Flags":0,"Description":"If the FHIR service is in InitialImportMode."},"enabled":{"Type":2,"Flags":0,"Description":"If the import operation is enabled."}}}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":62,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":67,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[58,59,60,61,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[63,64,65,66,4]}},{"6":{"Value":"fhir"}},{"6":{"Value":"fhir-Stu3"}},{"6":{"Value":"fhir-R4"}},{"5":{"Elements":[68,69,70]}},{"2":{"Name":"ServicesResourceTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"ServicesResourceIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal ID of the resource identity."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant ID of the resource."},"type":{"Type":76,"Flags":0,"Description":"Type of identity being specified, currently SystemAssigned and None are allowed."}}}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"None"}},{"5":{"Elements":[74,75,4]}},{"4":{"Name":"Microsoft.HealthcareApis/services@2023-02-28","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.HealthcareApis/services/privateEndpointConnections"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/services/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":78,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":79,"Flags":10,"Description":"The resource api version"},"properties":{"Type":36,"Flags":0,"Description":"Resource properties."},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."}}}},{"4":{"Name":"Microsoft.HealthcareApis/services/privateEndpointConnections@2023-02-28","ScopeType":8,"Body":80,"Flags":0}},{"6":{"Value":"Microsoft.HealthcareApis/workspaces"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/workspaces","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":82,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":83,"Flags":10,"Description":"The resource api version"},"properties":{"Type":85,"Flags":0,"Description":"Workspaces resource specific properties."},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."},"tags":{"Type":104,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":0,"Description":"The resource location."},"etag":{"Type":4,"Flags":0,"Description":"An etag associated with the resource, used for optimistic concurrency when editing it."}}}},{"2":{"Name":"WorkspaceProperties","Properties":{"provisioningState":{"Type":99,"Flags":2,"Description":"The provisioning state."},"privateEndpointConnections":{"Type":100,"Flags":2,"Description":"The list of private endpoint connections that are set up for this resource."},"publicNetworkAccess":{"Type":103,"Flags":0,"Description":"Control permission for data plane traffic coming from public networks while private endpoint is enabled."}}}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Verifying"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Deprovisioned"}},{"6":{"Value":"Moving"}},{"6":{"Value":"Suspended"}},{"6":{"Value":"Warned"}},{"6":{"Value":"SystemMaintenance"}},{"5":{"Elements":[86,87,88,89,90,91,92,93,94,95,96,97,98,4]}},{"3":{"ItemType":35}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[101,102,4]}},{"2":{"Name":"ResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.HealthcareApis/workspaces@2023-02-28","ScopeType":8,"Body":84,"Flags":0}},{"6":{"Value":"Microsoft.HealthcareApis/workspaces/dicomservices"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/workspaces/dicomservices","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":106,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":107,"Flags":10,"Description":"The resource api version"},"properties":{"Type":109,"Flags":0,"Description":"Dicom Service configuration."},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."},"identity":{"Type":138,"Flags":0,"Description":"Setting indicating whether the service has a managed identity associated with it."},"tags":{"Type":146,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":0,"Description":"The resource location."},"etag":{"Type":4,"Flags":0,"Description":"An etag associated with the resource, used for optimistic concurrency when editing it."}}}},{"2":{"Name":"DicomServiceProperties","Properties":{"provisioningState":{"Type":123,"Flags":2,"Description":"The provisioning state."},"authenticationConfiguration":{"Type":124,"Flags":0,"Description":"Dicom Service authentication configuration."},"corsConfiguration":{"Type":126,"Flags":0,"Description":"Dicom Service Cors configuration."},"serviceUrl":{"Type":4,"Flags":2,"Description":"The url of the Dicom Services."},"privateEndpointConnections":{"Type":130,"Flags":2,"Description":"The list of private endpoint connections that are set up for this resource."},"publicNetworkAccess":{"Type":133,"Flags":0,"Description":"Control permission for data plane traffic coming from public networks while private endpoint is enabled."},"eventState":{"Type":137,"Flags":2,"Description":"DICOM Service event support status."}}}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Verifying"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Deprovisioned"}},{"6":{"Value":"Moving"}},{"6":{"Value":"Suspended"}},{"6":{"Value":"Warned"}},{"6":{"Value":"SystemMaintenance"}},{"5":{"Elements":[110,111,112,113,114,115,116,117,118,119,120,121,122,4]}},{"2":{"Name":"DicomServiceAuthenticationConfiguration","Properties":{"authority":{"Type":4,"Flags":2,"Description":"The authority url for the service"},"audiences":{"Type":125,"Flags":2,"Description":"The audiences for the service"}}}},{"3":{"ItemType":4}},{"2":{"Name":"CorsConfiguration","Properties":{"origins":{"Type":127,"Flags":0,"Description":"The origins to be allowed via CORS."},"headers":{"Type":128,"Flags":0,"Description":"The headers to be allowed via CORS."},"methods":{"Type":129,"Flags":0,"Description":"The methods to be allowed via CORS."},"maxAge":{"Type":3,"Flags":0,"Description":"The max age to be allowed via CORS."},"allowCredentials":{"Type":2,"Flags":0,"Description":"If credentials are allowed via CORS."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":35}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[131,132,4]}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[134,135,136,4]}},{"2":{"Name":"ServiceManagedIdentityIdentity","Properties":{"type":{"Type":143,"Flags":1,"Description":"Type of identity being specified, currently SystemAssigned and None are allowed."},"principalId":{"Type":4,"Flags":2,"Description":"The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity."},"tenantId":{"Type":4,"Flags":2,"Description":"The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity."},"userAssignedIdentities":{"Type":145,"Flags":0,"Description":"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}}}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"SystemAssigned,UserAssigned"}},{"5":{"Elements":[139,140,141,142,4]}},{"2":{"Name":"UserAssignedIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The principal ID of the assigned identity."},"clientId":{"Type":4,"Flags":2,"Description":"The client ID of the assigned identity."}}}},{"2":{"Name":"UserAssignedIdentities","Properties":{},"AdditionalProperties":144}},{"2":{"Name":"ResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.HealthcareApis/workspaces/dicomservices@2023-02-28","ScopeType":8,"Body":108,"Flags":0}},{"6":{"Value":"Microsoft.HealthcareApis/workspaces/iotconnectors"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/workspaces/iotconnectors","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":148,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":149,"Flags":10,"Description":"The resource api version"},"properties":{"Type":151,"Flags":0,"Description":"IoT Connector configuration."},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."},"identity":{"Type":138,"Flags":0,"Description":"Setting indicating whether the service has a managed identity associated with it."},"tags":{"Type":168,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":0,"Description":"The resource location."},"etag":{"Type":4,"Flags":0,"Description":"An etag associated with the resource, used for optimistic concurrency when editing it."}}}},{"2":{"Name":"IotConnectorProperties","Properties":{"provisioningState":{"Type":165,"Flags":2,"Description":"The provisioning state."},"ingestionEndpointConfiguration":{"Type":166,"Flags":0,"Description":"Source configuration."},"deviceMapping":{"Type":167,"Flags":0,"Description":"Device Mappings."}}}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Verifying"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Deprovisioned"}},{"6":{"Value":"Moving"}},{"6":{"Value":"Suspended"}},{"6":{"Value":"Warned"}},{"6":{"Value":"SystemMaintenance"}},{"5":{"Elements":[152,153,154,155,156,157,158,159,160,161,162,163,164,4]}},{"2":{"Name":"IotEventHubIngestionEndpointConfiguration","Properties":{"eventHubName":{"Type":4,"Flags":0,"Description":"Event Hub name to connect to."},"consumerGroup":{"Type":4,"Flags":0,"Description":"Consumer group of the event hub to connected to."},"fullyQualifiedEventHubNamespace":{"Type":4,"Flags":0,"Description":"Fully qualified namespace of the Event Hub to connect to."}}}},{"2":{"Name":"IotMappingProperties","Properties":{"content":{"Type":0,"Flags":0,"Description":"The mapping."}}}},{"2":{"Name":"ResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.HealthcareApis/workspaces/iotconnectors@2023-02-28","ScopeType":8,"Body":150,"Flags":0}},{"6":{"Value":"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":170,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":171,"Flags":10,"Description":"The resource api version"},"properties":{"Type":173,"Flags":1,"Description":"IoT FHIR Destination settings."},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."},"location":{"Type":4,"Flags":0,"Description":"The resource location."},"etag":{"Type":4,"Flags":0,"Description":"An etag associated with the resource, used for optimistic concurrency when editing it."}}}},{"2":{"Name":"IotFhirDestinationProperties","Properties":{"resourceIdentityResolutionType":{"Type":176,"Flags":1,"Description":"Determines how resource identity is resolved on the destination."},"fhirServiceResourceId":{"Type":4,"Flags":1,"Description":"Fully qualified resource id of the FHIR service to connect to."},"fhirMapping":{"Type":167,"Flags":1,"Description":"FHIR Mappings"},"provisioningState":{"Type":190,"Flags":2,"Description":"The provisioning state."}}}},{"6":{"Value":"Create"}},{"6":{"Value":"Lookup"}},{"5":{"Elements":[174,175,4]}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Verifying"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Deprovisioned"}},{"6":{"Value":"Moving"}},{"6":{"Value":"Suspended"}},{"6":{"Value":"Warned"}},{"6":{"Value":"SystemMaintenance"}},{"5":{"Elements":[177,178,179,180,181,182,183,184,185,186,187,188,189,4]}},{"4":{"Name":"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2023-02-28","ScopeType":8,"Body":172,"Flags":0}},{"6":{"Value":"Microsoft.HealthcareApis/workspaces/fhirservices"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/workspaces/fhirservices","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":192,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":193,"Flags":10,"Description":"The resource api version"},"kind":{"Type":197,"Flags":0,"Description":"The kind of the service."},"properties":{"Type":198,"Flags":0,"Description":"Fhir Service configuration."},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."},"identity":{"Type":138,"Flags":0,"Description":"Setting indicating whether the service has a managed identity associated with it."},"tags":{"Type":244,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":0,"Description":"The resource location."},"etag":{"Type":4,"Flags":0,"Description":"An etag associated with the resource, used for optimistic concurrency when editing it."}}}},{"6":{"Value":"fhir-Stu3"}},{"6":{"Value":"fhir-R4"}},{"5":{"Elements":[195,196,4]}},{"2":{"Name":"FhirServiceProperties","Properties":{"provisioningState":{"Type":212,"Flags":2,"Description":"The provisioning state."},"accessPolicies":{"Type":214,"Flags":0,"Description":"Fhir Service access policies."},"acrConfiguration":{"Type":215,"Flags":0,"Description":"Fhir Service Azure container registry configuration."},"authenticationConfiguration":{"Type":218,"Flags":0,"Description":"Fhir Service authentication configuration."},"corsConfiguration":{"Type":219,"Flags":0,"Description":"Fhir Service Cors configuration."},"exportConfiguration":{"Type":223,"Flags":0,"Description":"Fhir Service export configuration."},"privateEndpointConnections":{"Type":224,"Flags":2,"Description":"The list of private endpoint connections that are set up for this resource."},"publicNetworkAccess":{"Type":227,"Flags":0,"Description":"Control permission for data plane traffic coming from public networks while private endpoint is enabled."},"eventState":{"Type":231,"Flags":2,"Description":"Fhir Service event support status."},"resourceVersionPolicyConfiguration":{"Type":232,"Flags":0,"Description":"Determines tracking of history for resources."},"importConfiguration":{"Type":242,"Flags":0,"Description":"Fhir Service import configuration."},"implementationGuidesConfiguration":{"Type":243,"Flags":0,"Description":"Implementation Guides configuration."}}}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Verifying"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Deprovisioned"}},{"6":{"Value":"Moving"}},{"6":{"Value":"Suspended"}},{"6":{"Value":"Warned"}},{"6":{"Value":"SystemMaintenance"}},{"5":{"Elements":[199,200,201,202,203,204,205,206,207,208,209,210,211,4]}},{"2":{"Name":"FhirServiceAccessPolicyEntry","Properties":{"objectId":{"Type":4,"Flags":1,"Description":"An Azure AD object ID (User or Apps) that is allowed access to the FHIR service."}}}},{"3":{"ItemType":213}},{"2":{"Name":"FhirServiceAcrConfiguration","Properties":{"loginServers":{"Type":216,"Flags":0,"Description":"The list of the Azure container registry login servers."},"ociArtifacts":{"Type":217,"Flags":0,"Description":"The list of Open Container Initiative (OCI) artifacts."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":54}},{"2":{"Name":"FhirServiceAuthenticationConfiguration","Properties":{"authority":{"Type":4,"Flags":0,"Description":"The authority url for the service"},"audience":{"Type":4,"Flags":0,"Description":"The audience url for the service"},"smartProxyEnabled":{"Type":2,"Flags":0,"Description":"If the SMART on FHIR proxy is enabled"}}}},{"2":{"Name":"FhirServiceCorsConfiguration","Properties":{"origins":{"Type":220,"Flags":0,"Description":"The origins to be allowed via CORS."},"headers":{"Type":221,"Flags":0,"Description":"The headers to be allowed via CORS."},"methods":{"Type":222,"Flags":0,"Description":"The methods to be allowed via CORS."},"maxAge":{"Type":3,"Flags":0,"Description":"The max age to be allowed via CORS."},"allowCredentials":{"Type":2,"Flags":0,"Description":"If credentials are allowed via CORS."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"2":{"Name":"FhirServiceExportConfiguration","Properties":{"storageAccountName":{"Type":4,"Flags":0,"Description":"The name of the default export storage account."}}}},{"3":{"ItemType":35}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[225,226,4]}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[228,229,230,4]}},{"2":{"Name":"ResourceVersionPolicyConfiguration","Properties":{"default":{"Type":236,"Flags":0,"Description":"The default value for tracking history across all resources."},"resourceTypeOverrides":{"Type":241,"Flags":0,"Description":"A list of FHIR Resources and their version policy overrides."}}}},{"6":{"Value":"no-version"}},{"6":{"Value":"versioned"}},{"6":{"Value":"versioned-update"}},{"5":{"Elements":[233,234,235,4]}},{"6":{"Value":"no-version"}},{"6":{"Value":"versioned"}},{"6":{"Value":"versioned-update"}},{"5":{"Elements":[237,238,239,4]}},{"2":{"Name":"ResourceVersionPolicyConfigurationResourceTypeOverrides","Properties":{},"AdditionalProperties":240}},{"2":{"Name":"FhirServiceImportConfiguration","Properties":{"integrationDataStore":{"Type":4,"Flags":0,"Description":"The name of the default integration storage account."},"initialImportMode":{"Type":2,"Flags":0,"Description":"If the FHIR service is in InitialImportMode."},"enabled":{"Type":2,"Flags":0,"Description":"If the import operation is enabled."}}}},{"2":{"Name":"ImplementationGuidesConfiguration","Properties":{"usCoreMissingData":{"Type":2,"Flags":0,"Description":"If US Core Missing Data requirement is enabled."}}}},{"2":{"Name":"ResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.HealthcareApis/workspaces/fhirservices@2023-02-28","ScopeType":8,"Body":194,"Flags":0}},{"6":{"Value":"Microsoft.HealthcareApis/workspaces/privateEndpointConnections"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/workspaces/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":246,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":247,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."},"properties":{"Type":36,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2023-02-28","ScopeType":8,"Body":248,"Flags":0}},{"6":{"Value":"Microsoft.HealthcareApis/services/privateLinkResources"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/services/privateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":250,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":251,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."},"properties":{"Type":253,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"PrivateLinkResourceProperties","Properties":{"groupId":{"Type":4,"Flags":2,"Description":"The private link resource group id."},"requiredMembers":{"Type":254,"Flags":2,"Description":"The private link resource required member names."},"requiredZoneNames":{"Type":255,"Flags":0,"Description":"The private link resource Private link DNS zone name."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.HealthcareApis/services/privateLinkResources@2023-02-28","ScopeType":8,"Body":252,"Flags":1}},{"6":{"Value":"Microsoft.HealthcareApis/workspaces/privateLinkResources"}},{"6":{"Value":"2023-02-28"}},{"2":{"Name":"Microsoft.HealthcareApis/workspaces/privateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":257,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":258,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":57,"Flags":2,"Description":"Metadata pertaining to creation and last modification of the resource."},"properties":{"Type":253,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.HealthcareApis/workspaces/privateLinkResources@2023-02-28","ScopeType":8,"Body":259,"Flags":1}}] \ No newline at end of file diff --git a/generated/healthcareapis/microsoft.healthcareapis/2023-02-28/types.md b/generated/healthcareapis/microsoft.healthcareapis/2023-02-28/types.md new file mode 100644 index 0000000000..5d89484eb9 --- /dev/null +++ b/generated/healthcareapis/microsoft.healthcareapis/2023-02-28/types.md @@ -0,0 +1,383 @@ +# Microsoft.HealthcareApis @ 2023-02-28 + +## Resource Microsoft.HealthcareApis/services@2023-02-28 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **etag**: string: An etag associated with the resource, used for optimistic concurrency when editing it. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ServicesResourceIdentity](#servicesresourceidentity): Setting indicating whether the service has a managed identity associated with it. +* **kind**: 'fhir' | 'fhir-R4' | 'fhir-Stu3' (Required): The kind of the service. +* **location**: string (Required): The resource location. +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ServicesProperties](#servicesproperties): The common properties of a service. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **tags**: [ServicesResourceTags](#servicesresourcetags): The resource tags. +* **type**: 'Microsoft.HealthcareApis/services' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HealthcareApis/services/privateEndpointConnections@2023-02-28 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): Resource properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.HealthcareApis/services/privateEndpointConnections' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HealthcareApis/services/privateLinkResources@2023-02-28 (ReadOnly) +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PrivateLinkResourceProperties](#privatelinkresourceproperties) (ReadOnly): Resource properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.HealthcareApis/services/privateLinkResources' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HealthcareApis/workspaces@2023-02-28 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **etag**: string: An etag associated with the resource, used for optimistic concurrency when editing it. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string: The resource location. +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [WorkspaceProperties](#workspaceproperties): Workspaces resource specific properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **tags**: [ResourceTags](#resourcetags): Resource tags. +* **type**: 'Microsoft.HealthcareApis/workspaces' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HealthcareApis/workspaces/dicomservices@2023-02-28 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **etag**: string: An etag associated with the resource, used for optimistic concurrency when editing it. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ServiceManagedIdentityIdentity](#servicemanagedidentityidentity): Setting indicating whether the service has a managed identity associated with it. +* **location**: string: The resource location. +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [DicomServiceProperties](#dicomserviceproperties): Dicom Service configuration. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **tags**: [ResourceTags](#resourcetags): Resource tags. +* **type**: 'Microsoft.HealthcareApis/workspaces/dicomservices' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HealthcareApis/workspaces/fhirservices@2023-02-28 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **etag**: string: An etag associated with the resource, used for optimistic concurrency when editing it. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ServiceManagedIdentityIdentity](#servicemanagedidentityidentity): Setting indicating whether the service has a managed identity associated with it. +* **kind**: 'fhir-R4' | 'fhir-Stu3' | string: The kind of the service. +* **location**: string: The resource location. +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [FhirServiceProperties](#fhirserviceproperties): Fhir Service configuration. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **tags**: [ResourceTags](#resourcetags): Resource tags. +* **type**: 'Microsoft.HealthcareApis/workspaces/fhirservices' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HealthcareApis/workspaces/iotconnectors@2023-02-28 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **etag**: string: An etag associated with the resource, used for optimistic concurrency when editing it. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ServiceManagedIdentityIdentity](#servicemanagedidentityidentity): Setting indicating whether the service has a managed identity associated with it. +* **location**: string: The resource location. +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [IotConnectorProperties](#iotconnectorproperties): IoT Connector configuration. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **tags**: [ResourceTags](#resourcetags): Resource tags. +* **type**: 'Microsoft.HealthcareApis/workspaces/iotconnectors' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2023-02-28 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **etag**: string: An etag associated with the resource, used for optimistic concurrency when editing it. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string: The resource location. +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [IotFhirDestinationProperties](#iotfhirdestinationproperties) (Required): IoT FHIR Destination settings. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2023-02-28 +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): Resource properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.HealthcareApis/workspaces/privateEndpointConnections' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HealthcareApis/workspaces/privateLinkResources@2023-02-28 (ReadOnly) +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-02-28' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PrivateLinkResourceProperties](#privatelinkresourceproperties) (ReadOnly): Resource properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Metadata pertaining to creation and last modification of the resource. +* **type**: 'Microsoft.HealthcareApis/workspaces/privateLinkResources' (ReadOnly, DeployTimeConstant): The resource type + +## CorsConfiguration +### Properties +* **allowCredentials**: bool: If credentials are allowed via CORS. +* **headers**: string[]: The headers to be allowed via CORS. +* **maxAge**: int: The max age to be allowed via CORS. +* **methods**: string[]: The methods to be allowed via CORS. +* **origins**: string[]: The origins to be allowed via CORS. + +## DicomServiceAuthenticationConfiguration +### Properties +* **audiences**: string[] (ReadOnly): The audiences for the service +* **authority**: string (ReadOnly): The authority url for the service + +## DicomServiceProperties +### Properties +* **authenticationConfiguration**: [DicomServiceAuthenticationConfiguration](#dicomserviceauthenticationconfiguration): Dicom Service authentication configuration. +* **corsConfiguration**: [CorsConfiguration](#corsconfiguration): Dicom Service Cors configuration. +* **eventState**: 'Disabled' | 'Enabled' | 'Updating' | string (ReadOnly): DICOM Service event support status. +* **privateEndpointConnections**: [PrivateEndpointConnection](#privateendpointconnection)[] (ReadOnly): The list of private endpoint connections that are set up for this resource. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Creating' | 'Deleting' | 'Deprovisioned' | 'Failed' | 'Moving' | 'Succeeded' | 'Suspended' | 'SystemMaintenance' | 'Updating' | 'Verifying' | 'Warned' | string (ReadOnly): The provisioning state. +* **publicNetworkAccess**: 'Disabled' | 'Enabled' | string: Control permission for data plane traffic coming from public networks while private endpoint is enabled. +* **serviceUrl**: string (ReadOnly): The url of the Dicom Services. + +## FhirServiceAccessPolicyEntry +### Properties +* **objectId**: string (Required): An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. + +## FhirServiceAcrConfiguration +### Properties +* **loginServers**: string[]: The list of the Azure container registry login servers. +* **ociArtifacts**: [ServiceOciArtifactEntry](#serviceociartifactentry)[]: The list of Open Container Initiative (OCI) artifacts. + +## FhirServiceAuthenticationConfiguration +### Properties +* **audience**: string: The audience url for the service +* **authority**: string: The authority url for the service +* **smartProxyEnabled**: bool: If the SMART on FHIR proxy is enabled + +## FhirServiceCorsConfiguration +### Properties +* **allowCredentials**: bool: If credentials are allowed via CORS. +* **headers**: string[]: The headers to be allowed via CORS. +* **maxAge**: int: The max age to be allowed via CORS. +* **methods**: string[]: The methods to be allowed via CORS. +* **origins**: string[]: The origins to be allowed via CORS. + +## FhirServiceExportConfiguration +### Properties +* **storageAccountName**: string: The name of the default export storage account. + +## FhirServiceImportConfiguration +### Properties +* **enabled**: bool: If the import operation is enabled. +* **initialImportMode**: bool: If the FHIR service is in InitialImportMode. +* **integrationDataStore**: string: The name of the default integration storage account. + +## FhirServiceProperties +### Properties +* **accessPolicies**: [FhirServiceAccessPolicyEntry](#fhirserviceaccesspolicyentry)[]: Fhir Service access policies. +* **acrConfiguration**: [FhirServiceAcrConfiguration](#fhirserviceacrconfiguration): Fhir Service Azure container registry configuration. +* **authenticationConfiguration**: [FhirServiceAuthenticationConfiguration](#fhirserviceauthenticationconfiguration): Fhir Service authentication configuration. +* **corsConfiguration**: [FhirServiceCorsConfiguration](#fhirservicecorsconfiguration): Fhir Service Cors configuration. +* **eventState**: 'Disabled' | 'Enabled' | 'Updating' | string (ReadOnly): Fhir Service event support status. +* **exportConfiguration**: [FhirServiceExportConfiguration](#fhirserviceexportconfiguration): Fhir Service export configuration. +* **implementationGuidesConfiguration**: [ImplementationGuidesConfiguration](#implementationguidesconfiguration): Implementation Guides configuration. +* **importConfiguration**: [FhirServiceImportConfiguration](#fhirserviceimportconfiguration): Fhir Service import configuration. +* **privateEndpointConnections**: [PrivateEndpointConnection](#privateendpointconnection)[] (ReadOnly): The list of private endpoint connections that are set up for this resource. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Creating' | 'Deleting' | 'Deprovisioned' | 'Failed' | 'Moving' | 'Succeeded' | 'Suspended' | 'SystemMaintenance' | 'Updating' | 'Verifying' | 'Warned' | string (ReadOnly): The provisioning state. +* **publicNetworkAccess**: 'Disabled' | 'Enabled' | string: Control permission for data plane traffic coming from public networks while private endpoint is enabled. +* **resourceVersionPolicyConfiguration**: [ResourceVersionPolicyConfiguration](#resourceversionpolicyconfiguration): Determines tracking of history for resources. + +## ImplementationGuidesConfiguration +### Properties +* **usCoreMissingData**: bool: If US Core Missing Data requirement is enabled. + +## IotConnectorProperties +### Properties +* **deviceMapping**: [IotMappingProperties](#iotmappingproperties): Device Mappings. +* **ingestionEndpointConfiguration**: [IotEventHubIngestionEndpointConfiguration](#ioteventhubingestionendpointconfiguration): Source configuration. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Creating' | 'Deleting' | 'Deprovisioned' | 'Failed' | 'Moving' | 'Succeeded' | 'Suspended' | 'SystemMaintenance' | 'Updating' | 'Verifying' | 'Warned' | string (ReadOnly): The provisioning state. + +## IotEventHubIngestionEndpointConfiguration +### Properties +* **consumerGroup**: string: Consumer group of the event hub to connected to. +* **eventHubName**: string: Event Hub name to connect to. +* **fullyQualifiedEventHubNamespace**: string: Fully qualified namespace of the Event Hub to connect to. + +## IotFhirDestinationProperties +### Properties +* **fhirMapping**: [IotMappingProperties](#iotmappingproperties) (Required): FHIR Mappings +* **fhirServiceResourceId**: string (Required): Fully qualified resource id of the FHIR service to connect to. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Creating' | 'Deleting' | 'Deprovisioned' | 'Failed' | 'Moving' | 'Succeeded' | 'Suspended' | 'SystemMaintenance' | 'Updating' | 'Verifying' | 'Warned' | string (ReadOnly): The provisioning state. +* **resourceIdentityResolutionType**: 'Create' | 'Lookup' | string (Required): Determines how resource identity is resolved on the destination. + +## IotMappingProperties +### Properties +* **content**: any: The mapping. + +## PrivateEndpoint +### Properties +* **id**: string (ReadOnly): The ARM identifier for Private Endpoint + +## PrivateEndpointConnection +### Properties +* **id**: string (ReadOnly): Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} +* **name**: string (ReadOnly): The name of the resource +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): Resource properties. +* **type**: string (ReadOnly): The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" + +## PrivateEndpointConnectionProperties +### Properties +* **privateEndpoint**: [PrivateEndpoint](#privateendpoint): The resource of private end point. +* **privateLinkServiceConnectionState**: [PrivateLinkServiceConnectionState](#privatelinkserviceconnectionstate) (Required): A collection of information about the state of the connection between service consumer and provider. +* **provisioningState**: 'Creating' | 'Deleting' | 'Failed' | 'Succeeded' | string (ReadOnly): The provisioning state of the private endpoint connection resource. + +## PrivateLinkResourceProperties +### Properties +* **groupId**: string (ReadOnly): The private link resource group id. +* **requiredMembers**: string[] (ReadOnly): The private link resource required member names. +* **requiredZoneNames**: string[]: The private link resource Private link DNS zone name. + +## PrivateLinkServiceConnectionState +### Properties +* **actionsRequired**: string: A message indicating if changes on the service provider require any updates on the consumer. +* **description**: string: The reason for approval/rejection of the connection. +* **status**: 'Approved' | 'Pending' | 'Rejected' | string: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. + +## ResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## ResourceVersionPolicyConfiguration +### Properties +* **default**: 'no-version' | 'versioned' | 'versioned-update' | string: The default value for tracking history across all resources. +* **resourceTypeOverrides**: [ResourceVersionPolicyConfigurationResourceTypeOverrides](#resourceversionpolicyconfigurationresourcetypeoverrides): A list of FHIR Resources and their version policy overrides. + +## ResourceVersionPolicyConfigurationResourceTypeOverrides +### Properties +### Additional Properties +* **Additional Properties Type**: 'no-version' | 'versioned' | 'versioned-update' | string + +## ServiceAccessPolicyEntry +### Properties +* **objectId**: string (Required): An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. + +## ServiceAcrConfigurationInfo +### Properties +* **loginServers**: string[]: The list of the ACR login servers. +* **ociArtifacts**: [ServiceOciArtifactEntry](#serviceociartifactentry)[]: The list of Open Container Initiative (OCI) artifacts. + +## ServiceAuthenticationConfigurationInfo +### Properties +* **audience**: string: The audience url for the service +* **authority**: string: The authority url for the service +* **smartProxyEnabled**: bool: If the SMART on FHIR proxy is enabled + +## ServiceCorsConfigurationInfo +### Properties +* **allowCredentials**: bool: If credentials are allowed via CORS. +* **headers**: string[]: The headers to be allowed via CORS. +* **maxAge**: int: The max age to be allowed via CORS. +* **methods**: string[]: The methods to be allowed via CORS. +* **origins**: string[]: The origins to be allowed via CORS. + +## ServiceCosmosDbConfigurationInfo +### Properties +* **crossTenantCmkApplicationId**: string: The multi-tenant application id used to enable CMK access for services in a data sovereign region. +* **keyVaultKeyUri**: string: The URI of the customer-managed key for the backing database. +* **offerThroughput**: int: The provisioned throughput for the backing database. + +## ServiceExportConfigurationInfo +### Properties +* **storageAccountName**: string: The name of the default export storage account. + +## ServiceImportConfigurationInfo +### Properties +* **enabled**: bool: If the import operation is enabled. +* **initialImportMode**: bool: If the FHIR service is in InitialImportMode. +* **integrationDataStore**: string: The name of the default integration storage account. + +## ServiceManagedIdentityIdentity +### Properties +* **principalId**: string (ReadOnly): The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. +* **tenantId**: string (ReadOnly): The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. +* **type**: 'None' | 'SystemAssigned' | 'SystemAssigned,UserAssigned' | 'UserAssigned' | string (Required): Type of identity being specified, currently SystemAssigned and None are allowed. +* **userAssignedIdentities**: [UserAssignedIdentities](#userassignedidentities): The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. + +## ServiceOciArtifactEntry +### Properties +* **digest**: string: The artifact digest. +* **imageName**: string: The artifact name. +* **loginServer**: string: The Azure Container Registry login server. + +## ServicesProperties +### Properties +* **accessPolicies**: [ServiceAccessPolicyEntry](#serviceaccesspolicyentry)[]: The access policies of the service instance. +* **acrConfiguration**: [ServiceAcrConfigurationInfo](#serviceacrconfigurationinfo): The azure container registry settings used for convert data operation of the service instance. +* **authenticationConfiguration**: [ServiceAuthenticationConfigurationInfo](#serviceauthenticationconfigurationinfo): The authentication configuration for the service instance. +* **corsConfiguration**: [ServiceCorsConfigurationInfo](#servicecorsconfigurationinfo): The settings for the CORS configuration of the service instance. +* **cosmosDbConfiguration**: [ServiceCosmosDbConfigurationInfo](#servicecosmosdbconfigurationinfo): The settings for the Cosmos DB database backing the service. +* **exportConfiguration**: [ServiceExportConfigurationInfo](#serviceexportconfigurationinfo): The settings for the export operation of the service instance. +* **importConfiguration**: [ServiceImportConfigurationInfo](#serviceimportconfigurationinfo): The settings for the import operation of the service instance. +* **privateEndpointConnections**: [PrivateEndpointConnection](#privateendpointconnection)[]: The list of private endpoint connections that are set up for this resource. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Creating' | 'Deleting' | 'Deprovisioned' | 'Failed' | 'Moving' | 'Succeeded' | 'Suspended' | 'SystemMaintenance' | 'Updating' | 'Verifying' | 'Warned' | string (ReadOnly): The provisioning state. +* **publicNetworkAccess**: 'Disabled' | 'Enabled' | string: Control permission for data plane traffic coming from public networks while private endpoint is enabled. + +## ServicesResourceIdentity +### Properties +* **principalId**: string (ReadOnly): The principal ID of the resource identity. +* **tenantId**: string (ReadOnly): The tenant ID of the resource. +* **type**: 'None' | 'SystemAssigned' | string: Type of identity being specified, currently SystemAssigned and None are allowed. + +## ServicesResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource last modification (UTC) +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + +## UserAssignedIdentities +### Properties +### Additional Properties +* **Additional Properties Type**: [UserAssignedIdentity](#userassignedidentity) + +## UserAssignedIdentity +### Properties +* **clientId**: string (ReadOnly): The client ID of the assigned identity. +* **principalId**: string (ReadOnly): The principal ID of the assigned identity. + +## WorkspaceProperties +### Properties +* **privateEndpointConnections**: [PrivateEndpointConnection](#privateendpointconnection)[] (ReadOnly): The list of private endpoint connections that are set up for this resource. +* **provisioningState**: 'Accepted' | 'Canceled' | 'Creating' | 'Deleting' | 'Deprovisioned' | 'Failed' | 'Moving' | 'Succeeded' | 'Suspended' | 'SystemMaintenance' | 'Updating' | 'Verifying' | 'Warned' | string (ReadOnly): The provisioning state. +* **publicNetworkAccess**: 'Disabled' | 'Enabled' | string: Control permission for data plane traffic coming from public networks while private endpoint is enabled. + diff --git a/generated/help/log.out b/generated/help/log.out new file mode 100644 index 0000000000..d975f4035a --- /dev/null +++ b/generated/help/log.out @@ -0,0 +1,9 @@ +AutoRest code generation utility [cli version: 3.6.3; node: v16.19.1] +(C) 2018 Microsoft Corporation. +https://aka.ms/autorest +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. diff --git a/generated/help/microsoft.help/2023-01-01-preview/types.json b/generated/help/microsoft.help/2023-01-01-preview/types.json new file mode 100644 index 0000000000..60fb7fda4d --- /dev/null +++ b/generated/help/microsoft.help/2023-01-01-preview/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.Help/diagnostics"}},{"6":{"Value":"2023-01-01-preview"}},{"2":{"Name":"Microsoft.Help/diagnostics","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":0,"Description":"Diagnostic Resource properties."},"systemData":{"Type":37,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"DiagnosticResourceProperties","Properties":{"globalParameters":{"Type":12,"Flags":0,"Description":"Global parameters that can be passed to all solutionIds."},"insights":{"Type":15,"Flags":0,"Description":"SolutionIds that are needed to be invoked."},"acceptedAt":{"Type":4,"Flags":2,"Description":"Diagnostic Request Accepted time."},"provisioningState":{"Type":20,"Flags":2,"Description":"Status of diagnostic provisioning."},"diagnostics":{"Type":36,"Flags":2,"Description":"Array of Diagnostics."}}}},{"2":{"Name":"DiagnosticResourcePropertiesGlobalParameters","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"DiagnosticInvocation","Properties":{"solutionId":{"Type":4,"Flags":0,"Description":"Solution Id to invoke."},"additionalParameters":{"Type":14,"Flags":0,"Description":"Additional parameters required to invoke the solutionId."}}}},{"2":{"Name":"DiagnosticInvocationAdditionalParameters","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":13}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"PartialComplete"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[16,17,18,19,4]}},{"2":{"Name":"Diagnostic","Properties":{"solutionId":{"Type":4,"Flags":0,"Description":"Solution Id"},"status":{"Type":27,"Flags":0,"Description":"Denotes the status of the diagnostic resource."},"insights":{"Type":33,"Flags":0,"Description":"The problems (if any) detected by this insight."},"error":{"Type":34,"Flags":0,"Description":"Error definition."}}}},{"6":{"Value":"Failed"}},{"6":{"Value":"MissingInputs"}},{"6":{"Value":"Running"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Timeout"}},{"5":{"Elements":[22,23,24,25,26,4]}},{"2":{"Name":"Insight","Properties":{"id":{"Type":4,"Flags":0,"Description":"Article id."},"title":{"Type":4,"Flags":0,"Description":"This insight's title."},"results":{"Type":4,"Flags":0,"Description":"Detailed result content."},"importanceLevel":{"Type":32,"Flags":0,"Description":"Importance level of the insight."}}}},{"6":{"Value":"Critical"}},{"6":{"Value":"Warning"}},{"6":{"Value":"Information"}},{"5":{"Elements":[29,30,31,4]}},{"3":{"ItemType":28}},{"2":{"Name":"Error","Properties":{"code":{"Type":4,"Flags":2,"Description":"Service specific error code which serves as the substatus for the HTTP error code."},"type":{"Type":4,"Flags":2,"Description":"Service specific error type which serves as additional context for the error herein."},"message":{"Type":4,"Flags":2,"Description":"Description of the error."},"details":{"Type":35,"Flags":0,"Description":"An array of additional nested error response info objects, as described by this contract."}}}},{"3":{"ItemType":34}},{"3":{"ItemType":21}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":42,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":47,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[38,39,40,41,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[43,44,45,46,4]}},{"4":{"Name":"Microsoft.Help/diagnostics@2023-01-01-preview","ScopeType":0,"Body":10,"Flags":0}}] \ No newline at end of file diff --git a/generated/help/microsoft.help/2023-01-01-preview/types.md b/generated/help/microsoft.help/2023-01-01-preview/types.md new file mode 100644 index 0000000000..9069bb05e4 --- /dev/null +++ b/generated/help/microsoft.help/2023-01-01-preview/types.md @@ -0,0 +1,65 @@ +# Microsoft.Help @ 2023-01-01-preview + +## Resource Microsoft.Help/diagnostics@2023-01-01-preview +* **Valid Scope(s)**: Unknown +### Properties +* **apiVersion**: '2023-01-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [DiagnosticResourceProperties](#diagnosticresourceproperties): Diagnostic Resource properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.Help/diagnostics' (ReadOnly, DeployTimeConstant): The resource type + +## Diagnostic +### Properties +* **error**: [Error](#error): Error definition. +* **insights**: [Insight](#insight)[]: The problems (if any) detected by this insight. +* **solutionId**: string: Solution Id +* **status**: 'Failed' | 'MissingInputs' | 'Running' | 'Succeeded' | 'Timeout' | string: Denotes the status of the diagnostic resource. + +## DiagnosticInvocation +### Properties +* **additionalParameters**: [DiagnosticInvocationAdditionalParameters](#diagnosticinvocationadditionalparameters): Additional parameters required to invoke the solutionId. +* **solutionId**: string: Solution Id to invoke. + +## DiagnosticInvocationAdditionalParameters +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## DiagnosticResourceProperties +### Properties +* **acceptedAt**: string (ReadOnly): Diagnostic Request Accepted time. +* **diagnostics**: [Diagnostic](#diagnostic)[] (ReadOnly): Array of Diagnostics. +* **globalParameters**: [DiagnosticResourcePropertiesGlobalParameters](#diagnosticresourcepropertiesglobalparameters): Global parameters that can be passed to all solutionIds. +* **insights**: [DiagnosticInvocation](#diagnosticinvocation)[]: SolutionIds that are needed to be invoked. +* **provisioningState**: 'Canceled' | 'Failed' | 'PartialComplete' | 'Succeeded' | string (ReadOnly): Status of diagnostic provisioning. + +## DiagnosticResourcePropertiesGlobalParameters +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## Error +### Properties +* **code**: string (ReadOnly): Service specific error code which serves as the substatus for the HTTP error code. +* **details**: [Error](#error)[]: An array of additional nested error response info objects, as described by this contract. +* **message**: string (ReadOnly): Description of the error. +* **type**: string (ReadOnly): Service specific error type which serves as additional context for the error herein. + +## Insight +### Properties +* **id**: string: Article id. +* **importanceLevel**: 'Critical' | 'Information' | 'Warning' | string: Importance level of the insight. +* **results**: string: Detailed result content. +* **title**: string: This insight's title. + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource last modification (UTC) +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + diff --git a/generated/hybridconnectivity/log.out b/generated/hybridconnectivity/log.out index 93c7b55990..b51ac9496f 100644 --- a/generated/hybridconnectivity/log.out +++ b/generated/hybridconnectivity/log.out @@ -3,5 +3,9 @@ AutoRest code generation utility [cli version: 3.6.3; node: v16.19.1] https://aka.ms/autorest warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | PreCheck/PropertyRedeclarationWarning | Schema 'EndpointResource' has a property 'systemData' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from EndpointResource +warning | PreCheck/PropertyRedeclarationWarning | Schema 'ServiceConfigurationResource' has a property 'systemData' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from ServiceConfigurationResource +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. diff --git a/generated/hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.json b/generated/hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.json new file mode 100644 index 0000000000..50126989ef --- /dev/null +++ b/generated/hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.HybridConnectivity/endpoints"}},{"6":{"Value":"2023-03-15"}},{"2":{"Name":"Microsoft.HybridConnectivity/endpoints","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":0,"Description":"The endpoint properties."},"systemData":{"Type":15,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"EndpointProperties","Properties":{"type":{"Type":14,"Flags":1,"Description":"The type of endpoint."},"resourceId":{"Type":4,"Flags":0,"Description":"The resource Id of the connectivity endpoint (optional)."},"provisioningState":{"Type":4,"Flags":2,"Description":"The resource provisioning state."}}}},{"6":{"Value":"default"}},{"6":{"Value":"custom"}},{"5":{"Elements":[12,13,4]}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":20,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":25,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[16,17,18,19,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[21,22,23,24,4]}},{"4":{"Name":"Microsoft.HybridConnectivity/endpoints@2023-03-15","ScopeType":0,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.HybridConnectivity/endpoints/serviceConfigurations"}},{"6":{"Value":"2023-03-15"}},{"2":{"Name":"Microsoft.HybridConnectivity/endpoints/serviceConfigurations","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":27,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":28,"Flags":10,"Description":"The resource api version"},"properties":{"Type":30,"Flags":0,"Description":"The service configuration properties."},"systemData":{"Type":15,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ServiceConfigurationProperties","Properties":{"serviceName":{"Type":33,"Flags":1,"Description":"Name of the service."},"resourceId":{"Type":4,"Flags":0,"Description":"The resource Id of the connectivity endpoint (optional)."},"port":{"Type":3,"Flags":0,"Description":"The port on which service is enabled."},"provisioningState":{"Type":39,"Flags":2,"Description":"The resource provisioning state."}}}},{"6":{"Value":"SSH"}},{"6":{"Value":"WAC"}},{"5":{"Elements":[31,32,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[34,35,36,37,38,4]}},{"4":{"Name":"Microsoft.HybridConnectivity/endpoints/serviceConfigurations@2023-03-15","ScopeType":0,"Body":29,"Flags":0}},{"2":{"Name":"ListCredentialsRequest","Properties":{"serviceName":{"Type":44,"Flags":0,"Description":"The name of the service. If not provided, the request will by pass the generation of service configuration token"}}}},{"6":{"Value":"SSH"}},{"6":{"Value":"WAC"}},{"5":{"Elements":[42,43,4]}},{"2":{"Name":"EndpointAccessResource","Properties":{"relay":{"Type":46,"Flags":0,"Description":"Azure relay hybrid connection access properties"}}}},{"2":{"Name":"RelayNamespaceAccessProperties","Properties":{"namespaceName":{"Type":4,"Flags":1,"Description":"The namespace name."},"namespaceNameSuffix":{"Type":4,"Flags":1,"Description":"The suffix domain name of relay namespace."},"hybridConnectionName":{"Type":4,"Flags":1,"Description":"Azure Relay hybrid connection name for the resource."},"accessKey":{"Type":4,"Flags":2,"Description":"Access key for hybrid connection."},"expiresOn":{"Type":3,"Flags":0,"Description":"The expiration of access key in unix time."},"serviceConfigurationToken":{"Type":4,"Flags":0,"Description":"The token to access the enabled service."}}}},{"8":{"Name":"listCredentials","ResourceType":"Microsoft.HybridConnectivity/endpoints","ApiVersion":"2023-03-15","Output":45,"Input":41}},{"2":{"Name":"IngressGatewayResource","Properties":{"relay":{"Type":46,"Flags":0,"Description":"Azure relay hybrid connection access properties"},"ingress":{"Type":49,"Flags":0,"Description":"Ingress gateway profile"}}}},{"2":{"Name":"IngressProfileProperties","Properties":{"hostname":{"Type":4,"Flags":1,"Description":"The ingress hostname."},"aadProfile":{"Type":50,"Flags":1,"Description":"The AAD Profile"}}}},{"2":{"Name":"AADProfileProperties","Properties":{"serverId":{"Type":4,"Flags":1,"Description":"The arc ingress gateway server app id."},"tenantId":{"Type":4,"Flags":1,"Description":"The target resource home tenant id."}}}},{"8":{"Name":"listIngressGatewayCredentials","ResourceType":"Microsoft.HybridConnectivity/endpoints","ApiVersion":"2023-03-15","Output":48}},{"2":{"Name":"ManagedProxyRequest","Properties":{"service":{"Type":4,"Flags":1,"Description":"The name of the service."},"hostname":{"Type":4,"Flags":0,"Description":"The target host name."},"serviceName":{"Type":55,"Flags":0,"Description":"The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed."}}}},{"6":{"Value":"SSH"}},{"6":{"Value":"WAC"}},{"5":{"Elements":[53,54,4]}},{"2":{"Name":"ManagedProxyResource","Properties":{"proxy":{"Type":4,"Flags":1,"Description":"The short lived proxy name."},"expiresOn":{"Type":3,"Flags":1,"Description":"The expiration time of short lived proxy name in unix epoch."}}}},{"8":{"Name":"listManagedProxyDetails","ResourceType":"Microsoft.HybridConnectivity/endpoints","ApiVersion":"2023-03-15","Output":56,"Input":52}}] \ No newline at end of file diff --git a/generated/hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.md b/generated/hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.md new file mode 100644 index 0000000000..a9bc80c871 --- /dev/null +++ b/generated/hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.md @@ -0,0 +1,104 @@ +# Microsoft.HybridConnectivity @ 2023-03-15 + +## Resource Microsoft.HybridConnectivity/endpoints@2023-03-15 +* **Valid Scope(s)**: Unknown +### Properties +* **apiVersion**: '2023-03-15' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [EndpointProperties](#endpointproperties): The endpoint properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.HybridConnectivity/endpoints' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.HybridConnectivity/endpoints/serviceConfigurations@2023-03-15 +* **Valid Scope(s)**: Unknown +### Properties +* **apiVersion**: '2023-03-15' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ServiceConfigurationProperties](#serviceconfigurationproperties): The service configuration properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.HybridConnectivity/endpoints/serviceConfigurations' (ReadOnly, DeployTimeConstant): The resource type + +## Function listCredentials (Microsoft.HybridConnectivity/endpoints@2023-03-15) +* **Resource**: Microsoft.HybridConnectivity/endpoints +* **ApiVersion**: 2023-03-15 +* **Input**: [ListCredentialsRequest](#listcredentialsrequest) +* **Output**: [EndpointAccessResource](#endpointaccessresource) + +## Function listIngressGatewayCredentials (Microsoft.HybridConnectivity/endpoints@2023-03-15) +* **Resource**: Microsoft.HybridConnectivity/endpoints +* **ApiVersion**: 2023-03-15 +* **Output**: [IngressGatewayResource](#ingressgatewayresource) + +## Function listManagedProxyDetails (Microsoft.HybridConnectivity/endpoints@2023-03-15) +* **Resource**: Microsoft.HybridConnectivity/endpoints +* **ApiVersion**: 2023-03-15 +* **Input**: [ManagedProxyRequest](#managedproxyrequest) +* **Output**: [ManagedProxyResource](#managedproxyresource) + +## AADProfileProperties +### Properties +* **serverId**: string (Required): The arc ingress gateway server app id. +* **tenantId**: string (Required): The target resource home tenant id. + +## EndpointAccessResource +### Properties +* **relay**: [RelayNamespaceAccessProperties](#relaynamespaceaccessproperties): Azure relay hybrid connection access properties + +## EndpointProperties +### Properties +* **provisioningState**: string (ReadOnly): The resource provisioning state. +* **resourceId**: string: The resource Id of the connectivity endpoint (optional). +* **type**: 'custom' | 'default' | string (Required): The type of endpoint. + +## IngressGatewayResource +### Properties +* **ingress**: [IngressProfileProperties](#ingressprofileproperties): Ingress gateway profile +* **relay**: [RelayNamespaceAccessProperties](#relaynamespaceaccessproperties): Azure relay hybrid connection access properties + +## IngressProfileProperties +### Properties +* **aadProfile**: [AADProfileProperties](#aadprofileproperties) (Required): The AAD Profile +* **hostname**: string (Required): The ingress hostname. + +## ListCredentialsRequest +### Properties +* **serviceName**: 'SSH' | 'WAC' | string: The name of the service. If not provided, the request will by pass the generation of service configuration token + +## ManagedProxyRequest +### Properties +* **hostname**: string: The target host name. +* **service**: string (Required): The name of the service. +* **serviceName**: 'SSH' | 'WAC' | string: The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed. + +## ManagedProxyResource +### Properties +* **expiresOn**: int (Required): The expiration time of short lived proxy name in unix epoch. +* **proxy**: string (Required): The short lived proxy name. + +## RelayNamespaceAccessProperties +### Properties +* **accessKey**: string (ReadOnly): Access key for hybrid connection. +* **expiresOn**: int: The expiration of access key in unix time. +* **hybridConnectionName**: string (Required): Azure Relay hybrid connection name for the resource. +* **namespaceName**: string (Required): The namespace name. +* **namespaceNameSuffix**: string (Required): The suffix domain name of relay namespace. +* **serviceConfigurationToken**: string: The token to access the enabled service. + +## ServiceConfigurationProperties +### Properties +* **port**: int: The port on which service is enabled. +* **provisioningState**: 'Canceled' | 'Creating' | 'Failed' | 'Succeeded' | 'Updating' | string (ReadOnly): The resource provisioning state. +* **resourceId**: string: The resource Id of the connectivity endpoint (optional). +* **serviceName**: 'SSH' | 'WAC' | string (Required): Name of the service. + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource last modification (UTC) +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + diff --git a/generated/index.json b/generated/index.json index ab165a6af3..538023b5f3 100644 --- a/generated/index.json +++ b/generated/index.json @@ -1 +1 @@ -{"Resources":{"Microsoft.Addons/supportProviders/supportPlanTypes@2017-05-15":{"RelativePath":"addons/microsoft.addons/2017-05-15/types.json","Index":24},"Microsoft.Addons/supportProviders/supportPlanTypes@2018-03-01":{"RelativePath":"addons/microsoft.addons/2018-03-01/types.json","Index":24},"Microsoft.AutonomousDevelopmentPlatform/accounts@2020-07-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2020-07-01-preview/types.json","Index":31},"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools@2020-07-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2020-07-01-preview/types.json","Index":45},"Microsoft.AutonomousDevelopmentPlatform/accounts@2021-02-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2021-02-01-preview/types.json","Index":31},"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools@2021-02-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2021-02-01-preview/types.json","Index":46},"Microsoft.AutonomousDevelopmentPlatform/accounts@2021-11-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2021-11-01-preview/types.json","Index":31},"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools@2021-11-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2021-11-01-preview/types.json","Index":57},"Microsoft.Advisor/recommendations/suppressions@2016-07-12-preview":{"RelativePath":"advisor/microsoft.advisor/2016-07-12-preview/types.json","Index":12},"Microsoft.Advisor/recommendations/suppressions@2017-03-31":{"RelativePath":"advisor/microsoft.advisor/2017-03-31/types.json","Index":12},"Microsoft.Advisor/recommendations@2017-03-31":{"RelativePath":"advisor/microsoft.advisor/2017-03-31/types.json","Index":34},"Microsoft.Advisor/recommendations/suppressions@2017-04-19":{"RelativePath":"advisor/microsoft.advisor/2017-04-19/types.json","Index":12},"Microsoft.Advisor/recommendations@2017-04-19":{"RelativePath":"advisor/microsoft.advisor/2017-04-19/types.json","Index":35},"Microsoft.Advisor/configurations@2020-01-01":{"RelativePath":"advisor/microsoft.advisor/2020-01-01/types.json","Index":31},"Microsoft.Advisor/recommendations/suppressions@2020-01-01":{"RelativePath":"advisor/microsoft.advisor/2020-01-01/types.json","Index":36},"Microsoft.Advisor/recommendations@2020-01-01":{"RelativePath":"advisor/microsoft.advisor/2020-01-01/types.json","Index":61},"Microsoft.Advisor/configurations@2022-09-01":{"RelativePath":"advisor/microsoft.advisor/2022-09-01/types.json","Index":38},"Microsoft.Advisor/recommendations/suppressions@2022-09-01":{"RelativePath":"advisor/microsoft.advisor/2022-09-01/types.json","Index":43},"Microsoft.Advisor/recommendations@2022-09-01":{"RelativePath":"advisor/microsoft.advisor/2022-09-01/types.json","Index":72},"Microsoft.Advisor/configurations@2022-10-01":{"RelativePath":"advisor/microsoft.advisor/2022-10-01/types.json","Index":49},"Microsoft.Advisor/recommendations/suppressions@2022-10-01":{"RelativePath":"advisor/microsoft.advisor/2022-10-01/types.json","Index":54},"Microsoft.Advisor/recommendations@2022-10-01":{"RelativePath":"advisor/microsoft.advisor/2022-10-01/types.json","Index":83},"Microsoft.Advisor/advisorScore@2022-10-01":{"RelativePath":"advisor/microsoft.advisor/2022-10-01/types.json","Index":96},"Microsoft.AgFoodPlatform/farmBeats/extensions@2020-05-12-preview":{"RelativePath":"agfood/microsoft.agfoodplatform/2020-05-12-preview/types.json","Index":23},"Microsoft.AgFoodPlatform/farmBeats@2020-05-12-preview":{"RelativePath":"agfood/microsoft.agfoodplatform/2020-05-12-preview/types.json","Index":32},"Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions@2020-05-12-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2020-05-12-preview/types.json","Index":50},"Microsoft.AgFoodPlatform/farmBeats/extensions@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":26},"Microsoft.AgFoodPlatform/farmBeats@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":69},"Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":73},"Microsoft.AgFoodPlatform/farmBeats/solutions@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":78},"Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":90},"Microsoft.AgFoodPlatform/farmBeats/privateLinkResources@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":97},"Microsoft.AgFoodPlatform/farmBeatsSolutionDefinitions@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":115},"Microsoft.AlertsManagement/alerts@2018-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2018-05-05-preview/types.json","Index":45},"Microsoft.AlertsManagement/smartGroups@2018-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2018-05-05-preview/types.json","Index":68},"Microsoft.AlertsManagement/alerts@2018-05-05":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2018-05-05/types.json","Index":46},"Microsoft.AlertsManagement/smartGroups@2018-05-05":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2018-05-05/types.json","Index":69},"microsoft.alertsManagement/smartDetectorAlertRules@2019-03-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-03-01/types.json","Index":29},"Microsoft.AlertsManagement/alerts@2019-03-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-03-01/types.json","Index":69},"Microsoft.AlertsManagement/actionRules@2019-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-05-05-preview/types.json","Index":45},"Microsoft.AlertsManagement/alerts@2019-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-05-05-preview/types.json","Index":84},"Microsoft.AlertsManagement/smartGroups@2019-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-05-05-preview/types.json","Index":107},"microsoft.alertsManagement/smartDetectorAlertRules@2019-06-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-06-01/types.json","Index":30},"microsoft.alertsManagement/smartDetectorAlertRules@2021-04-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2021-04-01/types.json","Index":39},"Microsoft.AlertsManagement/prometheusRuleGroups@2021-07-22-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2021-07-22-preview/types.json","Index":33},"Microsoft.AlertsManagement/actionRules@2021-08-08-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2021-08-08-preview/types.json","Index":71},"Microsoft.AlertsManagement/actionRules@2021-08-08":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2021-08-08/types.json","Index":71},"Microsoft.AlertsManagement/prometheusRuleGroups@2023-03-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2023-03-01/types.json","Index":33},"Microsoft.AnalysisServices/servers@2016-05-16":{"RelativePath":"analysisservices/microsoft.analysisservices/2016-05-16/types.json","Index":46},"Microsoft.AnalysisServices/servers@2017-07-14":{"RelativePath":"analysisservices/microsoft.analysisservices/2017-07-14/types.json","Index":47},"Microsoft.AnalysisServices/servers@2017-08-01":{"RelativePath":"analysisservices/microsoft.analysisservices/2017-08-01/types.json","Index":53},"Microsoft.ApiManagement/service/apis@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":25},"Microsoft.ApiManagement/service/apis/operations@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":40},"Microsoft.ApiManagement/service/subscriptions@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":51},"Microsoft.ApiManagement/service/products@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":58},"Microsoft.ApiManagement/service/products/apis@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":62},"Microsoft.ApiManagement/service/products/groups@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":66},"Microsoft.ApiManagement/service/groups@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":70},"Microsoft.ApiManagement/service/groups/users@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":74},"Microsoft.ApiManagement/service/certificates@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":78},"Microsoft.ApiManagement/service/users@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":87},"Microsoft.ApiManagement/service/authorizationServers@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":117},"Microsoft.ApiManagement/service/loggers@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":122},"Microsoft.ApiManagement/service/properties@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":127},"Microsoft.ApiManagement/service/openidConnectProviders@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":131},"Microsoft.ApiManagement/service/backends@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":135},"Microsoft.ApiManagement/service/identityProviders@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":146},"Microsoft.ApiManagement/service@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":179},"Microsoft.ApiManagement/service/apis@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":25},"Microsoft.ApiManagement/service/apis/operations@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":40},"Microsoft.ApiManagement/service/authorizationServers@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":70},"Microsoft.ApiManagement/service/backends@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":83},"Microsoft.ApiManagement/service/certificates@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":87},"Microsoft.ApiManagement/service@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":120},"Microsoft.ApiManagement/service/groups@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":124},"Microsoft.ApiManagement/service/groups/users@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":128},"Microsoft.ApiManagement/service/identityProviders@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":140},"Microsoft.ApiManagement/service/loggers@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":145},"Microsoft.ApiManagement/service/openidConnectProviders@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":149},"Microsoft.ApiManagement/service/products@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":156},"Microsoft.ApiManagement/service/products/apis@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":160},"Microsoft.ApiManagement/service/products/groups@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":164},"Microsoft.ApiManagement/service/properties@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":169},"Microsoft.ApiManagement/service/subscriptions@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":180},"Microsoft.ApiManagement/service/tenant@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":185},"Microsoft.ApiManagement/service/users@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":194},"Microsoft.ApiManagement/service/policies@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":14},"Microsoft.ApiManagement/service/apis@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":43},"Microsoft.ApiManagement/service/apis/releases@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":48},"Microsoft.ApiManagement/service/apis/operations@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":66},"Microsoft.ApiManagement/service/apis/operations/policies@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":72},"Microsoft.ApiManagement/service/apis/policies@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":78},"Microsoft.ApiManagement/service/apis/schemas@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":84},"Microsoft.ApiManagement/service/apis/diagnostics@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":89},"Microsoft.ApiManagement/service/apis/diagnostics/loggers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":93},"Microsoft.ApiManagement/service/apis/issues@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":104},"Microsoft.ApiManagement/service/apis/issues/comments@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":109},"Microsoft.ApiManagement/service/apis/issues/attachments@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":114},"Microsoft.ApiManagement/service/authorizationServers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":145},"Microsoft.ApiManagement/service/backends@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":168},"Microsoft.ApiManagement/service/certificates@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":173},"Microsoft.ApiManagement/service@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":211},"Microsoft.ApiManagement/service/diagnostics@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":215},"Microsoft.ApiManagement/service/diagnostics/loggers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":219},"Microsoft.ApiManagement/service/templates@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":241},"Microsoft.ApiManagement/service/groups@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":250},"Microsoft.ApiManagement/service/groups/users@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":254},"Microsoft.ApiManagement/service/identityProviders@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":274},"Microsoft.ApiManagement/service/loggers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":288},"Microsoft.ApiManagement/service/notifications@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":304},"Microsoft.ApiManagement/service/notifications/recipientUsers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":308},"Microsoft.ApiManagement/service/notifications/recipientEmails@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":312},"Microsoft.ApiManagement/service/openidConnectProviders@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":317},"Microsoft.ApiManagement/service/portalsettings@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":337},"Microsoft.ApiManagement/service/products@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":345},"Microsoft.ApiManagement/service/products/apis@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":349},"Microsoft.ApiManagement/service/products/groups@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":353},"Microsoft.ApiManagement/service/products/policies@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":359},"Microsoft.ApiManagement/service/properties@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":365},"Microsoft.ApiManagement/service/subscriptions@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":377},"Microsoft.ApiManagement/service/tags@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":382},"Microsoft.ApiManagement/service/apis/tags@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":386},"Microsoft.ApiManagement/service/apis/operations/tags@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":390},"Microsoft.ApiManagement/service/products/tags@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":394},"Microsoft.ApiManagement/service/apis/tagDescriptions@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":399},"Microsoft.ApiManagement/service/users@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":421},"Microsoft.ApiManagement/service/api-version-sets@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":425},"Microsoft.ApiManagement/service/policies@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":19},"Microsoft.ApiManagement/service/apis@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":55},"Microsoft.ApiManagement/service/apis/releases@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":60},"Microsoft.ApiManagement/service/apis/operations@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":78},"Microsoft.ApiManagement/service/apis/operations/policies@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":84},"Microsoft.ApiManagement/service/apis/policies@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":90},"Microsoft.ApiManagement/service/apis/schemas@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":96},"Microsoft.ApiManagement/service/apis/diagnostics@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":101},"Microsoft.ApiManagement/service/apis/diagnostics/loggers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":105},"Microsoft.ApiManagement/service/apis/issues@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":116},"Microsoft.ApiManagement/service/apis/issues/comments@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":121},"Microsoft.ApiManagement/service/apis/issues/attachments@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":126},"Microsoft.ApiManagement/service/authorizationServers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":157},"Microsoft.ApiManagement/service/backends@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":180},"Microsoft.ApiManagement/service/certificates@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":185},"Microsoft.ApiManagement/service@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":225},"Microsoft.ApiManagement/service/diagnostics@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":229},"Microsoft.ApiManagement/service/diagnostics/loggers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":233},"Microsoft.ApiManagement/service/templates@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":255},"Microsoft.ApiManagement/service/groups@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":264},"Microsoft.ApiManagement/service/groups/users@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":268},"Microsoft.ApiManagement/service/identityProviders@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":288},"Microsoft.ApiManagement/service/loggers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":297},"Microsoft.ApiManagement/service/notifications@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":313},"Microsoft.ApiManagement/service/notifications/recipientUsers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":317},"Microsoft.ApiManagement/service/notifications/recipientEmails@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":321},"Microsoft.ApiManagement/service/openidConnectProviders@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":326},"Microsoft.ApiManagement/service/portalsettings@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":346},"Microsoft.ApiManagement/service/products@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":354},"Microsoft.ApiManagement/service/products/apis@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":358},"Microsoft.ApiManagement/service/products/groups@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":362},"Microsoft.ApiManagement/service/products/policies@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":368},"Microsoft.ApiManagement/service/properties@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":374},"Microsoft.ApiManagement/service/subscriptions@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":386},"Microsoft.ApiManagement/service/tags@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":391},"Microsoft.ApiManagement/service/apis/tags@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":395},"Microsoft.ApiManagement/service/apis/operations/tags@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":399},"Microsoft.ApiManagement/service/products/tags@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":403},"Microsoft.ApiManagement/service/apis/tagDescriptions@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":408},"Microsoft.ApiManagement/service/users@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":429},"Microsoft.ApiManagement/service/api-version-sets@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":438},"Microsoft.ApiManagement/service/apis@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":46},"Microsoft.ApiManagement/service/apis/releases@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":51},"Microsoft.ApiManagement/service/apis/operations@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":69},"Microsoft.ApiManagement/service/apis/operations/policies@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":81},"Microsoft.ApiManagement/service/apis/operations/tags@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":86},"Microsoft.ApiManagement/service/apis/tags@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":90},"Microsoft.ApiManagement/service/products/tags@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":94},"Microsoft.ApiManagement/service/tags@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":98},"Microsoft.ApiManagement/service/apis/policies@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":104},"Microsoft.ApiManagement/service/apis/schemas@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":110},"Microsoft.ApiManagement/service/apis/diagnostics@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":124},"Microsoft.ApiManagement/service/apis/issues@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":135},"Microsoft.ApiManagement/service/apis/issues/comments@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":140},"Microsoft.ApiManagement/service/apis/issues/attachments@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":145},"Microsoft.ApiManagement/service/apis/tagDescriptions@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":150},"Microsoft.ApiManagement/service/authorizationServers@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":181},"Microsoft.ApiManagement/service/backends@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":204},"Microsoft.ApiManagement/service/caches@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":209},"Microsoft.ApiManagement/service/certificates@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":214},"Microsoft.ApiManagement/service@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":255},"Microsoft.ApiManagement/service/diagnostics@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":259},"Microsoft.ApiManagement/service/templates@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":281},"Microsoft.ApiManagement/service/groups@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":290},"Microsoft.ApiManagement/service/groups/users@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":294},"Microsoft.ApiManagement/service/identityProviders@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":314},"Microsoft.ApiManagement/service/loggers@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":323},"Microsoft.ApiManagement/service/notifications@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":339},"Microsoft.ApiManagement/service/notifications/recipientUsers@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":343},"Microsoft.ApiManagement/service/notifications/recipientEmails@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":347},"Microsoft.ApiManagement/service/openidConnectProviders@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":352},"Microsoft.ApiManagement/service/policies@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":358},"Microsoft.ApiManagement/service/portalsettings@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":378},"Microsoft.ApiManagement/service/products@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":386},"Microsoft.ApiManagement/service/products/apis@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":390},"Microsoft.ApiManagement/service/products/groups@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":394},"Microsoft.ApiManagement/service/products/policies@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":400},"Microsoft.ApiManagement/service/properties@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":406},"Microsoft.ApiManagement/service/subscriptions@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":418},"Microsoft.ApiManagement/service/users@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":439},"Microsoft.ApiManagement/service/api-version-sets@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/issues@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":452},"Microsoft.ApiManagement/service/apis@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":133},"Microsoft.ApiManagement/service/apis/issues@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":144},"Microsoft.ApiManagement/service/apis/issues/comments@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":149},"Microsoft.ApiManagement/service/apis/issues/attachments@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":154},"Microsoft.ApiManagement/service/apis/tagDescriptions@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":159},"Microsoft.ApiManagement/service/apiVersionSets@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":168},"Microsoft.ApiManagement/service/authorizationServers@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":199},"Microsoft.ApiManagement/service/backends@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":222},"Microsoft.ApiManagement/service/caches@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":227},"Microsoft.ApiManagement/service/certificates@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":232},"Microsoft.ApiManagement/service@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":274},"Microsoft.ApiManagement/service/diagnostics@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":278},"Microsoft.ApiManagement/service/templates@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":300},"Microsoft.ApiManagement/service/groups@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":309},"Microsoft.ApiManagement/service/groups/users@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":313},"Microsoft.ApiManagement/service/identityProviders@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":333},"Microsoft.ApiManagement/service/loggers@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":342},"Microsoft.ApiManagement/service/notifications@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":358},"Microsoft.ApiManagement/service/notifications/recipientUsers@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":362},"Microsoft.ApiManagement/service/notifications/recipientEmails@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":366},"Microsoft.ApiManagement/service/openidConnectProviders@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":371},"Microsoft.ApiManagement/service/policies@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":377},"Microsoft.ApiManagement/service/portalsettings@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":397},"Microsoft.ApiManagement/service/products@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":405},"Microsoft.ApiManagement/service/products/apis@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":409},"Microsoft.ApiManagement/service/products/groups@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":413},"Microsoft.ApiManagement/service/products/policies@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":419},"Microsoft.ApiManagement/service/properties@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":425},"Microsoft.ApiManagement/service/subscriptions@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":437},"Microsoft.ApiManagement/service/users@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":461},"Microsoft.ApiManagement/service/issues@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":465},"Microsoft.ApiManagement/service/apis@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":133},"Microsoft.ApiManagement/service/apis/issues@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":144},"Microsoft.ApiManagement/service/apis/issues/comments@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":149},"Microsoft.ApiManagement/service/apis/issues/attachments@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":154},"Microsoft.ApiManagement/service/apis/tagDescriptions@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":159},"Microsoft.ApiManagement/service/apiVersionSets@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":168},"Microsoft.ApiManagement/service/authorizationServers@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":199},"Microsoft.ApiManagement/service/backends@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":222},"Microsoft.ApiManagement/service/caches@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":227},"Microsoft.ApiManagement/service/certificates@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":232},"Microsoft.ApiManagement/service@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":280},"Microsoft.ApiManagement/service/diagnostics@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":284},"Microsoft.ApiManagement/service/templates@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":306},"Microsoft.ApiManagement/service/gateways@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":312},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":317},"Microsoft.ApiManagement/service/gateways/apis@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":323},"Microsoft.ApiManagement/service/groups@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":332},"Microsoft.ApiManagement/service/groups/users@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":336},"Microsoft.ApiManagement/service/identityProviders@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":356},"Microsoft.ApiManagement/service/loggers@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":365},"Microsoft.ApiManagement/service/notifications@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":381},"Microsoft.ApiManagement/service/notifications/recipientUsers@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":385},"Microsoft.ApiManagement/service/notifications/recipientEmails@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":389},"Microsoft.ApiManagement/service/openidConnectProviders@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":394},"Microsoft.ApiManagement/service/policies@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":400},"Microsoft.ApiManagement/service/portalsettings@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":420},"Microsoft.ApiManagement/service/products@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":428},"Microsoft.ApiManagement/service/products/apis@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":432},"Microsoft.ApiManagement/service/products/groups@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":436},"Microsoft.ApiManagement/service/products/policies@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":442},"Microsoft.ApiManagement/service/namedValues@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/subscriptions@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":460},"Microsoft.ApiManagement/service/users@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":483},"Microsoft.ApiManagement/service/issues@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":487},"Microsoft.ApiManagement/service/apis@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":133},"Microsoft.ApiManagement/service/apis/issues@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":144},"Microsoft.ApiManagement/service/apis/issues/comments@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":149},"Microsoft.ApiManagement/service/apis/issues/attachments@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":154},"Microsoft.ApiManagement/service/apis/tagDescriptions@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":159},"Microsoft.ApiManagement/service/apiVersionSets@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":168},"Microsoft.ApiManagement/service/authorizationServers@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":199},"Microsoft.ApiManagement/service/backends@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":222},"Microsoft.ApiManagement/service/caches@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":227},"Microsoft.ApiManagement/service/certificates@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":232},"Microsoft.ApiManagement/service/contentTypes@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":237},"Microsoft.ApiManagement/service/contentTypes/contentItems@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":242},"Microsoft.ApiManagement/service@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":290},"Microsoft.ApiManagement/service/diagnostics@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":294},"Microsoft.ApiManagement/service/templates@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":316},"Microsoft.ApiManagement/service/gateways@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":322},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":327},"Microsoft.ApiManagement/service/gateways/apis@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":333},"Microsoft.ApiManagement/service/groups@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":342},"Microsoft.ApiManagement/service/groups/users@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":346},"Microsoft.ApiManagement/service/identityProviders@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":366},"Microsoft.ApiManagement/service/loggers@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":375},"Microsoft.ApiManagement/service/namedValues@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":381},"Microsoft.ApiManagement/service/notifications@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":397},"Microsoft.ApiManagement/service/notifications/recipientUsers@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":401},"Microsoft.ApiManagement/service/notifications/recipientEmails@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":405},"Microsoft.ApiManagement/service/openidConnectProviders@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":410},"Microsoft.ApiManagement/service/policies@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":416},"Microsoft.ApiManagement/service/portalsettings@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":436},"Microsoft.ApiManagement/service/products@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":444},"Microsoft.ApiManagement/service/products/apis@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":448},"Microsoft.ApiManagement/service/products/groups@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":452},"Microsoft.ApiManagement/service/products/policies@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":458},"Microsoft.ApiManagement/service/subscriptions@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":470},"Microsoft.ApiManagement/service/users@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":494},"Microsoft.ApiManagement/service/issues@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":498},"Microsoft.ApiManagement/service/apis@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":143},"Microsoft.ApiManagement/service/apis/issues@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":154},"Microsoft.ApiManagement/service/apis/issues/comments@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":159},"Microsoft.ApiManagement/service/apis/issues/attachments@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":164},"Microsoft.ApiManagement/service/apis/tagDescriptions@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":169},"Microsoft.ApiManagement/service/apiVersionSets@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":178},"Microsoft.ApiManagement/service/authorizationServers@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":209},"Microsoft.ApiManagement/service/backends@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":233},"Microsoft.ApiManagement/service/caches@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":238},"Microsoft.ApiManagement/service/certificates@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":245},"Microsoft.ApiManagement/service/contentTypes@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":250},"Microsoft.ApiManagement/service/contentTypes/contentItems@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":255},"Microsoft.ApiManagement/service@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":306},"Microsoft.ApiManagement/service/diagnostics@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":310},"Microsoft.ApiManagement/service/templates@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":332},"Microsoft.ApiManagement/service/gateways@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":338},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":343},"Microsoft.ApiManagement/service/gateways/apis@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":349},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":354},"Microsoft.ApiManagement/service/groups@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":363},"Microsoft.ApiManagement/service/groups/users@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":367},"Microsoft.ApiManagement/service/identityProviders@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":387},"Microsoft.ApiManagement/service/loggers@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":397},"Microsoft.ApiManagement/service/namedValues@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":403},"Microsoft.ApiManagement/service/notifications@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":419},"Microsoft.ApiManagement/service/notifications/recipientUsers@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":423},"Microsoft.ApiManagement/service/notifications/recipientEmails@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":427},"Microsoft.ApiManagement/service/openidConnectProviders@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":432},"Microsoft.ApiManagement/service/policies@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":438},"Microsoft.ApiManagement/service/portalRevisions@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/portalsettings@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":468},"Microsoft.ApiManagement/service/products@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":476},"Microsoft.ApiManagement/service/products/apis@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":480},"Microsoft.ApiManagement/service/products/groups@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":484},"Microsoft.ApiManagement/service/products/policies@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":490},"Microsoft.ApiManagement/service/subscriptions@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":502},"Microsoft.ApiManagement/service/tenant@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":510},"Microsoft.ApiManagement/service/users@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":534},"Microsoft.ApiManagement/locations/deletedservices@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":539},"Microsoft.ApiManagement/service/issues@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":543},"Microsoft.ApiManagement/service/settings@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":551},"Microsoft.ApiManagement/service/users/subscriptions@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":563},"Microsoft.ApiManagement/service/apis@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":143},"Microsoft.ApiManagement/service/apis/issues@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":154},"Microsoft.ApiManagement/service/apis/issues/comments@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":159},"Microsoft.ApiManagement/service/apis/issues/attachments@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":164},"Microsoft.ApiManagement/service/apis/tagDescriptions@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":169},"Microsoft.ApiManagement/service/apiVersionSets@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":178},"Microsoft.ApiManagement/service/authorizationServers@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":209},"Microsoft.ApiManagement/service/backends@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":233},"Microsoft.ApiManagement/service/caches@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":238},"Microsoft.ApiManagement/service/certificates@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":245},"Microsoft.ApiManagement/service/contentTypes@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":250},"Microsoft.ApiManagement/service/contentTypes/contentItems@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":255},"Microsoft.ApiManagement/service@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":306},"Microsoft.ApiManagement/service/diagnostics@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":310},"Microsoft.ApiManagement/service/templates@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":332},"Microsoft.ApiManagement/service/gateways@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":338},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":343},"Microsoft.ApiManagement/service/gateways/apis@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":349},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":354},"Microsoft.ApiManagement/service/groups@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":363},"Microsoft.ApiManagement/service/groups/users@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":367},"Microsoft.ApiManagement/service/identityProviders@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":387},"Microsoft.ApiManagement/service/loggers@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":397},"Microsoft.ApiManagement/service/namedValues@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":403},"Microsoft.ApiManagement/service/notifications@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":419},"Microsoft.ApiManagement/service/notifications/recipientUsers@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":423},"Microsoft.ApiManagement/service/notifications/recipientEmails@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":427},"Microsoft.ApiManagement/service/openidConnectProviders@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":432},"Microsoft.ApiManagement/service/policies@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":438},"Microsoft.ApiManagement/service/portalRevisions@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":448},"Microsoft.ApiManagement/service/portalsettings@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":468},"Microsoft.ApiManagement/service/products@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":476},"Microsoft.ApiManagement/service/products/apis@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":480},"Microsoft.ApiManagement/service/products/groups@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":484},"Microsoft.ApiManagement/service/products/policies@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":490},"Microsoft.ApiManagement/service/subscriptions@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":502},"Microsoft.ApiManagement/service/tenant@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":510},"Microsoft.ApiManagement/service/users@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":534},"Microsoft.ApiManagement/locations/deletedservices@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":539},"Microsoft.ApiManagement/service/issues@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":543},"Microsoft.ApiManagement/service/settings@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":551},"Microsoft.ApiManagement/service/users/subscriptions@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":563},"Microsoft.ApiManagement/service/apis@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":53},"Microsoft.ApiManagement/service/apis/releases@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":58},"Microsoft.ApiManagement/service/apis/operations@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":78},"Microsoft.ApiManagement/service/apis/operations/policies@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":90},"Microsoft.ApiManagement/service/apis/operations/tags@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":95},"Microsoft.ApiManagement/service/apis/tags@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/products/tags@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":103},"Microsoft.ApiManagement/service/tags@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":107},"Microsoft.ApiManagement/service/apis/policies@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":113},"Microsoft.ApiManagement/service/apis/schemas@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":118},"Microsoft.ApiManagement/service/apis/diagnostics@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":150},"Microsoft.ApiManagement/service/apis/issues@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":161},"Microsoft.ApiManagement/service/apis/issues/comments@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":166},"Microsoft.ApiManagement/service/apis/issues/attachments@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":171},"Microsoft.ApiManagement/service/apis/tagDescriptions@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":176},"Microsoft.ApiManagement/service/apiVersionSets@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":185},"Microsoft.ApiManagement/service/authorizationServers@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":216},"Microsoft.ApiManagement/service/backends@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":240},"Microsoft.ApiManagement/service/caches@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":245},"Microsoft.ApiManagement/service/certificates@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":252},"Microsoft.ApiManagement/service/contentTypes@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":257},"Microsoft.ApiManagement/service/contentTypes/contentItems@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":262},"Microsoft.ApiManagement/service@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":322},"Microsoft.ApiManagement/service/diagnostics@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":326},"Microsoft.ApiManagement/service/templates@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":348},"Microsoft.ApiManagement/service/gateways@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":354},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":359},"Microsoft.ApiManagement/service/gateways/apis@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":365},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":370},"Microsoft.ApiManagement/service/groups@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":379},"Microsoft.ApiManagement/service/groups/users@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":383},"Microsoft.ApiManagement/service/identityProviders@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":403},"Microsoft.ApiManagement/service/loggers@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":413},"Microsoft.ApiManagement/service/namedValues@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":419},"Microsoft.ApiManagement/service/notifications@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":435},"Microsoft.ApiManagement/service/notifications/recipientUsers@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":439},"Microsoft.ApiManagement/service/notifications/recipientEmails@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":443},"Microsoft.ApiManagement/service/openidConnectProviders@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/policies@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":454},"Microsoft.ApiManagement/service/portalRevisions@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":464},"Microsoft.ApiManagement/service/portalsettings@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":484},"Microsoft.ApiManagement/service/products@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":492},"Microsoft.ApiManagement/service/products/apis@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":496},"Microsoft.ApiManagement/service/products/groups@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":500},"Microsoft.ApiManagement/service/products/policies@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":506},"Microsoft.ApiManagement/service/subscriptions@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":518},"Microsoft.ApiManagement/service/tenant@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":526},"Microsoft.ApiManagement/service/users@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":550},"Microsoft.ApiManagement/locations/deletedservices@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":555},"Microsoft.ApiManagement/service/issues@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":559},"Microsoft.ApiManagement/service/settings@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":567},"Microsoft.ApiManagement/service/users/subscriptions@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":579},"Microsoft.ApiManagement/service/apis@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":56},"Microsoft.ApiManagement/service/apis/releases@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":61},"Microsoft.ApiManagement/service/apis/operations@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/policies@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":94},"Microsoft.ApiManagement/service/apis/operations/tags@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/tags@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":103},"Microsoft.ApiManagement/service/products/tags@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":107},"Microsoft.ApiManagement/service/tags@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":111},"Microsoft.ApiManagement/service/apis/policies@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":117},"Microsoft.ApiManagement/service/apis/schemas@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":123},"Microsoft.ApiManagement/service/apis/diagnostics@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":155},"Microsoft.ApiManagement/service/apis/issues@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":166},"Microsoft.ApiManagement/service/apis/issues/comments@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues/attachments@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":176},"Microsoft.ApiManagement/service/apis/tagDescriptions@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":181},"Microsoft.ApiManagement/service/apiVersionSets@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":190},"Microsoft.ApiManagement/service/authorizationServers@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":221},"Microsoft.ApiManagement/service/backends@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":245},"Microsoft.ApiManagement/service/caches@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":250},"Microsoft.ApiManagement/service/certificates@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":257},"Microsoft.ApiManagement/service/contentTypes@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":262},"Microsoft.ApiManagement/service/contentTypes/contentItems@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":267},"Microsoft.ApiManagement/service@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":361},"Microsoft.ApiManagement/service/diagnostics@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":365},"Microsoft.ApiManagement/service/templates@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":387},"Microsoft.ApiManagement/service/gateways@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":393},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":398},"Microsoft.ApiManagement/service/gateways/apis@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":404},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":409},"Microsoft.ApiManagement/service/groups@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":418},"Microsoft.ApiManagement/service/groups/users@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":422},"Microsoft.ApiManagement/service/identityProviders@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":442},"Microsoft.ApiManagement/service/loggers@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":452},"Microsoft.ApiManagement/service/namedValues@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":458},"Microsoft.ApiManagement/service/notifications@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":474},"Microsoft.ApiManagement/service/notifications/recipientUsers@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":478},"Microsoft.ApiManagement/service/notifications/recipientEmails@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":482},"Microsoft.ApiManagement/service/openidConnectProviders@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":487},"Microsoft.ApiManagement/service/policies@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":493},"Microsoft.ApiManagement/service/portalRevisions@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":503},"Microsoft.ApiManagement/service/portalsettings@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":523},"Microsoft.ApiManagement/service/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":534},"Microsoft.ApiManagement/service/products@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":542},"Microsoft.ApiManagement/service/products/apis@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":546},"Microsoft.ApiManagement/service/products/groups@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":550},"Microsoft.ApiManagement/service/products/policies@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":556},"Microsoft.ApiManagement/service/schemas@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":564},"Microsoft.ApiManagement/service/subscriptions@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":576},"Microsoft.ApiManagement/service/tenant@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":584},"Microsoft.ApiManagement/service/users@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":608},"Microsoft.ApiManagement/locations/deletedservices@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":613},"Microsoft.ApiManagement/service/issues@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":617},"Microsoft.ApiManagement/service/privateLinkResources@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":624},"Microsoft.ApiManagement/service/settings@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":632},"Microsoft.ApiManagement/service/users/subscriptions@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":644},"Microsoft.ApiManagement/service/apis@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":56},"Microsoft.ApiManagement/service/apis/releases@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":61},"Microsoft.ApiManagement/service/apis/operations@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/policies@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":94},"Microsoft.ApiManagement/service/apis/operations/tags@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/tags@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":103},"Microsoft.ApiManagement/service/products/tags@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":107},"Microsoft.ApiManagement/service/tags@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":111},"Microsoft.ApiManagement/service/apis/policies@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":117},"Microsoft.ApiManagement/service/apis/schemas@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":123},"Microsoft.ApiManagement/service/apis/diagnostics@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":155},"Microsoft.ApiManagement/service/apis/issues@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":166},"Microsoft.ApiManagement/service/apis/issues/comments@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues/attachments@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":176},"Microsoft.ApiManagement/service/apis/tagDescriptions@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":181},"Microsoft.ApiManagement/service/apiVersionSets@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":190},"Microsoft.ApiManagement/service/authorizationServers@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":221},"Microsoft.ApiManagement/service/backends@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":245},"Microsoft.ApiManagement/service/caches@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":250},"Microsoft.ApiManagement/service/certificates@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":257},"Microsoft.ApiManagement/service/contentTypes@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":262},"Microsoft.ApiManagement/service/contentTypes/contentItems@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":267},"Microsoft.ApiManagement/service@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":361},"Microsoft.ApiManagement/service/diagnostics@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":365},"Microsoft.ApiManagement/service/templates@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":387},"Microsoft.ApiManagement/service/gateways@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":393},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":398},"Microsoft.ApiManagement/service/gateways/apis@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":404},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":409},"Microsoft.ApiManagement/service/groups@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":418},"Microsoft.ApiManagement/service/groups/users@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":422},"Microsoft.ApiManagement/service/identityProviders@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":442},"Microsoft.ApiManagement/service/loggers@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":452},"Microsoft.ApiManagement/service/namedValues@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":458},"Microsoft.ApiManagement/service/notifications@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":474},"Microsoft.ApiManagement/service/notifications/recipientUsers@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":478},"Microsoft.ApiManagement/service/notifications/recipientEmails@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":482},"Microsoft.ApiManagement/service/openidConnectProviders@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":487},"Microsoft.ApiManagement/service/policies@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":493},"Microsoft.ApiManagement/service/portalRevisions@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":503},"Microsoft.ApiManagement/service/portalsettings@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":523},"Microsoft.ApiManagement/service/privateEndpointConnections@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":534},"Microsoft.ApiManagement/service/products@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":542},"Microsoft.ApiManagement/service/products/apis@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":546},"Microsoft.ApiManagement/service/products/groups@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":550},"Microsoft.ApiManagement/service/products/policies@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":556},"Microsoft.ApiManagement/service/schemas@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":564},"Microsoft.ApiManagement/service/subscriptions@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":576},"Microsoft.ApiManagement/service/tenant@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":584},"Microsoft.ApiManagement/service/users@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":608},"Microsoft.ApiManagement/locations/deletedservices@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":613},"Microsoft.ApiManagement/service/issues@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":617},"Microsoft.ApiManagement/service/privateLinkResources@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":624},"Microsoft.ApiManagement/service/settings@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":632},"Microsoft.ApiManagement/service/users/subscriptions@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":644},"Microsoft.ApiManagement/service/apis@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":56},"Microsoft.ApiManagement/service/apis/releases@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":61},"Microsoft.ApiManagement/service/apis/operations@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/policies@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":94},"Microsoft.ApiManagement/service/apis/operations/tags@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/tags@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":103},"Microsoft.ApiManagement/service/products/tags@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":107},"Microsoft.ApiManagement/service/tags@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":111},"Microsoft.ApiManagement/service/apis/policies@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":117},"Microsoft.ApiManagement/service/apis/schemas@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":123},"Microsoft.ApiManagement/service/apis/diagnostics@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":155},"Microsoft.ApiManagement/service/apis/issues@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":166},"Microsoft.ApiManagement/service/apis/issues/comments@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues/attachments@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":176},"Microsoft.ApiManagement/service/apis/tagDescriptions@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":181},"Microsoft.ApiManagement/service/apiVersionSets@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":190},"Microsoft.ApiManagement/service/authorizationServers@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":221},"Microsoft.ApiManagement/service/backends@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":245},"Microsoft.ApiManagement/service/caches@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":250},"Microsoft.ApiManagement/service/certificates@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":257},"Microsoft.ApiManagement/service/contentTypes@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":262},"Microsoft.ApiManagement/service/contentTypes/contentItems@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":267},"Microsoft.ApiManagement/service@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":361},"Microsoft.ApiManagement/service/diagnostics@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":365},"Microsoft.ApiManagement/service/templates@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":387},"Microsoft.ApiManagement/service/gateways@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":393},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":398},"Microsoft.ApiManagement/service/gateways/apis@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":404},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":409},"Microsoft.ApiManagement/service/groups@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":418},"Microsoft.ApiManagement/service/groups/users@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":422},"Microsoft.ApiManagement/service/identityProviders@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":442},"Microsoft.ApiManagement/service/loggers@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":452},"Microsoft.ApiManagement/service/namedValues@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":458},"Microsoft.ApiManagement/service/notifications@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":474},"Microsoft.ApiManagement/service/notifications/recipientUsers@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":478},"Microsoft.ApiManagement/service/notifications/recipientEmails@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":482},"Microsoft.ApiManagement/service/openidConnectProviders@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":487},"Microsoft.ApiManagement/service/policies@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":493},"Microsoft.ApiManagement/service/policyFragments@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":501},"Microsoft.ApiManagement/service/portalRevisions@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":511},"Microsoft.ApiManagement/service/portalsettings@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":531},"Microsoft.ApiManagement/service/portalconfigs@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":549},"Microsoft.ApiManagement/service/privateEndpointConnections@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":560},"Microsoft.ApiManagement/service/products@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":568},"Microsoft.ApiManagement/service/products/apis@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":572},"Microsoft.ApiManagement/service/products/groups@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":576},"Microsoft.ApiManagement/service/products/policies@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":582},"Microsoft.ApiManagement/service/schemas@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":590},"Microsoft.ApiManagement/service/subscriptions@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":602},"Microsoft.ApiManagement/service/tenant@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":610},"Microsoft.ApiManagement/service/users@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":634},"Microsoft.ApiManagement/locations/deletedservices@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":639},"Microsoft.ApiManagement/service/issues@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":643},"Microsoft.ApiManagement/service/privateLinkResources@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":650},"Microsoft.ApiManagement/service/settings@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":658},"Microsoft.ApiManagement/service/users/subscriptions@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":670},"Microsoft.ApiManagement/service/apis@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":61},"Microsoft.ApiManagement/service/apis/releases@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":66},"Microsoft.ApiManagement/service/apis/operations@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":87},"Microsoft.ApiManagement/service/apis/operations/policies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/operations/tags@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":104},"Microsoft.ApiManagement/service/apis/tags@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":108},"Microsoft.ApiManagement/service/products/tags@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":112},"Microsoft.ApiManagement/service/tags@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":116},"Microsoft.ApiManagement/service/apis/policies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":122},"Microsoft.ApiManagement/service/apis/schemas@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":128},"Microsoft.ApiManagement/service/apis/diagnostics@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":160},"Microsoft.ApiManagement/service/apis/issues@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues/comments@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":176},"Microsoft.ApiManagement/service/apis/issues/attachments@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":181},"Microsoft.ApiManagement/service/apis/tagDescriptions@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":186},"Microsoft.ApiManagement/service/apiVersionSets@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":195},"Microsoft.ApiManagement/service/authorizationServers@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":226},"Microsoft.ApiManagement/service/authorizationProviders@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":235},"Microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":247},"Microsoft.ApiManagement/service/authorizationProviders/authorizations/accessPolicies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":252},"Microsoft.ApiManagement/service/backends@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":276},"Microsoft.ApiManagement/service/caches@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":281},"Microsoft.ApiManagement/service/certificates@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":288},"Microsoft.ApiManagement/service/contentTypes@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":293},"Microsoft.ApiManagement/service/contentTypes/contentItems@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":298},"Microsoft.ApiManagement/service@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":400},"Microsoft.ApiManagement/service/diagnostics@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":404},"Microsoft.ApiManagement/service/templates@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":426},"Microsoft.ApiManagement/service/gateways@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":432},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":437},"Microsoft.ApiManagement/service/gateways/apis@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":443},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/groups@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":457},"Microsoft.ApiManagement/service/groups/users@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":461},"Microsoft.ApiManagement/service/identityProviders@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":481},"Microsoft.ApiManagement/service/loggers@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":491},"Microsoft.ApiManagement/service/namedValues@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":497},"Microsoft.ApiManagement/service/notifications@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":513},"Microsoft.ApiManagement/service/notifications/recipientUsers@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":517},"Microsoft.ApiManagement/service/notifications/recipientEmails@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":521},"Microsoft.ApiManagement/service/openidConnectProviders@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":526},"Microsoft.ApiManagement/service/policies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":532},"Microsoft.ApiManagement/service/policyFragments@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":540},"Microsoft.ApiManagement/service/portalconfigs@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":558},"Microsoft.ApiManagement/service/portalRevisions@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":568},"Microsoft.ApiManagement/service/portalsettings@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":588},"Microsoft.ApiManagement/service/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":599},"Microsoft.ApiManagement/service/products@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":607},"Microsoft.ApiManagement/service/products/apis@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":611},"Microsoft.ApiManagement/service/products/groups@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":615},"Microsoft.ApiManagement/service/products/policies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":621},"Microsoft.ApiManagement/service/schemas@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":629},"Microsoft.ApiManagement/service/subscriptions@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":641},"Microsoft.ApiManagement/service/tenant@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":649},"Microsoft.ApiManagement/service/users@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":673},"Microsoft.ApiManagement/locations/deletedservices@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":678},"Microsoft.ApiManagement/service/issues@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":682},"Microsoft.ApiManagement/service/privateLinkResources@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":689},"Microsoft.ApiManagement/service/settings@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":697},"Microsoft.ApiManagement/service/users/subscriptions@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":709},"Microsoft.ApiManagement/service/apis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":61},"Microsoft.ApiManagement/service/apis/releases@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":66},"Microsoft.ApiManagement/service/apis/operations@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":87},"Microsoft.ApiManagement/service/apis/operations/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/operations/tags@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":104},"Microsoft.ApiManagement/service/apis/tags@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":108},"Microsoft.ApiManagement/service/products/tags@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":112},"Microsoft.ApiManagement/service/tags@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":116},"Microsoft.ApiManagement/service/apis/resolvers@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":121},"Microsoft.ApiManagement/service/apis/resolvers/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":127},"Microsoft.ApiManagement/service/apis/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":133},"Microsoft.ApiManagement/service/apis/schemas@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":139},"Microsoft.ApiManagement/service/apis/diagnostics@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":182},"Microsoft.ApiManagement/service/apis/issues/comments@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":187},"Microsoft.ApiManagement/service/apis/issues/attachments@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":192},"Microsoft.ApiManagement/service/apis/tagDescriptions@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":197},"Microsoft.ApiManagement/service/apis/wikis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":205},"Microsoft.ApiManagement/service/apiVersionSets@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":214},"Microsoft.ApiManagement/service/authorizationServers@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":245},"Microsoft.ApiManagement/service/authorizationProviders@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":254},"Microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":266},"Microsoft.ApiManagement/service/authorizationProviders/authorizations/accessPolicies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":271},"Microsoft.ApiManagement/service/backends@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":295},"Microsoft.ApiManagement/service/caches@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":300},"Microsoft.ApiManagement/service/certificates@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":307},"Microsoft.ApiManagement/service/contentTypes@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":312},"Microsoft.ApiManagement/service/contentTypes/contentItems@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":317},"Microsoft.ApiManagement/service@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":419},"Microsoft.ApiManagement/service/diagnostics@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":423},"Microsoft.ApiManagement/service/templates@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":445},"Microsoft.ApiManagement/service/gateways@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":451},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":456},"Microsoft.ApiManagement/service/gateways/apis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":462},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":467},"Microsoft.ApiManagement/service/groups@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":476},"Microsoft.ApiManagement/service/groups/users@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":480},"Microsoft.ApiManagement/service/identityProviders@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":500},"Microsoft.ApiManagement/service/loggers@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":510},"Microsoft.ApiManagement/service/namedValues@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":516},"Microsoft.ApiManagement/service/notifications@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":532},"Microsoft.ApiManagement/service/notifications/recipientUsers@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":536},"Microsoft.ApiManagement/service/notifications/recipientEmails@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":540},"Microsoft.ApiManagement/service/openidConnectProviders@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":545},"Microsoft.ApiManagement/service/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":551},"Microsoft.ApiManagement/service/policyFragments@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":559},"Microsoft.ApiManagement/service/portalconfigs@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":577},"Microsoft.ApiManagement/service/portalRevisions@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":587},"Microsoft.ApiManagement/service/portalsettings@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":607},"Microsoft.ApiManagement/service/privateEndpointConnections@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":618},"Microsoft.ApiManagement/service/products@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":626},"Microsoft.ApiManagement/service/products/apis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":630},"Microsoft.ApiManagement/service/products/groups@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":634},"Microsoft.ApiManagement/service/products/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":640},"Microsoft.ApiManagement/service/products/wikis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":645},"Microsoft.ApiManagement/service/schemas@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":653},"Microsoft.ApiManagement/service/subscriptions@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":665},"Microsoft.ApiManagement/service/tenant@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":673},"Microsoft.ApiManagement/service/users@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":697},"Microsoft.ApiManagement/service/documentations@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":702},"Microsoft.ApiManagement/locations/deletedservices@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":707},"Microsoft.ApiManagement/service/issues@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":711},"Microsoft.ApiManagement/service/privateLinkResources@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":718},"Microsoft.ApiManagement/service/settings@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":726},"Microsoft.ApiManagement/service/users/subscriptions@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":738},"Microsoft.App/containerApps@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":103},"Microsoft.App/managedEnvironments@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":123},"Microsoft.App/managedEnvironments/certificates@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":135},"Microsoft.App/containerApps/sourcecontrols@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":148},"Microsoft.App/managedEnvironments/daprComponents@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":157},"Microsoft.App/containerApps/authConfigs@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":223},"Microsoft.App/managedEnvironments/storages@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":232},"Microsoft.App/containerApps/revisions@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":247},"Microsoft.App/containerApps/revisions/replicas@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":254},"Microsoft.App/containerApps/authConfigs@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":84},"Microsoft.App/containerApps@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":169},"Microsoft.App/managedEnvironments/daprComponents@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":178},"Microsoft.App/managedEnvironments@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":198},"Microsoft.App/managedEnvironments/certificates@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":210},"Microsoft.App/managedEnvironments/storages@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":219},"Microsoft.App/containerApps/sourcecontrols@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":232},"Microsoft.App/containerApps/revisions@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":247},"Microsoft.App/containerApps/revisions/replicas@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":254},"Microsoft.App/containerApps/authConfigs@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":84},"Microsoft.App/containerApps@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":192},"Microsoft.App/managedEnvironments/daprComponents@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":201},"Microsoft.App/managedEnvironments@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":232},"Microsoft.App/managedEnvironments/certificates@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":245},"Microsoft.App/managedEnvironments/storages@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":254},"Microsoft.App/containerApps/sourcecontrols@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":267},"Microsoft.App/connectedEnvironments@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":282},"Microsoft.App/connectedEnvironments/certificates@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":287},"Microsoft.App/connectedEnvironments/daprComponents@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":291},"Microsoft.App/connectedEnvironments/storages@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":296},"Microsoft.App/containerApps/revisions@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":311},"Microsoft.App/containerApps/revisions/replicas@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":318},"Microsoft.App/containerApps/detectors@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":338},"Microsoft.App/containerApps/detectorProperties/revisions@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":342},"Microsoft.App/containerApps/detectorProperties@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":348},"Microsoft.App/managedEnvironments/detectors@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":352},"Microsoft.App/managedEnvironments/detectorProperties@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":358},"Microsoft.App/containerApps/authConfigs@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":84},"Microsoft.App/connectedEnvironments@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":103},"Microsoft.App/connectedEnvironments/certificates@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":116},"Microsoft.App/connectedEnvironments/daprComponents@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":126},"Microsoft.App/connectedEnvironments/storages@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":135},"Microsoft.App/containerApps@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":248},"Microsoft.App/managedEnvironments@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":278},"Microsoft.App/managedEnvironments/certificates@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":283},"Microsoft.App/managedEnvironments/daprComponents@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":287},"Microsoft.App/managedEnvironments/storages@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":292},"Microsoft.App/containerApps/sourcecontrols@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":305},"Microsoft.App/containerApps/revisions@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":320},"Microsoft.App/containerApps/revisions/replicas@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":327},"Microsoft.App/containerApps/detectors@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":347},"Microsoft.App/containerApps/detectorProperties/revisions@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":351},"Microsoft.App/containerApps/detectorProperties@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":357},"Microsoft.App/managedEnvironments/detectors@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":361},"Microsoft.App/managedEnvironments/detectorProperties@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":367},"Microsoft.AppComplianceAutomation/reports@2022-11-16-preview":{"RelativePath":"appcomplianceautomation/microsoft.appcomplianceautomation/2022-11-16-preview/types.json","Index":40},"Microsoft.AppComplianceAutomation/reports/snapshots@2022-11-16-preview":{"RelativePath":"appcomplianceautomation/microsoft.appcomplianceautomation/2022-11-16-preview/types.json","Index":97},"Microsoft.AppConfiguration/configurationStores@2019-02-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-02-01-preview/types.json","Index":20},"Microsoft.AppConfiguration/configurationStores@2019-10-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-10-01/types.json","Index":29},"Microsoft.AppConfiguration/configurationStores@2019-11-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-11-01-preview/types.json","Index":54},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2019-11-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-11-01-preview/types.json","Index":58},"Microsoft.AppConfiguration/configurationStores@2020-06-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-06-01/types.json","Index":54},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2020-06-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-06-01/types.json","Index":58},"Microsoft.AppConfiguration/configurationStores@2020-07-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-07-01-preview/types.json","Index":54},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2020-07-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-07-01-preview/types.json","Index":58},"Microsoft.AppConfiguration/configurationStores/keyValues@2020-07-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-07-01-preview/types.json","Index":64},"Microsoft.AppConfiguration/configurationStores@2021-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-03-01-preview/types.json","Index":65},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2021-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-03-01-preview/types.json","Index":69},"Microsoft.AppConfiguration/configurationStores/keyValues@2021-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-03-01-preview/types.json","Index":75},"Microsoft.AppConfiguration/configurationStores@2021-10-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.json","Index":68},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2021-10-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.json","Index":72},"Microsoft.AppConfiguration/configurationStores/keyValues@2021-10-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.json","Index":78},"Microsoft.AppConfiguration/configurationStores@2022-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":68},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2022-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":72},"Microsoft.AppConfiguration/configurationStores/keyValues@2022-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":78},"Microsoft.AppConfiguration/configurationStores/replicas@2022-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":89},"Microsoft.AppConfiguration/configurationStores@2022-05-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-05-01/types.json","Index":68},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2022-05-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-05-01/types.json","Index":72},"Microsoft.AppConfiguration/configurationStores/keyValues@2022-05-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-05-01/types.json","Index":78},"Microsoft.Insights/components/exportconfiguration@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":11},"Microsoft.Insights/components/ProactiveDetectionConfigs@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":17},"Microsoft.Insights/components/favorites@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":25},"microsoft.insights/components/analyticsItems@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":39},"microsoft.insights/components/myanalyticsItems@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":52},"Microsoft.Insights/webtests@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":67},"microsoft.insights/workbooks@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":80},"Microsoft.Insights/myWorkbooks@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":90},"Microsoft.Insights/components@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":109},"microsoft.insights/components/pricingPlans@2017-10-01":{"RelativePath":"applicationinsights/microsoft.insights/2017-10-01/types.json","Index":13},"Microsoft.Insights/components@2018-05-01-preview":{"RelativePath":"applicationinsights/microsoft.insights/2018-05-01-preview/types.json","Index":32},"Microsoft.Insights/components/ProactiveDetectionConfigs@2018-05-01-preview":{"RelativePath":"applicationinsights/microsoft.insights/2018-05-01-preview/types.json","Index":39},"Microsoft.Insights/webtests@2018-05-01-preview":{"RelativePath":"applicationinsights/microsoft.insights/2018-05-01-preview/types.json","Index":61},"microsoft.insights/workbooks@2018-06-17-preview":{"RelativePath":"applicationinsights/microsoft.insights/2018-06-17-preview/types.json","Index":17},"microsoft.insights/workbooktemplates@2019-10-17-preview":{"RelativePath":"applicationinsights/microsoft.insights/2019-10-17-preview/types.json","Index":19},"Microsoft.Insights/components@2020-02-02-preview":{"RelativePath":"applicationinsights/microsoft.insights/2020-02-02-preview/types.json","Index":32},"Microsoft.Insights/components@2020-02-02":{"RelativePath":"applicationinsights/microsoft.insights/2020-02-02/types.json","Index":32},"microsoft.insights/components/linkedStorageAccounts@2020-03-01-preview":{"RelativePath":"applicationinsights/microsoft.insights/2020-03-01-preview/types.json","Index":14},"Microsoft.Insights/webtests@2020-10-05-preview":{"RelativePath":"applicationinsights/microsoft.insights/2020-10-05-preview/types.json","Index":29},"Microsoft.Insights/myWorkbooks@2020-10-20":{"RelativePath":"applicationinsights/microsoft.insights/2020-10-20/types.json","Index":23},"Microsoft.Insights/workbooks@2020-10-20":{"RelativePath":"applicationinsights/microsoft.insights/2020-10-20/types.json","Index":39},"Microsoft.Insights/workbooktemplates@2020-11-20":{"RelativePath":"applicationinsights/microsoft.insights/2020-11-20/types.json","Index":19},"Microsoft.Insights/myWorkbooks@2021-03-08":{"RelativePath":"applicationinsights/microsoft.insights/2021-03-08/types.json","Index":34},"Microsoft.Insights/workbooks@2021-03-08":{"RelativePath":"applicationinsights/microsoft.insights/2021-03-08/types.json","Index":50},"Microsoft.Insights/workbooks/revisions@2021-03-08":{"RelativePath":"applicationinsights/microsoft.insights/2021-03-08/types.json","Index":59},"Microsoft.Insights/workbooks@2021-08-01":{"RelativePath":"applicationinsights/microsoft.insights/2021-08-01/types.json","Index":36},"Microsoft.Insights/workbooks/revisions@2021-08-01":{"RelativePath":"applicationinsights/microsoft.insights/2021-08-01/types.json","Index":44},"Microsoft.Insights/workbooks@2022-04-01":{"RelativePath":"applicationinsights/microsoft.insights/2022-04-01/types.json","Index":35},"Microsoft.Insights/workbooks/revisions@2022-04-01":{"RelativePath":"applicationinsights/microsoft.insights/2022-04-01/types.json","Index":42},"Microsoft.Insights/webtests@2022-06-15":{"RelativePath":"applicationinsights/microsoft.insights/2022-06-15/types.json","Index":29},"Microsoft.AppPlatform/Spring@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":34},"Microsoft.AppPlatform/Spring/configServers@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":54},"Microsoft.AppPlatform/Spring/monitoringSettings@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":65},"Microsoft.AppPlatform/Spring/apps@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":83},"Microsoft.AppPlatform/Spring/apps/bindings@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":89},"Microsoft.AppPlatform/Spring/certificates@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":95},"Microsoft.AppPlatform/Spring/apps/domains@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":100},"Microsoft.AppPlatform/Spring/apps/deployments@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":131},"Microsoft.AppPlatform/Spring@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":34},"Microsoft.AppPlatform/Spring/configServers@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":54},"Microsoft.AppPlatform/Spring/monitoringSettings@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":66},"Microsoft.AppPlatform/Spring/apps@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":84},"Microsoft.AppPlatform/Spring/apps/bindings@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":90},"Microsoft.AppPlatform/Spring/certificates@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":96},"Microsoft.AppPlatform/Spring/apps/domains@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":101},"Microsoft.AppPlatform/Spring/apps/deployments@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":132},"Microsoft.AppPlatform/Spring@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":34},"Microsoft.AppPlatform/Spring/configServers@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":54},"Microsoft.AppPlatform/Spring/monitoringSettings@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":66},"Microsoft.AppPlatform/Spring/apps@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":84},"Microsoft.AppPlatform/Spring/apps/bindings@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":90},"Microsoft.AppPlatform/Spring/certificates@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":96},"Microsoft.AppPlatform/Spring/apps/domains@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":101},"Microsoft.AppPlatform/Spring/apps/deployments@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":138},"Microsoft.AppPlatform/Spring@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":39},"Microsoft.AppPlatform/Spring/configServers@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":59},"Microsoft.AppPlatform/Spring/monitoringSettings@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":71},"Microsoft.AppPlatform/Spring/apps@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":97},"Microsoft.AppPlatform/Spring/apps/bindings@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":103},"Microsoft.AppPlatform/Spring/storages@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":121},"Microsoft.AppPlatform/Spring/certificates@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":131},"Microsoft.AppPlatform/Spring/apps/domains@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":136},"Microsoft.AppPlatform/Spring/apps/deployments@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":174},"Microsoft.AppPlatform/Spring@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":50},"Microsoft.AppPlatform/Spring/configServers@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":70},"Microsoft.AppPlatform/Spring/configurationServices@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":90},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":104},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":117},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":138},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":154},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":160},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":172},"Microsoft.AppPlatform/Spring/apps@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":201},"Microsoft.AppPlatform/Spring/apps/bindings@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":207},"Microsoft.AppPlatform/Spring/storages@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":214},"Microsoft.AppPlatform/Spring/certificates@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":224},"Microsoft.AppPlatform/Spring/apps/domains@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":229},"Microsoft.AppPlatform/Spring/apps/deployments@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":265},"Microsoft.AppPlatform/Spring/gateways@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":290},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":306},"Microsoft.AppPlatform/Spring/gateways/domains@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":311},"Microsoft.AppPlatform/Spring/apiPortals@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":327},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":332},"Microsoft.AppPlatform/Spring/buildServices@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":344},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":362},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":367},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":372},"Microsoft.AppPlatform/Spring@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":50},"Microsoft.AppPlatform/Spring/configServers@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":70},"Microsoft.AppPlatform/Spring/configurationServices@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":90},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":104},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":117},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":138},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":154},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":160},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":172},"Microsoft.AppPlatform/Spring/apps@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":203},"Microsoft.AppPlatform/Spring/apps/bindings@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":209},"Microsoft.AppPlatform/Spring/storages@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":216},"Microsoft.AppPlatform/Spring/certificates@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":226},"Microsoft.AppPlatform/Spring/apps/domains@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":231},"Microsoft.AppPlatform/Spring/apps/deployments@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":267},"Microsoft.AppPlatform/Spring/gateways@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":292},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":308},"Microsoft.AppPlatform/Spring/gateways/domains@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":313},"Microsoft.AppPlatform/Spring/apiPortals@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":329},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":334},"Microsoft.AppPlatform/Spring/buildServices@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":346},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":364},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":369},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":374},"Microsoft.AppPlatform/Spring@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":47},"Microsoft.AppPlatform/Spring/configServers@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":67},"Microsoft.AppPlatform/Spring/configurationServices@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":87},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":101},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":114},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":135},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":151},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":157},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":169},"Microsoft.AppPlatform/Spring/apps@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":192},"Microsoft.AppPlatform/Spring/apps/bindings@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":198},"Microsoft.AppPlatform/Spring/certificates@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":208},"Microsoft.AppPlatform/Spring/apps/domains@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":213},"Microsoft.AppPlatform/Spring/apps/deployments@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":242},"Microsoft.AppPlatform/Spring/buildServices@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":254},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":272},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":277},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":282},"Microsoft.AppPlatform/Spring@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":53},"Microsoft.AppPlatform/Spring/configServers@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":73},"Microsoft.AppPlatform/Spring/configurationServices@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":93},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":107},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":121},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":142},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":158},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":164},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":176},"Microsoft.AppPlatform/Spring/apps@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":208},"Microsoft.AppPlatform/Spring/apps/bindings@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":214},"Microsoft.AppPlatform/Spring/storages@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":221},"Microsoft.AppPlatform/Spring/certificates@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":237},"Microsoft.AppPlatform/Spring/apps/domains@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":248},"Microsoft.AppPlatform/Spring/apps/deployments@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":296},"Microsoft.AppPlatform/Spring/gateways@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":321},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":338},"Microsoft.AppPlatform/Spring/gateways/domains@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":343},"Microsoft.AppPlatform/Spring/apiPortals@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":359},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":364},"Microsoft.AppPlatform/Spring/buildServices@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":376},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":394},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":399},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":404},"Microsoft.AppPlatform/Spring@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":53},"Microsoft.AppPlatform/Spring/configServers@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":73},"Microsoft.AppPlatform/Spring/configurationServices@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":93},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":107},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":121},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":142},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":158},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":164},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":176},"Microsoft.AppPlatform/Spring/apps@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":217},"Microsoft.AppPlatform/Spring/apps/bindings@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":223},"Microsoft.AppPlatform/Spring/storages@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":230},"Microsoft.AppPlatform/Spring/certificates@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":246},"Microsoft.AppPlatform/Spring/apps/domains@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":257},"Microsoft.AppPlatform/Spring/apps/deployments@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":305},"Microsoft.AppPlatform/Spring/gateways@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":330},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":350},"Microsoft.AppPlatform/Spring/gateways/domains@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":355},"Microsoft.AppPlatform/Spring/apiPortals@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":371},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":376},"Microsoft.AppPlatform/Spring/buildServices@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":388},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":406},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":411},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":416},"Microsoft.AppPlatform/Spring@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":53},"Microsoft.AppPlatform/Spring/configServers@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":73},"Microsoft.AppPlatform/Spring/configurationServices@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":93},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":107},"Microsoft.AppPlatform/Spring/applicationLiveViews@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":124},"Microsoft.AppPlatform/Spring/DevToolPortals@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":146},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":160},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":182},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":198},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":204},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":216},"Microsoft.AppPlatform/Spring/apps@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":257},"Microsoft.AppPlatform/Spring/apps/bindings@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":263},"Microsoft.AppPlatform/Spring/storages@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":270},"Microsoft.AppPlatform/Spring/certificates@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":286},"Microsoft.AppPlatform/Spring/apps/domains@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":297},"Microsoft.AppPlatform/Spring/apps/deployments@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":345},"Microsoft.AppPlatform/Spring/gateways@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":380},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":402},"Microsoft.AppPlatform/Spring/gateways/domains@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":407},"Microsoft.AppPlatform/Spring/apiPortals@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":423},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":428},"Microsoft.AppPlatform/Spring/applicationAccelerators@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":444},"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":464},"Microsoft.AppPlatform/Spring/buildServices@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":476},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":494},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":499},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":504},"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":518},"Microsoft.AppPlatform/Spring@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":52},"Microsoft.AppPlatform/Spring/configServers@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":72},"Microsoft.AppPlatform/Spring/configurationServices@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":92},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":106},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":120},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":141},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":157},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":163},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":175},"Microsoft.AppPlatform/Spring/apps@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":215},"Microsoft.AppPlatform/Spring/apps/bindings@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":221},"Microsoft.AppPlatform/Spring/storages@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":228},"Microsoft.AppPlatform/Spring/certificates@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":244},"Microsoft.AppPlatform/Spring/apps/domains@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":255},"Microsoft.AppPlatform/Spring/apps/deployments@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":302},"Microsoft.AppPlatform/Spring/gateways@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":327},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":347},"Microsoft.AppPlatform/Spring/gateways/domains@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":352},"Microsoft.AppPlatform/Spring/apiPortals@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":368},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":373},"Microsoft.AppPlatform/Spring/buildServices@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":385},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":403},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":408},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":413},"Microsoft.AppPlatform/Spring@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":53},"Microsoft.AppPlatform/Spring/configServers@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":73},"Microsoft.AppPlatform/Spring/configurationServices@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":93},"Microsoft.AppPlatform/Spring/serviceRegistries@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":107},"Microsoft.AppPlatform/Spring/applicationLiveViews@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":124},"Microsoft.AppPlatform/Spring/DevToolPortals@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":146},"Microsoft.AppPlatform/Spring/buildServices/builds@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":160},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":182},"Microsoft.AppPlatform/Spring/buildServices/builders@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":198},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":204},"Microsoft.AppPlatform/Spring/monitoringSettings@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":216},"Microsoft.AppPlatform/Spring/apps@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":258},"Microsoft.AppPlatform/Spring/apps/bindings@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":264},"Microsoft.AppPlatform/Spring/storages@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":271},"Microsoft.AppPlatform/Spring/certificates@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":287},"Microsoft.AppPlatform/Spring/apps/domains@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":298},"Microsoft.AppPlatform/Spring/apps/deployments@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":360},"Microsoft.AppPlatform/Spring/gateways@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":395},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":417},"Microsoft.AppPlatform/Spring/gateways/domains@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":422},"Microsoft.AppPlatform/Spring/apiPortals@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":438},"Microsoft.AppPlatform/Spring/apiPortals/domains@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":443},"Microsoft.AppPlatform/Spring/applicationAccelerators@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":459},"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":479},"Microsoft.AppPlatform/Spring/buildServices@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":491},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":509},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":514},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":519},"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":533},"Microsoft.Attestation/attestationProviders@2018-09-01-preview":{"RelativePath":"attestation/microsoft.attestation/2018-09-01-preview/types.json","Index":21},"Microsoft.Attestation/attestationProviders@2020-10-01":{"RelativePath":"attestation/microsoft.attestation/2020-10-01/types.json","Index":46},"Microsoft.Attestation/attestationProviders/privateEndpointConnections@2020-10-01":{"RelativePath":"attestation/microsoft.attestation/2020-10-01/types.json","Index":50},"Microsoft.Attestation/attestationProviders@2021-06-01-preview":{"RelativePath":"attestation/microsoft.attestation/2021-06-01-preview/types.json","Index":49},"Microsoft.Attestation/attestationProviders/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"attestation/microsoft.attestation/2021-06-01-preview/types.json","Index":53},"Microsoft.Authorization/roleDefinitions@2015-07-01":{"RelativePath":"authorization/microsoft.authorization/2015-07-01/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2015-07-01":{"RelativePath":"authorization/microsoft.authorization/2015-07-01/types.json","Index":22},"Microsoft.Authorization/roleAssignments@2017-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2017-10-01-preview/types.json","Index":12},"Microsoft.Authorization/roleDefinitions@2018-01-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-01-01-preview/types.json","Index":19},"Microsoft.Authorization/roleAssignments@2018-01-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-01-01-preview/types.json","Index":24},"Microsoft.Authorization/accessReviewScheduleDefinitions@2018-05-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-05-01-preview/types.json","Index":89},"Microsoft.Authorization/accessReviewScheduleSettings@2018-05-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-05-01-preview/types.json","Index":98},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2018-05-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-05-01-preview/types.json","Index":102},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2018-05-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-05-01-preview/types.json","Index":129},"Microsoft.Authorization/roleAssignments@2018-09-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-09-01-preview/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2020-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-03-01-preview/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2020-04-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-04-01-preview/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2020-08-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-08-01-preview/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2020-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-10-01-preview/types.json","Index":18},"Microsoft.Authorization/roleAssignmentScheduleRequests@2020-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-10-01-preview/types.json","Index":73},"Microsoft.Authorization/roleEligibilityScheduleRequests@2020-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-10-01-preview/types.json","Index":124},"Microsoft.Authorization/roleManagementPolicyAssignments@2020-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-10-01-preview/types.json","Index":134},"Microsoft.Authorization/roleAssignmentScheduleRequests@2020-10-01":{"RelativePath":"authorization/microsoft.authorization/2020-10-01/types.json","Index":62},"Microsoft.Authorization/roleEligibilityScheduleRequests@2020-10-01":{"RelativePath":"authorization/microsoft.authorization/2020-10-01/types.json","Index":113},"Microsoft.Authorization/roleManagementPolicyAssignments@2020-10-01":{"RelativePath":"authorization/microsoft.authorization/2020-10-01/types.json","Index":170},"Microsoft.Authorization/roleAssignmentApprovals/stages@2021-01-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-01-01-preview/types.json","Index":42},"Microsoft.Authorization/roleAssignmentApprovals@2021-01-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-01-01-preview/types.json","Index":49},"Microsoft.Authorization/accessReviewScheduleDefinitions@2021-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-03-01-preview/types.json","Index":95},"Microsoft.Authorization/accessReviewScheduleSettings@2021-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-03-01-preview/types.json","Index":104},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2021-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-03-01-preview/types.json","Index":108},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2021-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-03-01-preview/types.json","Index":136},"Microsoft.Authorization/accessReviewScheduleDefinitions@2021-07-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-07-01-preview/types.json","Index":103},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2021-07-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-07-01-preview/types.json","Index":125},"Microsoft.Authorization/accessReviewScheduleSettings@2021-07-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-07-01-preview/types.json","Index":134},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2021-07-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-07-01-preview/types.json","Index":162},"Microsoft.Authorization/accessReviewHistoryDefinitions@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":71},"Microsoft.Authorization/accessReviewScheduleDefinitions@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":144},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":166},"Microsoft.Authorization/accessReviewScheduleSettings@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":175},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":205},"Microsoft.Authorization/accessReviewHistoryDefinitions@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":71},"Microsoft.Authorization/accessReviewScheduleDefinitions@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":144},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":166},"Microsoft.Authorization/accessReviewScheduleSettings@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":175},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":215},"Microsoft.Authorization/roleAssignmentScheduleRequests@2022-04-01-preview":{"RelativePath":"authorization/microsoft.authorization/2022-04-01-preview/types.json","Index":62},"Microsoft.Authorization/roleEligibilityScheduleRequests@2022-04-01-preview":{"RelativePath":"authorization/microsoft.authorization/2022-04-01-preview/types.json","Index":113},"Microsoft.Authorization/roleAssignments@2022-04-01":{"RelativePath":"authorization/microsoft.authorization/2022-04-01/types.json","Index":18},"Microsoft.Authorization/roleDefinitions@2022-04-01":{"RelativePath":"authorization/microsoft.authorization/2022-04-01/types.json","Index":30},"Microsoft.Automanage/accounts@2020-06-30-preview":{"RelativePath":"automanage/microsoft.automanage/2020-06-30-preview/types.json","Index":16},"Microsoft.Automanage/configurationProfileAssignments@2020-06-30-preview":{"RelativePath":"automanage/microsoft.automanage/2020-06-30-preview/types.json","Index":33},"Microsoft.Automanage/configurationProfilePreferences@2020-06-30-preview":{"RelativePath":"automanage/microsoft.automanage/2020-06-30-preview/types.json","Index":50},"Microsoft.Automanage/configurationProfiles@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":25},"Microsoft.Automanage/configurationProfiles/versions@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":30},"Microsoft.Automanage/configurationProfileAssignments@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":36},"Microsoft.Automanage/bestPractices@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":40},"Microsoft.Automanage/bestPractices/versions@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":44},"Microsoft.Automanage/configurationProfileAssignments/reports@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":55},"Microsoft.Automanage/servicePrincipals@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":61},"Microsoft.Automanage/configurationProfiles@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":24},"Microsoft.Automanage/configurationProfiles/versions@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":29},"Microsoft.Automanage/configurationProfileAssignments@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":34},"Microsoft.Automanage/bestPractices@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":38},"Microsoft.Automanage/bestPractices/versions@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":42},"Microsoft.Automanage/configurationProfileAssignments/reports@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":53},"Microsoft.Automanage/servicePrincipals@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":59},"Microsoft.Automation/automationAccounts@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":21},"Microsoft.Automation/automationAccounts/certificates@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":26},"Microsoft.Automation/automationAccounts/connections@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":33},"Microsoft.Automation/automationAccounts/connectionTypes@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":40},"Microsoft.Automation/automationAccounts/credentials@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":45},"Microsoft.Automation/automationAccounts/compilationjobs@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":72},"Microsoft.Automation/automationAccounts/configurations@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":90},"Microsoft.Automation/automationAccounts/nodeConfigurations@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":94},"Microsoft.Automation/automationAccounts/jobs@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":121},"Microsoft.Automation/automationAccounts/jobSchedules@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":127},"Microsoft.Automation/automationAccounts/modules@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":152},"Microsoft.Automation/automationAccounts/runbooks/draft@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":163},"Microsoft.Automation/automationAccounts/runbooks@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":189},"Microsoft.Automation/automationAccounts/schedules@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":214},"Microsoft.Automation/automationAccounts/variables@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":219},"Microsoft.Automation/automationAccounts/watchers@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":226},"Microsoft.Automation/automationAccounts/webhooks@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":232},"Microsoft.Automation/automationAccounts/nodes@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":239},"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations@2017-05-15-preview":{"RelativePath":"automation/microsoft.automation/2017-05-15-preview/types.json","Index":77},"Microsoft.Automation/automationAccounts/sourceControls@2017-05-15-preview":{"RelativePath":"automation/microsoft.automation/2017-05-15-preview/types.json","Index":90},"Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2017-05-15-preview":{"RelativePath":"automation/microsoft.automation/2017-05-15-preview/types.json","Index":102},"Microsoft.Automation/automationAccounts/jobs@2017-05-15-preview":{"RelativePath":"automation/microsoft.automation/2017-05-15-preview/types.json","Index":128},"Microsoft.Automation/automationAccounts/compilationjobs@2018-01-15":{"RelativePath":"automation/microsoft.automation/2018-01-15/types.json","Index":34},"Microsoft.Automation/automationAccounts/nodeConfigurations@2018-01-15":{"RelativePath":"automation/microsoft.automation/2018-01-15/types.json","Index":45},"Microsoft.Automation/automationAccounts/nodes@2018-01-15":{"RelativePath":"automation/microsoft.automation/2018-01-15/types.json","Index":53},"Microsoft.Automation/automationAccounts/runbooks/draft@2018-06-30":{"RelativePath":"automation/microsoft.automation/2018-06-30/types.json","Index":18},"Microsoft.Automation/automationAccounts/runbooks@2018-06-30":{"RelativePath":"automation/microsoft.automation/2018-06-30/types.json","Index":46},"Microsoft.Automation/automationAccounts/python2Packages@2018-06-30":{"RelativePath":"automation/microsoft.automation/2018-06-30/types.json","Index":70},"Microsoft.Automation/automationAccounts/runbooks/draft@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":18},"Microsoft.Automation/automationAccounts/runbooks@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":46},"Microsoft.Automation/automationAccounts/python2Packages@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":70},"Microsoft.Automation/automationAccounts/compilationjobs@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":97},"Microsoft.Automation/automationAccounts/nodeConfigurations@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":107},"Microsoft.Automation/automationAccounts/sourceControls@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":120},"Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":132},"Microsoft.Automation/automationAccounts/jobs@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":158},"Microsoft.Automation/automationAccounts@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":172},"Microsoft.Automation/automationAccounts/certificates@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":177},"Microsoft.Automation/automationAccounts/connections@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":184},"Microsoft.Automation/automationAccounts/connectionTypes@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":191},"Microsoft.Automation/automationAccounts/credentials@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":196},"Microsoft.Automation/automationAccounts/configurations@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":213},"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":283},"Microsoft.Automation/automationAccounts/jobSchedules@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":290},"Microsoft.Automation/automationAccounts/modules@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":313},"Microsoft.Automation/automationAccounts/schedules@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":325},"Microsoft.Automation/automationAccounts/variables@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":330},"Microsoft.Automation/automationAccounts/watchers@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":337},"Microsoft.Automation/automationAccounts/nodes@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":345},"Microsoft.Automation/automationAccounts/privateEndpointConnections@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":15},"Microsoft.Automation/automationAccounts/python2Packages@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":41},"Microsoft.Automation/automationAccounts/nodeConfigurations@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":52},"Microsoft.Automation/automationAccounts/compilationjobs@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":78},"Microsoft.Automation/automationAccounts/sourceControls@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":91},"Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":103},"Microsoft.Automation/automationAccounts@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":133},"Microsoft.Automation/automationAccounts/certificates@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":138},"Microsoft.Automation/automationAccounts/connections@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":145},"Microsoft.Automation/automationAccounts/connectionTypes@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":152},"Microsoft.Automation/automationAccounts/credentials@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":157},"Microsoft.Automation/automationAccounts/jobSchedules@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":165},"Microsoft.Automation/automationAccounts/modules@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":188},"Microsoft.Automation/automationAccounts/schedules@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":213},"Microsoft.Automation/automationAccounts/variables@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":218},"Microsoft.Automation/automationAccounts/watchers@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":225},"Microsoft.Automation/automationAccounts/nodes@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":233},"Microsoft.Automation/automationAccounts@2021-06-22":{"RelativePath":"automation/microsoft.automation/2021-06-22/types.json","Index":52},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2021-06-22":{"RelativePath":"automation/microsoft.automation/2021-06-22/types.json","Index":62},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers@2021-06-22":{"RelativePath":"automation/microsoft.automation/2021-06-22/types.json","Index":70},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2022-02-22":{"RelativePath":"automation/microsoft.automation/2022-02-22/types.json","Index":27},"Microsoft.Automation/automationAccounts@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":52},"Microsoft.Automation/automationAccounts/certificates@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":57},"Microsoft.Automation/automationAccounts/connections@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":64},"Microsoft.Automation/automationAccounts/connectionTypes@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":71},"Microsoft.Automation/automationAccounts/credentials@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":76},"Microsoft.Automation/automationAccounts/configurations@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":94},"Microsoft.Automation/automationAccounts/nodeConfigurations@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":105},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":113},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":122},"Microsoft.Automation/automationAccounts/jobs@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":148},"Microsoft.Automation/automationAccounts/jobSchedules@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":155},"Microsoft.Automation/automationAccounts/modules@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":180},"Microsoft.Automation/automationAccounts/python2Packages@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":203},"Microsoft.Automation/automationAccounts/python3Packages@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":208},"Microsoft.Automation/automationAccounts/runbooks/draft@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":219},"Microsoft.Automation/automationAccounts/runbooks@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":245},"Microsoft.Automation/automationAccounts/schedules@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":270},"Microsoft.Automation/automationAccounts/sourceControls@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":283},"Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":295},"Microsoft.Automation/automationAccounts/variables@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":300},"Microsoft.Kusto/clusters@2018-09-07-preview":{"RelativePath":"azure-kusto/microsoft.kusto/2018-09-07-preview/types.json","Index":42},"Microsoft.Kusto/clusters/databases@2018-09-07-preview":{"RelativePath":"azure-kusto/microsoft.kusto/2018-09-07-preview/types.json","Index":55},"Microsoft.Kusto/clusters/databases/eventhubconnections@2018-09-07-preview":{"RelativePath":"azure-kusto/microsoft.kusto/2018-09-07-preview/types.json","Index":64},"Microsoft.Kusto/clusters@2019-01-21":{"RelativePath":"azure-kusto/microsoft.kusto/2019-01-21/types.json","Index":48},"Microsoft.Kusto/clusters/databases@2019-01-21":{"RelativePath":"azure-kusto/microsoft.kusto/2019-01-21/types.json","Index":60},"Microsoft.Kusto/clusters/databases/dataConnections@2019-01-21":{"RelativePath":"azure-kusto/microsoft.kusto/2019-01-21/types.json","Index":94},"Microsoft.Kusto/clusters@2019-05-15":{"RelativePath":"azure-kusto/microsoft.kusto/2019-05-15/types.json","Index":52},"Microsoft.Kusto/clusters/databases@2019-05-15":{"RelativePath":"azure-kusto/microsoft.kusto/2019-05-15/types.json","Index":65},"Microsoft.Kusto/clusters/databases/dataConnections@2019-05-15":{"RelativePath":"azure-kusto/microsoft.kusto/2019-05-15/types.json","Index":119},"Microsoft.Kusto/clusters@2019-09-07":{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":59},"Microsoft.Kusto/clusters/databases@2019-09-07":{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":88},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2019-09-07":{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":105},"Microsoft.Kusto/clusters/databases/dataConnections@2019-09-07":{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":159},"Microsoft.Kusto/clusters@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":59},"Microsoft.Kusto/clusters/principalAssignments@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":78},"Microsoft.Kusto/clusters/databases@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":107},"Microsoft.Kusto/clusters/databases/principalAssignments@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":130},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":147},"Microsoft.Kusto/clusters/databases/dataConnections@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":210},"Microsoft.Kusto/clusters@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":74},"Microsoft.Kusto/clusters/principalAssignments@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":93},"Microsoft.Kusto/clusters/databases@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":122},"Microsoft.Kusto/clusters/databases/principalAssignments@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":145},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":162},"Microsoft.Kusto/clusters/databases/dataConnections@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":225},"Microsoft.Kusto/clusters@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":74},"Microsoft.Kusto/clusters/principalAssignments@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":93},"Microsoft.Kusto/clusters/databases@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":122},"Microsoft.Kusto/clusters/databases/principalAssignments@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":145},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":162},"Microsoft.Kusto/clusters/databases/dataConnections@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":234},"Microsoft.Kusto/clusters@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":80},"Microsoft.Kusto/clusters/principalAssignments@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":99},"Microsoft.Kusto/clusters/databases@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":128},"Microsoft.Kusto/clusters/databases/principalAssignments@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":151},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":168},"Microsoft.Kusto/clusters/databases/dataConnections@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":261},"Microsoft.Kusto/clusters@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":83},"Microsoft.Kusto/clusters/principalAssignments@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":102},"Microsoft.Kusto/clusters/databases@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":131},"Microsoft.Kusto/clusters/databases/principalAssignments@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":154},"Microsoft.Kusto/clusters/databases/scripts@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":177},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":201},"Microsoft.Kusto/clusters/databases/dataConnections@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":294},"Microsoft.Kusto/clusters@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":104},"Microsoft.Kusto/clusters/principalAssignments@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":123},"Microsoft.Kusto/clusters/databases@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":152},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":176},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":188},"Microsoft.Kusto/clusters/databases/principalAssignments@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":211},"Microsoft.Kusto/clusters/databases/scripts@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":223},"Microsoft.Kusto/clusters/privateEndpointConnections@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":230},"Microsoft.Kusto/clusters/databases/dataConnections@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":323},"Microsoft.Kusto/clusters/privateLinkResources@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":330},"Microsoft.Kusto/clusters@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":131},"Microsoft.Kusto/clusters/principalAssignments@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":150},"Microsoft.Kusto/clusters/databases@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":179},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":203},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":215},"Microsoft.Kusto/clusters/databases/principalAssignments@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":238},"Microsoft.Kusto/clusters/databases/scripts@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":250},"Microsoft.Kusto/clusters/privateEndpointConnections@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":254},"Microsoft.Kusto/clusters/databases/dataConnections@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":356},"Microsoft.Kusto/clusters/privateLinkResources@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":363},"Microsoft.Kusto/clusters@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":149},"Microsoft.Kusto/clusters/principalAssignments@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":168},"Microsoft.Kusto/clusters/databases@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":208},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":225},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":237},"Microsoft.Kusto/clusters/databases/principalAssignments@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":260},"Microsoft.Kusto/clusters/databases/scripts@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":272},"Microsoft.Kusto/clusters/privateEndpointConnections@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":276},"Microsoft.Kusto/clusters/databases/dataConnections@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":378},"Microsoft.Kusto/clusters/privateLinkResources@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":385},"Microsoft.Kusto/clusters@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":154},"Microsoft.Kusto/clusters/principalAssignments@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":174},"Microsoft.Kusto/clusters/databases@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":216},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":234},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":247},"Microsoft.Kusto/clusters/databases/principalAssignments@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":271},"Microsoft.Kusto/clusters/databases/scripts@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":284},"Microsoft.Kusto/clusters/privateEndpointConnections@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":288},"Microsoft.Kusto/clusters/databases/dataConnections@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":404},"Microsoft.Kusto/clusters/privateLinkResources@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":411},"Microsoft.Kusto/clusters@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":156},"Microsoft.Kusto/clusters/principalAssignments@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":176},"Microsoft.Kusto/clusters/databases@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":220},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":238},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":251},"Microsoft.Kusto/clusters/databases/principalAssignments@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":275},"Microsoft.Kusto/clusters/databases/scripts@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":288},"Microsoft.Kusto/clusters/privateEndpointConnections@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":292},"Microsoft.Kusto/clusters/databases/dataConnections@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":408},"Microsoft.Kusto/clusters/privateLinkResources@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":415},"microsoft.aadiam/diagnosticSettings@2017-04-01-preview":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2017-04-01-preview/types.json","Index":18},"microsoft.aadiam/diagnosticSettings@2017-04-01":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2017-04-01/types.json","Index":18},"microsoft.aadiam/privateLinkForAzureAd@2020-03-01-preview":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01-preview/types.json","Index":13},"microsoft.aadiam/privateLinkForAzureAd/privateLinkResources@2020-03-01-preview":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01-preview/types.json","Index":19},"microsoft.aadiam/privateLinkForAzureAd@2020-03-01":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01/types.json","Index":13},"microsoft.aadiam/privateLinkForAzureAd/privateEndpointConnections@2020-03-01":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01/types.json","Index":31},"microsoft.aadiam/privateLinkForAzureAd/privateLinkResources@2020-03-01":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01/types.json","Index":37},"microsoft.aadiam/azureADMetrics@2020-07-01-preview":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-07-01-preview/types.json","Index":17},"Microsoft.AzureArcData/sqlManagedInstances@2021-06-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-06-01-preview/types.json","Index":32},"Microsoft.AzureArcData/sqlServerInstances@2021-06-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-06-01-preview/types.json","Index":38},"Microsoft.AzureArcData/postgresInstances@2021-06-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-06-01-preview/types.json","Index":46},"Microsoft.AzureArcData/dataControllers@2021-06-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-06-01-preview/types.json","Index":56},"Microsoft.AzureArcData/sqlManagedInstances@2021-07-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-07-01-preview/types.json","Index":37},"Microsoft.AzureArcData/sqlServerInstances@2021-07-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-07-01-preview/types.json","Index":43},"Microsoft.AzureArcData/postgresInstances@2021-07-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-07-01-preview/types.json","Index":51},"Microsoft.AzureArcData/dataControllers@2021-07-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-07-01-preview/types.json","Index":68},"Microsoft.AzureArcData/sqlManagedInstances@2021-08-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-08-01/types.json","Index":44},"Microsoft.AzureArcData/sqlServerInstances@2021-08-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-08-01/types.json","Index":74},"Microsoft.AzureArcData/dataControllers@2021-08-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-08-01/types.json","Index":91},"Microsoft.AzureArcData/sqlManagedInstances@2021-11-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-11-01/types.json","Index":45},"Microsoft.AzureArcData/sqlServerInstances@2021-11-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-11-01/types.json","Index":75},"Microsoft.AzureArcData/dataControllers@2021-11-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-11-01/types.json","Index":92},"Microsoft.AzureArcData/sqlManagedInstances@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":46},"Microsoft.AzureArcData/sqlServerInstances@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":98},"Microsoft.AzureArcData/dataControllers@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":115},"Microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":131},"Microsoft.AzureArcData/postgresInstances@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":139},"Microsoft.AzureArcData/sqlManagedInstances@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":46},"Microsoft.AzureArcData/sqlServerInstances@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":98},"Microsoft.AzureArcData/dataControllers@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":115},"Microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":131},"Microsoft.AzureArcData/postgresInstances@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":139},"Microsoft.AzureArcData/sqlServerInstances/databases@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":161},"Microsoft.AzureArcData/sqlManagedInstances@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":46},"Microsoft.AzureArcData/sqlManagedInstances/failoverGroups@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":65},"Microsoft.AzureArcData/sqlServerInstances@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":118},"Microsoft.AzureArcData/dataControllers@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":135},"Microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":151},"Microsoft.AzureArcData/postgresInstances@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":159},"Microsoft.AzureArcData/sqlServerInstances/databases@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":181},"Microsoft.AzureArcData/sqlManagedInstances@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":46},"Microsoft.AzureArcData/sqlManagedInstances/failoverGroups@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":65},"Microsoft.AzureArcData/sqlServerInstances@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":118},"Microsoft.AzureArcData/sqlAvailabilityGroups@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":124},"Microsoft.AzureArcData/dataControllers@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":141},"Microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":157},"Microsoft.AzureArcData/postgresInstances@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":165},"Microsoft.AzureArcData/sqlServerInstances/databases@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":187},"Microsoft.AzureArcData/sqlServerInstances/sqlAvailabilityGroups@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":195},"Microsoft.AzureArcData/sqlAvailabilityGroups/sqlServerInstances@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":201},"Microsoft.AzureArcData/sqlAvailabilityGroups/databases@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":209},"Microsoft.AzureData/sqlServerRegistrations@2019-07-24-preview":{"RelativePath":"azuredata/microsoft.azuredata/2019-07-24-preview/types.json","Index":24},"Microsoft.AzureData/sqlServerRegistrations/sqlServers@2019-07-24-preview":{"RelativePath":"azuredata/microsoft.azuredata/2019-07-24-preview/types.json","Index":29},"Microsoft.AzureStack/registrations@2016-01-01":{"RelativePath":"azurestack/microsoft.azurestack/2016-01-01/types.json","Index":15},"Microsoft.AzureStack/registrations/products@2016-01-01":{"RelativePath":"azurestack/microsoft.azurestack/2016-01-01/types.json","Index":37},"Microsoft.AzureStack/registrations@2017-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":15},"Microsoft.AzureStack/registrations/customerSubscriptions@2017-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":20},"Microsoft.AzureStack/cloudManifestFiles@2017-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":27},"Microsoft.AzureStack/registrations/products@2017-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":49},"Microsoft.AzureStack/registrations/customerSubscriptions@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":23},"Microsoft.AzureStack/registrations@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":31},"Microsoft.AzureStack/linkedSubscriptions@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":39},"Microsoft.AzureStack/cloudManifestFiles@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":46},"Microsoft.AzureStack/registrations/products@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":68},"Microsoft.AzureStack/registrations/customerSubscriptions@2022-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":12},"Microsoft.AzureStack/registrations@2022-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":20},"Microsoft.AzureStack/cloudManifestFiles@2022-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":27},"Microsoft.AzureStack/registrations/products@2022-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":49},"Microsoft.AzureStackHCI/clusters@2020-03-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2020-03-01-preview/types.json","Index":28},"Microsoft.AzureStackHCI/clusters@2020-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2020-10-01/types.json","Index":39},"Microsoft.AzureStackHCI/clusters/arcSettings@2021-01-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-01-01-preview/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2021-01-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-01-01-preview/types.json","Index":81},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2021-01-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-01-01-preview/types.json","Index":124},"Microsoft.AzureStackHCI/galleryimages@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":37},"Microsoft.AzureStackHCI/networkinterfaces@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":59},"Microsoft.AzureStackHCI/virtualharddisks@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":72},"Microsoft.AzureStackHCI/virtualmachines@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":115},"Microsoft.AzureStackHCI/virtualnetworks@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":158},"Microsoft.AzureStackHCI/clusters/arcSettings@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":142},"Microsoft.AzureStackHCI/galleryimages@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":179},"Microsoft.AzureStackHCI/marketplacegalleryimages@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":208},"Microsoft.AzureStackHCI/networkinterfaces@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":236},"Microsoft.AzureStackHCI/storagecontainers@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":249},"Microsoft.AzureStackHCI/virtualharddisks@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":274},"Microsoft.AzureStackHCI/virtualmachines@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":337},"Microsoft.AzureStackHCI/virtualMachines/hybridIdentityMetadata@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":342},"Microsoft.AzureStackHCI/virtualMachines/extensions@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":354},"Microsoft.AzureStackHCI/virtualMachines/guestAgents@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":365},"Microsoft.AzureStackHCI/virtualnetworks@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":414},"Microsoft.AzureStackHCI/clusters/arcSettings@2021-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2021-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2021-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01/types.json","Index":142},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-01-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-01-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-01-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-01-01/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-01-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-01-01/types.json","Index":142},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-03-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-03-01/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-03-01/types.json","Index":142},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-05-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-05-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-05-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-05-01/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-05-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-05-01/types.json","Index":142},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-09-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-09-01/types.json","Index":109},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-09-01/types.json","Index":152},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":117},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":160},"Microsoft.AzureStackHCI/clusters/publishers/offers@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":168},"Microsoft.AzureStackHCI/clusters/publishers@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":173},"Microsoft.AzureStackHCI/clusters/publishers/offers/skus@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":179},"Microsoft.AzureStackHCI/clusters/updates/updateRuns@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":197},"Microsoft.AzureStackHCI/clusters/updateSummaries@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":220},"Microsoft.AzureStackHCI/clusters/updates@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":257},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":82},"Microsoft.AzureStackHCI/clusters@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":157},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":220},"Microsoft.AzureStackHCI/clusters/updates/updateRuns@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":251},"Microsoft.AzureStackHCI/clusters/updateSummaries@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":312},"Microsoft.AzureStackHCI/clusters/updates@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":375},"Microsoft.AzureStackHCI/clusters/publishers/offers@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":383},"Microsoft.AzureStackHCI/clusters/publishers@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":388},"Microsoft.AzureStackHCI/clusters/publishers/offers/skus@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":394},"Microsoft.AzureStackHCI/clusters/arcSettings@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":82},"Microsoft.AzureStackHCI/clusters@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":157},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":227},"Microsoft.AzureStackHCI/clusters/updates/updateRuns@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":258},"Microsoft.AzureStackHCI/clusters/updateSummaries@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":319},"Microsoft.AzureStackHCI/clusters/updates@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":382},"Microsoft.AzureStackHCI/clusters/publishers/offers@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":390},"Microsoft.AzureStackHCI/clusters/publishers@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":395},"Microsoft.AzureStackHCI/clusters/publishers/offers/skus@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":401},"Microsoft.BareMetalInfrastructure/bareMetalInstances@2020-08-06-preview":{"RelativePath":"baremetalinfrastructure/microsoft.baremetalinfrastructure/2020-08-06-preview/types.json","Index":83},"Microsoft.BareMetalInfrastructure/bareMetalInstances@2021-08-09":{"RelativePath":"baremetalinfrastructure/microsoft.baremetalinfrastructure/2021-08-09/types.json","Index":94},"Microsoft.Batch/batchAccounts@2015-12-01":{"RelativePath":"batch/microsoft.batch/2015-12-01/types.json","Index":21},"Microsoft.Batch/batchAccounts/applications/versions@2015-12-01":{"RelativePath":"batch/microsoft.batch/2015-12-01/types.json","Index":29},"Microsoft.Batch/batchAccounts/applications@2015-12-01":{"RelativePath":"batch/microsoft.batch/2015-12-01/types.json","Index":39},"Microsoft.Batch/batchAccounts@2017-01-01":{"RelativePath":"batch/microsoft.batch/2017-01-01/types.json","Index":25},"Microsoft.Batch/batchAccounts/applications/versions@2017-01-01":{"RelativePath":"batch/microsoft.batch/2017-01-01/types.json","Index":33},"Microsoft.Batch/batchAccounts/applications@2017-01-01":{"RelativePath":"batch/microsoft.batch/2017-01-01/types.json","Index":43},"Microsoft.Batch/batchAccounts@2017-05-01":{"RelativePath":"batch/microsoft.batch/2017-05-01/types.json","Index":25},"Microsoft.Batch/batchAccounts/applications/versions@2017-05-01":{"RelativePath":"batch/microsoft.batch/2017-05-01/types.json","Index":33},"Microsoft.Batch/batchAccounts/applications@2017-05-01":{"RelativePath":"batch/microsoft.batch/2017-05-01/types.json","Index":43},"Microsoft.Batch/batchAccounts@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":25},"Microsoft.Batch/batchAccounts/applications/versions@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":33},"Microsoft.Batch/batchAccounts/applications@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":43},"Microsoft.Batch/batchAccounts/certificates@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":61},"Microsoft.Batch/batchAccounts/pools@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":165},"Microsoft.Batch/batchAccounts@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":25},"Microsoft.Batch/batchAccounts/applications/versions@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":33},"Microsoft.Batch/batchAccounts/applications@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":38},"Microsoft.Batch/batchAccounts/certificates@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":56},"Microsoft.Batch/batchAccounts/pools@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":165},"Microsoft.Batch/batchAccounts@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":27},"Microsoft.Batch/batchAccounts/applications/versions@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":35},"Microsoft.Batch/batchAccounts/applications@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":40},"Microsoft.Batch/batchAccounts/certificates@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":58},"Microsoft.Batch/batchAccounts/pools@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":167},"Microsoft.Batch/batchAccounts@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":27},"Microsoft.Batch/batchAccounts/applications/versions@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":35},"Microsoft.Batch/batchAccounts/applications@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":40},"Microsoft.Batch/batchAccounts/certificates@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":58},"Microsoft.Batch/batchAccounts/pools@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":178},"Microsoft.Batch/batchAccounts@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":49},"Microsoft.Batch/batchAccounts/applications/versions@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":57},"Microsoft.Batch/batchAccounts/applications@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":62},"Microsoft.Batch/batchAccounts/certificates@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":80},"Microsoft.Batch/batchAccounts/pools@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":210},"Microsoft.Batch/batchAccounts/privateLinkResources@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":217},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":221},"Microsoft.Batch/batchAccounts@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":53},"Microsoft.Batch/batchAccounts/applications/versions@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":61},"Microsoft.Batch/batchAccounts/applications@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":66},"Microsoft.Batch/batchAccounts/certificates@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":84},"Microsoft.Batch/batchAccounts/pools@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":214},"Microsoft.Batch/batchAccounts/privateLinkResources@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":221},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":225},"Microsoft.Batch/batchAccounts@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":53},"Microsoft.Batch/batchAccounts/applications/versions@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":61},"Microsoft.Batch/batchAccounts/applications@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":66},"Microsoft.Batch/batchAccounts/certificates@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":84},"Microsoft.Batch/batchAccounts/pools@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":214},"Microsoft.Batch/batchAccounts/privateLinkResources@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":221},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":225},"Microsoft.Batch/batchAccounts@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":56},"Microsoft.Batch/batchAccounts/applications/versions@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":64},"Microsoft.Batch/batchAccounts/applications@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":69},"Microsoft.Batch/batchAccounts/certificates@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":87},"Microsoft.Batch/batchAccounts/pools@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":230},"Microsoft.Batch/batchAccounts/privateLinkResources@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":237},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":241},"Microsoft.Batch/batchAccounts@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":65},"Microsoft.Batch/batchAccounts/applications/versions@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":73},"Microsoft.Batch/batchAccounts/applications@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":78},"Microsoft.Batch/batchAccounts/certificates@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":96},"Microsoft.Batch/batchAccounts/pools@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":241},"Microsoft.Batch/batchAccounts/privateLinkResources@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":248},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":252},"Microsoft.Batch/batchAccounts@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":65},"Microsoft.Batch/batchAccounts/applications/versions@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":73},"Microsoft.Batch/batchAccounts/applications@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":78},"Microsoft.Batch/batchAccounts/certificates@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":96},"Microsoft.Batch/batchAccounts/pools@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":244},"Microsoft.Batch/batchAccounts/detectors@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":249},"Microsoft.Batch/batchAccounts/privateLinkResources@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":256},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":260},"Microsoft.Batch/batchAccounts@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":77},"Microsoft.Batch/batchAccounts/applications/versions@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":85},"Microsoft.Batch/batchAccounts/applications@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":90},"Microsoft.Batch/batchAccounts/certificates@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":108},"Microsoft.Batch/batchAccounts/pools@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":256},"Microsoft.Batch/batchAccounts/detectors@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":261},"Microsoft.Batch/batchAccounts/privateLinkResources@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":268},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":272},"Microsoft.Batch/batchAccounts@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":77},"Microsoft.Batch/batchAccounts/applications/versions@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":85},"Microsoft.Batch/batchAccounts/applications@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":90},"Microsoft.Batch/batchAccounts/certificates@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":108},"Microsoft.Batch/batchAccounts/pools@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":264},"Microsoft.Batch/batchAccounts/detectors@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":269},"Microsoft.Batch/batchAccounts/privateLinkResources@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":276},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":280},"Microsoft.BatchAI/clusters@2017-09-01-preview":{"RelativePath":"batchai/microsoft.batchai/2017-09-01-preview/types.json","Index":56},"Microsoft.BatchAI/jobs@2017-09-01-preview":{"RelativePath":"batchai/microsoft.batchai/2017-09-01-preview/types.json","Index":103},"Microsoft.BatchAI/fileServers@2017-09-01-preview":{"RelativePath":"batchai/microsoft.batchai/2017-09-01-preview/types.json","Index":129},"Microsoft.BatchAI/clusters@2018-03-01":{"RelativePath":"batchai/microsoft.batchai/2018-03-01/types.json","Index":60},"Microsoft.BatchAI/jobs@2018-03-01":{"RelativePath":"batchai/microsoft.batchai/2018-03-01/types.json","Index":109},"Microsoft.BatchAI/fileServers@2018-03-01":{"RelativePath":"batchai/microsoft.batchai/2018-03-01/types.json","Index":135},"Microsoft.BatchAI/workspaces@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":18},"Microsoft.BatchAI/workspaces/experiments@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":28},"Microsoft.BatchAI/workspaces/experiments/jobs@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":96},"Microsoft.BatchAI/workspaces/fileServers@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":112},"Microsoft.BatchAI/workspaces/clusters@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":145},"Microsoft.Billing/invoices@2017-02-27-preview":{"RelativePath":"billing/microsoft.billing/2017-02-27-preview/types.json","Index":13},"Microsoft.Billing/billingPeriods@2017-04-24-preview":{"RelativePath":"billing/microsoft.billing/2017-04-24-preview/types.json","Index":13},"Microsoft.Billing/invoices@2017-04-24-preview":{"RelativePath":"billing/microsoft.billing/2017-04-24-preview/types.json","Index":20},"Microsoft.Billing/enrollmentAccounts@2018-03-01-preview":{"RelativePath":"billing/microsoft.billing/2018-03-01-preview/types.json","Index":12},"Microsoft.Billing/billingPeriods@2018-03-01-preview":{"RelativePath":"billing/microsoft.billing/2018-03-01-preview/types.json","Index":18},"Microsoft.Billing/invoices@2018-03-01-preview":{"RelativePath":"billing/microsoft.billing/2018-03-01-preview/types.json","Index":25},"Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":20},"Microsoft.Billing/billingAccounts/invoiceSections@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":24},"Microsoft.Billing/billingAccounts/billingProfiles/policies@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":30},"Microsoft.Billing/billingAccounts/lineOfCredit@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":40},"Microsoft.Billing/billingAccounts@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":59},"Microsoft.Billing/billingAccounts/billingProfiles/availableBalance@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":65},"Microsoft.Billing/billingAccounts/customers@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":73},"Microsoft.Billing/billingAccounts/departments@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":77},"Microsoft.Billing/billingAccounts/enrollmentAccounts@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":81},"Microsoft.Billing/billingAccounts/billingProfiles/invoices@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":100},"Microsoft.Billing/billingAccounts/customers/billingSubscriptions@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":111},"Microsoft.Billing/billingAccounts/invoiceSections/billingSubscriptions@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":115},"Microsoft.Billing/billingAccounts/invoiceSections/products@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":133},"Microsoft.Billing/billingRoleDefinitions@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":143},"Microsoft.Billing/billingRoleAssignments@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":148},"Microsoft.Billing/billingAccounts/agreements@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":155},"Microsoft.Billing/billingAccounts/billingProfiles/instructions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":12},"Microsoft.Billing/billingAccounts/billingProfiles@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":53},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":57},"Microsoft.Billing/billingAccounts/billingProfiles/policies@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":73},"Microsoft.Billing/billingAccounts/customers/policies@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":82},"Microsoft.Billing/billingAccounts/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":87},"Microsoft.Billing/billingAccounts/departments/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":91},"Microsoft.Billing/billingAccounts/enrollmentAccounts/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":95},"Microsoft.Billing/billingAccounts@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":124},"Microsoft.Billing/billingAccounts/billingProfiles/availableBalance@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":131},"Microsoft.Billing/billingAccounts/customers@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":139},"Microsoft.Billing/billingAccounts/customers/billingSubscriptions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":150},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingSubscriptions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":154},"Microsoft.Billing/billingAccounts/customers/products@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":172},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/products@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":176},"Microsoft.Billing/billingAccounts/departments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":180},"Microsoft.Billing/billingAccounts/enrollmentAccounts@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":184},"Microsoft.Billing/billingAccounts/invoices@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":218},"Microsoft.Billing/billingAccounts/billingProfiles/invoices@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":222},"Microsoft.Billing/billingAccounts/billingSubscriptions/invoices@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":226},"Microsoft.Billing/billingProperty@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":243},"Microsoft.Billing/billingAccounts/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":252},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":256},"Microsoft.Billing/billingAccounts/billingProfiles/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":260},"Microsoft.Billing/billingAccounts/departments/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":264},"Microsoft.Billing/billingAccounts/enrollmentAccounts/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":268},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":272},"Microsoft.Billing/billingAccounts/billingProfiles/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":276},"Microsoft.Billing/billingAccounts/agreements@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":291},"Microsoft.Billing/billingAccounts/billingProfiles/instructions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":12},"Microsoft.Billing/billingAccounts/billingProfiles@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":56},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":60},"Microsoft.Billing/billingAccounts/billingProfiles/policies@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":76},"Microsoft.Billing/billingAccounts/customers/policies@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":85},"Microsoft.Billing/billingAccounts@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":119},"Microsoft.Billing/billingAccounts/billingProfiles/availableBalance@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":126},"Microsoft.Billing/billingAccounts/customers@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":134},"Microsoft.Billing/billingAccounts/billingSubscriptions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":146},"Microsoft.Billing/billingAccounts/products@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":167},"Microsoft.Billing/billingAccounts/invoices@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":204},"Microsoft.Billing/billingAccounts/billingSubscriptions/invoices@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":208},"Microsoft.Billing/billingProperty@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":225},"Microsoft.Billing/billingAccounts/billingRoleDefinitions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":234},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":238},"Microsoft.Billing/billingAccounts/billingProfiles/billingRoleDefinitions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":242},"Microsoft.Billing/billingAccounts/billingRoleAssignments@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":247},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":251},"Microsoft.Billing/billingAccounts/billingProfiles/billingRoleAssignments@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":255},"Microsoft.Billing/billingAccounts/agreements@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":271},"Microsoft.Billing/promotions@2020-09-01-preview":{"RelativePath":"billing/microsoft.billing/2020-09-01-preview/types.json","Index":14},"Microsoft.Billing/promotions@2020-11-01-preview":{"RelativePath":"billing/microsoft.billing/2020-11-01-preview/types.json","Index":14},"Microsoft.Billing/billingAccounts/billingSubscriptionAliases@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":40},"Microsoft.Billing/billingAccounts/billingSubscriptions@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":61},"Microsoft.Billing/paymentMethods@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":74},"Microsoft.Billing/billingAccounts/paymentMethods@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":78},"Microsoft.Billing/billingAccounts/billingProfiles/paymentMethodLinks@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":91},"Microsoft.BillingBenefits/savingsPlanOrderAliases@2022-11-01":{"RelativePath":"billingbenefits/microsoft.billingbenefits/2022-11-01/types.json","Index":47},"Microsoft.BillingBenefits/reservationOrderAliases@2022-11-01":{"RelativePath":"billingbenefits/microsoft.billingbenefits/2022-11-01/types.json","Index":102},"Microsoft.BillingBenefits/savingsPlanOrders@2022-11-01":{"RelativePath":"billingbenefits/microsoft.billingbenefits/2022-11-01/types.json","Index":133},"Microsoft.BillingBenefits/savingsPlanOrders/savingsPlans@2022-11-01":{"RelativePath":"billingbenefits/microsoft.billingbenefits/2022-11-01/types.json","Index":173},"Microsoft.Blockchain/blockchainMembers@2018-06-01-preview":{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":29},"Microsoft.Blockchain/blockchainMembers/transactionNodes@2018-06-01-preview":{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":41},"Microsoft.Blueprint/blueprints@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":31},"Microsoft.Blueprint/blueprints/artifacts@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":50},"Microsoft.Blueprint/blueprints/versions@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":60},"Microsoft.Blueprint/blueprintAssignments@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":89},"Microsoft.Blueprint/blueprints/versions/artifacts@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":99},"Microsoft.Blueprint/blueprints@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":32},"Microsoft.Blueprint/blueprints/artifacts@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":53},"Microsoft.Blueprint/blueprints/versions@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":63},"Microsoft.Blueprint/blueprintAssignments@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":98},"Microsoft.Blueprint/blueprints/versions/artifacts@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":108},"Microsoft.Blueprint/blueprintAssignments/assignmentOperations@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":121},"Microsoft.BotService/botServices@2017-12-01":{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":28},"Microsoft.BotService/botServices/channels@2017-12-01":{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":86},"Microsoft.BotService/botServices/Connections@2017-12-01":{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":99},"Microsoft.BotService/botServices@2018-07-12":{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":28},"Microsoft.BotService/botServices/channels@2018-07-12":{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":87},"Microsoft.BotService/botServices/Connections@2018-07-12":{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":100},"Microsoft.BotService/enterpriseChannels@2018-07-12":{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":135},"Microsoft.BotService/botServices@2020-06-02":{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":28},"Microsoft.BotService/botServices/channels@2020-06-02":{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":101},"Microsoft.BotService/botServices/connections@2020-06-02":{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":114},"Microsoft.BotService/botServices@2021-03-01":{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":39},"Microsoft.BotService/botServices/channels@2021-03-01":{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":138},"Microsoft.BotService/botServices/connections@2021-03-01":{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":153},"Microsoft.BotService/botServices@2021-05-01-preview":{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":53},"Microsoft.BotService/botServices/channels@2021-05-01-preview":{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":151},"Microsoft.BotService/botServices/connections@2021-05-01-preview":{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":165},"Microsoft.BotService/botServices/privateEndpointConnections@2021-05-01-preview":{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":169},"Microsoft.BotService/botServices@2022-06-15-preview":{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":54},"Microsoft.BotService/botServices/channels@2022-06-15-preview":{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":153},"Microsoft.BotService/botServices/connections@2022-06-15-preview":{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":168},"Microsoft.BotService/botServices/privateEndpointConnections@2022-06-15-preview":{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":172},"Microsoft.BotService/botServices@2022-09-15":{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":54},"Microsoft.BotService/botServices/channels@2022-09-15":{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":153},"Microsoft.BotService/botServices/connections@2022-09-15":{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":168},"Microsoft.BotService/botServices/privateEndpointConnections@2022-09-15":{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":172},"Microsoft.Cdn/profiles@2015-06-01":{"RelativePath":"cdn/microsoft.cdn/2015-06-01/types.json","Index":26},"Microsoft.Cdn/profiles/endpoints@2015-06-01":{"RelativePath":"cdn/microsoft.cdn/2015-06-01/types.json","Index":52},"Microsoft.Cdn/profiles/endpoints/origins@2015-06-01":{"RelativePath":"cdn/microsoft.cdn/2015-06-01/types.json","Index":65},"Microsoft.Cdn/profiles/endpoints/customDomains@2015-06-01":{"RelativePath":"cdn/microsoft.cdn/2015-06-01/types.json","Index":78},"Microsoft.Cdn/profiles@2016-04-02":{"RelativePath":"cdn/microsoft.cdn/2016-04-02/types.json","Index":28},"Microsoft.Cdn/profiles/endpoints@2016-04-02":{"RelativePath":"cdn/microsoft.cdn/2016-04-02/types.json","Index":54},"Microsoft.Cdn/profiles/endpoints/origins@2016-04-02":{"RelativePath":"cdn/microsoft.cdn/2016-04-02/types.json","Index":67},"Microsoft.Cdn/profiles/endpoints/customDomains@2016-04-02":{"RelativePath":"cdn/microsoft.cdn/2016-04-02/types.json","Index":80},"Microsoft.Cdn/profiles@2016-10-02":{"RelativePath":"cdn/microsoft.cdn/2016-10-02/types.json","Index":25},"Microsoft.Cdn/profiles/endpoints@2016-10-02":{"RelativePath":"cdn/microsoft.cdn/2016-10-02/types.json","Index":59},"Microsoft.Cdn/profiles/endpoints/customDomains@2016-10-02":{"RelativePath":"cdn/microsoft.cdn/2016-10-02/types.json","Index":75},"Microsoft.Cdn/profiles/endpoints/origins@2016-10-02":{"RelativePath":"cdn/microsoft.cdn/2016-10-02/types.json","Index":85},"Microsoft.Cdn/profiles@2017-04-02":{"RelativePath":"cdn/microsoft.cdn/2017-04-02/types.json","Index":25},"Microsoft.Cdn/profiles/endpoints@2017-04-02":{"RelativePath":"cdn/microsoft.cdn/2017-04-02/types.json","Index":59},"Microsoft.Cdn/profiles/endpoints/customDomains@2017-04-02":{"RelativePath":"cdn/microsoft.cdn/2017-04-02/types.json","Index":85},"Microsoft.Cdn/profiles/endpoints/origins@2017-04-02":{"RelativePath":"cdn/microsoft.cdn/2017-04-02/types.json","Index":95},"Microsoft.Cdn/profiles@2017-10-12":{"RelativePath":"cdn/microsoft.cdn/2017-10-12/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2017-10-12":{"RelativePath":"cdn/microsoft.cdn/2017-10-12/types.json","Index":93},"Microsoft.Cdn/profiles/endpoints/customDomains@2017-10-12":{"RelativePath":"cdn/microsoft.cdn/2017-10-12/types.json","Index":119},"Microsoft.Cdn/profiles/endpoints/origins@2017-10-12":{"RelativePath":"cdn/microsoft.cdn/2017-10-12/types.json","Index":129},"Microsoft.Cdn/profiles@2019-04-15":{"RelativePath":"cdn/microsoft.cdn/2019-04-15/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2019-04-15":{"RelativePath":"cdn/microsoft.cdn/2019-04-15/types.json","Index":408},"Microsoft.Cdn/profiles/endpoints/customDomains@2019-04-15":{"RelativePath":"cdn/microsoft.cdn/2019-04-15/types.json","Index":459},"Microsoft.Cdn/profiles/endpoints/origins@2019-04-15":{"RelativePath":"cdn/microsoft.cdn/2019-04-15/types.json","Index":469},"Microsoft.Cdn/profiles@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":365},"Microsoft.Cdn/profiles/endpoints/customDomains@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":416},"Microsoft.Cdn/CdnWebApplicationFirewallPolicies@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":521},"Microsoft.Cdn/profiles/endpoints/origins@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":531},"Microsoft.Cdn/profiles@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":409},"Microsoft.Cdn/profiles/endpoints/customDomains@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":460},"Microsoft.Cdn/CdnWebApplicationFirewallPolicies@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":565},"Microsoft.Cdn/profiles/endpoints/origins@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":575},"Microsoft.Cdn/profiles@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":434},"Microsoft.Cdn/profiles/endpoints/origins@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":443},"Microsoft.Cdn/profiles/endpoints/originGroups@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":453},"Microsoft.Cdn/profiles/endpoints/customDomains@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":504},"Microsoft.Cdn/profiles@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":449},"Microsoft.Cdn/profiles/endpoints/origins@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":464},"Microsoft.Cdn/profiles/endpoints/originGroups@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":474},"Microsoft.Cdn/profiles/endpoints/customDomains@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":525},"Microsoft.Cdn/CdnWebApplicationFirewallPolicies@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":630},"Microsoft.Cdn/profiles@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":45},"Microsoft.Cdn/profiles/endpoints@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":480},"Microsoft.Cdn/profiles/endpoints/origins@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":495},"Microsoft.Cdn/profiles/endpoints/originGroups@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":505},"Microsoft.Cdn/profiles/endpoints/customDomains@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":556},"Microsoft.Cdn/profiles/customDomains@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":587},"Microsoft.Cdn/profiles/afdEndpoints@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":607},"Microsoft.Cdn/profiles/originGroups@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":627},"Microsoft.Cdn/profiles/originGroups/origins@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":653},"Microsoft.Cdn/profiles/afdEndpoints/routes@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":695},"Microsoft.Cdn/profiles/ruleSets@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":711},"Microsoft.Cdn/profiles/ruleSets/rules@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":732},"Microsoft.Cdn/profiles/securityPolicies@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":755},"Microsoft.Cdn/profiles/secrets@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":779},"Microsoft.Cdn/CdnWebApplicationFirewallPolicies@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":884},"Microsoft.Cdn/profiles/customDomains@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":54},"Microsoft.Cdn/profiles/afdEndpoints@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":79},"Microsoft.Cdn/profiles/originGroups@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":108},"Microsoft.Cdn/profiles/originGroups/origins@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":134},"Microsoft.Cdn/profiles/afdEndpoints/routes@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":179},"Microsoft.Cdn/profiles/ruleSets@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":195},"Microsoft.Cdn/profiles/ruleSets/rules@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":744},"Microsoft.Cdn/profiles/securityPolicies@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":767},"Microsoft.Cdn/profiles/secrets@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":793},"Microsoft.Cdn/profiles@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":825},"Microsoft.Cdn/profiles/endpoints@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":896},"Microsoft.Cdn/profiles/endpoints/origins@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":917},"Microsoft.Cdn/profiles/endpoints/originGroups@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":933},"Microsoft.Cdn/profiles/endpoints/customDomains@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":990},"Microsoft.Cdn/cdnWebApplicationFirewallPolicies@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":1088},"Microsoft.Cdn/profiles/customDomains@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":55},"Microsoft.Cdn/profiles/afdEndpoints@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":80},"Microsoft.Cdn/profiles/originGroups@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":109},"Microsoft.Cdn/profiles/originGroups/origins@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":135},"Microsoft.Cdn/profiles/afdEndpoints/routes@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":180},"Microsoft.Cdn/profiles/ruleSets@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":196},"Microsoft.Cdn/profiles/ruleSets/rules@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":745},"Microsoft.Cdn/profiles/securityPolicies@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":768},"Microsoft.Cdn/profiles/secrets@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":794},"Microsoft.Cdn/profiles@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":832},"Microsoft.Cdn/profiles/endpoints@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":903},"Microsoft.Cdn/profiles/endpoints/origins@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":924},"Microsoft.Cdn/profiles/endpoints/originGroups@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":940},"Microsoft.Cdn/profiles/endpoints/customDomains@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":997},"Microsoft.Cdn/cdnWebApplicationFirewallPolicies@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":1096},"Microsoft.Cdn/profiles/customDomains@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":55},"Microsoft.Cdn/profiles/afdEndpoints@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":80},"Microsoft.Cdn/profiles/originGroups@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":109},"Microsoft.Cdn/profiles/originGroups/origins@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":135},"Microsoft.Cdn/profiles/afdEndpoints/routes@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":180},"Microsoft.Cdn/profiles/ruleSets@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":196},"Microsoft.Cdn/profiles/ruleSets/rules@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":745},"Microsoft.Cdn/profiles/securityPolicies@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":768},"Microsoft.Cdn/profiles/secrets@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":794},"Microsoft.Cdn/profiles@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":840},"Microsoft.Cdn/profiles/endpoints@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":911},"Microsoft.Cdn/profiles/endpoints/origins@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":932},"Microsoft.Cdn/profiles/endpoints/originGroups@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":948},"Microsoft.Cdn/profiles/endpoints/customDomains@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":1005},"Microsoft.Cdn/cdnWebApplicationFirewallPolicies@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":1104},"Microsoft.ChangeAnalysis/profile@2020-04-01-preview":{"RelativePath":"changeanalysis/microsoft.changeanalysis/2020-04-01-preview/types.json","Index":27},"Microsoft.Chaos/targets/capabilities@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":23},"Microsoft.Chaos/experiments@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":58},"Microsoft.Chaos/targets@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":63},"Microsoft.Chaos/locations/targetTypes@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":69},"Microsoft.Chaos/locations/targetTypes/capabilityTypes@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":74},"Microsoft.Chaos/targets/capabilities@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":23},"Microsoft.Chaos/experiments@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":58},"Microsoft.Chaos/targets@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":63},"Microsoft.Chaos/locations/targetTypes@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":69},"Microsoft.Chaos/locations/targetTypes/capabilityTypes@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":75},"Microsoft.Chaos/targets/capabilities@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":23},"Microsoft.Chaos/experiments@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":63},"Microsoft.Chaos/targets@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":68},"Microsoft.Chaos/locations/targetTypes/capabilityTypes@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":74},"Microsoft.Chaos/locations/targetTypes@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":80},"Microsoft.Portal/locations/userSettings@2018-10-01":{"RelativePath":"cloudshell/microsoft.portal/2018-10-01/types.json","Index":30},"Microsoft.Portal/locations/consoles@2018-10-01":{"RelativePath":"cloudshell/microsoft.portal/2018-10-01/types.json","Index":48},"Microsoft.Portal/userSettings@2018-10-01":{"RelativePath":"cloudshell/microsoft.portal/2018-10-01/types.json","Index":52},"Microsoft.Portal/consoles@2018-10-01":{"RelativePath":"cloudshell/microsoft.portal/2018-10-01/types.json","Index":70},"Microsoft.CognitiveServices/accounts@2016-02-01-preview":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2016-02-01-preview/types.json","Index":47},"Microsoft.CognitiveServices/accounts@2017-04-18":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2017-04-18/types.json","Index":66},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2017-04-18":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2017-04-18/types.json","Index":70},"Microsoft.CognitiveServices/accounts@2021-04-30":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-04-30/types.json","Index":93},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2021-04-30":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-04-30/types.json","Index":97},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2021-04-30":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-04-30/types.json","Index":102},"Microsoft.CognitiveServices/accounts@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":93},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":97},"Microsoft.CognitiveServices/accounts/deployments@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":114},"Microsoft.CognitiveServices/accounts/commitmentPlans@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":125},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":130},"Microsoft.CognitiveServices/accounts@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":93},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":97},"Microsoft.CognitiveServices/accounts/deployments@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":114},"Microsoft.CognitiveServices/accounts/commitmentPlans@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":125},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":130},"Microsoft.CognitiveServices/accounts@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":93},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":97},"Microsoft.CognitiveServices/accounts/deployments@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":115},"Microsoft.CognitiveServices/accounts/commitmentPlans@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":126},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":131},"Microsoft.CognitiveServices/accounts@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":102},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":106},"Microsoft.CognitiveServices/accounts/deployments@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":124},"Microsoft.CognitiveServices/accounts/commitmentPlans@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":144},"Microsoft.CognitiveServices/commitmentPlans@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":149},"Microsoft.CognitiveServices/commitmentPlans/accountAssociations@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":154},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":159},"Microsoft.Communication/communicationServices@2020-08-20-preview":{"RelativePath":"communication/microsoft.communication/2020-08-20-preview/types.json","Index":23},"Microsoft.Communication/communicationServices@2020-08-20":{"RelativePath":"communication/microsoft.communication/2020-08-20/types.json","Index":34},"Microsoft.Communication/communicationServices@2021-10-01-preview":{"RelativePath":"communication/microsoft.communication/2021-10-01-preview/types.json","Index":35},"Microsoft.Communication/emailServices/domains@2021-10-01-preview":{"RelativePath":"communication/microsoft.communication/2021-10-01-preview/types.json","Index":70},"Microsoft.Communication/emailServices@2021-10-01-preview":{"RelativePath":"communication/microsoft.communication/2021-10-01-preview/types.json","Index":86},"Microsoft.Communication/communicationServices@2022-07-01-preview":{"RelativePath":"communication/microsoft.communication/2022-07-01-preview/types.json","Index":35},"Microsoft.Communication/emailServices/domains@2022-07-01-preview":{"RelativePath":"communication/microsoft.communication/2022-07-01-preview/types.json","Index":70},"Microsoft.Communication/emailServices@2022-07-01-preview":{"RelativePath":"communication/microsoft.communication/2022-07-01-preview/types.json","Index":86},"Microsoft.Communication/communicationServices@2023-03-01-preview":{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":35},"Microsoft.Communication/emailServices/domains@2023-03-01-preview":{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":69},"Microsoft.Communication/emailServices@2023-03-01-preview":{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":85},"Microsoft.Communication/emailServices/domains/senderUsernames@2023-03-01-preview":{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":100},"Microsoft.Compute/availabilitySets@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":21},"Microsoft.Compute/virtualMachines/extensions@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":30},"Microsoft.Compute/virtualMachines@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":162},"Microsoft.Compute/virtualMachineScaleSets@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":204},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":210},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":223},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":234},"Microsoft.Compute/availabilitySets@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":21},"Microsoft.Compute/virtualMachines/extensions@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":30},"Microsoft.Compute/virtualMachines@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":175},"Microsoft.Compute/virtualMachineScaleSets@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":220},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":226},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":239},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":250},"Microsoft.Compute/availabilitySets@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":22},"Microsoft.Compute/virtualMachines/extensions@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":31},"Microsoft.Compute/virtualMachines@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":180},"Microsoft.Compute/images@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":204},"Microsoft.Compute/virtualMachineScaleSets@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":262},"Microsoft.Compute/disks@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":287},"Microsoft.Compute/snapshots@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":292},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":298},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":311},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":322},"Microsoft.Compute/disks@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":33},"Microsoft.Compute/snapshots@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":38},"Microsoft.Compute/availabilitySets@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":53},"Microsoft.Compute/virtualMachines/extensions@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":62},"Microsoft.Compute/virtualMachines@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":253},"Microsoft.Compute/images@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":283},"Microsoft.Compute/virtualMachineScaleSets@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":352},"Microsoft.Compute/virtualMachineScaleSets/extensions@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":356},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":362},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":375},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":396},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":408},"Microsoft.Compute/availabilitySets@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":22},"Microsoft.Compute/virtualMachines/extensions@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":31},"Microsoft.Compute/virtualMachines@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":296},"Microsoft.Compute/images@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":326},"Microsoft.Compute/virtualMachineScaleSets@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":407},"Microsoft.Compute/virtualMachineScaleSets/extensions@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":411},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":423},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":429},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":442},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":463},"Microsoft.Compute/availabilitySets@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":34},"Microsoft.Compute/virtualMachines/extensions@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":43},"Microsoft.Compute/virtualMachines@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":309},"Microsoft.Compute/images@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":341},"Microsoft.Compute/virtualMachineScaleSets@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":425},"Microsoft.Compute/virtualMachineScaleSets/extensions@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":429},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":442},"Microsoft.Compute/disks@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":470},"Microsoft.Compute/snapshots@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":480},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":486},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":499},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":520},"Microsoft.Compute/galleries@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":21},"Microsoft.Compute/galleries/images@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":46},"Microsoft.Compute/galleries/images/versions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":89},"Microsoft.Compute/disks@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":118},"Microsoft.Compute/snapshots@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":132},"Microsoft.Compute/availabilitySets@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":147},"Microsoft.Compute/proximityPlacementGroups@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":159},"Microsoft.Compute/virtualMachines/extensions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":168},"Microsoft.Compute/virtualMachines@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":440},"Microsoft.Compute/images@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":474},"Microsoft.Compute/virtualMachineScaleSets@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":562},"Microsoft.Compute/virtualMachineScaleSets/extensions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":566},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":579},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":585},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":598},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":619},"Microsoft.Compute/disks@2018-09-30":{"RelativePath":"compute/microsoft.compute/2018-09-30/types.json","Index":49},"Microsoft.Compute/snapshots@2018-09-30":{"RelativePath":"compute/microsoft.compute/2018-09-30/types.json","Index":66},"Microsoft.Compute/availabilitySets@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":34},"Microsoft.Compute/virtualMachines/extensions@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":43},"Microsoft.Compute/virtualMachines@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":315},"Microsoft.Compute/images@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":349},"Microsoft.Compute/virtualMachineScaleSets@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":438},"Microsoft.Compute/virtualMachineScaleSets/extensions@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":442},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":455},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":461},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":475},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":496},"Microsoft.Compute/availabilitySets@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":34},"Microsoft.Compute/hostGroups@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":43},"Microsoft.Compute/hostGroups/hosts@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":59},"Microsoft.Compute/virtualMachines/extensions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":68},"Microsoft.Compute/virtualMachines@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":351},"Microsoft.Compute/images@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":388},"Microsoft.Compute/virtualMachineScaleSets@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":486},"Microsoft.Compute/virtualMachineScaleSets/extensions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":490},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":506},"Microsoft.Compute/disks@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":548},"Microsoft.Compute/snapshots@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":565},"Microsoft.Compute/galleries@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":579},"Microsoft.Compute/galleries/images@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":604},"Microsoft.Compute/galleries/images/versions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":653},"Microsoft.Compute/galleries/applications@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":662},"Microsoft.Compute/galleries/applications/versions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":682},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":688},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":705},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":726},"Microsoft.Compute/availabilitySets@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":35},"Microsoft.Compute/hostGroups@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":44},"Microsoft.Compute/hostGroups/hosts@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":60},"Microsoft.Compute/virtualMachines/extensions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":69},"Microsoft.Compute/virtualMachines@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":353},"Microsoft.Compute/images@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":390},"Microsoft.Compute/virtualMachineScaleSets@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":491},"Microsoft.Compute/virtualMachineScaleSets/extensions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":495},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":500},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":516},"Microsoft.Compute/galleries@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":530},"Microsoft.Compute/galleries/images@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":558},"Microsoft.Compute/galleries/images/versions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":606},"Microsoft.Compute/galleries/applications@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":615},"Microsoft.Compute/galleries/applications/versions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":635},"Microsoft.Compute/disks@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":681},"Microsoft.Compute/snapshots@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":698},"Microsoft.Compute/diskEncryptionSets@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":708},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":714},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":731},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":752},"Microsoft.Compute/disks@2019-11-01":{"RelativePath":"compute/microsoft.compute/2019-11-01/types.json","Index":56},"Microsoft.Compute/snapshots@2019-11-01":{"RelativePath":"compute/microsoft.compute/2019-11-01/types.json","Index":73},"Microsoft.Compute/diskEncryptionSets@2019-11-01":{"RelativePath":"compute/microsoft.compute/2019-11-01/types.json","Index":83},"Microsoft.Compute/galleries@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":21},"Microsoft.Compute/galleries/images@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":49},"Microsoft.Compute/galleries/images/versions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":103},"Microsoft.Compute/galleries/applications@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":112},"Microsoft.Compute/galleries/applications/versions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":133},"Microsoft.Compute/availabilitySets@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":148},"Microsoft.Compute/proximityPlacementGroups@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":161},"Microsoft.Compute/hostGroups@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":170},"Microsoft.Compute/hostGroups/hosts@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":186},"Microsoft.Compute/sshPublicKeys@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":192},"Microsoft.Compute/virtualMachines/extensions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":201},"Microsoft.Compute/virtualMachines@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":488},"Microsoft.Compute/images@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":525},"Microsoft.Compute/virtualMachineScaleSets@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":626},"Microsoft.Compute/virtualMachineScaleSets/extensions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":630},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":635},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":651},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":657},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":674},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":695},"Microsoft.Compute/disks@2020-05-01":{"RelativePath":"compute/microsoft.compute/2020-05-01/types.json","Index":61},"Microsoft.Compute/snapshots@2020-05-01":{"RelativePath":"compute/microsoft.compute/2020-05-01/types.json","Index":82},"Microsoft.Compute/diskEncryptionSets@2020-05-01":{"RelativePath":"compute/microsoft.compute/2020-05-01/types.json","Index":96},"Microsoft.Compute/diskAccesses@2020-05-01":{"RelativePath":"compute/microsoft.compute/2020-05-01/types.json","Index":116},"Microsoft.Compute/availabilitySets@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":35},"Microsoft.Compute/hostGroups@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":51},"Microsoft.Compute/hostGroups/hosts@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":64},"Microsoft.Compute/sshPublicKeys@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":70},"Microsoft.Compute/virtualMachines/extensions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":79},"Microsoft.Compute/virtualMachines@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":396},"Microsoft.Compute/images@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":433},"Microsoft.Compute/virtualMachineScaleSets@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":534},"Microsoft.Compute/virtualMachineScaleSets/extensions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":538},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":542},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":557},"Microsoft.Compute/virtualMachines/runCommands@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":577},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":582},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":588},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":609},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":626},"Microsoft.Compute/disks@2020-06-30":{"RelativePath":"compute/microsoft.compute/2020-06-30/types.json","Index":61},"Microsoft.Compute/snapshots@2020-06-30":{"RelativePath":"compute/microsoft.compute/2020-06-30/types.json","Index":89},"Microsoft.Compute/diskEncryptionSets@2020-06-30":{"RelativePath":"compute/microsoft.compute/2020-06-30/types.json","Index":102},"Microsoft.Compute/diskAccesses@2020-06-30":{"RelativePath":"compute/microsoft.compute/2020-06-30/types.json","Index":122},"Microsoft.Compute/galleries@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":31},"Microsoft.Compute/galleries/images@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":61},"Microsoft.Compute/galleries/images/versions@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":115},"Microsoft.Compute/galleries/applications@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":124},"Microsoft.Compute/galleries/applications/versions@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":145},"Microsoft.Compute/disks@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":203},"Microsoft.Compute/snapshots@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":231},"Microsoft.Compute/diskEncryptionSets@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":246},"Microsoft.Compute/diskAccesses@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":266},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":270},"Microsoft.Compute/cloudServices@2020-10-01-preview":{"RelativePath":"compute/microsoft.compute/2020-10-01-preview/types.json","Index":40},"Microsoft.Compute/cloudServices/updateDomains@2020-10-01-preview":{"RelativePath":"compute/microsoft.compute/2020-10-01-preview/types.json","Index":44},"Microsoft.Compute/disks@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":71},"Microsoft.Compute/snapshots@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":99},"Microsoft.Compute/diskEncryptionSets@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":114},"Microsoft.Compute/diskAccesses@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":134},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":138},"Microsoft.Compute/availabilitySets@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":153},"Microsoft.Compute/proximityPlacementGroups@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":166},"Microsoft.Compute/hostGroups@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":182},"Microsoft.Compute/hostGroups/hosts@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":195},"Microsoft.Compute/sshPublicKeys@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":201},"Microsoft.Compute/virtualMachines/extensions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":210},"Microsoft.Compute/virtualMachines@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":535},"Microsoft.Compute/virtualMachineScaleSets@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":641},"Microsoft.Compute/images@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":682},"Microsoft.Compute/virtualMachineScaleSets/extensions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":686},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":690},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":705},"Microsoft.Compute/virtualMachines/runCommands@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":725},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":730},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":736},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":759},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":764},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":781},"Microsoft.Compute/cloudServices@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":40},"Microsoft.Compute/cloudServices/updateDomains@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":44},"Microsoft.Compute/availabilitySets@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":58},"Microsoft.Compute/proximityPlacementGroups@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":71},"Microsoft.Compute/hostGroups@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":87},"Microsoft.Compute/hostGroups/hosts@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":100},"Microsoft.Compute/sshPublicKeys@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":106},"Microsoft.Compute/virtualMachines/extensions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":115},"Microsoft.Compute/virtualMachines@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":500},"Microsoft.Compute/virtualMachineScaleSets@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":612},"Microsoft.Compute/images@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":653},"Microsoft.Compute/restorePointCollections@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":684},"Microsoft.Compute/restorePointCollections/restorePoints@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":688},"Microsoft.Compute/virtualMachineScaleSets/extensions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":692},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":696},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":711},"Microsoft.Compute/virtualMachines/runCommands@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":731},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":736},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":742},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":765},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":770},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":787},"Microsoft.Compute/disks@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":78},"Microsoft.Compute/snapshots@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":111},"Microsoft.Compute/diskEncryptionSets@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":130},"Microsoft.Compute/diskAccesses@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":150},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":154},"Microsoft.Compute/availabilitySets@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":169},"Microsoft.Compute/proximityPlacementGroups@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":182},"Microsoft.Compute/hostGroups@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":198},"Microsoft.Compute/hostGroups/hosts@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":211},"Microsoft.Compute/sshPublicKeys@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":217},"Microsoft.Compute/virtualMachines/extensions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":226},"Microsoft.Compute/virtualMachines@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":605},"Microsoft.Compute/virtualMachineScaleSets@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":718},"Microsoft.Compute/images@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":759},"Microsoft.Compute/restorePointCollections@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":790},"Microsoft.Compute/restorePointCollections/restorePoints@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":794},"Microsoft.Compute/capacityReservationGroups@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":809},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":819},"Microsoft.Compute/virtualMachineScaleSets/extensions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":823},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":827},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":842},"Microsoft.Compute/virtualMachines/runCommands@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":862},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":867},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":873},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":896},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":901},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":918},"Microsoft.Compute/availabilitySets@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":35},"Microsoft.Compute/hostGroups@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":51},"Microsoft.Compute/hostGroups/hosts@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":64},"Microsoft.Compute/sshPublicKeys@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":70},"Microsoft.Compute/virtualMachines/extensions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":79},"Microsoft.Compute/virtualMachines@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":469},"Microsoft.Compute/virtualMachineScaleSets@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":582},"Microsoft.Compute/images@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":623},"Microsoft.Compute/restorePointCollections@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":654},"Microsoft.Compute/restorePointCollections/restorePoints@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":658},"Microsoft.Compute/capacityReservationGroups@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":673},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":683},"Microsoft.Compute/virtualMachineScaleSets/extensions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":687},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":691},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":706},"Microsoft.Compute/virtualMachines/runCommands@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":726},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":731},"Microsoft.Compute/galleries@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":756},"Microsoft.Compute/galleries/images@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":786},"Microsoft.Compute/galleries/images/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":843},"Microsoft.Compute/galleries/applications@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":852},"Microsoft.Compute/galleries/applications/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":876},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":882},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":905},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":910},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":927},"Microsoft.Compute/disks@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":83},"Microsoft.Compute/snapshots@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":116},"Microsoft.Compute/diskEncryptionSets@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":136},"Microsoft.Compute/diskAccesses@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":156},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":160},"Microsoft.Compute/galleries@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":48},"Microsoft.Compute/galleries/images@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":81},"Microsoft.Compute/galleries/images/versions@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":156},"Microsoft.Compute/galleries/applications@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":165},"Microsoft.Compute/galleries/applications/versions@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":191},"Microsoft.Compute/availabilitySets@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":35},"Microsoft.Compute/hostGroups@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":51},"Microsoft.Compute/hostGroups/hosts@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":64},"Microsoft.Compute/sshPublicKeys@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":70},"Microsoft.Compute/virtualMachines/extensions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":79},"Microsoft.Compute/virtualMachines@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":474},"Microsoft.Compute/virtualMachineScaleSets@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":592},"Microsoft.Compute/images@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":633},"Microsoft.Compute/restorePointCollections@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":668},"Microsoft.Compute/restorePointCollections/restorePoints@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":672},"Microsoft.Compute/capacityReservationGroups@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":687},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":697},"Microsoft.Compute/virtualMachineScaleSets/extensions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":701},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":705},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":720},"Microsoft.Compute/virtualMachines/runCommands@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":740},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":745},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":751},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":777},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":782},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":799},"Microsoft.Compute/disks@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":89},"Microsoft.Compute/snapshots@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":125},"Microsoft.Compute/diskEncryptionSets@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":145},"Microsoft.Compute/diskAccesses@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":165},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":169},"Microsoft.Compute/galleries@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":48},"Microsoft.Compute/galleries/images@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":81},"Microsoft.Compute/galleries/images/versions@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":156},"Microsoft.Compute/galleries/applications@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":165},"Microsoft.Compute/galleries/applications/versions@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":193},"Microsoft.Compute/virtualMachineScaleSets@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":223},"Microsoft.Compute/virtualMachineScaleSets/extensions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":227},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":240},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":531},"Microsoft.Compute/virtualMachines/extensions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":536},"Microsoft.Compute/virtualMachines@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":578},"Microsoft.Compute/availabilitySets@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":586},"Microsoft.Compute/proximityPlacementGroups@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":602},"Microsoft.Compute/hostGroups@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":619},"Microsoft.Compute/hostGroups/hosts@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":632},"Microsoft.Compute/sshPublicKeys@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":638},"Microsoft.Compute/images@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":681},"Microsoft.Compute/restorePointCollections@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":717},"Microsoft.Compute/restorePointCollections/restorePoints@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":721},"Microsoft.Compute/capacityReservationGroups@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":736},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":746},"Microsoft.Compute/virtualMachines/runCommands@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":766},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":771},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":788},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":814},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":819},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":825},"Microsoft.Compute/disks@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":90},"Microsoft.Compute/diskAccesses@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":110},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":114},"Microsoft.Compute/diskEncryptionSets@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":138},"Microsoft.Compute/snapshots@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":177},"Microsoft.Compute/galleries@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":48},"Microsoft.Compute/galleries/images@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":81},"Microsoft.Compute/galleries/images/versions@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":165},"Microsoft.Compute/galleries/applications@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":182},"Microsoft.Compute/galleries/applications/versions@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":212},"Microsoft.Compute/cloudServices@2022-04-04":{"RelativePath":"compute/microsoft.compute/2022-04-04/types.json","Index":44},"Microsoft.Compute/cloudServices/updateDomains@2022-04-04":{"RelativePath":"compute/microsoft.compute/2022-04-04/types.json","Index":48},"Microsoft.Compute/disks@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":90},"Microsoft.Compute/diskAccesses@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":110},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":114},"Microsoft.Compute/diskEncryptionSets@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":138},"Microsoft.Compute/snapshots@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":177},"Microsoft.Compute/virtualMachineScaleSets@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":224},"Microsoft.Compute/virtualMachineScaleSets/extensions@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":228},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":241},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":535},"Microsoft.Compute/virtualMachines/extensions@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":540},"Microsoft.Compute/virtualMachines@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":582},"Microsoft.Compute/availabilitySets@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":590},"Microsoft.Compute/proximityPlacementGroups@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":606},"Microsoft.Compute/hostGroups@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":623},"Microsoft.Compute/hostGroups/hosts@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":636},"Microsoft.Compute/sshPublicKeys@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":642},"Microsoft.Compute/images@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":685},"Microsoft.Compute/restorePointCollections@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":721},"Microsoft.Compute/restorePointCollections/restorePoints@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":725},"Microsoft.Compute/capacityReservationGroups@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":740},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":750},"Microsoft.Compute/virtualMachines/runCommands@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":770},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":775},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":792},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":798},"Microsoft.Compute/cloudServices@2022-09-04":{"RelativePath":"compute/microsoft.compute/2022-09-04/types.json","Index":45},"Microsoft.Compute/cloudServices/updateDomains@2022-09-04":{"RelativePath":"compute/microsoft.compute/2022-09-04/types.json","Index":49},"Microsoft.Compute/virtualMachineScaleSets@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":226},"Microsoft.Compute/virtualMachineScaleSets/extensions@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":230},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":243},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":540},"Microsoft.Compute/virtualMachines/extensions@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":545},"Microsoft.Compute/virtualMachines@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":587},"Microsoft.Compute/availabilitySets@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":595},"Microsoft.Compute/proximityPlacementGroups@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":611},"Microsoft.Compute/hostGroups@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":628},"Microsoft.Compute/hostGroups/hosts@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":641},"Microsoft.Compute/sshPublicKeys@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":647},"Microsoft.Compute/images@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":690},"Microsoft.Compute/restorePointCollections@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":726},"Microsoft.Compute/restorePointCollections/restorePoints@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":730},"Microsoft.Compute/capacityReservationGroups@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":745},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":755},"Microsoft.Compute/virtualMachines/runCommands@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":775},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":780},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":797},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":803},"Microsoft.ContainerService/containerServices@2015-11-01-preview":{"RelativePath":"compute/microsoft.containerservice/2015-11-01-preview/types.json","Index":76},"Microsoft.ContainerService/containerServices@2016-03-30":{"RelativePath":"compute/microsoft.containerservice/2016-03-30/types.json","Index":75},"Microsoft.ContainerService/containerServices@2016-09-30":{"RelativePath":"compute/microsoft.containerservice/2016-09-30/types.json","Index":79},"Microsoft.ContainerService/containerServices@2017-01-31":{"RelativePath":"compute/microsoft.containerservice/2017-01-31/types.json","Index":79},"Microsoft.ConfidentialLedger/ledgers@2020-12-01-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2020-12-01-preview/types.json","Index":48},"Microsoft.ConfidentialLedger/ledgers@2021-05-13-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2021-05-13-preview/types.json","Index":48},"Microsoft.ConfidentialLedger/ledgers@2022-05-13":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2022-05-13/types.json","Index":48},"Microsoft.ConfidentialLedger/ledgers@2022-09-08-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2022-09-08-preview/types.json","Index":48},"Microsoft.ConfidentialLedger/managedCCFs@2022-09-08-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2022-09-08-preview/types.json","Index":68},"Microsoft.ConfidentialLedger/ledgers@2023-01-26-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2023-01-26-preview/types.json","Index":54},"Microsoft.ConfidentialLedger/managedCCFs@2023-01-26-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2023-01-26-preview/types.json","Index":74},"Microsoft.Confluent/agreements@2020-03-01-preview":{"RelativePath":"confluent/microsoft.confluent/2020-03-01-preview/types.json","Index":13},"Microsoft.Confluent/organizations@2020-03-01-preview":{"RelativePath":"confluent/microsoft.confluent/2020-03-01-preview/types.json","Index":42},"Microsoft.Confluent/agreements@2020-03-01":{"RelativePath":"confluent/microsoft.confluent/2020-03-01/types.json","Index":13},"Microsoft.Confluent/organizations@2020-03-01":{"RelativePath":"confluent/microsoft.confluent/2020-03-01/types.json","Index":42},"Microsoft.Confluent/agreements@2021-03-01-preview":{"RelativePath":"confluent/microsoft.confluent/2021-03-01-preview/types.json","Index":24},"Microsoft.Confluent/organizations@2021-03-01-preview":{"RelativePath":"confluent/microsoft.confluent/2021-03-01-preview/types.json","Index":53},"Microsoft.Confluent/agreements@2021-09-01-preview":{"RelativePath":"confluent/microsoft.confluent/2021-09-01-preview/types.json","Index":24},"Microsoft.Confluent/organizations@2021-09-01-preview":{"RelativePath":"confluent/microsoft.confluent/2021-09-01-preview/types.json","Index":53},"Microsoft.Confluent/agreements@2021-12-01":{"RelativePath":"confluent/microsoft.confluent/2021-12-01/types.json","Index":24},"Microsoft.Confluent/organizations@2021-12-01":{"RelativePath":"confluent/microsoft.confluent/2021-12-01/types.json","Index":53},"Microsoft.ConnectedVMwarevSphere/resourcePools@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":27},"Microsoft.ConnectedVMwarevSphere/clusters@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":36},"Microsoft.ConnectedVMwarevSphere/hosts@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":43},"Microsoft.ConnectedVMwarevSphere/datastores@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":59},"Microsoft.ConnectedVMwarevSphere/vcenters@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":67},"Microsoft.ConnectedVMwarevSphere/virtualMachines@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":148},"Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":164},"Microsoft.ConnectedVMwarevSphere/virtualNetworks@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":171},"Microsoft.ConnectedVMwarevSphere/vcenters/inventoryItems@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":200},"Microsoft.ConnectedVMwarevSphere/virtualMachines/hybridIdentityMetadata@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":205},"Microsoft.ConnectedVMwarevSphere/virtualMachines/extensions@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":217},"Microsoft.ConnectedVMwarevSphere/virtualMachines/guestAgents@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":229},"Microsoft.ConnectedVMwarevSphere/virtualMachines@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":106},"Microsoft.ConnectedVMwarevSphere/resourcePools@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":113},"Microsoft.ConnectedVMwarevSphere/clusters@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":122},"Microsoft.ConnectedVMwarevSphere/hosts@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":129},"Microsoft.ConnectedVMwarevSphere/datastores@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":145},"Microsoft.ConnectedVMwarevSphere/vcenters@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":153},"Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":169},"Microsoft.ConnectedVMwarevSphere/virtualNetworks@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":176},"Microsoft.ConnectedVMwarevSphere/vcenters/inventoryItems@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":205},"Microsoft.ConnectedVMwarevSphere/virtualMachines/hybridIdentityMetadata@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":210},"Microsoft.ConnectedVMwarevSphere/virtualMachines/extensions@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":222},"Microsoft.ConnectedVMwarevSphere/virtualMachines/guestAgents@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":234},"Microsoft.ConnectedVMwarevSphere/virtualMachines@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":108},"Microsoft.ConnectedVMwarevSphere/resourcePools@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":117},"Microsoft.ConnectedVMwarevSphere/clusters@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":126},"Microsoft.ConnectedVMwarevSphere/hosts@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":135},"Microsoft.ConnectedVMwarevSphere/datastores@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":151},"Microsoft.ConnectedVMwarevSphere/vcenters@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":159},"Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":175},"Microsoft.ConnectedVMwarevSphere/virtualNetworks@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":182},"Microsoft.ConnectedVMwarevSphere/vcenters/inventoryItems@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":219},"Microsoft.ConnectedVMwarevSphere/virtualMachines/hybridIdentityMetadata@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":224},"Microsoft.ConnectedVMwarevSphere/virtualMachines/extensions@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":236},"Microsoft.ConnectedVMwarevSphere/virtualMachines/guestAgents@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":248},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2018-06-30":{"RelativePath":"consumption/microsoft.billing/2018-06-30/types.json","Index":17},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2018-08-31":{"RelativePath":"consumption/microsoft.billing/2018-08-31/types.json","Index":17},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2018-10-01":{"RelativePath":"consumption/microsoft.billing/2018-10-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-01-01":{"RelativePath":"consumption/microsoft.billing/2019-01-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-04-01-preview":{"RelativePath":"consumption/microsoft.billing/2019-04-01-preview/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-05-01-preview":{"RelativePath":"consumption/microsoft.billing/2019-05-01-preview/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-05-01":{"RelativePath":"consumption/microsoft.billing/2019-05-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-06-01":{"RelativePath":"consumption/microsoft.billing/2019-06-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-10-01":{"RelativePath":"consumption/microsoft.billing/2019-10-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-11-01":{"RelativePath":"consumption/microsoft.billing/2019-11-01/types.json","Index":19},"Microsoft.Consumption/budgets@2017-12-30-preview":{"RelativePath":"consumption/microsoft.consumption/2017-12-30-preview/types.json","Index":28},"Microsoft.Consumption/budgets@2018-01-31":{"RelativePath":"consumption/microsoft.consumption/2018-01-31/types.json","Index":34},"Microsoft.Consumption/pricesheets@2018-01-31":{"RelativePath":"consumption/microsoft.consumption/2018-01-31/types.json","Index":44},"Microsoft.Consumption/budgets@2018-03-31":{"RelativePath":"consumption/microsoft.consumption/2018-03-31/types.json","Index":36},"Microsoft.Consumption/pricesheets@2018-03-31":{"RelativePath":"consumption/microsoft.consumption/2018-03-31/types.json","Index":46},"Microsoft.Consumption/pricesheets@2018-05-31":{"RelativePath":"consumption/microsoft.consumption/2018-05-31/types.json","Index":17},"Microsoft.Consumption/budgets@2018-06-30":{"RelativePath":"consumption/microsoft.consumption/2018-06-30/types.json","Index":36},"Microsoft.Consumption/pricesheets@2018-06-30":{"RelativePath":"consumption/microsoft.consumption/2018-06-30/types.json","Index":46},"Microsoft.Consumption/budgets@2018-08-31":{"RelativePath":"consumption/microsoft.consumption/2018-08-31/types.json","Index":36},"Microsoft.Consumption/pricesheets@2018-08-31":{"RelativePath":"consumption/microsoft.consumption/2018-08-31/types.json","Index":46},"Microsoft.Consumption/budgets@2018-10-01":{"RelativePath":"consumption/microsoft.consumption/2018-10-01/types.json","Index":36},"Microsoft.Consumption/pricesheets@2018-10-01":{"RelativePath":"consumption/microsoft.consumption/2018-10-01/types.json","Index":46},"Microsoft.Consumption/credits@2018-11-01-preview":{"RelativePath":"consumption/microsoft.consumption/2018-11-01-preview/types.json","Index":16},"Microsoft.Consumption/budgets@2019-01-01":{"RelativePath":"consumption/microsoft.consumption/2019-01-01/types.json","Index":39},"Microsoft.Consumption/pricesheets@2019-01-01":{"RelativePath":"consumption/microsoft.consumption/2019-01-01/types.json","Index":49},"Microsoft.Consumption/budgets@2019-04-01-preview":{"RelativePath":"consumption/microsoft.consumption/2019-04-01-preview/types.json","Index":36},"Microsoft.Consumption/pricesheets@2019-04-01-preview":{"RelativePath":"consumption/microsoft.consumption/2019-04-01-preview/types.json","Index":46},"Microsoft.Consumption/budgets@2019-05-01-preview":{"RelativePath":"consumption/microsoft.consumption/2019-05-01-preview/types.json","Index":36},"Microsoft.Consumption/pricesheets@2019-05-01-preview":{"RelativePath":"consumption/microsoft.consumption/2019-05-01-preview/types.json","Index":46},"Microsoft.Consumption/budgets@2019-05-01":{"RelativePath":"consumption/microsoft.consumption/2019-05-01/types.json","Index":41},"Microsoft.Consumption/pricesheets@2019-05-01":{"RelativePath":"consumption/microsoft.consumption/2019-05-01/types.json","Index":51},"Microsoft.Consumption/budgets@2019-06-01":{"RelativePath":"consumption/microsoft.consumption/2019-06-01/types.json","Index":39},"Microsoft.Consumption/pricesheets@2019-06-01":{"RelativePath":"consumption/microsoft.consumption/2019-06-01/types.json","Index":49},"Microsoft.Consumption/budgets@2019-10-01":{"RelativePath":"consumption/microsoft.consumption/2019-10-01/types.json","Index":64},"Microsoft.Consumption/pricesheets@2019-10-01":{"RelativePath":"consumption/microsoft.consumption/2019-10-01/types.json","Index":74},"Microsoft.Consumption/credits@2019-10-01":{"RelativePath":"consumption/microsoft.consumption/2019-10-01/types.json","Index":84},"Microsoft.Consumption/budgets@2019-11-01":{"RelativePath":"consumption/microsoft.consumption/2019-11-01/types.json","Index":43},"Microsoft.Consumption/pricesheets@2019-11-01":{"RelativePath":"consumption/microsoft.consumption/2019-11-01/types.json","Index":53},"Microsoft.Consumption/credits@2019-11-01":{"RelativePath":"consumption/microsoft.consumption/2019-11-01/types.json","Index":62},"Microsoft.Consumption/budgets@2021-05-01":{"RelativePath":"consumption/microsoft.consumption/2021-05-01/types.json","Index":42},"Microsoft.Consumption/pricesheets@2021-05-01":{"RelativePath":"consumption/microsoft.consumption/2021-05-01/types.json","Index":52},"Microsoft.Consumption/credits@2021-05-01":{"RelativePath":"consumption/microsoft.consumption/2021-05-01/types.json","Index":62},"Microsoft.Consumption/budgets@2021-10-01":{"RelativePath":"consumption/microsoft.consumption/2021-10-01/types.json","Index":65},"Microsoft.Consumption/pricesheets@2021-10-01":{"RelativePath":"consumption/microsoft.consumption/2021-10-01/types.json","Index":75},"Microsoft.Consumption/credits@2021-10-01":{"RelativePath":"consumption/microsoft.consumption/2021-10-01/types.json","Index":85},"Microsoft.ContainerInstance/containerGroups@2017-08-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2017-08-01-preview/types.json","Index":48},"Microsoft.ContainerInstance/containerGroups@2017-10-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2017-10-01-preview/types.json","Index":55},"Microsoft.ContainerInstance/containerGroups@2017-12-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2017-12-01-preview/types.json","Index":57},"Microsoft.ContainerInstance/containerGroups@2018-02-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-02-01-preview/types.json","Index":57},"Microsoft.ContainerInstance/containerGroups@2018-04-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-04-01/types.json","Index":57},"Microsoft.ContainerInstance/containerGroups@2018-06-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-06-01/types.json","Index":66},"Microsoft.ContainerInstance/containerGroups@2018-09-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-09-01/types.json","Index":72},"Microsoft.ContainerInstance/containerGroups@2018-10-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-10-01/types.json","Index":87},"Microsoft.ContainerInstance/containerGroups@2019-12-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2019-12-01/types.json","Index":99},"Microsoft.ContainerInstance/containerGroups@2020-11-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2020-11-01/types.json","Index":102},"Microsoft.ContainerInstance/containerGroups@2021-03-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2021-03-01/types.json","Index":102},"Microsoft.ContainerInstance/containerGroups@2021-07-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2021-07-01/types.json","Index":102},"Microsoft.ContainerInstance/containerGroups@2021-09-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2021-09-01/types.json","Index":103},"Microsoft.ContainerInstance/containerGroups@2021-10-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2021-10-01/types.json","Index":109},"Microsoft.ContainerInstance/containerGroups@2022-09-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2022-09-01/types.json","Index":112},"Microsoft.ContainerInstance/containerGroups@2022-10-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2022-10-01-preview/types.json","Index":117},"Microsoft.ContainerRegistry/registries@2016-06-27-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2016-06-27-preview/types.json","Index":14},"Microsoft.ContainerRegistry/registries@2017-03-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-03-01/types.json","Index":20},"Microsoft.ContainerRegistry/registries@2017-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":31},"Microsoft.ContainerRegistry/registries/replications@2017-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":44},"Microsoft.ContainerRegistry/registries/webhooks@2017-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":65},"Microsoft.ContainerRegistry/registries@2017-10-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":45},"Microsoft.ContainerRegistry/registries/replications@2017-10-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":58},"Microsoft.ContainerRegistry/registries/webhooks@2017-10-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":82},"Microsoft.ContainerRegistry/registries/buildTasks/steps@2018-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":35},"Microsoft.ContainerRegistry/registries/buildTasks@2018-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":63},"Microsoft.ContainerRegistry/registries/builds@2018-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":92},"Microsoft.ContainerRegistry/registries/tasks@2018-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":89},"Microsoft.ContainerRegistry/registries/runs@2018-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":121},"Microsoft.ContainerRegistry/registries/tasks@2019-04-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":103},"Microsoft.ContainerRegistry/registries/runs@2019-04-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":136},"Microsoft.ContainerRegistry/registries/scopeMaps@2019-05-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01-preview/types.json","Index":31},"Microsoft.ContainerRegistry/registries/tokens@2019-05-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01-preview/types.json","Index":58},"Microsoft.ContainerRegistry/registries@2019-05-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":60},"Microsoft.ContainerRegistry/registries/replications@2019-05-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":73},"Microsoft.ContainerRegistry/registries/webhooks@2019-05-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":97},"Microsoft.ContainerRegistry/registries/agentPools@2019-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":34},"Microsoft.ContainerRegistry/registries/taskRuns@2019-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":128},"Microsoft.ContainerRegistry/registries/tasks@2019-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":193},"Microsoft.ContainerRegistry/registries/runs@2019-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":197},"Microsoft.ContainerRegistry/registries/exportPipelines@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":45},"Microsoft.ContainerRegistry/registries@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":129},"Microsoft.ContainerRegistry/registries/importPipelines@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":155},"Microsoft.ContainerRegistry/registries/pipelineRuns@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":180},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":184},"Microsoft.ContainerRegistry/registries/replications@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":197},"Microsoft.ContainerRegistry/registries/webhooks@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":221},"Microsoft.ContainerRegistry/registries/connectedRegistries@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":65},"Microsoft.ContainerRegistry/registries/exportPipelines@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":92},"Microsoft.ContainerRegistry/registries@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":179},"Microsoft.ContainerRegistry/registries/importPipelines@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":205},"Microsoft.ContainerRegistry/registries/pipelineRuns@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":230},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":234},"Microsoft.ContainerRegistry/registries/replications@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":250},"Microsoft.ContainerRegistry/registries/scopeMaps@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":263},"Microsoft.ContainerRegistry/registries/tokens@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":289},"Microsoft.ContainerRegistry/registries/webhooks@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":313},"Microsoft.ContainerRegistry/registries/connectedRegistries@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":65},"Microsoft.ContainerRegistry/registries/exportPipelines@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":92},"Microsoft.ContainerRegistry/registries@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":183},"Microsoft.ContainerRegistry/registries/importPipelines@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":209},"Microsoft.ContainerRegistry/registries/pipelineRuns@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":234},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":238},"Microsoft.ContainerRegistry/registries/replications@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":254},"Microsoft.ContainerRegistry/registries/scopeMaps@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":267},"Microsoft.ContainerRegistry/registries/tokens@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":293},"Microsoft.ContainerRegistry/registries/webhooks@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":317},"Microsoft.ContainerRegistry/registries/connectedRegistries@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":68},"Microsoft.ContainerRegistry/registries/exportPipelines@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":95},"Microsoft.ContainerRegistry/registries@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":186},"Microsoft.ContainerRegistry/registries/importPipelines@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":212},"Microsoft.ContainerRegistry/registries/pipelineRuns@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":237},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":241},"Microsoft.ContainerRegistry/registries/replications@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":257},"Microsoft.ContainerRegistry/registries/scopeMaps@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":270},"Microsoft.ContainerRegistry/registries/tokens@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":296},"Microsoft.ContainerRegistry/registries/webhooks@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":320},"Microsoft.ContainerRegistry/registries@2021-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":113},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2021-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":117},"Microsoft.ContainerRegistry/registries/replications@2021-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":133},"Microsoft.ContainerRegistry/registries/webhooks@2021-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":157},"Microsoft.ContainerRegistry/registries/connectedRegistries@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":68},"Microsoft.ContainerRegistry/registries/exportPipelines@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":95},"Microsoft.ContainerRegistry/registries@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":186},"Microsoft.ContainerRegistry/registries/importPipelines@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":212},"Microsoft.ContainerRegistry/registries/pipelineRuns@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":237},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":241},"Microsoft.ContainerRegistry/registries/replications@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":257},"Microsoft.ContainerRegistry/registries/scopeMaps@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":270},"Microsoft.ContainerRegistry/registries/tokens@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":296},"Microsoft.ContainerRegistry/registries/webhooks@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":320},"Microsoft.ContainerRegistry/registries/connectedRegistries@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":68},"Microsoft.ContainerRegistry/registries/exportPipelines@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":95},"Microsoft.ContainerRegistry/registries@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":190},"Microsoft.ContainerRegistry/registries/importPipelines@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":216},"Microsoft.ContainerRegistry/registries/pipelineRuns@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":241},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":245},"Microsoft.ContainerRegistry/registries/replications@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":261},"Microsoft.ContainerRegistry/registries/scopeMaps@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":274},"Microsoft.ContainerRegistry/registries/tokens@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":300},"Microsoft.ContainerRegistry/registries/webhooks@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":324},"Microsoft.ContainerRegistry/registries@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":113},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":117},"Microsoft.ContainerRegistry/registries/replications@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":133},"Microsoft.ContainerRegistry/registries/scopeMaps@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":146},"Microsoft.ContainerRegistry/registries/tokens@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":172},"Microsoft.ContainerRegistry/registries/webhooks@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":196},"Microsoft.ContainerRegistry/registries/cacheRules@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":30},"Microsoft.ContainerRegistry/registries/connectedRegistries@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":80},"Microsoft.ContainerRegistry/registries/credentialSets@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":108},"Microsoft.ContainerRegistry/registries/exportPipelines@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":127},"Microsoft.ContainerRegistry/registries@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":222},"Microsoft.ContainerRegistry/registries/importPipelines@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":248},"Microsoft.ContainerRegistry/registries/pipelineRuns@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":273},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":277},"Microsoft.ContainerRegistry/registries/replications@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":293},"Microsoft.ContainerRegistry/registries/scopeMaps@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":306},"Microsoft.ContainerRegistry/registries/tokens@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":332},"Microsoft.ContainerRegistry/registries/webhooks@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":356},"Microsoft.ContainerService/containerServices@2017-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2017-07-01/types.json","Index":393},"Microsoft.ContainerService/managedClusters@2017-08-31":{"RelativePath":"containerservice/microsoft.containerservice/2017-08-31/types.json","Index":203},"Microsoft.ContainerService/managedClusters/accessProfiles@2017-08-31":{"RelativePath":"containerservice/microsoft.containerservice/2017-08-31/types.json","Index":209},"Microsoft.ContainerService/managedClusters@2018-03-31":{"RelativePath":"containerservice/microsoft.containerservice/2018-03-31/types.json","Index":211},"Microsoft.ContainerService/managedClusters@2018-08-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2018-08-01-preview/types.json","Index":211},"Microsoft.ContainerService/openShiftManagedClusters@2018-09-30-preview":{"RelativePath":"containerservice/microsoft.containerservice/2018-09-30-preview/types.json","Index":103},"Microsoft.ContainerService/managedClusters@2019-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":214},"Microsoft.ContainerService/managedClusters/agentPools@2019-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":401},"Microsoft.ContainerService/managedClusters@2019-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":222},"Microsoft.ContainerService/managedClusters/agentPools@2019-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":409},"Microsoft.ContainerService/openShiftManagedClusters@2019-04-30":{"RelativePath":"containerservice/microsoft.containerservice/2019-04-30/types.json","Index":103},"Microsoft.ContainerService/managedClusters@2019-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":229},"Microsoft.ContainerService/managedClusters/agentPools@2019-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":423},"Microsoft.ContainerService/managedClusters@2019-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":238},"Microsoft.ContainerService/managedClusters/agentPools@2019-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":432},"Microsoft.ContainerService/openShiftManagedClusters@2019-09-30-preview":{"RelativePath":"containerservice/microsoft.containerservice/2019-09-30-preview/types.json","Index":104},"Microsoft.ContainerService/managedClusters@2019-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":238},"Microsoft.ContainerService/managedClusters/agentPools@2019-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":432},"Microsoft.ContainerService/openShiftManagedClusters@2019-10-27-preview":{"RelativePath":"containerservice/microsoft.containerservice/2019-10-27-preview/types.json","Index":102},"Microsoft.ContainerService/managedClusters@2019-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":246},"Microsoft.ContainerService/managedClusters/agentPools@2019-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":442},"Microsoft.ContainerService/managedClusters@2020-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":246},"Microsoft.ContainerService/managedClusters/agentPools@2020-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":442},"Microsoft.ContainerService/managedClusters@2020-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":251},"Microsoft.ContainerService/managedClusters/agentPools@2020-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":448},"Microsoft.ContainerService/managedClusters@2020-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":261},"Microsoft.ContainerService/managedClusters/agentPools@2020-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":461},"Microsoft.ContainerService/managedClusters@2020-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":261},"Microsoft.ContainerService/managedClusters/agentPools@2020-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":460},"Microsoft.ContainerService/managedClusters@2020-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":264},"Microsoft.ContainerService/managedClusters/agentPools@2020-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":463},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":480},"Microsoft.ContainerService/managedClusters@2020-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":267},"Microsoft.ContainerService/managedClusters/agentPools@2020-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":466},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":483},"Microsoft.ContainerService/managedClusters@2020-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":278},"Microsoft.ContainerService/managedClusters/agentPools@2020-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":480},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":497},"Microsoft.ContainerService/managedClusters@2020-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":304},"Microsoft.ContainerService/managedClusters/agentPools@2020-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":506},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":523},"Microsoft.ContainerService/managedClusters@2020-12-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":307},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2020-12-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":336},"Microsoft.ContainerService/managedClusters/agentPools@2020-12-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":540},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-12-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":557},"Microsoft.ContainerService/managedClusters@2021-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":308},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":337},"Microsoft.ContainerService/managedClusters/agentPools@2021-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":542},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":559},"Microsoft.ContainerService/managedClusters@2021-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":151},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":180},"Microsoft.ContainerService/managedClusters/agentPools@2021-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":219},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":236},"Microsoft.ContainerService/managedClusters@2021-05-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":151},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-05-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":180},"Microsoft.ContainerService/managedClusters/agentPools@2021-05-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":219},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-05-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":236},"Microsoft.ContainerService/managedClusters@2021-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":160},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":189},"Microsoft.ContainerService/managedClusters/agentPools@2021-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":231},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":167},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":196},"Microsoft.ContainerService/managedClusters/agentPools@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":241},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":258},"Microsoft.ContainerService/snapshots@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":266},"Microsoft.ContainerService/managedClusters@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":168},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":197},"Microsoft.ContainerService/managedClusters/agentPools@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":242},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":259},"Microsoft.ContainerService/snapshots@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":273},"Microsoft.ContainerService/managedClusters@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":174},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/agentPools@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":265},"Microsoft.ContainerService/snapshots@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":279},"Microsoft.ContainerService/managedClusters@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":175},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":204},"Microsoft.ContainerService/managedClusters/agentPools@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":249},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":266},"Microsoft.ContainerService/snapshots@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":280},"Microsoft.ContainerService/managedClusters@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":174},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/agentPools@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":265},"Microsoft.ContainerService/snapshots@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":279},"Microsoft.ContainerService/managedClusters@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":176},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":205},"Microsoft.ContainerService/managedClusters/agentPools@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":250},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":267},"Microsoft.ContainerService/snapshots@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":281},"Microsoft.ContainerService/managedClusters@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":185},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/agentPools@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":265},"Microsoft.ContainerService/snapshots@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":279},"Microsoft.ContainerService/managedClusters@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":188},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":206},"Microsoft.ContainerService/managedClusters/agentPools@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":251},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":268},"Microsoft.ContainerService/snapshots@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":283},"Microsoft.ContainerService/managedclustersnapshots@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":307},"Microsoft.ContainerService/managedClusters@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":185},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/agentPools@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":265},"Microsoft.ContainerService/snapshots@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":279},"Microsoft.ContainerService/managedClusters@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":192},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":210},"Microsoft.ContainerService/managedClusters/agentPools@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":255},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":272},"Microsoft.ContainerService/snapshots@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":287},"Microsoft.ContainerService/managedclustersnapshots@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":311},"Microsoft.ContainerService/managedClusters@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":189},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":207},"Microsoft.ContainerService/managedClusters/agentPools@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":252},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":269},"Microsoft.ContainerService/snapshots@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":283},"Microsoft.ContainerService/managedClusters@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":200},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":218},"Microsoft.ContainerService/managedClusters/agentPools@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":265},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":282},"Microsoft.ContainerService/snapshots@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":299},"Microsoft.ContainerService/managedclustersnapshots@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":325},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":336},"Microsoft.ContainerService/managedClusters@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":207},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":225},"Microsoft.ContainerService/managedClusters/agentPools@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":272},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":289},"Microsoft.ContainerService/snapshots@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":306},"Microsoft.ContainerService/managedclustersnapshots@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":332},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":343},"Microsoft.ContainerService/managedClusters@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":195},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":213},"Microsoft.ContainerService/managedClusters/agentPools@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":258},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":275},"Microsoft.ContainerService/snapshots@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":289},"Microsoft.ContainerService/managedClusters@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":208},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":226},"Microsoft.ContainerService/managedClusters/agentPools@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":273},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":290},"Microsoft.ContainerService/snapshots@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":307},"Microsoft.ContainerService/managedclustersnapshots@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":333},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":344},"Microsoft.ContainerService/fleets@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":358},"Microsoft.ContainerService/fleets/members@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":370},"Microsoft.ContainerService/managedClusters@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":197},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":215},"Microsoft.ContainerService/managedClusters/agentPools@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":262},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":279},"Microsoft.ContainerService/snapshots@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":295},"Microsoft.ContainerService/fleets@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":32},"Microsoft.ContainerService/fleets/members@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":44},"Microsoft.ContainerService/managedClusters@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":250},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":268},"Microsoft.ContainerService/managedClusters/agentPools@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":315},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":333},"Microsoft.ContainerService/snapshots@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":350},"Microsoft.ContainerService/managedclustersnapshots@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":376},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":388},"Microsoft.ContainerService/managedClusters@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":242},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":260},"Microsoft.ContainerService/managedClusters/agentPools@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":308},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":325},"Microsoft.ContainerService/snapshots@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":343},"Microsoft.ContainerService/managedclustersnapshots@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":369},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":380},"Microsoft.ContainerService/managedClusters@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":245},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":263},"Microsoft.ContainerService/managedClusters/agentPools@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":311},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":328},"Microsoft.ContainerService/snapshots@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":346},"Microsoft.ContainerService/managedclustersnapshots@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":372},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":383},"Microsoft.ContainerService/managedClusters@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":199},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":217},"Microsoft.ContainerService/managedClusters/agentPools@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":264},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":281},"Microsoft.ContainerService/snapshots@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":297},"Microsoft.ContainerService/fleets@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":32},"Microsoft.ContainerService/fleets/members@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":44},"Microsoft.ContainerService/managedClusters@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":280},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":298},"Microsoft.ContainerService/managedClusters/agentPools@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":346},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":363},"Microsoft.ContainerService/snapshots@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":381},"Microsoft.ContainerService/managedclustersnapshots@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":407},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":418},"Microsoft.ContainerService/managedClusters@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":261},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":309},"Microsoft.ContainerService/managedClusters/agentPools@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":357},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":375},"Microsoft.ContainerService/snapshots@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":393},"Microsoft.ContainerService/managedclustersnapshots@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":419},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":431},"Microsoft.ContainerService/managedClusters@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":221},"Microsoft.ContainerService/managedClusters/agentPools@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":268},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":286},"Microsoft.ContainerService/snapshots@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":302},"Microsoft.ContainerService/managedClusters@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":266},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":314},"Microsoft.ContainerService/managedClusters/agentPools@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":363},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":381},"Microsoft.ContainerService/snapshots@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":399},"Microsoft.ContainerService/managedclustersnapshots@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":425},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":437},"Microsoft.ContainerService/managedClusters@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":208},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":226},"Microsoft.ContainerService/managedClusters/agentPools@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":273},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":291},"Microsoft.ContainerService/snapshots@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":307},"Microsoft.ContainerService/managedClusters@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":273},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":321},"Microsoft.ContainerService/managedClusters/agentPools@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":370},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":388},"Microsoft.ContainerService/snapshots@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":406},"Microsoft.ContainerService/managedclustersnapshots@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":432},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":444},"Microsoft.ContainerStorage/pools@2023-03-01-preview":{"RelativePath":"containerstorage/microsoft.containerstorage/2023-03-01-preview/types.json","Index":41},"Microsoft.ContainerStorage/pools/volumes@2023-03-01-preview":{"RelativePath":"containerstorage/microsoft.containerstorage/2023-03-01-preview/types.json","Index":62},"Microsoft.ContainerStorage/pools/volumeSnapshots@2023-03-01-preview":{"RelativePath":"containerstorage/microsoft.containerstorage/2023-03-01-preview/types.json","Index":82},"Microsoft.DocumentDB/databaseAccounts@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2019-08-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01-preview/types.json","Index":14},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2019-08-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01-preview/types.json","Index":21},"Microsoft.DocumentDB/databaseAccounts@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":110},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":116},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":149},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":157},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":163},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":177},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":183},"Microsoft.DocumentDB/databaseAccounts/tables@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":191},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":197},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":205},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":211},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":232},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":240},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":254},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":260},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":267},"Microsoft.DocumentDB/databaseAccounts@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":56},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":112},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":125},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":148},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":155},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":161},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":174},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":180},"Microsoft.DocumentDB/databaseAccounts/tables@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":193},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":200},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":206},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":220},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":259},"Microsoft.DocumentDB/databaseAccounts@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":64},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":121},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":127},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":135},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":142},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":158},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":166},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":172},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":186},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":192},"Microsoft.DocumentDB/databaseAccounts/tables@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":200},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":206},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":214},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":220},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":241},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":249},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":255},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":263},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":269},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":276},"Microsoft.DocumentDB/databaseAccounts@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":62},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":73},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":130},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":136},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":144},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":151},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":201},"Microsoft.DocumentDB/databaseAccounts/tables@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":209},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":223},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":285},"Microsoft.DocumentDB/databaseAccounts@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":92},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":101},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":112},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":169},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":183},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":190},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":206},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":219},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":224},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":232},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":238},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/tables@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":266},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":280},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":301},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":307},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":315},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":329},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":342},"Microsoft.DocumentDB/databaseAccounts@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":59},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":68},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":79},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":136},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":142},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":157},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":201},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":207},"Microsoft.DocumentDB/databaseAccounts/tables@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":221},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":256},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":284},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":291},"Microsoft.DocumentDB/databaseAccounts@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":72},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":81},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":92},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":156},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":164},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":171},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":201},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":221},"Microsoft.DocumentDB/databaseAccounts/tables@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":249},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":284},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":298},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":305},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":309},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":316},"Microsoft.DocumentDB/databaseAccounts@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":97},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":106},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":117},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":196},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":212},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":225},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":230},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":238},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/tables@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":307},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":313},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":341},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":348},"Microsoft.DocumentDB/cassandraClusters@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":371},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":384},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":388},"Microsoft.DocumentDB/locations@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":398},"Microsoft.DocumentDB/cassandraClusters/backups@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":403},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":410},"Microsoft.DocumentDB/databaseAccounts@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":72},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":81},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":92},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":156},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":164},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":171},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":201},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":221},"Microsoft.DocumentDB/databaseAccounts/tables@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":249},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":284},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":298},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":305},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":309},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":316},"Microsoft.DocumentDB/databaseAccounts@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":97},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":106},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":117},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":196},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":212},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":225},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":230},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":238},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/tables@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":307},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":313},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":341},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":348},"Microsoft.DocumentDB/cassandraClusters@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":371},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":384},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":388},"Microsoft.DocumentDB/databaseAccounts/services@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":404},"Microsoft.DocumentDB/locations@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":414},"Microsoft.DocumentDB/cassandraClusters/backups@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":419},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":426},"Microsoft.DocumentDB/databaseAccounts@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":72},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":81},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":92},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":156},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":164},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":171},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":200},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":205},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":213},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":219},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/tables@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":247},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":253},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":261},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":267},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":282},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":288},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":296},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":302},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":310},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":316},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":323},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":334},"Microsoft.DocumentDB/databaseAccounts@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":76},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":85},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":154},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":160},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":168},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":191},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":204},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":209},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":217},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":223},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":237},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/tables@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":251},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":257},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":265},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":271},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":306},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":314},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":320},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":331},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":338},"Microsoft.DocumentDB/databaseAccounts@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":105},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":114},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":125},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":183},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":197},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":204},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":220},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":238},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":266},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/tables@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":280},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":294},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":315},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":329},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":343},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":356},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":360},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":367},"Microsoft.DocumentDB/databaseAccounts@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":114},"Microsoft.DocumentDB/databaseAccounts/graphs@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":123},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":131},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":142},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":200},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":206},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":214},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":221},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":237},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":255},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":263},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":269},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":283},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":289},"Microsoft.DocumentDB/databaseAccounts/tables@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":297},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":303},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":311},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":317},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":332},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":338},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":346},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":352},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":360},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":366},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":374},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":380},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":387},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":391},"Microsoft.DocumentDB/cassandraClusters@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":414},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":427},"Microsoft.DocumentDB/databaseAccounts/services@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":443},"Microsoft.DocumentDB/locations@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":453},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":460},"Microsoft.DocumentDB/cassandraClusters/backups@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":465},"Microsoft.DocumentDB/databaseAccounts@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":115},"Microsoft.DocumentDB/databaseAccounts/graphs@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":143},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":208},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":214},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":222},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":245},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":263},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":271},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":277},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":291},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":297},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":311},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":317},"Microsoft.DocumentDB/databaseAccounts/tables@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":325},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":331},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":339},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":345},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":360},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":366},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":374},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":380},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":388},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":394},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":402},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":408},"Microsoft.DocumentDB/cassandraClusters@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":436},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":451},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":458},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":462},"Microsoft.DocumentDB/databaseAccounts/services@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":478},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":489},"Microsoft.DocumentDB/locations@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":499},"Microsoft.DocumentDB/cassandraClusters/backups@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":504},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":511},"Microsoft.DocumentDB/databaseAccounts@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":111},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":120},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":131},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":203},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":210},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/tables@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":306},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":341},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":355},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":362},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":366},"Microsoft.DocumentDB/cassandraClusters@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":393},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":406},"Microsoft.DocumentDB/locations@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":416},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":423},"Microsoft.DocumentDB/databaseAccounts@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":119},"Microsoft.DocumentDB/databaseAccounts/graphs@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":128},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":136},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":147},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":154},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":212},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":218},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":249},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":262},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":267},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":275},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":281},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":295},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":301},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":315},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/tables@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":329},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":343},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":364},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":370},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":378},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":384},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":392},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":398},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":406},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":412},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":425},"Microsoft.DocumentDB/cassandraClusters@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":453},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":468},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":475},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":479},"Microsoft.DocumentDB/databaseAccounts/services@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":495},"Microsoft.DocumentDB/locations@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":505},"Microsoft.DocumentDB/cassandraClusters/backups@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":510},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":517},"Microsoft.DocumentDB/databaseAccounts@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/graphs@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":133},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":141},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":159},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":220},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":234},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":241},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":257},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":275},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":283},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":289},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":303},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":309},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":323},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":329},"Microsoft.DocumentDB/databaseAccounts/tables@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":337},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":343},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":351},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":357},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":372},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":378},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":386},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":392},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":400},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":406},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":414},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":420},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":433},"Microsoft.DocumentDB/cassandraClusters@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":461},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":476},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":483},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":487},"Microsoft.DocumentDB/databaseAccounts/services@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":503},"Microsoft.DocumentDB/locations@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":513},"Microsoft.DocumentDB/cassandraClusters/backups@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":518},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":525},"Microsoft.DocumentDB/databaseAccounts@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":126},"Microsoft.DocumentDB/databaseAccounts/graphs@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":135},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":143},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":154},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":161},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":222},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":228},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":236},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":259},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":277},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":285},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":291},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":305},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":311},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":325},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":331},"Microsoft.DocumentDB/databaseAccounts/tables@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":339},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":345},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":353},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":359},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":374},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":380},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":388},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":394},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":402},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":408},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":416},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":422},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":435},"Microsoft.DocumentDB/cassandraClusters@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":463},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":478},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":485},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":489},"Microsoft.DocumentDB/databaseAccounts/services@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":505},"Microsoft.DocumentDB/locations@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":515},"Microsoft.DocumentDB/cassandraClusters/backups@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":520},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":527},"Microsoft.DocumentDB/databaseAccounts@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":111},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":120},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":131},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":203},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":210},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/tables@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":306},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":341},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":355},"Microsoft.DocumentDB/cassandraClusters@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":382},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":395},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":402},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":406},"Microsoft.DocumentDB/databaseAccounts/services@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":422},"Microsoft.DocumentDB/locations@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":432},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":439},"Microsoft.DocumentDB/databaseAccounts@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":126},"Microsoft.DocumentDB/databaseAccounts/graphs@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":135},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":147},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":158},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":165},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":266},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":279},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":284},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":295},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":301},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":318},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":324},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":338},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":344},"Microsoft.DocumentDB/databaseAccounts/tables@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":352},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":358},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":366},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":372},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":387},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":393},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":401},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":407},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":415},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":421},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":429},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":435},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":450},"Microsoft.DocumentDB/cassandraClusters@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":478},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":493},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":500},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":504},"Microsoft.DocumentDB/databaseAccounts/services@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":520},"Microsoft.DocumentDB/locations@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":530},"Microsoft.DocumentDB/cassandraClusters/backups@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":535},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":542},"Microsoft.DocumentDB/databaseAccounts@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":113},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":122},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":133},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":191},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":197},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":205},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":212},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":228},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":241},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":254},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":260},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":274},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":280},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":294},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/tables@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":308},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":314},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":322},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":328},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":343},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":357},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":363},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":371},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":377},"Microsoft.DocumentDB/cassandraClusters@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":404},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":417},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":424},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":428},"Microsoft.DocumentDB/databaseAccounts/services@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":444},"Microsoft.DocumentDB/locations@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":454},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":461},"Microsoft.DocumentDB/databaseAccounts@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":130},"Microsoft.DocumentDB/databaseAccounts/graphs@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":139},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":151},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":162},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":169},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":247},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":254},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":283},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":288},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":299},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":305},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":322},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":328},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":342},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":348},"Microsoft.DocumentDB/databaseAccounts/tables@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":359},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":365},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":373},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":379},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":394},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":400},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":408},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":414},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":425},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":431},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":442},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":448},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":461},"Microsoft.DocumentDB/cassandraClusters@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":489},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":504},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":511},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":515},"Microsoft.DocumentDB/databaseAccounts/services@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":531},"Microsoft.DocumentDB/locations@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":541},"Microsoft.DocumentDB/cassandraClusters/backups@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":546},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":553},"Microsoft.DocumentDB/databaseAccounts@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":121},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":130},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":141},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":202},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":208},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":223},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":230},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":259},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":298},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":312},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":318},"Microsoft.DocumentDB/databaseAccounts/tables@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":326},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":332},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":340},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":346},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":361},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":367},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":375},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":381},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":389},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":395},"Microsoft.DocumentDB/cassandraClusters@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":422},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":435},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":442},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":446},"Microsoft.DocumentDB/databaseAccounts/services@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":462},"Microsoft.DocumentDB/locations@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":472},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":479},"Microsoft.DocumentDB/databaseAccounts@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":131},"Microsoft.DocumentDB/databaseAccounts/graphs@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":140},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":153},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":164},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":171},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":236},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":242},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":257},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":273},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":291},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":303},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":309},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":333},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":347},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":353},"Microsoft.DocumentDB/databaseAccounts/tables@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":365},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":371},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":379},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":385},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":400},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":406},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":414},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":420},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":432},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":438},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":450},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":456},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":469},"Microsoft.DocumentDB/cassandraClusters@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":497},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":512},"Microsoft.DocumentDB/mongoClusters@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":542},"Microsoft.DocumentDB/mongoClusters/firewallRules@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":554},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":561},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":565},"Microsoft.DocumentDB/databaseAccounts/services@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":581},"Microsoft.DocumentDB/locations@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":591},"Microsoft.DocumentDB/cassandraClusters/backups@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":596},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":603},"Microsoft.CostManagement/reportconfigs@2018-05-31":{"RelativePath":"cost-management/microsoft.costmanagement/2018-05-31/types.json","Index":57},"Microsoft.CostManagement/reports@2018-08-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2018-08-01-preview/types.json","Index":57},"Microsoft.CostManagement/connectors@2018-08-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2018-08-01-preview/types.json","Index":69},"Microsoft.CostManagement/exports@2019-01-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-01-01/types.json","Index":68},"Microsoft.CostManagement/cloudConnectors@2019-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-03-01-preview/types.json","Index":24},"Microsoft.CostManagement/externalSubscriptions@2019-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-03-01-preview/types.json","Index":28},"Microsoft.CostManagement/showbackRules@2019-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-03-01-preview/types.json","Index":57},"Microsoft.CostManagement/externalBillingAccounts@2019-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-03-01-preview/types.json","Index":62},"Microsoft.CostManagement/views@2019-04-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-04-01-preview/types.json","Index":72},"Microsoft.CostManagement/budgets@2019-04-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-04-01-preview/types.json","Index":95},"Microsoft.CostManagement/exports@2019-09-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-09-01/types.json","Index":66},"Microsoft.CostManagement/exports@2019-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-10-01/types.json","Index":66},"Microsoft.CostManagement/settings@2019-11-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-11-01/types.json","Index":18},"Microsoft.CostManagement/views@2019-11-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-11-01/types.json","Index":86},"Microsoft.CostManagement/exports@2019-11-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-11-01/types.json","Index":143},"Microsoft.CostManagement/alerts@2019-11-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-11-01/types.json","Index":209},"Microsoft.CostManagement/costAllocationRules@2020-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2020-03-01-preview/types.json","Index":32},"Microsoft.CostManagement/views@2020-06-01":{"RelativePath":"cost-management/microsoft.costmanagement/2020-06-01/types.json","Index":72},"Microsoft.CostManagement/exports@2020-06-01":{"RelativePath":"cost-management/microsoft.costmanagement/2020-06-01/types.json","Index":128},"Microsoft.CostManagement/alerts@2020-06-01":{"RelativePath":"cost-management/microsoft.costmanagement/2020-06-01/types.json","Index":194},"Microsoft.CostManagement/exports@2020-12-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2020-12-01-preview/types.json","Index":63},"Microsoft.CostManagement/exports@2021-01-01":{"RelativePath":"cost-management/microsoft.costmanagement/2021-01-01/types.json","Index":63},"Microsoft.CostManagement/views@2021-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2021-10-01/types.json","Index":72},"Microsoft.CostManagement/exports@2021-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2021-10-01/types.json","Index":128},"Microsoft.CostManagement/alerts@2021-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2021-10-01/types.json","Index":193},"Microsoft.CostManagement/scheduledActions@2022-04-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-04-01-preview/types.json","Index":55},"Microsoft.CostManagement/scheduledActions@2022-06-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-06-01-preview/types.json","Index":56},"Microsoft.CostManagement/views@2022-08-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-08-01-preview/types.json","Index":72},"Microsoft.CostManagement/alerts@2022-08-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-08-01-preview/types.json","Index":137},"Microsoft.CostManagement/views@2022-10-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01-preview/types.json","Index":72},"Microsoft.CostManagement/settings@2022-10-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01-preview/types.json","Index":81},"Microsoft.CostManagement/alerts@2022-10-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01-preview/types.json","Index":146},"Microsoft.CostManagement/views@2022-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01/types.json","Index":72},"Microsoft.CostManagement/exports@2022-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01/types.json","Index":128},"Microsoft.CostManagement/scheduledActions@2022-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01/types.json","Index":178},"Microsoft.CostManagement/alerts@2022-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01/types.json","Index":243},"Microsoft.CostManagement/views@2022-10-05-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-05-preview/types.json","Index":72},"Microsoft.CostManagement/settings@2022-10-05-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-05-preview/types.json","Index":81},"Microsoft.CostManagement/markupRules@2022-10-05-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-05-preview/types.json","Index":87},"Microsoft.CostManagement/alerts@2022-10-05-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-05-preview/types.json","Index":152},"Microsoft.AzureActiveDirectory/b2cDirectories@2019-01-01-preview":{"RelativePath":"cpim/microsoft.azureactivedirectory/2019-01-01-preview/types.json","Index":24},"Microsoft.AzureActiveDirectory/guestUsages@2020-05-01-preview":{"RelativePath":"cpim/microsoft.azureactivedirectory/2020-05-01-preview/types.json","Index":13},"Microsoft.AzureActiveDirectory/b2cDirectories@2021-04-01":{"RelativePath":"cpim/microsoft.azureactivedirectory/2021-04-01/types.json","Index":36},"Microsoft.AzureActiveDirectory/guestUsages@2021-04-01":{"RelativePath":"cpim/microsoft.azureactivedirectory/2021-04-01/types.json","Index":42},"Microsoft.CustomerInsights/hubs@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":14},"Microsoft.CustomerInsights/hubs/profiles@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":58},"Microsoft.CustomerInsights/hubs/interactions@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":90},"Microsoft.CustomerInsights/hubs/relationships@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":113},"Microsoft.CustomerInsights/hubs/relationshipLinks@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":134},"Microsoft.CustomerInsights/hubs/authorizationPolicies@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":144},"Microsoft.CustomerInsights/hubs/connectors@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":164},"Microsoft.CustomerInsights/hubs/connectors/mappings@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":211},"Microsoft.CustomerInsights/hubs/kpi@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":256},"Microsoft.CustomerInsights/hubs/views@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":262},"Microsoft.CustomerInsights/hubs/links@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":285},"Microsoft.CustomerInsights/hubs/roleAssignments@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":312},"Microsoft.CustomerInsights/hubs/widgetTypes@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":318},"Microsoft.CustomerInsights/hubs@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":14},"Microsoft.CustomerInsights/hubs/profiles@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":58},"Microsoft.CustomerInsights/hubs/interactions@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":90},"Microsoft.CustomerInsights/hubs/relationships@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":113},"Microsoft.CustomerInsights/hubs/relationshipLinks@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":135},"Microsoft.CustomerInsights/hubs/authorizationPolicies@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":145},"Microsoft.CustomerInsights/hubs/connectors@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":165},"Microsoft.CustomerInsights/hubs/connectors/mappings@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":212},"Microsoft.CustomerInsights/hubs/kpi@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":257},"Microsoft.CustomerInsights/hubs/views@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":263},"Microsoft.CustomerInsights/hubs/links@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":296},"Microsoft.CustomerInsights/hubs/roleAssignments@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":323},"Microsoft.CustomerInsights/hubs/predictions@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":347},"Microsoft.CustomerInsights/hubs/widgetTypes@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":353},"Microsoft.CustomProviders/resourceProviders@2018-09-01-preview":{"RelativePath":"customproviders/microsoft.customproviders/2018-09-01-preview/types.json","Index":32},"Microsoft.CustomProviders/associations@2018-09-01-preview":{"RelativePath":"customproviders/microsoft.customproviders/2018-09-01-preview/types.json","Index":43},"Microsoft.Dashboard/grafana@2021-09-01-preview":{"RelativePath":"dashboard/microsoft.dashboard/2021-09-01-preview/types.json","Index":46},"Microsoft.Dashboard/grafana@2022-05-01-preview":{"RelativePath":"dashboard/microsoft.dashboard/2022-05-01-preview/types.json","Index":73},"Microsoft.Dashboard/grafana/privateEndpointConnections@2022-05-01-preview":{"RelativePath":"dashboard/microsoft.dashboard/2022-05-01-preview/types.json","Index":77},"Microsoft.Dashboard/grafana/privateLinkResources@2022-05-01-preview":{"RelativePath":"dashboard/microsoft.dashboard/2022-05-01-preview/types.json","Index":94},"Microsoft.Dashboard/grafana@2022-08-01":{"RelativePath":"dashboard/microsoft.dashboard/2022-08-01/types.json","Index":76},"Microsoft.Dashboard/grafana/privateEndpointConnections@2022-08-01":{"RelativePath":"dashboard/microsoft.dashboard/2022-08-01/types.json","Index":80},"Microsoft.Dashboard/grafana/privateLinkResources@2022-08-01":{"RelativePath":"dashboard/microsoft.dashboard/2022-08-01/types.json","Index":97},"Microsoft.DataBox/jobs@2018-01-01":{"RelativePath":"databox/microsoft.databox/2018-01-01/types.json","Index":115},"Microsoft.DataBox/jobs@2019-09-01":{"RelativePath":"databox/microsoft.databox/2019-09-01/types.json","Index":137},"Microsoft.DataBox/jobs@2020-04-01":{"RelativePath":"databox/microsoft.databox/2020-04-01/types.json","Index":184},"Microsoft.DataBox/jobs@2020-11-01":{"RelativePath":"databox/microsoft.databox/2020-11-01/types.json","Index":193},"Microsoft.DataBox/jobs@2021-03-01":{"RelativePath":"databox/microsoft.databox/2021-03-01/types.json","Index":203},"Microsoft.DataBox/jobs@2021-05-01":{"RelativePath":"databox/microsoft.databox/2021-05-01/types.json","Index":206},"Microsoft.DataBox/jobs@2021-08-01-preview":{"RelativePath":"databox/microsoft.databox/2021-08-01-preview/types.json","Index":326},"Microsoft.DataBox/jobs@2021-12-01":{"RelativePath":"databox/microsoft.databox/2021-12-01/types.json","Index":366},"Microsoft.DataBox/jobs@2022-02-01":{"RelativePath":"databox/microsoft.databox/2022-02-01/types.json","Index":388},"Microsoft.DataBox/jobs@2022-09-01":{"RelativePath":"databox/microsoft.databox/2022-09-01/types.json","Index":398},"Microsoft.DataBox/jobs@2022-10-01":{"RelativePath":"databox/microsoft.databox/2022-10-01/types.json","Index":412},"Microsoft.DataBox/jobs@2022-12-01":{"RelativePath":"databox/microsoft.databox/2022-12-01/types.json","Index":412},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":34},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":48},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":77},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":105},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":141},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":152},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":165},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":176},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":201},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":217},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":228},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":35},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":49},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":78},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":106},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":145},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":156},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":169},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":180},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":205},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":221},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":232},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":42},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":56},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":86},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":114},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":153},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":164},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":178},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":193},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":206},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":221},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":246},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":262},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":273},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":46},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":60},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":90},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":126},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":165},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":176},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":190},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":205},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":218},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":233},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":258},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":274},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":285},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":94},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":108},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":145},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":243},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":281},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":296},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":335},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":346},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":360},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":375},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":388},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":403},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":428},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":444},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":455},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":94},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":108},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":145},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":243},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":281},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":296},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":335},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":346},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":360},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":375},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":388},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":403},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":428},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":444},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":455},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":94},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":108},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":145},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":243},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":281},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":296},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":335},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":346},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":360},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":375},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":388},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":403},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":428},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":444},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":455},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":98},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":112},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":149},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":247},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":285},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":300},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":339},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":350},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":364},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":379},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":392},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":407},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":432},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":480},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":491},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":102},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":116},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":125},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":143},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":180},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":278},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":316},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":331},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":370},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":381},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":395},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":410},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":423},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":438},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":463},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":515},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":526},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":102},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":116},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":125},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":143},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":180},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":278},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":316},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":331},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":370},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":381},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":395},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":410},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":423},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":438},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":463},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":515},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":526},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":102},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":116},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":125},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":143},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":180},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":278},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":316},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":331},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":370},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":381},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":395},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":410},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":423},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":438},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":463},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":515},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":526},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":106},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":120},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":129},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":147},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":184},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":282},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":320},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":335},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":374},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":385},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":399},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":414},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":427},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":442},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":467},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":519},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":530},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/deviceCapacityInfo@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":549},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":107},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":121},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":130},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":148},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":185},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":321},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":342},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":357},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":396},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":407},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":421},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":436},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":449},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":464},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":489},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":541},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":552},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/deviceCapacityInfo@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":571},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":107},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":121},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":130},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":148},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":185},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":321},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":342},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":357},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":396},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":407},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":421},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":436},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":449},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":464},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":489},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":541},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":552},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/deviceCapacityInfo@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":571},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/publishers/offers/skus/versions@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":576},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":107},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":121},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":130},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":148},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":185},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":321},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":342},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":357},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":396},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":407},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":421},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":436},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":449},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":464},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":489},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":541},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":552},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/deviceCapacityInfo@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":571},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/publishers/offers/skus/versions@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":576},"Microsoft.Databricks/workspaces@2018-04-01":{"RelativePath":"databricks/microsoft.databricks/2018-04-01/types.json","Index":55},"Microsoft.Databricks/workspaces/virtualNetworkPeerings@2018-04-01":{"RelativePath":"databricks/microsoft.databricks/2018-04-01/types.json","Index":73},"Microsoft.Databricks/workspaces@2021-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2021-04-01-preview/types.json","Index":95},"Microsoft.Databricks/workspaces/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2021-04-01-preview/types.json","Index":99},"Microsoft.Databricks/workspaces/virtualNetworkPeerings@2021-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2021-04-01-preview/types.json","Index":117},"Microsoft.Databricks/workspaces/privateLinkResources@2021-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2021-04-01-preview/types.json","Index":124},"Microsoft.Databricks/workspaces@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":100},"Microsoft.Databricks/workspaces/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":104},"Microsoft.Databricks/workspaces/virtualNetworkPeerings@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":122},"Microsoft.Databricks/accessConnectors@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":144},"Microsoft.Databricks/workspaces/privateLinkResources@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":151},"Microsoft.Databricks/accessConnectors@2022-10-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-10-01-preview/types.json","Index":36},"Microsoft.Databricks/workspaces@2023-02-01":{"RelativePath":"databricks/microsoft.databricks/2023-02-01/types.json","Index":100},"Microsoft.Databricks/workspaces/privateEndpointConnections@2023-02-01":{"RelativePath":"databricks/microsoft.databricks/2023-02-01/types.json","Index":104},"Microsoft.Databricks/workspaces/virtualNetworkPeerings@2023-02-01":{"RelativePath":"databricks/microsoft.databricks/2023-02-01/types.json","Index":122},"Microsoft.Databricks/workspaces/privateLinkResources@2023-02-01":{"RelativePath":"databricks/microsoft.databricks/2023-02-01/types.json","Index":129},"Microsoft.DataCatalog/catalogs@2016-03-30":{"RelativePath":"datacatalog/microsoft.datacatalog/2016-03-30/types.json","Index":19},"Microsoft.Datadog/agreements@2020-02-01-preview":{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":13},"Microsoft.Datadog/monitors@2020-02-01-preview":{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":47},"Microsoft.Datadog/monitors/tagRules@2020-02-01-preview":{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":70},"Microsoft.Datadog/monitors/singleSignOnConfigurations@2020-02-01-preview":{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":90},"Microsoft.Datadog/agreements@2021-03-01":{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":24},"Microsoft.Datadog/monitors@2021-03-01":{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":58},"Microsoft.Datadog/monitors/tagRules@2021-03-01":{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":81},"Microsoft.Datadog/monitors/singleSignOnConfigurations@2021-03-01":{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":101},"Microsoft.Datadog/agreements@2022-06-01":{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":24},"Microsoft.Datadog/monitors@2022-06-01":{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":58},"Microsoft.Datadog/monitors/tagRules@2022-06-01":{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":81},"Microsoft.Datadog/monitors/singleSignOnConfigurations@2022-06-01":{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":101},"Microsoft.DataFactory/factories@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":16},"Microsoft.DataFactory/factories/integrationRuntimes@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":59},"Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":386},"Microsoft.DataFactory/factories/datasets@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":538},"Microsoft.DataFactory/factories/pipelines@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":729},"Microsoft.DataFactory/factories/triggers@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":743},"Microsoft.DataFactory/factories@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":40},"Microsoft.DataFactory/factories/integrationRuntimes@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":131},"Microsoft.DataFactory/factories/linkedservices@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":615},"Microsoft.DataFactory/factories/datasets@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":927},"Microsoft.DataFactory/factories/pipelines@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1671},"Microsoft.DataFactory/factories/triggers@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1760},"Microsoft.DataFactory/factories/dataflows@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1789},"Microsoft.DataFactory/factories/managedVirtualNetworks@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1794},"Microsoft.DataFactory/factories/managedVirtualNetworks/managedPrivateEndpoints@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1801},"Microsoft.DataFactory/factories/credentials@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1808},"Microsoft.DataFactory/factories/privateEndpointConnections@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1815},"Microsoft.DataFactory/factories/globalParameters@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1820},"Microsoft.DataLakeAnalytics/accounts@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":89},"Microsoft.DataLakeAnalytics/accounts/DataLakeStoreAccounts@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":93},"Microsoft.DataLakeAnalytics/accounts/StorageAccounts@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":97},"Microsoft.DataLakeAnalytics/accounts/computePolicies@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":101},"Microsoft.DataLakeAnalytics/accounts/firewallRules@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":105},"Microsoft.DataLakeAnalytics/accounts/storageAccounts/containers@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":110},"Microsoft.DataLakeAnalytics/accounts@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":91},"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":95},"Microsoft.DataLakeAnalytics/accounts/storageAccounts@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":99},"Microsoft.DataLakeAnalytics/accounts/computePolicies@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":103},"Microsoft.DataLakeAnalytics/accounts/firewallRules@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":107},"Microsoft.DataLakeAnalytics/accounts/storageAccounts/containers@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":112},"Microsoft.DataLakeAnalytics/accounts@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":91},"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":95},"Microsoft.DataLakeAnalytics/accounts/storageAccounts@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":99},"Microsoft.DataLakeAnalytics/accounts/computePolicies@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":103},"Microsoft.DataLakeAnalytics/accounts/firewallRules@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":107},"Microsoft.DataLakeAnalytics/accounts/storageAccounts/containers@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":112},"Microsoft.DataLakeStore/accounts/firewallRules@2015-10-01-preview":{"RelativePath":"datalake-store/microsoft.datalakestore/2015-10-01-preview/types.json","Index":12},"Microsoft.DataLakeStore/accounts@2015-10-01-preview":{"RelativePath":"datalake-store/microsoft.datalakestore/2015-10-01-preview/types.json","Index":44},"Microsoft.DataLakeStore/accounts@2016-11-01":{"RelativePath":"datalake-store/microsoft.datalakestore/2016-11-01/types.json","Index":75},"Microsoft.DataLakeStore/accounts/firewallRules@2016-11-01":{"RelativePath":"datalake-store/microsoft.datalakestore/2016-11-01/types.json","Index":79},"Microsoft.DataLakeStore/accounts/virtualNetworkRules@2016-11-01":{"RelativePath":"datalake-store/microsoft.datalakestore/2016-11-01/types.json","Index":83},"Microsoft.DataLakeStore/accounts/trustedIdProviders@2016-11-01":{"RelativePath":"datalake-store/microsoft.datalakestore/2016-11-01/types.json","Index":87},"Microsoft.DataMigration/services@2017-11-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2017-11-15-preview/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2017-11-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2017-11-15-preview/types.json","Index":155},"Microsoft.DataMigration/services/projects@2017-11-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2017-11-15-preview/types.json","Index":181},"Microsoft.DataMigration/services@2018-03-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-15-preview/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2018-03-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-15-preview/types.json","Index":222},"Microsoft.DataMigration/services/projects@2018-03-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-15-preview/types.json","Index":248},"Microsoft.DataMigration/services@2018-03-31-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-31-preview/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2018-03-31-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-31-preview/types.json","Index":272},"Microsoft.DataMigration/services/projects@2018-03-31-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-31-preview/types.json","Index":299},"Microsoft.DataMigration/services@2018-04-19":{"RelativePath":"datamigration/microsoft.datamigration/2018-04-19/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2018-04-19":{"RelativePath":"datamigration/microsoft.datamigration/2018-04-19/types.json","Index":634},"Microsoft.DataMigration/services/projects@2018-04-19":{"RelativePath":"datamigration/microsoft.datamigration/2018-04-19/types.json","Index":668},"Microsoft.DataMigration/services@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":981},"Microsoft.DataMigration/services/serviceTasks@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":985},"Microsoft.DataMigration/services/projects@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":1030},"Microsoft.DataMigration/services/projects/files@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":1035},"Microsoft.DataMigration/services@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":36},"Microsoft.DataMigration/services/projects/tasks@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":1102},"Microsoft.DataMigration/services/serviceTasks@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":1106},"Microsoft.DataMigration/services/projects@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":1151},"Microsoft.DataMigration/services/projects/files@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":1156},"Microsoft.DataMigration/databaseMigrations@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":42},"Microsoft.DataMigration/sqlMigrationServices@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":48},"Microsoft.DataMigration/services@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":66},"Microsoft.DataMigration/services/projects/tasks@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1133},"Microsoft.DataMigration/services/serviceTasks@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1137},"Microsoft.DataMigration/services/projects@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1182},"Microsoft.DataMigration/services/projects/files@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1187},"Microsoft.DataMigration/databaseMigrations@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":42},"Microsoft.DataMigration/sqlMigrationServices@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":48},"Microsoft.DataMigration/services@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":66},"Microsoft.DataMigration/services/projects/tasks@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1147},"Microsoft.DataMigration/services/serviceTasks@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1151},"Microsoft.DataMigration/services/projects@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1208},"Microsoft.DataMigration/services/projects/files@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1213},"Microsoft.DataMigration/databaseMigrations@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":35},"Microsoft.DataMigration/sqlMigrationServices@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":41},"Microsoft.DataMigration/services@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":59},"Microsoft.DataMigration/services/projects/tasks@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1152},"Microsoft.DataMigration/services/serviceTasks@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1156},"Microsoft.DataMigration/services/projects@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1225},"Microsoft.DataMigration/services/projects/files@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1230},"Microsoft.DataProtection/backupVaults@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":40},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":131},"Microsoft.DataProtection/backupVaults/backupInstances@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":175},"Microsoft.DataProtection/backupVaults/operationResults@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":180},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":195},"Microsoft.DataProtection/backupVaults/backupJobs@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":208},"Microsoft.DataProtection/backupVaults@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":40},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":131},"Microsoft.DataProtection/backupVaults/backupInstances@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":175},"Microsoft.DataProtection/backupVaults/operationResults@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":180},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":195},"Microsoft.DataProtection/backupVaults/backupJobs@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":208},"Microsoft.DataProtection/backupVaults@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":40},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":131},"Microsoft.DataProtection/backupVaults/backupInstances@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":182},"Microsoft.DataProtection/backupVaults/operationResults@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":187},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":202},"Microsoft.DataProtection/backupVaults/backupJobs@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":215},"Microsoft.DataProtection/backupVaults@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":194},"Microsoft.DataProtection/resourceGuards@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":209},"Microsoft.DataProtection/backupVaults/operationResults@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":214},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":229},"Microsoft.DataProtection/backupVaults/backupJobs@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":242},"Microsoft.DataProtection/backupVaults@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":197},"Microsoft.DataProtection/resourceGuards@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":212},"Microsoft.DataProtection/backupVaults/operationResults@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":217},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":232},"Microsoft.DataProtection/backupVaults/backupJobs@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":245},"Microsoft.DataProtection/backupVaults@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":194},"Microsoft.DataProtection/resourceGuards@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":209},"Microsoft.DataProtection/backupVaults/operationResults@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":214},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":229},"Microsoft.DataProtection/backupVaults/backupJobs@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":242},"Microsoft.DataProtection/backupVaults@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":197},"Microsoft.DataProtection/resourceGuards@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":212},"Microsoft.DataProtection/backupVaults/operationResults@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":217},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":221},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":236},"Microsoft.DataProtection/backupVaults/backupJobs@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":249},"Microsoft.DataProtection/backupVaults@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":57},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":148},"Microsoft.DataProtection/backupVaults/backupInstances@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":202},"Microsoft.DataProtection/resourceGuards@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":217},"Microsoft.DataProtection/backupVaults/operationResults@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":222},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":226},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":241},"Microsoft.DataProtection/backupVaults/backupJobs@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":254},"Microsoft.DataProtection/backupVaults@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":197},"Microsoft.DataProtection/resourceGuards@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":212},"Microsoft.DataProtection/backupVaults/operationResults@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":217},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":221},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":236},"Microsoft.DataProtection/backupVaults/backupJobs@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":249},"Microsoft.DataProtection/backupVaults@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":57},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":148},"Microsoft.DataProtection/backupVaults/backupInstances@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":202},"Microsoft.DataProtection/resourceGuards@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":217},"Microsoft.DataProtection/backupVaults/operationResults@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":222},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":226},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":241},"Microsoft.DataProtection/backupVaults/backupJobs@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":254},"Microsoft.DataProtection/backupVaults@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":57},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":148},"Microsoft.DataProtection/backupVaults/backupInstances@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":202},"Microsoft.DataProtection/resourceGuards@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":217},"Microsoft.DataProtection/backupVaults/operationResults@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":222},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":226},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":241},"Microsoft.DataProtection/backupVaults/backupJobs@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":254},"Microsoft.DataProtection/backupVaults@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":58},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":149},"Microsoft.DataProtection/backupVaults/backupInstances@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":204},"Microsoft.DataProtection/resourceGuards@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":219},"Microsoft.DataProtection/backupVaults/operationResults@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":224},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":229},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":244},"Microsoft.DataProtection/backupVaults/backupJobs@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":257},"Microsoft.DataProtection/backupVaults@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":69},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":160},"Microsoft.DataProtection/backupVaults/backupInstances@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":215},"Microsoft.DataProtection/resourceGuards@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":230},"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":237},"Microsoft.DataProtection/backupVaults/operationResults@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":242},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":247},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":262},"Microsoft.DataProtection/backupVaults/backupJobs@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":275},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":297},"Microsoft.DataProtection/backupVaults@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":69},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":160},"Microsoft.DataProtection/backupVaults/backupInstances@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":224},"Microsoft.DataProtection/resourceGuards@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":239},"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":246},"Microsoft.DataProtection/backupVaults/operationResults@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":251},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":256},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":271},"Microsoft.DataProtection/backupVaults/backupJobs@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":284},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":306},"Microsoft.DataProtection/backupVaults@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":69},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":160},"Microsoft.DataProtection/backupVaults/backupInstances@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":227},"Microsoft.DataProtection/resourceGuards@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":242},"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":249},"Microsoft.DataProtection/backupVaults/operationResults@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":254},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":259},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":274},"Microsoft.DataProtection/backupVaults/backupJobs@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":287},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":309},"Microsoft.DataProtection/backupVaults@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":75},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":166},"Microsoft.DataProtection/backupVaults/backupInstances@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":221},"Microsoft.DataProtection/resourceGuards@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":236},"Microsoft.DataProtection/backupVaults/operationResults@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":241},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":246},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":261},"Microsoft.DataProtection/backupVaults/backupJobs@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":274},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":296},"Microsoft.DataProtection/backupVaults@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":75},"Microsoft.DataProtection/backupVaults/backupPolicies@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":166},"Microsoft.DataProtection/backupVaults/backupInstances@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":233},"Microsoft.DataProtection/resourceGuards@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":248},"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":255},"Microsoft.DataProtection/backupVaults/operationResults@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":260},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":265},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":280},"Microsoft.DataProtection/backupVaults/backupJobs@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":293},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":315},"Microsoft.DataShare/accounts@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":22},"Microsoft.DataShare/accounts/shares/dataSets@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":74},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":204},"Microsoft.DataShare/accounts/shares/invitations@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":214},"Microsoft.DataShare/accounts/shares@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":228},"Microsoft.DataShare/accounts/shareSubscriptions@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":247},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":263},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":286},"Microsoft.DataShare/locations/consumerInvitations@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":296},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":306},"Microsoft.DataShare/accounts@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":22},"Microsoft.DataShare/accounts/shares/dataSets@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":74},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":204},"Microsoft.DataShare/accounts/shares/invitations@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":214},"Microsoft.DataShare/accounts/shares@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":228},"Microsoft.DataShare/accounts/shareSubscriptions@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":247},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":263},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":286},"Microsoft.DataShare/locations/consumerInvitations@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":296},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":306},"Microsoft.DataShare/accounts@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":33},"Microsoft.DataShare/accounts/shares/dataSets@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":88},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":230},"Microsoft.DataShare/accounts/shares/invitations@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":240},"Microsoft.DataShare/accounts/shares@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":254},"Microsoft.DataShare/accounts/shareSubscriptions@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":273},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":289},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":312},"Microsoft.DataShare/locations/consumerInvitations@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":322},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":332},"Microsoft.DataShare/accounts@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":33},"Microsoft.DataShare/accounts/shares/dataSets@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":98},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":264},"Microsoft.DataShare/accounts/shares/invitations@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":274},"Microsoft.DataShare/accounts/shares@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":288},"Microsoft.DataShare/accounts/shareSubscriptions@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":307},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":323},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":346},"Microsoft.DataShare/locations/consumerInvitations@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":356},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":366},"Microsoft.DataShare/accounts@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":33},"Microsoft.DataShare/accounts/shares/dataSets@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":104},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":258},"Microsoft.DataShare/accounts/shares/invitations@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":268},"Microsoft.DataShare/accounts/shares@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":282},"Microsoft.DataShare/accounts/shareSubscriptions@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":301},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":317},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":340},"Microsoft.DataShare/locations/consumerInvitations@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":350},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":360},"Microsoft.DeploymentManager/serviceTopologies@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":13},"Microsoft.DeploymentManager/serviceTopologies/services@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":19},"Microsoft.DeploymentManager/serviceTopologies/services/serviceUnits@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":29},"Microsoft.DeploymentManager/steps@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":38},"Microsoft.DeploymentManager/rollouts@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":69},"Microsoft.DeploymentManager/artifactSources@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":79},"Microsoft.DeploymentManager/serviceTopologies@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":13},"Microsoft.DeploymentManager/serviceTopologies/services@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":19},"Microsoft.DeploymentManager/serviceTopologies/services/serviceUnits@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":29},"Microsoft.DeploymentManager/steps@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":65},"Microsoft.DeploymentManager/rollouts@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":96},"Microsoft.DeploymentManager/artifactSources@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":106},"Microsoft.DesktopVirtualization/workspaces@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":32},"Microsoft.DesktopVirtualization/hostPools@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":54},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":59},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":74},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":92},"Microsoft.DesktopVirtualization/workspaces@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":32},"Microsoft.DesktopVirtualization/hostPools@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":58},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":63},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":78},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":96},"Microsoft.DesktopVirtualization/workspaces@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":32},"Microsoft.DesktopVirtualization/hostPools@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":58},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":63},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":78},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":96},"Microsoft.DesktopVirtualization/workspaces@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":35},"Microsoft.DesktopVirtualization/hostPools@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":61},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":70},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":75},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":90},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":108},"Microsoft.DesktopVirtualization/workspaces@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":35},"Microsoft.DesktopVirtualization/hostPools@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":66},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":75},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":80},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":95},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":113},"Microsoft.DesktopVirtualization/workspaces@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":35},"Microsoft.DesktopVirtualization/hostPools@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":66},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":75},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":80},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":95},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":113},"Microsoft.DesktopVirtualization/workspaces@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/scalingPlans@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":51},"Microsoft.DesktopVirtualization/applicationGroups@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":60},"Microsoft.DesktopVirtualization/applicationGroups/applications@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":72},"Microsoft.DesktopVirtualization/hostPools@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":103},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":112},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":117},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":132},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":150},"Microsoft.DesktopVirtualization/workspaces@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/scalingPlans@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":61},"Microsoft.DesktopVirtualization/applicationGroups@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":77},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":89},"Microsoft.DesktopVirtualization/hostPools@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":130},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":135},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":150},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":194},"Microsoft.DesktopVirtualization/workspaces@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/scalingPlans@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":61},"Microsoft.DesktopVirtualization/applicationGroups@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":77},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":89},"Microsoft.DesktopVirtualization/hostPools@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":130},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":135},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":150},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":194},"Microsoft.DesktopVirtualization/workspaces@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/scalingPlans@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":61},"Microsoft.DesktopVirtualization/applicationGroups@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":77},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":89},"Microsoft.DesktopVirtualization/hostPools@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":130},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":135},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":150},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":194},"Microsoft.DesktopVirtualization/workspaces@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":26},"Microsoft.DesktopVirtualization/scalingPlans@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":64},"Microsoft.DesktopVirtualization/applicationGroups@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":80},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":92},"Microsoft.DesktopVirtualization/hostPools@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":127},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":136},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":163},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":167},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":172},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":187},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":231},"Microsoft.DesktopVirtualization/workspaces@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":23},"Microsoft.DesktopVirtualization/scalingPlans@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":61},"Microsoft.DesktopVirtualization/applicationGroups@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":77},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":89},"Microsoft.DesktopVirtualization/hostPools@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":130},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":135},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":150},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":194},"Microsoft.DesktopVirtualization/workspaces@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":37},"Microsoft.DesktopVirtualization/scalingPlans@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":74},"Microsoft.DesktopVirtualization/applicationGroups@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":90},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":102},"Microsoft.DesktopVirtualization/hostPools@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":137},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":146},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":162},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":166},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":171},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":186},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":230},"Microsoft.DesktopVirtualization/workspaces@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":51},"Microsoft.DesktopVirtualization/scalingPlans@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":88},"Microsoft.DesktopVirtualization/applicationGroups@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":104},"Microsoft.DesktopVirtualization/applicationGroups/applications@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":116},"Microsoft.DesktopVirtualization/hostPools@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":168},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":177},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":181},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":185},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":190},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":205},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":249},"Microsoft.DesktopVirtualization/workspaces@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":51},"Microsoft.DesktopVirtualization/scalingPlans@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":88},"Microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":117},"Microsoft.DesktopVirtualization/applicationGroups@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":133},"Microsoft.DesktopVirtualization/applicationGroups/applications@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":145},"Microsoft.DesktopVirtualization/hostPools@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":197},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":206},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":210},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":214},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":219},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":234},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":278},"Microsoft.DesktopVirtualization/workspaces@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":34},"Microsoft.DesktopVirtualization/scalingPlans@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":71},"Microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":100},"Microsoft.DesktopVirtualization/applicationGroups@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":109},"Microsoft.DesktopVirtualization/applicationGroups/applications@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":167},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":176},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":181},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":196},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":240},"Microsoft.DesktopVirtualization/workspaces@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":51},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":55},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":59},"Microsoft.DesktopVirtualization/scalingPlans@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":96},"Microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":125},"Microsoft.DesktopVirtualization/applicationGroups@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":134},"Microsoft.DesktopVirtualization/applicationGroups/applications@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":146},"Microsoft.DesktopVirtualization/hostPools@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":198},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":207},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":212},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":227},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":271},"Microsoft.DevCenter/devcenters@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":32},"Microsoft.DevCenter/projects@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":38},"Microsoft.DevCenter/devcenters/attachednetworks@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":53},"Microsoft.DevCenter/devcenters/galleries@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":58},"Microsoft.DevCenter/devcenters/catalogs@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":64},"Microsoft.DevCenter/devcenters/environmentTypes@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":70},"Microsoft.DevCenter/projects/environmentTypes@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":85},"Microsoft.DevCenter/devcenters/devboxdefinitions@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":105},"Microsoft.DevCenter/projects/pools@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":116},"Microsoft.DevCenter/projects/pools/schedules@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":128},"Microsoft.DevCenter/networkConnections@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":144},"Microsoft.DevCenter/projects/attachednetworks@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":148},"Microsoft.DevCenter/devcenters/galleries/images@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":155},"Microsoft.DevCenter/devcenters/galleries/images/versions@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":160},"Microsoft.DevCenter/projects/devboxdefinitions@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":165},"Microsoft.DevCenter/networkConnections/healthChecks@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":180},"Microsoft.DevCenter/devcenters@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":32},"Microsoft.DevCenter/projects@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":38},"Microsoft.DevCenter/devcenters/attachednetworks@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":53},"Microsoft.DevCenter/devcenters/galleries@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":58},"Microsoft.DevCenter/devcenters/catalogs@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":64},"Microsoft.DevCenter/devcenters/environmentTypes@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":70},"Microsoft.DevCenter/projects/environmentTypes@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":85},"Microsoft.DevCenter/devcenters/devboxdefinitions@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":105},"Microsoft.DevCenter/projects/pools@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":116},"Microsoft.DevCenter/projects/pools/schedules@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":128},"Microsoft.DevCenter/networkConnections@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":144},"Microsoft.DevCenter/projects/attachednetworks@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":148},"Microsoft.DevCenter/devcenters/galleries/images@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":155},"Microsoft.DevCenter/devcenters/galleries/images/versions@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":160},"Microsoft.DevCenter/projects/allowedEnvironmentTypes@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":165},"Microsoft.DevCenter/projects/devboxdefinitions@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":170},"Microsoft.DevCenter/networkConnections/healthChecks@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":185},"Microsoft.DevCenter/devcenters@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":32},"Microsoft.DevCenter/projects@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":38},"Microsoft.DevCenter/devcenters/attachednetworks@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":53},"Microsoft.DevCenter/devcenters/galleries@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":58},"Microsoft.DevCenter/devcenters/catalogs@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":69},"Microsoft.DevCenter/devcenters/environmentTypes@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":75},"Microsoft.DevCenter/projects/environmentTypes@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":90},"Microsoft.DevCenter/devcenters/devboxdefinitions@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":110},"Microsoft.DevCenter/projects/pools@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":121},"Microsoft.DevCenter/projects/pools/schedules@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":133},"Microsoft.DevCenter/networkConnections@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":149},"Microsoft.DevCenter/projects/attachednetworks@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":153},"Microsoft.DevCenter/devcenters/galleries/images@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":160},"Microsoft.DevCenter/devcenters/galleries/images/versions@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":165},"Microsoft.DevCenter/projects/allowedEnvironmentTypes@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":170},"Microsoft.DevCenter/projects/devboxdefinitions@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":175},"Microsoft.DevCenter/networkConnections/healthChecks@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":190},"Microsoft.DevCenter/devcenters@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":49},"Microsoft.DevCenter/projects@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":72},"Microsoft.DevCenter/devcenters/attachednetworks@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":104},"Microsoft.DevCenter/devcenters/galleries@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":126},"Microsoft.DevCenter/devcenters/catalogs@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":154},"Microsoft.DevCenter/devcenters/environmentTypes@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":177},"Microsoft.DevCenter/projects/environmentTypes@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":209},"Microsoft.DevCenter/devcenters/devboxdefinitions@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":249},"Microsoft.DevCenter/projects/pools@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":277},"Microsoft.DevCenter/projects/pools/schedules@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":306},"Microsoft.DevCenter/networkConnections@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":339},"Microsoft.DevCenter/projects/attachednetworks@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":343},"Microsoft.DevCenter/devcenters/galleries/images@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":367},"Microsoft.DevCenter/devcenters/galleries/images/versions@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":389},"Microsoft.DevCenter/projects/allowedEnvironmentTypes@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":411},"Microsoft.DevCenter/projects/devboxdefinitions@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":416},"Microsoft.DevCenter/networkConnections/healthChecks@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":431},"Microsoft.DevHub/workflows@2022-04-01-preview":{"RelativePath":"developerhub/microsoft.devhub/2022-04-01-preview/types.json","Index":43},"Microsoft.Devices/provisioningServices/certificates@2017-08-21-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-08-21-preview/types.json","Index":12},"Microsoft.Devices/provisioningServices@2017-08-21-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-08-21-preview/types.json","Index":49},"Microsoft.Devices/provisioningServices/certificates@2017-11-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-11-15/types.json","Index":12},"Microsoft.Devices/provisioningServices@2017-11-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-11-15/types.json","Index":49},"Microsoft.Devices/provisioningServices/certificates@2018-01-22":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2018-01-22/types.json","Index":12},"Microsoft.Devices/provisioningServices@2018-01-22":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2018-01-22/types.json","Index":49},"Microsoft.Devices/provisioningServices/certificates@2020-01-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-01-01/types.json","Index":12},"Microsoft.Devices/provisioningServices@2020-01-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-01-01/types.json","Index":58},"Microsoft.Devices/provisioningServices/certificates@2020-03-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":12},"Microsoft.Devices/provisioningServices@2020-03-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":71},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2020-03-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":75},"Microsoft.Devices/provisioningServices/certificates@2020-09-01-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":12},"Microsoft.Devices/provisioningServices@2020-09-01-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":78},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2020-09-01-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":82},"Microsoft.Devices/provisioningServices/certificates@2021-10-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":23},"Microsoft.Devices/provisioningServices@2021-10-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":82},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2021-10-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":86},"Microsoft.Devices/provisioningServices/certificates@2022-02-05":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":23},"Microsoft.Devices/provisioningServices@2022-02-05":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":82},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2022-02-05":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":86},"Microsoft.Devices/provisioningServices/certificates@2022-12-12":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":23},"Microsoft.Devices/provisioningServices@2022-12-12":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":82},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2022-12-12":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":86},"Microsoft.DeviceUpdate/accounts@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":57},"Microsoft.DeviceUpdate/accounts/instances@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":75},"Microsoft.DeviceUpdate/accounts/privateEndpointConnections@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":79},"Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":102},"Microsoft.DeviceUpdate/accounts/privateLinkResources@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":113},"Microsoft.DeviceUpdate/accounts@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":65},"Microsoft.DeviceUpdate/accounts/instances@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":83},"Microsoft.DeviceUpdate/accounts/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":87},"Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":110},"Microsoft.DeviceUpdate/accounts/privateLinkResources@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":121},"Microsoft.DeviceUpdate/accounts@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":65},"Microsoft.DeviceUpdate/accounts/instances@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":83},"Microsoft.DeviceUpdate/accounts/privateEndpointConnections@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":87},"Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":110},"Microsoft.DeviceUpdate/accounts/privateLinkResources@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":121},"Microsoft.DeviceUpdate/accounts@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":66},"Microsoft.DeviceUpdate/accounts/instances@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":84},"Microsoft.DeviceUpdate/accounts/privateEndpointConnections@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":88},"Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":111},"Microsoft.DeviceUpdate/accounts/privateLinkResources@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":122},"Microsoft.DevOps/pipelines@2019-07-01-preview":{"RelativePath":"devops/microsoft.devops/2019-07-01-preview/types.json","Index":27},"Microsoft.DevOps/pipelines@2020-07-13-preview":{"RelativePath":"devops/microsoft.devops/2020-07-13-preview/types.json","Index":42},"Microsoft.DevSpaces/controllers@2019-04-01":{"RelativePath":"devspaces/microsoft.devspaces/2019-04-01/types.json","Index":26},"Microsoft.DevTestLab/labs@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":17},"Microsoft.DevTestLab/labs/artifactsources@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":29},"Microsoft.DevTestLab/labs/customimages@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":51},"Microsoft.DevTestLab/labs/formulas@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":67},"Microsoft.DevTestLab/labs/policysets/policies@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":85},"Microsoft.DevTestLab/labs/schedules@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":102},"Microsoft.DevTestLab/labs/virtualmachines@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":107},"Microsoft.DevTestLab/labs/virtualnetworks@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":129},"Microsoft.DevTestLab/labs/artifactsources/artifacts@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":135},"Microsoft.DevTestLab/labs/costinsights@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":143},"Microsoft.DevTestLab/labs/costs@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":155},"Microsoft.DevTestLab/labs@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":19},"Microsoft.DevTestLab/schedules@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":36},"Microsoft.DevTestLab/labs/artifactsources@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":48},"Microsoft.DevTestLab/labs/costs@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":79},"Microsoft.DevTestLab/labs/customimages@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":101},"Microsoft.DevTestLab/labs/formulas@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":139},"Microsoft.DevTestLab/labs/notificationchannels@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":150},"Microsoft.DevTestLab/labs/policysets/policies@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":171},"Microsoft.DevTestLab/labs/schedules@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":176},"Microsoft.DevTestLab/labs/servicerunners@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":182},"Microsoft.DevTestLab/labs/users@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":190},"Microsoft.DevTestLab/labs/users/disks@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":199},"Microsoft.DevTestLab/labs/users/environments@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":208},"Microsoft.DevTestLab/labs/users/secrets@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":214},"Microsoft.DevTestLab/labs/virtualmachines@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":224},"Microsoft.DevTestLab/labs/virtualmachines/schedules@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":229},"Microsoft.DevTestLab/labs/virtualnetworks@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":259},"Microsoft.DevTestLab/labs/artifactsources/armtemplates@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":267},"Microsoft.DevTestLab/labs/artifactsources/artifacts@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":273},"Microsoft.DevTestLab/labs@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":34},"Microsoft.DevTestLab/schedules@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":51},"Microsoft.DevTestLab/labs/artifactsources@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":64},"Microsoft.DevTestLab/labs/costs@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":95},"Microsoft.DevTestLab/labs/customimages@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":124},"Microsoft.DevTestLab/labs/formulas@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":165},"Microsoft.DevTestLab/labs/notificationchannels@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":176},"Microsoft.DevTestLab/labs/policysets/policies@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":199},"Microsoft.DevTestLab/labs/schedules@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":204},"Microsoft.DevTestLab/labs/servicerunners@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":215},"Microsoft.DevTestLab/labs/users@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":223},"Microsoft.DevTestLab/labs/users/disks@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":233},"Microsoft.DevTestLab/labs/users/environments@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":242},"Microsoft.DevTestLab/labs/users/secrets@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":248},"Microsoft.DevTestLab/labs/users/servicefabrics@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":259},"Microsoft.DevTestLab/labs/users/servicefabrics/schedules@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":264},"Microsoft.DevTestLab/labs/virtualmachines@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":284},"Microsoft.DevTestLab/labs/virtualmachines/schedules@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":289},"Microsoft.DevTestLab/labs/virtualnetworks@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":319},"Microsoft.DevTestLab/labs/artifactsources/armtemplates@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":327},"Microsoft.DevTestLab/labs/artifactsources/artifacts@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":333},"Microsoft.Dynamics365FraudProtection/instances@2021-02-01-preview":{"RelativePath":"dfp/microsoft.dynamics365fraudprotection/2021-02-01-preview/types.json","Index":39},"Microsoft.DigitalTwins/digitalTwinsInstances@2020-03-01-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-03-01-preview/types.json","Index":22},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2020-03-01-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-03-01-preview/types.json","Index":40},"Microsoft.DigitalTwins/digitalTwinsInstances@2020-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-10-31/types.json","Index":24},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2020-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-10-31/types.json","Index":47},"Microsoft.DigitalTwins/digitalTwinsInstances@2020-12-01":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-12-01/types.json","Index":48},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2020-12-01":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-12-01/types.json","Index":74},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2020-12-01":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-12-01/types.json","Index":78},"Microsoft.DigitalTwins/digitalTwinsInstances@2021-06-30-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2021-06-30-preview/types.json","Index":59},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2021-06-30-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2021-06-30-preview/types.json","Index":85},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2021-06-30-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2021-06-30-preview/types.json","Index":89},"Microsoft.DigitalTwins/digitalTwinsInstances/timeSeriesDatabaseConnections@2021-06-30-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2021-06-30-preview/types.json","Index":108},"Microsoft.DigitalTwins/digitalTwinsInstances@2022-05-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-05-31/types.json","Index":59},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2022-05-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-05-31/types.json","Index":86},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2022-05-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-05-31/types.json","Index":90},"Microsoft.DigitalTwins/digitalTwinsInstances/timeSeriesDatabaseConnections@2022-05-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-05-31/types.json","Index":110},"Microsoft.DigitalTwins/digitalTwinsInstances@2022-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-10-31/types.json","Index":63},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2022-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-10-31/types.json","Index":94},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2022-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-10-31/types.json","Index":98},"Microsoft.DigitalTwins/digitalTwinsInstances/timeSeriesDatabaseConnections@2022-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-10-31/types.json","Index":118},"Microsoft.DigitalTwins/digitalTwinsInstances@2023-01-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2023-01-31/types.json","Index":63},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2023-01-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2023-01-31/types.json","Index":94},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2023-01-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2023-01-31/types.json","Index":98},"Microsoft.DigitalTwins/digitalTwinsInstances/timeSeriesDatabaseConnections@2023-01-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2023-01-31/types.json","Index":121},"Microsoft.DelegatedNetwork/controller@2020-08-08-preview":{"RelativePath":"dnc/microsoft.delegatednetwork/2020-08-08-preview/types.json","Index":18},"Microsoft.DelegatedNetwork/orchestrators@2020-08-08-preview":{"RelativePath":"dnc/microsoft.delegatednetwork/2020-08-08-preview/types.json","Index":36},"Microsoft.DelegatedNetwork/delegatedSubnets@2020-08-08-preview":{"RelativePath":"dnc/microsoft.delegatednetwork/2020-08-08-preview/types.json","Index":48},"Microsoft.DelegatedNetwork/controller@2021-03-15":{"RelativePath":"dnc/microsoft.delegatednetwork/2021-03-15/types.json","Index":18},"Microsoft.DelegatedNetwork/orchestrators@2021-03-15":{"RelativePath":"dnc/microsoft.delegatednetwork/2021-03-15/types.json","Index":36},"Microsoft.DelegatedNetwork/delegatedSubnets@2021-03-15":{"RelativePath":"dnc/microsoft.delegatednetwork/2021-03-15/types.json","Index":48},"Microsoft.Network/dnszones/A@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":29},"Microsoft.Network/dnszones/AAAA@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":33},"Microsoft.Network/dnszones/CNAME@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":37},"Microsoft.Network/dnszones/MX@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":41},"Microsoft.Network/dnszones/NS@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":45},"Microsoft.Network/dnszones/PTR@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":49},"Microsoft.Network/dnszones/SOA@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":53},"Microsoft.Network/dnszones/SRV@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":57},"Microsoft.Network/dnszones/TXT@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":61},"Microsoft.Network/dnszones@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":67},"Microsoft.Network/dnsZones/A@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":30},"Microsoft.Network/dnsZones/AAAA@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":34},"Microsoft.Network/dnsZones/CNAME@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":38},"Microsoft.Network/dnsZones/MX@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":42},"Microsoft.Network/dnsZones/NS@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":46},"Microsoft.Network/dnsZones/PTR@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":50},"Microsoft.Network/dnsZones/SOA@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":54},"Microsoft.Network/dnsZones/SRV@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":58},"Microsoft.Network/dnsZones/TXT@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":62},"Microsoft.Network/dnsZones@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":72},"Microsoft.Network/dnsZones/A@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":32},"Microsoft.Network/dnsZones/AAAA@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":36},"Microsoft.Network/dnsZones/CAA@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":40},"Microsoft.Network/dnsZones/CNAME@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":44},"Microsoft.Network/dnsZones/MX@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":48},"Microsoft.Network/dnsZones/NS@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":52},"Microsoft.Network/dnsZones/PTR@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":56},"Microsoft.Network/dnsZones/SOA@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":60},"Microsoft.Network/dnsZones/SRV@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":64},"Microsoft.Network/dnsZones/TXT@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":68},"Microsoft.Network/dnsZones@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":78},"Microsoft.Network/dnsZones/A@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":32},"Microsoft.Network/dnsZones/AAAA@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":36},"Microsoft.Network/dnsZones/CAA@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":40},"Microsoft.Network/dnsZones/CNAME@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":44},"Microsoft.Network/dnsZones/MX@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":48},"Microsoft.Network/dnsZones/NS@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":52},"Microsoft.Network/dnsZones/PTR@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":56},"Microsoft.Network/dnsZones/SOA@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":60},"Microsoft.Network/dnsZones/SRV@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":64},"Microsoft.Network/dnsZones/TXT@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":68},"Microsoft.Network/dnsZones@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":78},"Microsoft.Network/dnsZones/A@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":32},"Microsoft.Network/dnsZones/AAAA@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":36},"Microsoft.Network/dnsZones/CAA@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":40},"Microsoft.Network/dnsZones/CNAME@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":44},"Microsoft.Network/dnsZones/MX@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":48},"Microsoft.Network/dnsZones/NS@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":52},"Microsoft.Network/dnsZones/PTR@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":56},"Microsoft.Network/dnsZones/SOA@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":60},"Microsoft.Network/dnsZones/SRV@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":64},"Microsoft.Network/dnsZones/TXT@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":68},"Microsoft.Network/dnsZones@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":81},"Microsoft.Network/dnsZones/A@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":33},"Microsoft.Network/dnsZones/AAAA@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":37},"Microsoft.Network/dnsZones/CAA@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":41},"Microsoft.Network/dnsZones/CNAME@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":45},"Microsoft.Network/dnsZones/MX@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":49},"Microsoft.Network/dnsZones/NS@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":53},"Microsoft.Network/dnsZones/PTR@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":57},"Microsoft.Network/dnsZones/SOA@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":61},"Microsoft.Network/dnsZones/SRV@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":65},"Microsoft.Network/dnsZones/TXT@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":69},"Microsoft.Network/dnsZones@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":81},"Microsoft.Network/dnsResolvers@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":35},"Microsoft.Network/dnsResolvers/inboundEndpoints@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":53},"Microsoft.Network/dnsResolvers/outboundEndpoints@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":66},"Microsoft.Network/dnsForwardingRulesets@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":80},"Microsoft.Network/dnsForwardingRulesets/forwardingRules@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":98},"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":111},"Microsoft.Network/dnsResolvers@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":35},"Microsoft.Network/dnsResolvers/inboundEndpoints@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":53},"Microsoft.Network/dnsResolvers/outboundEndpoints@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":66},"Microsoft.Network/dnsForwardingRulesets@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":80},"Microsoft.Network/dnsForwardingRulesets/forwardingRules@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":98},"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":111},"Microsoft.AAD/domainServices@2017-01-01":{"RelativePath":"domainservices/microsoft.aad/2017-01-01/types.json","Index":46},"Microsoft.AAD/domainServices@2017-06-01":{"RelativePath":"domainservices/microsoft.aad/2017-06-01/types.json","Index":57},"Microsoft.Aad/domainServices/ouContainer@2017-06-01":{"RelativePath":"domainservices/microsoft.aad/2017-06-01/types.json","Index":65},"Microsoft.AAD/domainServices@2020-01-01":{"RelativePath":"domainservices/microsoft.aad/2020-01-01/types.json","Index":59},"Microsoft.Aad/domainServices/ouContainer@2020-01-01":{"RelativePath":"domainservices/microsoft.aad/2020-01-01/types.json","Index":67},"Microsoft.AAD/domainServices@2021-03-01":{"RelativePath":"domainservices/microsoft.aad/2021-03-01/types.json","Index":76},"Microsoft.Aad/domainServices/ouContainer@2021-03-01":{"RelativePath":"domainservices/microsoft.aad/2021-03-01/types.json","Index":84},"Microsoft.AAD/domainServices@2021-05-01":{"RelativePath":"domainservices/microsoft.aad/2021-05-01/types.json","Index":89},"Microsoft.Aad/domainServices/ouContainer@2021-05-01":{"RelativePath":"domainservices/microsoft.aad/2021-05-01/types.json","Index":97},"Microsoft.AAD/domainServices@2022-09-01":{"RelativePath":"domainservices/microsoft.aad/2022-09-01/types.json","Index":98},"Microsoft.Aad/domainServices/ouContainer@2022-09-01":{"RelativePath":"domainservices/microsoft.aad/2022-09-01/types.json","Index":106},"Microsoft.AAD/domainServices@2022-12-01":{"RelativePath":"domainservices/microsoft.aad/2022-12-01/types.json","Index":98},"Microsoft.Aad/domainServices/ouContainer@2022-12-01":{"RelativePath":"domainservices/microsoft.aad/2022-12-01/types.json","Index":106},"Dynatrace.Observability/monitors@2021-09-01-preview":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":72},"Dynatrace.Observability/monitors/tagRules@2021-09-01-preview":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":104},"Dynatrace.Observability/monitors/singleSignOnConfigurations@2021-09-01-preview":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":108},"Dynatrace.Observability/monitors@2021-09-01":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":72},"Dynatrace.Observability/monitors/tagRules@2021-09-01":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":104},"Dynatrace.Observability/monitors/singleSignOnConfigurations@2021-09-01":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":108},"Microsoft.EdgeOrder/addresses@2020-12-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2020-12-01-preview/types.json","Index":31},"Microsoft.EdgeOrder/orderItems@2020-12-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2020-12-01-preview/types.json","Index":107},"Microsoft.EdgeOrder/locations/orders@2020-12-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2020-12-01-preview/types.json","Index":114},"Microsoft.EdgeOrder/addresses@2021-12-01":{"RelativePath":"edgeorder/microsoft.edgeorder/2021-12-01/types.json","Index":35},"Microsoft.EdgeOrder/orderItems@2021-12-01":{"RelativePath":"edgeorder/microsoft.edgeorder/2021-12-01/types.json","Index":111},"Microsoft.EdgeOrder/locations/orders@2021-12-01":{"RelativePath":"edgeorder/microsoft.edgeorder/2021-12-01/types.json","Index":118},"Microsoft.EdgeOrder/addresses@2022-05-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2022-05-01-preview/types.json","Index":35},"Microsoft.EdgeOrder/orderItems@2022-05-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2022-05-01-preview/types.json","Index":124},"Microsoft.EdgeOrder/locations/orders@2022-05-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2022-05-01-preview/types.json","Index":134},"Microsoft.Education/labs@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":29},"Microsoft.Education/labs/students@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":43},"Microsoft.Education/grants@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":55},"Microsoft.Education/labs/joinRequests@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":63},"Microsoft.Education/studentLabs@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":77},"Microsoft.Elastic/monitors@2020-07-01-preview":{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2020-07-01-preview":{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2020-07-01":{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2020-07-01":{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":70},"Microsoft.Elastic/monitors@2021-09-01-preview":{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2021-09-01-preview":{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2021-10-01-preview":{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2021-10-01-preview":{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2022-05-05-preview":{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2022-05-05-preview":{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2022-07-01-preview":{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2022-07-01-preview":{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2022-09-01-preview":{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2022-09-01-preview":{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2023-02-01-preview":{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2023-02-01-preview":{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":70},"Microsoft.ElasticSan/elasticSans@2021-11-20-preview":{"RelativePath":"elasticsan/microsoft.elasticsan/2021-11-20-preview/types.json","Index":40},"Microsoft.ElasticSan/elasticSans/volumegroups@2021-11-20-preview":{"RelativePath":"elasticsan/microsoft.elasticsan/2021-11-20-preview/types.json","Index":70},"Microsoft.ElasticSan/elasticSans/volumegroups/volumes@2021-11-20-preview":{"RelativePath":"elasticsan/microsoft.elasticsan/2021-11-20-preview/types.json","Index":97},"Microsoft.EngagementFabric/Accounts@2018-09-01-preview":{"RelativePath":"engagementfabric/microsoft.engagementfabric/2018-09-01-preview/types.json","Index":13},"Microsoft.EngagementFabric/Accounts/Channels@2018-09-01-preview":{"RelativePath":"engagementfabric/microsoft.engagementfabric/2018-09-01-preview/types.json","Index":20},"Microsoft.EnterpriseKnowledgeGraph/services@2018-12-03":{"RelativePath":"enterpriseknowledgegraph/microsoft.enterpriseknowledgegraph/2018-12-03/types.json","Index":22},"Microsoft.EventGrid/eventSubscriptions@2017-06-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-06-15-preview/types.json","Index":26},"Microsoft.EventGrid/topics@2017-06-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-06-15-preview/types.json","Index":39},"Microsoft.EventGrid/topicTypes@2017-06-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-06-15-preview/types.json","Index":54},"Microsoft.EventGrid/eventSubscriptions@2017-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-09-15-preview/types.json","Index":29},"Microsoft.EventGrid/topics@2017-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-09-15-preview/types.json","Index":42},"Microsoft.EventGrid/topicTypes@2017-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-09-15-preview/types.json","Index":58},"Microsoft.EventGrid/eventSubscriptions@2018-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-01-01/types.json","Index":29},"Microsoft.EventGrid/topics@2018-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-01-01/types.json","Index":42},"Microsoft.EventGrid/topicTypes@2018-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-01-01/types.json","Index":58},"Microsoft.EventGrid/eventSubscriptions@2018-05-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-05-01-preview/types.json","Index":45},"Microsoft.EventGrid/topics@2018-05-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-05-01-preview/types.json","Index":68},"Microsoft.EventGrid/topicTypes@2018-05-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-05-01-preview/types.json","Index":84},"Microsoft.EventGrid/domains@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":30},"Microsoft.EventGrid/eventSubscriptions@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":101},"Microsoft.EventGrid/topics@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":118},"Microsoft.EventGrid/domains/topics@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":122},"Microsoft.EventGrid/topicTypes@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":138},"Microsoft.EventGrid/eventSubscriptions@2019-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-01-01/types.json","Index":41},"Microsoft.EventGrid/topics@2019-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-01-01/types.json","Index":54},"Microsoft.EventGrid/topicTypes@2019-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-01-01/types.json","Index":70},"Microsoft.EventGrid/domains@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":30},"Microsoft.EventGrid/domains/topics@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":42},"Microsoft.EventGrid/eventSubscriptions@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":116},"Microsoft.EventGrid/topics@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":133},"Microsoft.EventGrid/topicTypes@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":149},"Microsoft.EventGrid/domains@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":20},"Microsoft.EventGrid/domains/topics@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":32},"Microsoft.EventGrid/eventSubscriptions@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":102},"Microsoft.EventGrid/topics@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":115},"Microsoft.EventGrid/topicTypes@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":131},"Microsoft.EventGrid/domains@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":30},"Microsoft.EventGrid/domains/topics@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":42},"Microsoft.EventGrid/eventSubscriptions@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":122},"Microsoft.EventGrid/topics@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":139},"Microsoft.EventGrid/topicTypes@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":155},"Microsoft.EventGrid/domains@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":67},"Microsoft.EventGrid/domains/topics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":79},"Microsoft.EventGrid/partnerNamespaces/eventChannels@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":143},"Microsoft.EventGrid/eventSubscriptions@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":197},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":201},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":205},"Microsoft.EventGrid/partnerNamespaces@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":218},"Microsoft.EventGrid/partnerRegistrations@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":236},"Microsoft.EventGrid/topics/privateEndpointConnections@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":240},"Microsoft.EventGrid/domains/privateEndpointConnections@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":244},"Microsoft.EventGrid/systemTopics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":257},"Microsoft.EventGrid/topics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":279},"Microsoft.EventGrid/partnerTopics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":296},"Microsoft.EventGrid/extensionTopics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":302},"Microsoft.EventGrid/topicTypes@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":318},"Microsoft.EventGrid/domains@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":66},"Microsoft.EventGrid/domains/topics@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":78},"Microsoft.EventGrid/eventSubscriptions@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":158},"Microsoft.EventGrid/topics@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":180},"Microsoft.EventGrid/topics/privateEndpointConnections@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":184},"Microsoft.EventGrid/domains/privateEndpointConnections@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":188},"Microsoft.EventGrid/topicTypes@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":204},"Microsoft.EventGrid/domains@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":78},"Microsoft.EventGrid/domains/topics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":90},"Microsoft.EventGrid/partnerNamespaces/eventChannels@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":164},"Microsoft.EventGrid/eventSubscriptions@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":232},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":236},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":240},"Microsoft.EventGrid/partnerNamespaces@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":253},"Microsoft.EventGrid/partnerRegistrations@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":271},"Microsoft.EventGrid/topics/privateEndpointConnections@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":275},"Microsoft.EventGrid/domains/privateEndpointConnections@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":279},"Microsoft.EventGrid/systemTopics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":292},"Microsoft.EventGrid/topics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":318},"Microsoft.EventGrid/partnerTopics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":335},"Microsoft.EventGrid/extensionTopics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":341},"Microsoft.EventGrid/topicTypes@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":362},"Microsoft.EventGrid/domains@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":78},"Microsoft.EventGrid/domains/topics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":90},"Microsoft.EventGrid/partnerNamespaces/eventChannels@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":164},"Microsoft.EventGrid/eventSubscriptions@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":231},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":235},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":239},"Microsoft.EventGrid/partnerNamespaces@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":257},"Microsoft.EventGrid/partnerRegistrations@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":275},"Microsoft.EventGrid/topics/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":279},"Microsoft.EventGrid/domains/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":283},"Microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":287},"Microsoft.EventGrid/systemTopics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":300},"Microsoft.EventGrid/topics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":326},"Microsoft.EventGrid/partnerTopics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":343},"Microsoft.EventGrid/extensionTopics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":349},"Microsoft.EventGrid/topicTypes@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":370},"Microsoft.EventGrid/partnerNamespaces/channels@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":52},"Microsoft.EventGrid/domains@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":115},"Microsoft.EventGrid/domains/topics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":127},"Microsoft.EventGrid/partnerNamespaces/eventChannels@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":201},"Microsoft.EventGrid/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":271},"Microsoft.EventGrid/domains/topics/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":275},"Microsoft.EventGrid/topics/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":279},"Microsoft.EventGrid/domains/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":283},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":287},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":291},"Microsoft.EventGrid/partnerConfigurations@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":308},"Microsoft.EventGrid/partnerDestinations@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":324},"Microsoft.EventGrid/partnerNamespaces@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":345},"Microsoft.EventGrid/partnerRegistrations@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":363},"Microsoft.EventGrid/partnerTopics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":380},"Microsoft.EventGrid/topics/privateEndpointConnections@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":384},"Microsoft.EventGrid/domains/privateEndpointConnections@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":388},"Microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":392},"Microsoft.EventGrid/systemTopics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":405},"Microsoft.EventGrid/topics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":434},"Microsoft.EventGrid/extensionTopics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":440},"Microsoft.EventGrid/topicTypes@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":462},"Microsoft.EventGrid/verifiedPartners@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":475},"Microsoft.EventGrid/domains@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":74},"Microsoft.EventGrid/domains/topics@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":86},"Microsoft.EventGrid/eventSubscriptions@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":206},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":210},"Microsoft.EventGrid/topics@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":232},"Microsoft.EventGrid/topics/privateEndpointConnections@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":236},"Microsoft.EventGrid/domains/privateEndpointConnections@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":240},"Microsoft.EventGrid/systemTopics@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":253},"Microsoft.EventGrid/extensionTopics@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":259},"Microsoft.EventGrid/topicTypes@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":280},"Microsoft.EventGrid/partnerNamespaces/channels@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":42},"Microsoft.EventGrid/domains@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":101},"Microsoft.EventGrid/domains/topics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":113},"Microsoft.EventGrid/topics/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":233},"Microsoft.EventGrid/domains/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":237},"Microsoft.EventGrid/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":241},"Microsoft.EventGrid/domains/topics/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":245},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":249},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":253},"Microsoft.EventGrid/topics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":278},"Microsoft.EventGrid/partnerConfigurations@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":295},"Microsoft.EventGrid/partnerNamespaces@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":316},"Microsoft.EventGrid/partnerRegistrations@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":329},"Microsoft.EventGrid/partnerTopics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":347},"Microsoft.EventGrid/topics/privateEndpointConnections@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":351},"Microsoft.EventGrid/domains/privateEndpointConnections@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":355},"Microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":359},"Microsoft.EventGrid/systemTopics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":372},"Microsoft.EventGrid/extensionTopics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":378},"Microsoft.EventGrid/topicTypes@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":400},"Microsoft.EventGrid/verifiedPartners@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":413},"Microsoft.EventHub/namespaces@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":35},"Microsoft.EventHub/namespaces/AuthorizationRules@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":45},"Microsoft.EventHub/namespaces/eventhubs@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":61},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":65},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":70},"Microsoft.EventHub/namespaces@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":35},"Microsoft.EventHub/namespaces/AuthorizationRules@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":45},"Microsoft.EventHub/namespaces/eventhubs@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":61},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":65},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":70},"Microsoft.EventHub/namespaces/authorizationRules@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":17},"Microsoft.EventHub/namespaces@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":30},"Microsoft.EventHub/namespaces/networkRuleSets@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":46},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":59},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":63},"Microsoft.EventHub/namespaces/eventhubs@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":85},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":90},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":94},"Microsoft.EventHub/clusters@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":16},"Microsoft.EventHub/namespaces/ipfilterrules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":24},"Microsoft.EventHub/namespaces@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":43},"Microsoft.EventHub/namespaces/virtualnetworkrules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":48},"Microsoft.EventHub/namespaces/networkRuleSets@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":64},"Microsoft.EventHub/namespaces/authorizationRules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":74},"Microsoft.EventHub/namespaces/privateEndpointConnections@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":93},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":106},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":110},"Microsoft.EventHub/namespaces/eventhubs@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":132},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":137},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":141},"Microsoft.EventHub/namespaces@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":63},"Microsoft.EventHub/namespaces/networkRuleSets@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":79},"Microsoft.EventHub/namespaces/authorizationRules@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":89},"Microsoft.EventHub/namespaces/privateEndpointConnections@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":93},"Microsoft.EventHub/namespaces/eventhubs@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":115},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":119},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":132},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":137},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":141},"Microsoft.EventHub/clusters@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":27},"Microsoft.EventHub/namespaces@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":72},"Microsoft.EventHub/namespaces/networkRuleSets@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":91},"Microsoft.EventHub/namespaces/authorizationRules@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":101},"Microsoft.EventHub/namespaces/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":105},"Microsoft.EventHub/namespaces/eventhubs@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":127},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":131},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":144},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":149},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":153},"Microsoft.EventHub/clusters@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":27},"Microsoft.EventHub/namespaces@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":72},"Microsoft.EventHub/namespaces/networkRuleSets@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":91},"Microsoft.EventHub/namespaces/authorizationRules@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":101},"Microsoft.EventHub/namespaces/privateEndpointConnections@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":105},"Microsoft.EventHub/namespaces/eventhubs@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":127},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":131},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":144},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":149},"Microsoft.EventHub/namespaces/schemagroups@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":162},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":166},"Microsoft.EventHub/clusters@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":27},"Microsoft.EventHub/namespaces@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":80},"Microsoft.EventHub/namespaces/networkRuleSets@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":100},"Microsoft.EventHub/namespaces/authorizationRules@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":110},"Microsoft.EventHub/namespaces/privateEndpointConnections@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":114},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":127},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":131},"Microsoft.EventHub/namespaces/eventhubs@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":153},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":158},"Microsoft.EventHub/namespaces/schemagroups@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":171},"Microsoft.EventHub/namespaces/applicationGroups@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":185},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":189},"Microsoft.EventHub/clusters@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":27},"Microsoft.EventHub/namespaces@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":80},"Microsoft.EventHub/namespaces/networkRuleSets@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":100},"Microsoft.EventHub/namespaces/authorizationRules@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":110},"Microsoft.EventHub/namespaces/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":114},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":127},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":131},"Microsoft.EventHub/namespaces/eventhubs@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":157},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":162},"Microsoft.EventHub/namespaces/schemagroups@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":175},"Microsoft.EventHub/namespaces/applicationGroups@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":189},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":193},"Microsoft.ExtendedLocation/customLocations@2021-03-15-preview":{"RelativePath":"extendedlocation/microsoft.extendedlocation/2021-03-15-preview/types.json","Index":28},"Microsoft.ExtendedLocation/customLocations@2021-08-15":{"RelativePath":"extendedlocation/microsoft.extendedlocation/2021-08-15/types.json","Index":32},"Microsoft.ExtendedLocation/customLocations@2021-08-31-preview":{"RelativePath":"extendedlocation/microsoft.extendedlocation/2021-08-31-preview/types.json","Index":32},"Microsoft.ExtendedLocation/customLocations/resourceSyncRules@2021-08-31-preview":{"RelativePath":"extendedlocation/microsoft.extendedlocation/2021-08-31-preview/types.json","Index":43},"Microsoft.FluidRelay/fluidRelayServers@2021-03-12-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-03-12-preview/types.json","Index":31},"Microsoft.FluidRelay/fluidRelayServers@2021-06-15-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-06-15-preview/types.json","Index":35},"Microsoft.FluidRelay/fluidRelayServers@2021-08-30-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-08-30-preview/types.json","Index":35},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2021-08-30-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-08-30-preview/types.json","Index":44},"Microsoft.FluidRelay/fluidRelayServers@2021-09-10-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-09-10-preview/types.json","Index":39},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2021-09-10-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-09-10-preview/types.json","Index":48},"Microsoft.FluidRelay/fluidRelayServers@2022-02-15":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-02-15/types.json","Index":39},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-02-15":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-02-15/types.json","Index":48},"Microsoft.FluidRelay/fluidRelayServers@2022-04-21":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-04-21/types.json","Index":45},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-04-21":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-04-21/types.json","Index":54},"Microsoft.FluidRelay/fluidRelayServers@2022-05-11":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-11/types.json","Index":45},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-05-11":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-11/types.json","Index":54},"Microsoft.FluidRelay/fluidRelayServers@2022-05-26":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-26/types.json","Index":49},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-05-26":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-26/types.json","Index":58},"Microsoft.FluidRelay/fluidRelayServers@2022-06-01":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-06-01/types.json","Index":49},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-06-01":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-06-01/types.json","Index":58},"Microsoft.Network/frontDoors@2018-08-01":{"RelativePath":"frontdoor/microsoft.network/2018-08-01/types.json","Index":134},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2018-08-01":{"RelativePath":"frontdoor/microsoft.network/2018-08-01/types.json","Index":210},"Microsoft.Network/frontDoors/frontendEndpoints@2018-08-01":{"RelativePath":"frontdoor/microsoft.network/2018-08-01/types.json","Index":214},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2019-03-01":{"RelativePath":"frontdoor/microsoft.network/2019-03-01/types.json","Index":91},"Microsoft.Network/frontDoors@2019-04-01":{"RelativePath":"frontdoor/microsoft.network/2019-04-01/types.json","Index":152},"Microsoft.Network/frontDoors/frontendEndpoints@2019-04-01":{"RelativePath":"frontdoor/microsoft.network/2019-04-01/types.json","Index":156},"Microsoft.Network/frontDoors@2019-05-01":{"RelativePath":"frontdoor/microsoft.network/2019-05-01/types.json","Index":161},"Microsoft.Network/frontDoors/frontendEndpoints@2019-05-01":{"RelativePath":"frontdoor/microsoft.network/2019-05-01/types.json","Index":165},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2019-10-01":{"RelativePath":"frontdoor/microsoft.network/2019-10-01/types.json","Index":107},"Microsoft.Network/NetworkExperimentProfiles@2019-11-01":{"RelativePath":"frontdoor/microsoft.network/2019-11-01/types.json","Index":23},"Microsoft.Network/NetworkExperimentProfiles/Experiments@2019-11-01":{"RelativePath":"frontdoor/microsoft.network/2019-11-01/types.json","Index":40},"Microsoft.Network/frontDoors@2020-01-01":{"RelativePath":"frontdoor/microsoft.network/2020-01-01/types.json","Index":228},"Microsoft.Network/frontDoors/rulesEngines@2020-01-01":{"RelativePath":"frontdoor/microsoft.network/2020-01-01/types.json","Index":232},"Microsoft.Network/frontDoors/frontendEndpoints@2020-01-01":{"RelativePath":"frontdoor/microsoft.network/2020-01-01/types.json","Index":236},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2020-04-01":{"RelativePath":"frontdoor/microsoft.network/2020-04-01/types.json","Index":109},"Microsoft.Network/frontDoors@2020-04-01":{"RelativePath":"frontdoor/microsoft.network/2020-04-01/types.json","Index":331},"Microsoft.Network/frontDoors/rulesEngines@2020-04-01":{"RelativePath":"frontdoor/microsoft.network/2020-04-01/types.json","Index":335},"Microsoft.Network/frontDoors/frontendEndpoints@2020-04-01":{"RelativePath":"frontdoor/microsoft.network/2020-04-01/types.json","Index":339},"Microsoft.Network/frontDoors@2020-05-01":{"RelativePath":"frontdoor/microsoft.network/2020-05-01/types.json","Index":229},"Microsoft.Network/frontDoors/rulesEngines@2020-05-01":{"RelativePath":"frontdoor/microsoft.network/2020-05-01/types.json","Index":233},"Microsoft.Network/frontDoors/frontendEndpoints@2020-05-01":{"RelativePath":"frontdoor/microsoft.network/2020-05-01/types.json","Index":237},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2020-11-01":{"RelativePath":"frontdoor/microsoft.network/2020-11-01/types.json","Index":124},"Microsoft.Network/frontDoors@2021-06-01":{"RelativePath":"frontdoor/microsoft.network/2021-06-01/types.json","Index":244},"Microsoft.Network/frontDoors/rulesEngines@2021-06-01":{"RelativePath":"frontdoor/microsoft.network/2021-06-01/types.json","Index":248},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2021-06-01":{"RelativePath":"frontdoor/microsoft.network/2021-06-01/types.json","Index":371},"Microsoft.Network/frontDoors/frontendEndpoints@2021-06-01":{"RelativePath":"frontdoor/microsoft.network/2021-06-01/types.json","Index":375},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2022-05-01":{"RelativePath":"frontdoor/microsoft.network/2022-05-01/types.json","Index":126},"Microsoft.GraphServices/accounts@2022-09-22-preview":{"RelativePath":"graphservicesprod/microsoft.graphservices/2022-09-22-preview/types.json","Index":28},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2018-01-20-preview":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2018-01-20-preview/types.json","Index":24},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2018-06-30-preview":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2018-06-30-preview/types.json","Index":34},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2018-11-20":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2018-11-20/types.json","Index":46},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2020-06-25":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2020-06-25/types.json","Index":65},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2021-01-25":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2021-01-25/types.json","Index":76},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2022-01-25":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2022-01-25/types.json","Index":76},"Microsoft.HanaOnAzure/hanaInstances@2017-11-03-preview":{"RelativePath":"hanaonazure/microsoft.hanaonazure/2017-11-03-preview/types.json","Index":85},"Microsoft.HanaOnAzure/sapMonitors@2020-02-07-preview":{"RelativePath":"hanaonazure/microsoft.hanaonazure/2020-02-07-preview/types.json","Index":21},"Microsoft.HanaOnAzure/sapMonitors/providerInstances@2020-02-07-preview":{"RelativePath":"hanaonazure/microsoft.hanaonazure/2020-02-07-preview/types.json","Index":34},"Microsoft.HardwareSecurityModules/dedicatedHSMs@2018-10-31-preview":{"RelativePath":"hardwaresecuritymodules/microsoft.hardwaresecuritymodules/2018-10-31-preview/types.json","Index":35},"Microsoft.HardwareSecurityModules/dedicatedHSMs@2021-11-30":{"RelativePath":"hardwaresecuritymodules/microsoft.hardwaresecuritymodules/2021-11-30/types.json","Index":46},"Microsoft.HDInsight/clusters@2015-03-01-preview":{"RelativePath":"hdinsight/microsoft.hdinsight/2015-03-01-preview/types.json","Index":94},"Microsoft.HDInsight/clusters/applications@2015-03-01-preview":{"RelativePath":"hdinsight/microsoft.hdinsight/2015-03-01-preview/types.json","Index":110},"Microsoft.HDInsight/clusters@2018-06-01-preview":{"RelativePath":"hdinsight/microsoft.hdinsight/2018-06-01-preview/types.json","Index":94},"Microsoft.HDInsight/clusters/applications@2018-06-01-preview":{"RelativePath":"hdinsight/microsoft.hdinsight/2018-06-01-preview/types.json","Index":110},"Microsoft.HDInsight/clusters@2021-06-01":{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":146},"Microsoft.HDInsight/clusters/applications@2021-06-01":{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":163},"Microsoft.HDInsight/clusters/privateEndpointConnections@2021-06-01":{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":167},"Microsoft.HDInsight/clusters/privateLinkResources@2021-06-01":{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":174},"Microsoft.HealthBot/healthBots@2020-10-20-preview":{"RelativePath":"healthbot/microsoft.healthbot/2020-10-20-preview/types.json","Index":31},"Microsoft.HealthBot/healthBots@2020-10-20":{"RelativePath":"healthbot/microsoft.healthbot/2020-10-20/types.json","Index":31},"Microsoft.HealthBot/healthBots@2020-12-08-preview":{"RelativePath":"healthbot/microsoft.healthbot/2020-12-08-preview/types.json","Index":32},"Microsoft.HealthBot/healthBots@2020-12-08":{"RelativePath":"healthbot/microsoft.healthbot/2020-12-08/types.json","Index":29},"Microsoft.HealthBot/healthBots@2021-06-10":{"RelativePath":"healthbot/microsoft.healthbot/2021-06-10/types.json","Index":37},"Microsoft.HealthBot/healthBots@2021-08-24":{"RelativePath":"healthbot/microsoft.healthbot/2021-08-24/types.json","Index":38},"Microsoft.HealthBot/healthBots@2022-08-08":{"RelativePath":"healthbot/microsoft.healthbot/2022-08-08/types.json","Index":38},"Microsoft.HealthcareApis/services@2018-08-20-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2018-08-20-preview/types.json","Index":39},"Microsoft.HealthcareApis/services@2019-09-16":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2019-09-16/types.json","Index":40},"Microsoft.HealthcareApis/services@2020-03-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2020-03-15/types.json","Index":40},"Microsoft.HealthcareApis/services@2020-03-30":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2020-03-30/types.json","Index":57},"Microsoft.HealthcareApis/services/privateEndpointConnections@2020-03-30":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2020-03-30/types.json","Index":61},"Microsoft.HealthcareApis/services/privateLinkResources@2020-03-30":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2020-03-30/types.json","Index":68},"Microsoft.HealthcareApis/services@2021-01-11":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-01-11/types.json","Index":70},"Microsoft.HealthcareApis/services/privateEndpointConnections@2021-01-11":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-01-11/types.json","Index":74},"Microsoft.HealthcareApis/services/privateLinkResources@2021-01-11":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-01-11/types.json","Index":81},"Microsoft.HealthcareApis/services@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":74},"Microsoft.HealthcareApis/services/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":78},"Microsoft.HealthcareApis/workspaces@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":98},"Microsoft.HealthcareApis/workspaces/dicomservices@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":120},"Microsoft.HealthcareApis/workspaces/iotconnectors@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":146},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":168},"Microsoft.HealthcareApis/workspaces/fhirservices@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":201},"Microsoft.HealthcareApis/services/privateLinkResources@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":208},"Microsoft.HealthcareApis/services@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":76},"Microsoft.HealthcareApis/services/privateEndpointConnections@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":80},"Microsoft.HealthcareApis/workspaces@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":104},"Microsoft.HealthcareApis/workspaces/dicomservices@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":138},"Microsoft.HealthcareApis/workspaces/iotconnectors@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":160},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":182},"Microsoft.HealthcareApis/workspaces/fhirservices@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":234},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":238},"Microsoft.HealthcareApis/services/privateLinkResources@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":245},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":249},"Microsoft.HealthcareApis/services@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":77},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":81},"Microsoft.HealthcareApis/workspaces@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":105},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":139},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":161},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":183},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":236},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":240},"Microsoft.HealthcareApis/services/privateLinkResources@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":247},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":251},"Microsoft.HealthcareApis/services@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":76},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":80},"Microsoft.HealthcareApis/workspaces@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":104},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":142},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":164},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":186},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":238},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":242},"Microsoft.HealthcareApis/services/privateLinkResources@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":249},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":253},"Microsoft.HealthcareApis/services@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":77},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":81},"Microsoft.HealthcareApis/workspaces@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":105},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":143},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":165},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":187},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":240},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":244},"Microsoft.HealthcareApis/services/privateLinkResources@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":251},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":255},"Microsoft.HealthcareApis/services@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":77},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":81},"Microsoft.HealthcareApis/workspaces@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":105},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":143},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":165},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":187},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":240},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":244},"Microsoft.HealthcareApis/workspaces/analyticsconnectors@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":276},"Microsoft.HealthcareApis/services/privateLinkResources@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":283},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":287},"Microsoft.HealthcareApis/services@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":77},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":81},"Microsoft.HealthcareApis/workspaces@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":105},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":147},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":169},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":191},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":245},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":249},"Microsoft.HealthcareApis/services/privateLinkResources@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":256},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":260},"Microsoft.HybridContainerService/provisionedClusters@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":123},"Microsoft.HybridContainerService/provisionedClusters/hybridIdentityMetadata@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":128},"Microsoft.HybridContainerService/provisionedClusters/agentPools@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":154},"Microsoft.HybridContainerService/virtualNetworks@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":183},"Microsoft.HybridContainerService/storageSpaces@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":204},"Microsoft.HybridContainerService/provisionedClusters@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":123},"Microsoft.HybridContainerService/provisionedClusters/hybridIdentityMetadata@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":128},"Microsoft.HybridContainerService/provisionedClusters/agentPools@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":154},"Microsoft.HybridContainerService/storageSpaces@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":175},"Microsoft.HybridContainerService/virtualNetworks@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":204},"Microsoft.HybridContainerService/provisionedClusters/upgradeProfiles@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":217},"Microsoft.HybridCompute/machines@2019-03-18-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-03-18-preview/types.json","Index":22},"Microsoft.HybridCompute/machines@2019-08-02-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-08-02-preview/types.json","Index":29},"Microsoft.HybridCompute/machines/extensions@2019-08-02-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-08-02-preview/types.json","Index":35},"Microsoft.HybridCompute/machines@2019-12-12":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-12-12/types.json","Index":31},"Microsoft.HybridCompute/machines/extensions@2019-12-12":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-12-12/types.json","Index":38},"Microsoft.HybridCompute/machines@2020-07-30-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-07-30-preview/types.json","Index":30},"Microsoft.HybridCompute/machines/extensions@2020-07-30-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-07-30-preview/types.json","Index":37},"Microsoft.HybridCompute/machines@2020-08-02":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-02/types.json","Index":30},"Microsoft.HybridCompute/machines/extensions@2020-08-02":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-02/types.json","Index":37},"Microsoft.HybridCompute/machines@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":31},"Microsoft.HybridCompute/machines/extensions@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":38},"Microsoft.HybridCompute/privateLinkScopes@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":52},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":56},"Microsoft.HybridCompute/privateLinkScopes/scopedResources@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":61},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":68},"Microsoft.HybridCompute/machines@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":44},"Microsoft.HybridCompute/machines/extensions@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":50},"Microsoft.HybridCompute/privateLinkScopes@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":59},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":66},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":73},"Microsoft.HybridCompute/machines@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":45},"Microsoft.HybridCompute/machines/extensions@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":51},"Microsoft.HybridCompute/privateLinkScopes@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":60},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":67},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":74},"Microsoft.HybridCompute/machines@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":45},"Microsoft.HybridCompute/machines/extensions@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":51},"Microsoft.HybridCompute/privateLinkScopes@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":60},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":67},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":74},"Microsoft.HybridCompute/machines@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":45},"Microsoft.HybridCompute/machines/extensions@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":51},"Microsoft.HybridCompute/privateLinkScopes@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":65},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":69},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":76},"Microsoft.HybridCompute/machines@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":45},"Microsoft.HybridCompute/machines/extensions@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":51},"Microsoft.HybridCompute/privateLinkScopes@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":60},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":67},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":74},"Microsoft.HybridCompute/machines@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":48},"Microsoft.HybridCompute/machines/extensions@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":54},"Microsoft.HybridCompute/privateLinkScopes@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":68},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":72},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":79},"Microsoft.HybridCompute/machines@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":51},"Microsoft.HybridCompute/machines/extensions@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":57},"Microsoft.HybridCompute/privateLinkScopes@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":71},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":75},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":82},"Microsoft.HybridCompute/machines@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":65},"Microsoft.HybridCompute/machines/extensions@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":71},"Microsoft.HybridCompute/privateLinkScopes@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":86},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":90},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":97},"Microsoft.HybridCompute/machines@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":73},"Microsoft.HybridCompute/machines/extensions@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":78},"Microsoft.HybridCompute/privateLinkScopes@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":93},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":97},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":104},"Microsoft.HybridCompute/machines@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":73},"Microsoft.HybridCompute/machines/extensions@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":78},"Microsoft.HybridCompute/privateLinkScopes@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":93},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":97},"Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":102},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":109},"Microsoft.HybridCompute/machines@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":74},"Microsoft.HybridCompute/machines/extensions@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":79},"Microsoft.HybridCompute/privateLinkScopes@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":94},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":98},"Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":103},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":110},"Microsoft.HybridCompute/machines@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":78},"Microsoft.HybridCompute/machines/extensions@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":83},"Microsoft.HybridCompute/privateLinkScopes@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":98},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":102},"Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":107},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":114},"Microsoft.HybridConnectivity/endpoints@2021-10-06-preview":{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2021-10-06-preview/types.json","Index":26},"Microsoft.HybridConnectivity/endpoints@2022-05-01-preview":{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2022-05-01-preview/types.json","Index":26},"Microsoft.HybridData/dataManagers@2016-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2016-06-01/types.json","Index":13},"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions@2016-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2016-06-01/types.json","Index":63},"Microsoft.HybridData/dataManagers/dataStores@2016-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2016-06-01/types.json","Index":73},"Microsoft.HybridData/dataManagers@2019-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2019-06-01/types.json","Index":13},"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions@2019-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2019-06-01/types.json","Index":63},"Microsoft.HybridData/dataManagers/dataStores@2019-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2019-06-01/types.json","Index":73},"Microsoft.Kubernetes/connectedClusters@2020-01-01-preview":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2020-01-01-preview/types.json","Index":31},"Microsoft.Kubernetes/connectedClusters@2021-03-01":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-03-01/types.json","Index":41},"Microsoft.Kubernetes/connectedClusters@2021-04-01-preview":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-04-01-preview/types.json","Index":44},"Microsoft.Kubernetes/connectedClusters@2021-10-01":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-10-01/types.json","Index":41},"Microsoft.Kubernetes/connectedClusters@2022-05-01-preview":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2022-05-01-preview/types.json","Index":44},"Microsoft.Kubernetes/connectedClusters@2022-10-01-preview":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2022-10-01-preview/types.json","Index":49},"Microsoft.HybridNetwork/networkFunctions@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":54},"Microsoft.HybridNetwork/devices@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":76},"Microsoft.HybridNetwork/vendors@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":90},"Microsoft.HybridNetwork/vendors/vendorSkus@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":166},"Microsoft.HybridNetwork/vendors/vendorSkus/previewSubscriptions@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":170},"Microsoft.HybridNetwork/locations/vendors/networkFunctions@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":198},"Microsoft.HybridNetwork/locations/vendors/networkFunctions/roleInstances@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":209},"Microsoft.HybridNetwork/networkFunctions@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":65},"Microsoft.HybridNetwork/devices@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":87},"Microsoft.HybridNetwork/vendors@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":101},"Microsoft.HybridNetwork/vendors/vendorSkus@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":181},"Microsoft.HybridNetwork/vendors/vendorSkus/previewSubscriptions@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":194},"Microsoft.HybridNetwork/locations/vendors/networkFunctions@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":222},"Microsoft.HybridNetwork/locations/vendors/networkFunctions/roleInstances@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":241},"Microsoft.HybridNetwork/devices@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":41},"Microsoft.HybridNetwork/networkFunctions@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":87},"Microsoft.HybridNetwork/vendors@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":101},"Microsoft.HybridNetwork/vendors/vendorSkus@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":181},"Microsoft.HybridNetwork/vendors/vendorSkus/previewSubscriptions@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":194},"Microsoft.HybridNetwork/locations/vendors/networkFunctions@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":222},"Microsoft.HybridNetwork/locations/vendors/networkFunctions/roleInstances@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":241},"Microsoft.VirtualMachineImages/imageTemplates@2018-02-01-preview":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2018-02-01-preview/types.json","Index":56},"Microsoft.VirtualMachineImages/imageTemplates@2019-02-01-preview":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2019-02-01-preview/types.json","Index":70},"Microsoft.VirtualMachineImages/imageTemplates@2019-05-01-preview":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2019-05-01-preview/types.json","Index":83},"Microsoft.VirtualMachineImages/imageTemplates@2020-02-14":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2020-02-14/types.json","Index":90},"Microsoft.VirtualMachineImages/imageTemplates@2021-10-01":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2021-10-01/types.json","Index":102},"Microsoft.VirtualMachineImages/imageTemplates@2022-02-14":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-02-14/types.json","Index":117},"Microsoft.VirtualMachineImages/imageTemplates/runOutputs@2022-02-14":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-02-14/types.json","Index":128},"Microsoft.VirtualMachineImages/imageTemplates@2022-07-01":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-07-01/types.json","Index":138},"Microsoft.VirtualMachineImages/imageTemplates/triggers@2022-07-01":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-07-01/types.json","Index":153},"Microsoft.VirtualMachineImages/imageTemplates/runOutputs@2022-07-01":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-07-01/types.json","Index":165},"Microsoft.Intune/locations/iosPolicies@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":55},"Microsoft.Intune/locations/iosPolicies/apps@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":60},"Microsoft.Intune/locations/iosPolicies/groups@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":64},"Microsoft.Intune/locations/androidPolicies@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":110},"Microsoft.Intune/locations/androidPolicies/apps@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":114},"Microsoft.Intune/locations/androidPolicies/groups@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":118},"Microsoft.Intune/locations@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":125},"Microsoft.Intune/locations/users/devices@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":131},"Microsoft.Intune/locations/statuses@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":138},"Microsoft.Intune/locations/flaggedUsers@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":144},"Microsoft.IoTCentral/iotApps@2018-09-01":{"RelativePath":"iotcentral/microsoft.iotcentral/2018-09-01/types.json","Index":23},"Microsoft.IoTCentral/iotApps@2021-06-01":{"RelativePath":"iotcentral/microsoft.iotcentral/2021-06-01/types.json","Index":25},"Microsoft.IoTCentral/iotApps@2021-11-01-preview":{"RelativePath":"iotcentral/microsoft.iotcentral/2021-11-01-preview/types.json","Index":69},"Microsoft.IoTCentral/iotApps/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"iotcentral/microsoft.iotcentral/2021-11-01-preview/types.json","Index":73},"Microsoft.IoTCentral/iotApps/privateLinkResources@2021-11-01-preview":{"RelativePath":"iotcentral/microsoft.iotcentral/2021-11-01-preview/types.json","Index":80},"Microsoft.Devices/IotHubs@2016-02-03":{"RelativePath":"iothub/microsoft.devices/2016-02-03/types.json","Index":64},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2016-02-03":{"RelativePath":"iothub/microsoft.devices/2016-02-03/types.json","Index":69},"Microsoft.Devices/IotHubs@2017-01-19":{"RelativePath":"iothub/microsoft.devices/2017-01-19/types.json","Index":87},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2017-01-19":{"RelativePath":"iothub/microsoft.devices/2017-01-19/types.json","Index":92},"Microsoft.Devices/IotHubs@2017-07-01":{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":89},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2017-07-01":{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":94},"Microsoft.Devices/IotHubs/certificates@2017-07-01":{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":99},"Microsoft.Devices/IotHubs@2018-01-22":{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":89},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2018-01-22":{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":94},"Microsoft.Devices/IotHubs/certificates@2018-01-22":{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":99},"Microsoft.Devices/IotHubs@2018-04-01":{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":95},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2018-04-01":{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":100},"Microsoft.Devices/IotHubs/certificates@2018-04-01":{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":105},"Microsoft.Devices/IotHubs@2018-12-01-preview":{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":99},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2018-12-01-preview":{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":104},"Microsoft.Devices/IotHubs/certificates@2018-12-01-preview":{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":109},"Microsoft.Devices/IotHubs@2019-03-22-preview":{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":102},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2019-03-22-preview":{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":107},"Microsoft.Devices/IotHubs/certificates@2019-03-22-preview":{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":112},"Microsoft.Devices/IotHubs@2019-03-22":{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":97},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2019-03-22":{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":102},"Microsoft.Devices/IotHubs/certificates@2019-03-22":{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":107},"Microsoft.Devices/IotHubs@2019-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":104},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2019-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":109},"Microsoft.Devices/IotHubs/certificates@2019-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":114},"Microsoft.Devices/IotHubs@2019-11-04":{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":100},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2019-11-04":{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":105},"Microsoft.Devices/IotHubs/certificates@2019-11-04":{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":110},"Microsoft.Devices/IotHubs@2020-03-01":{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":128},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-03-01":{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":133},"Microsoft.Devices/IotHubs/certificates@2020-03-01":{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":138},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-03-01":{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":142},"Microsoft.Devices/IotHubs@2020-04-01":{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":128},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-04-01":{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":133},"Microsoft.Devices/IotHubs/certificates@2020-04-01":{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":138},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-04-01":{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":142},"Microsoft.Devices/IotHubs@2020-06-15":{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":128},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-06-15":{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":133},"Microsoft.Devices/IotHubs/certificates@2020-06-15":{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":138},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-06-15":{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":142},"Microsoft.Devices/IotHubs@2020-07-10-preview":{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":139},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-07-10-preview":{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":144},"Microsoft.Devices/IotHubs/certificates@2020-07-10-preview":{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":149},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-07-10-preview":{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":153},"Microsoft.Devices/IotHubs@2020-08-01":{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":128},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-08-01":{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":133},"Microsoft.Devices/IotHubs/certificates@2020-08-01":{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":138},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-08-01":{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":142},"Microsoft.Devices/IotHubs@2020-08-31-preview":{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":147},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-08-31-preview":{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":152},"Microsoft.Devices/IotHubs/certificates@2020-08-31-preview":{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":157},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-08-31-preview":{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":161},"Microsoft.Devices/IotHubs@2020-08-31":{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":136},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-08-31":{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":141},"Microsoft.Devices/IotHubs/certificates@2020-08-31":{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":146},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-08-31":{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":150},"Microsoft.Devices/IotHubs@2021-02-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":154},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-02-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":159},"Microsoft.Devices/IotHubs/certificates@2021-02-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":164},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":168},"Microsoft.Devices/IotHubs@2021-03-03-preview":{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":154},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-03-03-preview":{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":159},"Microsoft.Devices/IotHubs/certificates@2021-03-03-preview":{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":164},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-03-03-preview":{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":168},"Microsoft.Devices/IotHubs@2021-03-31":{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":147},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-03-31":{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":152},"Microsoft.Devices/IotHubs/certificates@2021-03-31":{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":157},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-03-31":{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":161},"Microsoft.Devices/IotHubs@2021-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":157},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":162},"Microsoft.Devices/IotHubs/certificates@2021-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":167},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":171},"Microsoft.Devices/IotHubs@2021-07-01":{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":148},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-07-01":{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":153},"Microsoft.Devices/IotHubs/certificates@2021-07-01":{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":158},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-07-01":{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":162},"Microsoft.Devices/IotHubs@2021-07-02-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":168},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-07-02-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":173},"Microsoft.Devices/IotHubs/certificates@2021-07-02-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":178},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-07-02-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":182},"Microsoft.Devices/IotHubs@2021-07-02":{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":159},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-07-02":{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":164},"Microsoft.Devices/IotHubs/certificates@2021-07-02":{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":169},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-07-02":{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":173},"Microsoft.Devices/IotHubs@2022-04-30-preview":{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":174},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2022-04-30-preview":{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":179},"Microsoft.Devices/IotHubs/certificates@2022-04-30-preview":{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":184},"Microsoft.Devices/iotHubs/privateEndpointConnections@2022-04-30-preview":{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":188},"Microsoft.Devices/IotHubs@2022-11-15-preview":{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":178},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2022-11-15-preview":{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":183},"Microsoft.Devices/IotHubs/certificates@2022-11-15-preview":{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":188},"Microsoft.Devices/iotHubs/privateEndpointConnections@2022-11-15-preview":{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":192},"Microsoft.IoTSecurity/defenderSettings@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":23},"Microsoft.IoTSecurity/sites@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":41},"Microsoft.IoTSecurity/sensors@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":58},"Microsoft.IoTSecurity/onPremiseSensors@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":62},"Microsoft.IoTSecurity/locations/deviceGroups@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":66},"Microsoft.IoTSecurity/locations@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":70},"Microsoft.IoTSecurity/locations/deviceGroups/devices@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":142},"Microsoft.KeyVault/vaults@2015-06-01":{"RelativePath":"keyvault/microsoft.keyvault/2015-06-01/types.json","Index":69},"Microsoft.KeyVault/vaults/secrets@2016-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2016-10-01/types.json","Index":14},"Microsoft.KeyVault/vaults@2016-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2016-10-01/types.json","Index":92},"Microsoft.KeyVault/vaults/accessPolicies@2016-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2016-10-01/types.json","Index":102},"Microsoft.KeyVault/vaults/secrets@2018-02-14-preview":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14-preview/types.json","Index":14},"Microsoft.KeyVault/vaults@2018-02-14-preview":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14-preview/types.json","Index":105},"Microsoft.KeyVault/vaults/accessPolicies@2018-02-14-preview":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14-preview/types.json","Index":115},"Microsoft.KeyVault/vaults/secrets@2018-02-14":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14/types.json","Index":14},"Microsoft.KeyVault/vaults@2018-02-14":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14/types.json","Index":122},"Microsoft.KeyVault/vaults/accessPolicies@2018-02-14":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14/types.json","Index":132},"Microsoft.KeyVault/vaults/privateEndpointConnections@2018-02-14":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14/types.json","Index":137},"Microsoft.KeyVault/vaults/secrets@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":14},"Microsoft.KeyVault/vaults@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":129},"Microsoft.KeyVault/vaults/accessPolicies@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":139},"Microsoft.KeyVault/vaults/privateEndpointConnections@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":144},"Microsoft.KeyVault/vaults/keys@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":175},"Microsoft.KeyVault/vaults/keys/versions@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":180},"Microsoft.KeyVault/managedHSMs@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":32},"Microsoft.KeyVault/vaults/keys@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":63},"Microsoft.KeyVault/vaults@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":187},"Microsoft.KeyVault/vaults/accessPolicies@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":197},"Microsoft.KeyVault/vaults/privateEndpointConnections@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":202},"Microsoft.KeyVault/vaults/secrets@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":209},"Microsoft.KeyVault/vaults/keys/versions@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":214},"Microsoft.KeyVault/vaults@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":132},"Microsoft.KeyVault/vaults/accessPolicies@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":142},"Microsoft.KeyVault/vaults/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":147},"Microsoft.KeyVault/managedHSMs@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":205},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":210},"Microsoft.KeyVault/vaults/keys@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":250},"Microsoft.KeyVault/vaults/secrets@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":257},"Microsoft.KeyVault/vaults/keys/versions@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":262},"Microsoft.KeyVault/vaults/keys@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":49},"Microsoft.KeyVault/vaults@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":254},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":259},"Microsoft.KeyVault/vaults/secrets@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":266},"Microsoft.KeyVault/vaults/keys/versions@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":271},"Microsoft.KeyVault/vaults/keys@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":38},"Microsoft.KeyVault/vaults@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":166},"Microsoft.KeyVault/vaults/accessPolicies@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":176},"Microsoft.KeyVault/vaults/privateEndpointConnections@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":181},"Microsoft.KeyVault/managedHSMs@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":239},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":244},"Microsoft.KeyVault/vaults/secrets@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":251},"Microsoft.KeyVault/vaults/keys/versions@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":256},"Microsoft.KeyVault/vaults/keys@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":49},"Microsoft.KeyVault/vaults@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":254},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":259},"Microsoft.KeyVault/vaults/secrets@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":266},"Microsoft.KeyVault/vaults/keys/versions@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":271},"Microsoft.KeyVault/vaults/keys@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":49},"Microsoft.KeyVault/vaults@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":260},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":265},"Microsoft.KeyVault/vaults/secrets@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":272},"Microsoft.KeyVault/vaults/keys/versions@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":277},"Microsoft.KeyVault/vaults/keys@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":49},"Microsoft.KeyVault/vaults@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":260},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":265},"Microsoft.KeyVault/vaults/secrets@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":272},"Microsoft.KeyVault/vaults/keys/versions@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":277},"Microsoft.KeyVault/vaults/keys@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":49},"Microsoft.KeyVault/vaults@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":260},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":265},"Microsoft.KeyVault/managedHSMs/keys@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":307},"Microsoft.KeyVault/vaults/secrets@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":314},"Microsoft.KeyVault/vaults/keys/versions@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":319},"Microsoft.KeyVault/managedHSMs/keys/versions@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":324},"Microsoft.KeyVault/vaults/keys@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":49},"Microsoft.KeyVault/managedHSMs/keys@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":91},"Microsoft.KeyVault/vaults@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":223},"Microsoft.KeyVault/vaults/accessPolicies@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":233},"Microsoft.KeyVault/vaults/privateEndpointConnections@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":238},"Microsoft.KeyVault/managedHSMs@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":311},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":316},"Microsoft.KeyVault/vaults/secrets@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":323},"Microsoft.KeyVault/vaults/keys/versions@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":328},"Microsoft.KeyVault/managedHSMs/keys/versions@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":333},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2019-11-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2019-11-01-preview/types.json","Index":38},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2020-07-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2020-07-01-preview/types.json","Index":37},"Microsoft.KubernetesConfiguration/extensions@2020-07-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2020-07-01-preview/types.json","Index":62},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2020-10-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2020-10-01-preview/types.json","Index":37},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2021-03-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-03-01/types.json","Index":47},"Microsoft.KubernetesConfiguration/extensions@2021-05-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-05-01-preview/types.json","Index":48},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2021-05-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-05-01-preview/types.json","Index":77},"Microsoft.KubernetesConfiguration/extensions@2021-09-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-09-01/types.json","Index":50},"Microsoft.KubernetesConfiguration/extensions@2021-11-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-11-01-preview/types.json","Index":50},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2021-11-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-11-01-preview/types.json","Index":79},"Microsoft.KubernetesConfiguration/fluxConfigurations@2021-11-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-11-01-preview/types.json","Index":125},"Microsoft.KubernetesConfiguration/extensions@2022-01-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-01-01-preview/types.json","Index":50},"Microsoft.KubernetesConfiguration/fluxConfigurations@2022-01-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-01-01-preview/types.json","Index":94},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2022-01-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-01-01-preview/types.json","Index":123},"Microsoft.KubernetesConfiguration/extensionTypes@2022-01-15-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-01-15-preview/types.json","Index":27},"Microsoft.KubernetesConfiguration/fluxConfigurations@2022-03-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-03-01/types.json","Index":61},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2022-03-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-03-01/types.json","Index":90},"Microsoft.KubernetesConfiguration/extensions@2022-03-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-03-01/types.json","Index":124},"Microsoft.KubernetesConfiguration/extensions@2022-04-02-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-04-02-preview/types.json","Index":53},"Microsoft.KubernetesConfiguration/privateLinkScopes@2022-04-02-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-04-02-preview/types.json","Index":83},"Microsoft.KubernetesConfiguration/privateLinkScopes/privateEndpointConnections@2022-04-02-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-04-02-preview/types.json","Index":87},"Microsoft.KubernetesConfiguration/privateLinkScopes/privateLinkResources@2022-04-02-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-04-02-preview/types.json","Index":94},"Microsoft.KubernetesConfiguration/extensions@2022-07-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-07-01/types.json","Index":52},"Microsoft.KubernetesConfiguration/fluxConfigurations@2022-07-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-07-01/types.json","Index":99},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2022-07-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-07-01/types.json","Index":128},"Microsoft.KubernetesConfiguration/extensions@2022-11-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-11-01/types.json","Index":53},"Microsoft.KubernetesConfiguration/fluxConfigurations@2022-11-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-11-01/types.json","Index":100},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2022-11-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-11-01/types.json","Index":129},"Microsoft.LabServices/labaccounts@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":23},"Microsoft.LabServices/labaccounts/galleryimages@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":30},"Microsoft.LabServices/labaccounts/labs@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":39},"Microsoft.LabServices/labaccounts/labs/environmentsettings@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":61},"Microsoft.LabServices/labaccounts/labs/environmentsettings/environments@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":69},"Microsoft.LabServices/labaccounts/labs/users@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":75},"Microsoft.LabServices/labPlans@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":62},"Microsoft.LabServices/labPlans/images@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":87},"Microsoft.LabServices/labs@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":134},"Microsoft.LabServices/labs/users@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":154},"Microsoft.LabServices/labs/schedules@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":179},"Microsoft.LabServices/labs/virtualMachines@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":203},"Microsoft.LabServices/labPlans/images@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":43},"Microsoft.LabServices/labPlans@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":87},"Microsoft.LabServices/labs@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":134},"Microsoft.LabServices/labs/schedules@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":159},"Microsoft.LabServices/labs/users@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":179},"Microsoft.LabServices/labs/virtualMachines@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":203},"Microsoft.LabServices/labPlans/images@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":43},"Microsoft.LabServices/labPlans@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":89},"Microsoft.LabServices/labs@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":136},"Microsoft.LabServices/labs/schedules@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":161},"Microsoft.LabServices/labs/users@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":181},"Microsoft.LabServices/labs/virtualMachines@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":205},"Qumulo.Storage/fileSystems@2022-06-27-preview":{"RelativePath":"liftrqumulo/qumulo.storage/2022-06-27-preview/types.json","Index":51},"Qumulo.Storage/fileSystems@2022-10-12-preview":{"RelativePath":"liftrqumulo/qumulo.storage/2022-10-12-preview/types.json","Index":53},"Microsoft.LoadTestService/loadTests@2021-12-01-preview":{"RelativePath":"loadtestservice/microsoft.loadtestservice/2021-12-01-preview/types.json","Index":33},"Microsoft.LoadTestService/loadTests@2022-04-15-preview":{"RelativePath":"loadtestservice/microsoft.loadtestservice/2022-04-15-preview/types.json","Index":42},"Microsoft.LoadTestService/loadTests@2022-12-01":{"RelativePath":"loadtestservice/microsoft.loadtestservice/2022-12-01/types.json","Index":42},"Microsoft.LoadTestService/locations/quotas@2022-12-01":{"RelativePath":"loadtestservice/microsoft.loadtestservice/2022-12-01/types.json","Index":52},"Microsoft.Logic/workflows@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":46},"Microsoft.Logic/workflows/accessKeys@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":51},"Microsoft.Logic/workflows/versions@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":64},"Microsoft.Logic/workflows/triggers@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":102},"Microsoft.Logic/workflows/triggers/histories@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":120},"Microsoft.Logic/workflows/runs@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":164},"Microsoft.Logic/workflows/runs/actions@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":182},"Microsoft.Logic/integrationAccounts@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":20},"Microsoft.Logic/integrationAccounts/schemas@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":31},"Microsoft.Logic/integrationAccounts/maps@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":40},"Microsoft.Logic/integrationAccounts/partners@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":53},"Microsoft.Logic/integrationAccounts/agreements@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":234},"Microsoft.Logic/integrationAccounts/certificates@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":242},"Microsoft.Logic/workflows@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":60},"Microsoft.Logic/integrationAccounts@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":70},"Microsoft.Logic/integrationAccounts/assemblies@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":78},"Microsoft.Logic/integrationAccounts/batchConfigurations@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":118},"Microsoft.Logic/integrationAccounts/schemas@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":127},"Microsoft.Logic/integrationAccounts/maps@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":137},"Microsoft.Logic/integrationAccounts/partners@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":150},"Microsoft.Logic/integrationAccounts/agreements@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":340},"Microsoft.Logic/integrationAccounts/certificates@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":348},"Microsoft.Logic/integrationAccounts/sessions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":354},"Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":392},"Microsoft.Logic/workflows/versions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":406},"Microsoft.Logic/workflows/triggers@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":451},"Microsoft.Logic/workflows/triggers/histories@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":471},"Microsoft.Logic/workflows/runs@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":517},"Microsoft.Logic/workflows/runs/actions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":540},"Microsoft.Logic/workflows/runs/actions/repetitions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":565},"Microsoft.Logic/workflows/runs/actions/repetitions/requestHistories@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":573},"Microsoft.Logic/workflows/runs/actions/requestHistories@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":578},"Microsoft.Logic/workflows/runs/actions/scopeRepetitions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":583},"Microsoft.Logic/workflows/runs/operations@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":587},"Microsoft.Logic/workflows@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":60},"Microsoft.Logic/integrationAccounts@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":71},"Microsoft.Logic/integrationAccounts/assemblies@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":79},"Microsoft.Logic/integrationAccounts/batchConfigurations@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":119},"Microsoft.Logic/integrationAccounts/schemas@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":128},"Microsoft.Logic/integrationAccounts/maps@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":141},"Microsoft.Logic/integrationAccounts/partners@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":154},"Microsoft.Logic/integrationAccounts/agreements@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":344},"Microsoft.Logic/integrationAccounts/certificates@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":352},"Microsoft.Logic/integrationAccounts/sessions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":358},"Microsoft.Logic/workflows/versions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":372},"Microsoft.Logic/workflows/triggers@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":417},"Microsoft.Logic/workflows/triggers/histories@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":437},"Microsoft.Logic/workflows/runs@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":483},"Microsoft.Logic/workflows/runs/actions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":506},"Microsoft.Logic/workflows/runs/actions/repetitions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":531},"Microsoft.Logic/workflows/runs/actions/repetitions/requestHistories@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":539},"Microsoft.Logic/workflows/runs/actions/requestHistories@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":544},"Microsoft.Logic/workflows/runs/actions/scopeRepetitions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":549},"Microsoft.Logic/workflows/runs/operations@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":553},"Microsoft.Logic/workflows@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":87},"Microsoft.Logic/integrationAccounts@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":106},"Microsoft.Logic/integrationAccounts/assemblies@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":114},"Microsoft.Logic/integrationAccounts/batchConfigurations@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":154},"Microsoft.Logic/integrationAccounts/schemas@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":163},"Microsoft.Logic/integrationAccounts/maps@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":176},"Microsoft.Logic/integrationAccounts/partners@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":189},"Microsoft.Logic/integrationAccounts/agreements@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":379},"Microsoft.Logic/integrationAccounts/certificates@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":387},"Microsoft.Logic/integrationAccounts/sessions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":393},"Microsoft.Logic/integrationServiceEnvironments@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":443},"Microsoft.Logic/integrationServiceEnvironments/managedApis@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":531},"Microsoft.Logic/workflows/versions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":568},"Microsoft.Logic/workflows/triggers@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":613},"Microsoft.Logic/workflows/triggers/histories@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":633},"Microsoft.Logic/workflows/runs@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":679},"Microsoft.Logic/workflows/runs/actions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":704},"Microsoft.Logic/workflows/runs/actions/repetitions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":727},"Microsoft.Logic/workflows/runs/actions/repetitions/requestHistories@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":735},"Microsoft.Logic/workflows/runs/actions/requestHistories@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":740},"Microsoft.Logic/workflows/runs/actions/scopeRepetitions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":745},"Microsoft.Logic/workflows/runs/operations@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":749},"Microsoft.Logz/monitors@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":50},"Microsoft.Logz/monitors/tagRules@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":71},"Microsoft.Logz/monitors/singleSignOnConfigurations@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":91},"Microsoft.Logz/monitors/accounts@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":96},"Microsoft.Logz/monitors/accounts/tagRules@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":100},"Microsoft.Logz/monitors@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":50},"Microsoft.Logz/monitors/tagRules@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":71},"Microsoft.Logz/monitors/singleSignOnConfigurations@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":91},"Microsoft.Logz/monitors/accounts@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":96},"Microsoft.Logz/monitors/accounts/tagRules@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":100},"Microsoft.Logz/monitors@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":50},"Microsoft.Logz/monitors/tagRules@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":71},"Microsoft.Logz/monitors/singleSignOnConfigurations@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":91},"Microsoft.Logz/monitors/accounts@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":96},"Microsoft.Logz/monitors/accounts/tagRules@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":100},"Microsoft.Logz/monitors/metricsSource@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":105},"Microsoft.Logz/monitors/metricsSource/tagRules@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":123},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForEDMUpload@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":68},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForEDMUpload/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":72},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":81},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":85},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365SecurityCenter@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":94},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":98},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":107},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":111},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForSCCPowershell@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":120},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":124},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForMIPPolicySync@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":133},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForMIPPolicySync/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":137},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForEDMUpload/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":144},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":148},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":152},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":156},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":160},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForMIPPolicySync/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":164},"Microsoft.MachineLearning/workspaces@2016-04-01":{"RelativePath":"machinelearning/microsoft.machinelearning/2016-04-01/types.json","Index":27},"Microsoft.MachineLearning/commitmentPlans@2016-05-01-preview":{"RelativePath":"machinelearning/microsoft.machinelearning/2016-05-01-preview/types.json","Index":16},"Microsoft.MachineLearning/webServices@2016-05-01-preview":{"RelativePath":"machinelearning/microsoft.machinelearning/2016-05-01-preview/types.json","Index":117},"Microsoft.MachineLearning/commitmentPlans/commitmentAssociations@2016-05-01-preview":{"RelativePath":"machinelearning/microsoft.machinelearning/2016-05-01-preview/types.json","Index":123},"Microsoft.MachineLearning/webServices@2017-01-01":{"RelativePath":"machinelearning/microsoft.machinelearning/2017-01-01/types.json","Index":109},"Microsoft.MachineLearning/workspaces@2019-10-01":{"RelativePath":"machinelearning/microsoft.machinelearning/2019-10-01/types.json","Index":28},"Microsoft.MachineLearningCompute/operationalizationClusters@2017-06-01-preview":{"RelativePath":"machinelearningcompute/microsoft.machinelearningcompute/2017-06-01-preview/types.json","Index":91},"Microsoft.MachineLearningCompute/operationalizationClusters@2017-08-01-preview":{"RelativePath":"machinelearningcompute/microsoft.machinelearningcompute/2017-08-01-preview/types.json","Index":102},"Microsoft.MachineLearningExperimentation/accounts@2017-05-01-preview":{"RelativePath":"machinelearningexperimentation/microsoft.machinelearningexperimentation/2017-05-01-preview/types.json","Index":20},"Microsoft.MachineLearningExperimentation/accounts/workspaces@2017-05-01-preview":{"RelativePath":"machinelearningexperimentation/microsoft.machinelearningexperimentation/2017-05-01-preview/types.json","Index":32},"Microsoft.MachineLearningExperimentation/accounts/workspaces/projects@2017-05-01-preview":{"RelativePath":"machinelearningexperimentation/microsoft.machinelearningexperimentation/2017-05-01-preview/types.json","Index":44},"Microsoft.MachineLearningServices/workspaces@2018-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-03-01-preview/types.json","Index":23},"Microsoft.MachineLearningServices/workspaces/computes@2018-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-03-01-preview/types.json","Index":64},"Microsoft.MachineLearningServices/workspaces@2018-11-19":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":23},"Microsoft.MachineLearningServices/workspaces/computes@2018-11-19":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":81},"Microsoft.MachineLearningServices/workspaces@2019-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":23},"Microsoft.MachineLearningServices/workspaces/computes@2019-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":81},"Microsoft.MachineLearningServices/workspaces@2019-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":23},"Microsoft.MachineLearningServices/workspaces/computes@2019-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":85},"Microsoft.MachineLearningServices/workspaces@2019-11-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":24},"Microsoft.MachineLearningServices/workspaces/computes@2019-11-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":86},"Microsoft.MachineLearningServices/workspaces@2020-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":29},"Microsoft.MachineLearningServices/workspaces/computes@2020-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":91},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":108},"Microsoft.MachineLearningServices/workspaces@2020-02-18-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":29},"Microsoft.MachineLearningServices/workspaces/computes@2020-02-18-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":130},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-02-18-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":147},"Microsoft.MachineLearningServices/workspaces@2020-03-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":61},"Microsoft.MachineLearningServices/workspaces/computes@2020-03-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":123},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-03-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":128},"Microsoft.MachineLearningServices/workspaces@2020-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":63},"Microsoft.MachineLearningServices/workspaces/computes@2020-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":130},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":135},"Microsoft.MachineLearningServices/workspaces@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":61},"Microsoft.MachineLearningServices/workspaces/computes@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":123},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":128},"Microsoft.MachineLearningServices/workspaces/linkedWorkspaces@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":133},"Microsoft.MachineLearningServices/workspaces/services@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":183},"Microsoft.MachineLearningServices/workspaces/datasets@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":220},"Microsoft.MachineLearningServices/workspaces/datastores@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":293},"Microsoft.MachineLearningServices/workspaces@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":61},"Microsoft.MachineLearningServices/workspaces/computes@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":127},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":132},"Microsoft.MachineLearningServices/workspaces/linkedWorkspaces@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":137},"Microsoft.MachineLearningServices/workspaces/services@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":187},"Microsoft.MachineLearningServices/workspaces@2020-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":62},"Microsoft.MachineLearningServices/workspaces/connections@2020-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":67},"Microsoft.MachineLearningServices/workspaces/computes@2020-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":161},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":165},"Microsoft.MachineLearningServices/workspaces@2020-08-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":62},"Microsoft.MachineLearningServices/workspaces/connections@2020-08-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":67},"Microsoft.MachineLearningServices/workspaces/computes@2020-08-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":185},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-08-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":189},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":63},"Microsoft.MachineLearningServices/workspaces@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":117},"Microsoft.MachineLearningServices/workspaces/computes@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":239},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":244},"Microsoft.MachineLearningServices/workspaces/linkedServices@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":250},"Microsoft.MachineLearningServices/workspaces/services@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":300},"Microsoft.MachineLearningServices/workspaces/connections@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":305},"Microsoft.MachineLearningServices/workspaces@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":77},"Microsoft.MachineLearningServices/workspaces/computes@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":203},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":208},"Microsoft.MachineLearningServices/workspaces/services@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":258},"Microsoft.MachineLearningServices/workspaces/connections@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":265},"Microsoft.MachineLearningServices/workspaces@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":77},"Microsoft.MachineLearningServices/workspaces/computes@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":251},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":256},"Microsoft.MachineLearningServices/workspaces/connections@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":263},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":284},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":312},"Microsoft.MachineLearningServices/workspaces/codes@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":319},"Microsoft.MachineLearningServices/workspaces/codes/versions@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":326},"Microsoft.MachineLearningServices/workspaces/data@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":333},"Microsoft.MachineLearningServices/workspaces/data/versions@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":343},"Microsoft.MachineLearningServices/workspaces/datastores@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":429},"Microsoft.MachineLearningServices/workspaces/environments@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":436},"Microsoft.MachineLearningServices/workspaces/environments/versions@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":457},"Microsoft.MachineLearningServices/workspaces/jobs@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":563},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":621},"Microsoft.MachineLearningServices/workspaces/models@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":628},"Microsoft.MachineLearningServices/workspaces/models/versions@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":638},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":657},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":685},"Microsoft.MachineLearningServices/workspaces@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":77},"Microsoft.MachineLearningServices/workspaces/computes@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":211},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":216},"Microsoft.MachineLearningServices/workspaces/services@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":266},"Microsoft.MachineLearningServices/workspaces/connections@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":273},"Microsoft.MachineLearningServices/workspaces@2021-07-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":80},"Microsoft.MachineLearningServices/workspaces/computes@2021-07-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":224},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2021-07-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":229},"Microsoft.MachineLearningServices/workspaces/connections@2021-07-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":236},"Microsoft.MachineLearningServices/workspaces@2022-01-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":86},"Microsoft.MachineLearningServices/workspaces/computes@2022-01-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":230},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-01-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":235},"Microsoft.MachineLearningServices/workspaces/connections@2022-01-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":242},"Microsoft.MachineLearningServices/workspaces@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":85},"Microsoft.MachineLearningServices/workspaces/computes@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":307},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":312},"Microsoft.MachineLearningServices/workspaces/connections@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":319},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":339},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":373},"Microsoft.MachineLearningServices/workspaces/codes@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":380},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":387},"Microsoft.MachineLearningServices/workspaces/components@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":394},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":401},"Microsoft.MachineLearningServices/workspaces/data@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":412},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":426},"Microsoft.MachineLearningServices/workspaces/datastores@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":522},"Microsoft.MachineLearningServices/workspaces/environments@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":529},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":545},"Microsoft.MachineLearningServices/workspaces/jobs@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1039},"Microsoft.MachineLearningServices/workspaces/models@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1046},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1060},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1083},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1115},"Microsoft.MachineLearningServices/workspaces@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":85},"Microsoft.MachineLearningServices/workspaces/computes@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":288},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":293},"Microsoft.MachineLearningServices/workspaces/connections@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":318},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":338},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":372},"Microsoft.MachineLearningServices/workspaces/codes@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":379},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":386},"Microsoft.MachineLearningServices/workspaces/components@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":393},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":400},"Microsoft.MachineLearningServices/workspaces/data@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":411},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":425},"Microsoft.MachineLearningServices/workspaces/datastores@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":491},"Microsoft.MachineLearningServices/workspaces/environments@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":498},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":514},"Microsoft.MachineLearningServices/workspaces/jobs@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":686},"Microsoft.MachineLearningServices/workspaces/models@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":693},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":703},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":722},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":751},"Microsoft.MachineLearningServices/workspaces@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":86},"Microsoft.MachineLearningServices/workspaces/computes@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":316},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":321},"Microsoft.MachineLearningServices/workspaces/connections@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":346},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":366},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":400},"Microsoft.MachineLearningServices/workspaces/codes@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":407},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":414},"Microsoft.MachineLearningServices/workspaces/components@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":421},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":428},"Microsoft.MachineLearningServices/workspaces/data@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":439},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":453},"Microsoft.MachineLearningServices/workspaces/datastores@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":549},"Microsoft.MachineLearningServices/workspaces/environments@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":556},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":572},"Microsoft.MachineLearningServices/workspaces/jobs@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1149},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1187},"Microsoft.MachineLearningServices/workspaces/models@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1194},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1204},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1227},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1259},"Microsoft.MachineLearningServices/workspaces/schedules@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1301},"Microsoft.MachineLearningServices/workspaces@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":86},"Microsoft.MachineLearningServices/workspaces/computes@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":348},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":353},"Microsoft.MachineLearningServices/workspaces/connections@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":380},"Microsoft.MachineLearningServices/registries/codes@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":394},"Microsoft.MachineLearningServices/registries/codes/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":408},"Microsoft.MachineLearningServices/registries/components@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":422},"Microsoft.MachineLearningServices/registries/components/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":436},"Microsoft.MachineLearningServices/registries/environments@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":450},"Microsoft.MachineLearningServices/registries/environments/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":473},"Microsoft.MachineLearningServices/registries/models@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":487},"Microsoft.MachineLearningServices/registries/models/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":504},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":524},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":558},"Microsoft.MachineLearningServices/workspaces/codes@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":562},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":566},"Microsoft.MachineLearningServices/workspaces/components@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":570},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":574},"Microsoft.MachineLearningServices/workspaces/data@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":585},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":599},"Microsoft.MachineLearningServices/workspaces/datastores@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":695},"Microsoft.MachineLearningServices/workspaces/environments@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":699},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":703},"Microsoft.MachineLearningServices/workspaces/jobs@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1314},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1352},"Microsoft.MachineLearningServices/workspaces/models@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1356},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1360},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1383},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1415},"Microsoft.MachineLearningServices/workspaces/schedules@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1445},"Microsoft.MachineLearningServices/registries@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1464},"Microsoft.MachineLearningServices/workspaces@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":85},"Microsoft.MachineLearningServices/workspaces/computes@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":315},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":320},"Microsoft.MachineLearningServices/workspaces/connections@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":345},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":365},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":399},"Microsoft.MachineLearningServices/workspaces/codes@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":406},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":413},"Microsoft.MachineLearningServices/workspaces/components@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":420},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":427},"Microsoft.MachineLearningServices/workspaces/data@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":438},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":452},"Microsoft.MachineLearningServices/workspaces/datastores@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":518},"Microsoft.MachineLearningServices/workspaces/environments@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":525},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":544},"Microsoft.MachineLearningServices/workspaces/jobs@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1060},"Microsoft.MachineLearningServices/workspaces/models@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1067},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1077},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1099},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1131},"Microsoft.MachineLearningServices/workspaces/schedules@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1161},"Microsoft.MachineLearningServices/workspaces@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":88},"Microsoft.MachineLearningServices/workspaces/computes@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":357},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":362},"Microsoft.MachineLearningServices/workspaces/connections@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":402},"Microsoft.MachineLearningServices/registries/codes@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":416},"Microsoft.MachineLearningServices/registries/codes/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":430},"Microsoft.MachineLearningServices/registries/components@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":444},"Microsoft.MachineLearningServices/registries/components/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":458},"Microsoft.MachineLearningServices/registries/environments@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":472},"Microsoft.MachineLearningServices/registries/environments/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":498},"Microsoft.MachineLearningServices/registries/models@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":512},"Microsoft.MachineLearningServices/registries/models/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":529},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":549},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":583},"Microsoft.MachineLearningServices/workspaces/codes@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":587},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":591},"Microsoft.MachineLearningServices/workspaces/components@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":595},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":599},"Microsoft.MachineLearningServices/workspaces/data@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":610},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":624},"Microsoft.MachineLearningServices/workspaces/datastores@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":720},"Microsoft.MachineLearningServices/workspaces/environments@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":724},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":728},"Microsoft.MachineLearningServices/workspaces/jobs@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1357},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1395},"Microsoft.MachineLearningServices/workspaces/models@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1399},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1403},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1426},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1458},"Microsoft.MachineLearningServices/workspaces/schedules@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1488},"Microsoft.MachineLearningServices/registries@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1507},"Microsoft.MachineLearningServices/workspaces@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":88},"Microsoft.MachineLearningServices/workspaces/computes@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":357},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":362},"Microsoft.MachineLearningServices/workspaces/connections@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":402},"Microsoft.MachineLearningServices/registries/codes@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":416},"Microsoft.MachineLearningServices/registries/codes/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":430},"Microsoft.MachineLearningServices/registries/components@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":444},"Microsoft.MachineLearningServices/registries/components/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":458},"Microsoft.MachineLearningServices/registries/data@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":469},"Microsoft.MachineLearningServices/registries/data/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":483},"Microsoft.MachineLearningServices/registries/environments@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":497},"Microsoft.MachineLearningServices/registries/environments/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":523},"Microsoft.MachineLearningServices/registries/models@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":537},"Microsoft.MachineLearningServices/registries/models/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":554},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":574},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":619},"Microsoft.MachineLearningServices/workspaces/codes@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":623},"Microsoft.MachineLearningServices/workspaces/codes/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":627},"Microsoft.MachineLearningServices/workspaces/components@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":631},"Microsoft.MachineLearningServices/workspaces/components/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":635},"Microsoft.MachineLearningServices/workspaces/data@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":639},"Microsoft.MachineLearningServices/workspaces/data/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":643},"Microsoft.MachineLearningServices/workspaces/datastores@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":739},"Microsoft.MachineLearningServices/workspaces/environments@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":743},"Microsoft.MachineLearningServices/workspaces/environments/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":747},"Microsoft.MachineLearningServices/workspaces/featuresets@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":761},"Microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":792},"Microsoft.MachineLearningServices/workspaces/featurestoreEntities@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":806},"Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":831},"Microsoft.MachineLearningServices/workspaces/jobs@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1467},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1505},"Microsoft.MachineLearningServices/workspaces/models@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1509},"Microsoft.MachineLearningServices/workspaces/models/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1513},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1536},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1568},"Microsoft.MachineLearningServices/workspaces/schedules@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1598},"Microsoft.MachineLearningServices/registries@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1618},"Microsoft.Maintenance/applyUpdates@2018-06-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2018-06-01-preview/types.json","Index":20},"Microsoft.Maintenance/configurationAssignments@2018-06-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2018-06-01-preview/types.json","Index":25},"Microsoft.Maintenance/maintenanceConfigurations@2018-06-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2018-06-01-preview/types.json","Index":37},"Microsoft.Maintenance/applyUpdates@2020-04-01":{"RelativePath":"maintenance/microsoft.maintenance/2020-04-01/types.json","Index":20},"Microsoft.Maintenance/configurationAssignments@2020-04-01":{"RelativePath":"maintenance/microsoft.maintenance/2020-04-01/types.json","Index":25},"Microsoft.Maintenance/maintenanceConfigurations@2020-04-01":{"RelativePath":"maintenance/microsoft.maintenance/2020-04-01/types.json","Index":37},"Microsoft.Maintenance/applyUpdates@2020-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2020-07-01-preview/types.json","Index":20},"Microsoft.Maintenance/configurationAssignments@2020-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2020-07-01-preview/types.json","Index":25},"Microsoft.Maintenance/maintenanceConfigurations@2020-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2020-07-01-preview/types.json","Index":46},"Microsoft.Maintenance/publicMaintenanceConfigurations@2020-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2020-07-01-preview/types.json","Index":51},"Microsoft.Maintenance/applyUpdates@2021-04-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-04-01-preview/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2021-04-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-04-01-preview/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2021-04-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-04-01-preview/types.json","Index":75},"Microsoft.Maintenance/publicMaintenanceConfigurations@2021-04-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-04-01-preview/types.json","Index":80},"Microsoft.Maintenance/applyUpdates@2021-05-01":{"RelativePath":"maintenance/microsoft.maintenance/2021-05-01/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2021-05-01":{"RelativePath":"maintenance/microsoft.maintenance/2021-05-01/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2021-05-01":{"RelativePath":"maintenance/microsoft.maintenance/2021-05-01/types.json","Index":54},"Microsoft.Maintenance/publicMaintenanceConfigurations@2021-05-01":{"RelativePath":"maintenance/microsoft.maintenance/2021-05-01/types.json","Index":59},"Microsoft.Maintenance/applyUpdates@2021-09-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-09-01-preview/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2021-09-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-09-01-preview/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2021-09-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-09-01-preview/types.json","Index":75},"Microsoft.Maintenance/publicMaintenanceConfigurations@2021-09-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-09-01-preview/types.json","Index":80},"Microsoft.Maintenance/applyUpdates@2022-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-07-01-preview/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2022-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-07-01-preview/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2022-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-07-01-preview/types.json","Index":76},"Microsoft.Maintenance/publicMaintenanceConfigurations@2022-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-07-01-preview/types.json","Index":81},"Microsoft.Maintenance/applyUpdates@2022-11-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-11-01-preview/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2022-11-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-11-01-preview/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2022-11-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-11-01-preview/types.json","Index":80},"Microsoft.Maintenance/publicMaintenanceConfigurations@2022-11-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-11-01-preview/types.json","Index":85},"Microsoft.ManagedNetwork/managedNetworks@2019-06-01-preview":{"RelativePath":"managednetwork/microsoft.managednetwork/2019-06-01-preview/types.json","Index":52},"Microsoft.ManagedNetwork/scopeAssignments@2019-06-01-preview":{"RelativePath":"managednetwork/microsoft.managednetwork/2019-06-01-preview/types.json","Index":62},"Microsoft.ManagedNetwork/managedNetworks/managedNetworkGroups@2019-06-01-preview":{"RelativePath":"managednetwork/microsoft.managednetwork/2019-06-01-preview/types.json","Index":68},"Microsoft.ManagedNetwork/managedNetworks/managedNetworkPeeringPolicies@2019-06-01-preview":{"RelativePath":"managednetwork/microsoft.managednetwork/2019-06-01-preview/types.json","Index":72},"Microsoft.ManagedNetworkFabric/accessControlLists@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":38},"Microsoft.ManagedNetworkFabric/ipCommunityLists@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":72},"Microsoft.ManagedNetworkFabric/ipPrefixLists@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":87},"Microsoft.ManagedNetworkFabric/l2IsolationDomains@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":103},"Microsoft.ManagedNetworkFabric/l3IsolationDomains@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":135},"Microsoft.ManagedNetworkFabric/l3IsolationDomains/internalNetworks@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":181},"Microsoft.ManagedNetworkFabric/l3IsolationDomains/externalNetworks@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":203},"Microsoft.ManagedNetworkFabric/networkDevices@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":221},"Microsoft.ManagedNetworkFabric/networkDevices/networkInterfaces@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":238},"Microsoft.ManagedNetworkFabric/networkFabricControllers@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":265},"Microsoft.ManagedNetworkFabric/networkFabrics@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":309},"Microsoft.ManagedNetworkFabric/networkFabrics/networkToNetworkInterconnects@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":332},"Microsoft.ManagedNetworkFabric/networkRacks@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":345},"Microsoft.ManagedNetworkFabric/routePolicies@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":369},"Microsoft.ManagedNetworkFabric/networkDeviceSkus@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":400},"Microsoft.ManagedNetworkFabric/networkFabricSkus@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":411},"Microsoft.ManagedNetworkFabric/networkRackSkus@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":433},"Microsoft.ManagedServices/registrationDefinitions@2018-06-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2018-06-01-preview/types.json","Index":29},"Microsoft.ManagedServices/registrationAssignments@2018-06-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2018-06-01-preview/types.json","Index":63},"Microsoft.ManagedServices/registrationDefinitions@2019-04-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2019-04-01-preview/types.json","Index":29},"Microsoft.ManagedServices/registrationAssignments@2019-04-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2019-04-01-preview/types.json","Index":63},"Microsoft.ManagedServices/registrationDefinitions@2019-06-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-06-01/types.json","Index":29},"Microsoft.ManagedServices/registrationAssignments@2019-06-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-06-01/types.json","Index":63},"Microsoft.ManagedServices/registrationDefinitions@2019-09-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-09-01/types.json","Index":29},"Microsoft.ManagedServices/registrationAssignments@2019-09-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-09-01/types.json","Index":63},"Microsoft.ManagedServices/marketplaceRegistrationDefinitions@2019-09-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-09-01/types.json","Index":69},"Microsoft.ManagedServices/registrationDefinitions@2020-02-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2020-02-01-preview/types.json","Index":37},"Microsoft.ManagedServices/registrationAssignments@2020-02-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2020-02-01-preview/types.json","Index":72},"Microsoft.ManagedServices/marketplaceRegistrationDefinitions@2020-02-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2020-02-01-preview/types.json","Index":79},"Microsoft.ManagedServices/registrationDefinitions@2022-01-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2022-01-01-preview/types.json","Index":48},"Microsoft.ManagedServices/registrationAssignments@2022-01-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2022-01-01-preview/types.json","Index":83},"Microsoft.ManagedServices/marketplaceRegistrationDefinitions@2022-01-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2022-01-01-preview/types.json","Index":90},"Microsoft.ManagedServices/registrationDefinitions@2022-10-01":{"RelativePath":"managedservices/microsoft.managedservices/2022-10-01/types.json","Index":48},"Microsoft.ManagedServices/registrationAssignments@2022-10-01":{"RelativePath":"managedservices/microsoft.managedservices/2022-10-01/types.json","Index":83},"Microsoft.ManagedServices/marketplaceRegistrationDefinitions@2022-10-01":{"RelativePath":"managedservices/microsoft.managedservices/2022-10-01/types.json","Index":90},"Microsoft.Management/managementGroups@2017-11-01-preview":{"RelativePath":"managementgroups/microsoft.management/2017-11-01-preview/types.json","Index":20},"Microsoft.Management/managementGroups/subscriptions@2017-11-01-preview":{"RelativePath":"managementgroups/microsoft.management/2017-11-01-preview/types.json","Index":24},"Microsoft.Management/managementGroups@2018-01-01-preview":{"RelativePath":"managementgroups/microsoft.management/2018-01-01-preview/types.json","Index":22},"Microsoft.Management/managementGroups/subscriptions@2018-01-01-preview":{"RelativePath":"managementgroups/microsoft.management/2018-01-01-preview/types.json","Index":26},"Microsoft.Management/managementGroups@2018-03-01-preview":{"RelativePath":"managementgroups/microsoft.management/2018-03-01-preview/types.json","Index":22},"Microsoft.Management/managementGroups/subscriptions@2018-03-01-preview":{"RelativePath":"managementgroups/microsoft.management/2018-03-01-preview/types.json","Index":26},"Microsoft.Management/managementGroups@2019-11-01":{"RelativePath":"managementgroups/microsoft.management/2019-11-01/types.json","Index":24},"Microsoft.Management/managementGroups/subscriptions@2019-11-01":{"RelativePath":"managementgroups/microsoft.management/2019-11-01/types.json","Index":28},"Microsoft.Management/managementGroups@2020-02-01":{"RelativePath":"managementgroups/microsoft.management/2020-02-01/types.json","Index":24},"Microsoft.Management/managementGroups/subscriptions@2020-02-01":{"RelativePath":"managementgroups/microsoft.management/2020-02-01/types.json","Index":28},"Microsoft.Management/managementGroups/settings@2020-02-01":{"RelativePath":"managementgroups/microsoft.management/2020-02-01/types.json","Index":34},"Microsoft.Management/managementGroups@2020-05-01":{"RelativePath":"managementgroups/microsoft.management/2020-05-01/types.json","Index":22},"Microsoft.Management/managementGroups/subscriptions@2020-05-01":{"RelativePath":"managementgroups/microsoft.management/2020-05-01/types.json","Index":28},"Microsoft.Management/managementGroups/settings@2020-05-01":{"RelativePath":"managementgroups/microsoft.management/2020-05-01/types.json","Index":34},"Microsoft.Management/managementGroups@2020-10-01":{"RelativePath":"managementgroups/microsoft.management/2020-10-01/types.json","Index":23},"Microsoft.Management/managementGroups/subscriptions@2020-10-01":{"RelativePath":"managementgroups/microsoft.management/2020-10-01/types.json","Index":29},"Microsoft.Management/managementGroups/settings@2020-10-01":{"RelativePath":"managementgroups/microsoft.management/2020-10-01/types.json","Index":35},"Microsoft.Management/managementGroups@2021-04-01":{"RelativePath":"managementgroups/microsoft.management/2021-04-01/types.json","Index":24},"Microsoft.Management/managementGroups/subscriptions@2021-04-01":{"RelativePath":"managementgroups/microsoft.management/2021-04-01/types.json","Index":30},"Microsoft.Management/managementGroups/settings@2021-04-01":{"RelativePath":"managementgroups/microsoft.management/2021-04-01/types.json","Index":36},"Microsoft.ManagementPartner/partners@2018-02-01":{"RelativePath":"managementpartner/microsoft.managementpartner/2018-02-01/types.json","Index":15},"Microsoft.Maps/accounts@2017-01-01-preview":{"RelativePath":"maps/microsoft.maps/2017-01-01-preview/types.json","Index":14},"Microsoft.Maps/accounts@2018-05-01":{"RelativePath":"maps/microsoft.maps/2018-05-01/types.json","Index":14},"Microsoft.Maps/accounts@2020-02-01-preview":{"RelativePath":"maps/microsoft.maps/2020-02-01-preview/types.json","Index":25},"Microsoft.Maps/accounts/privateAtlases@2020-02-01-preview":{"RelativePath":"maps/microsoft.maps/2020-02-01-preview/types.json","Index":31},"Microsoft.Maps/accounts/creators@2020-02-01-preview":{"RelativePath":"maps/microsoft.maps/2020-02-01-preview/types.json","Index":37},"Microsoft.Maps/accounts@2021-02-01":{"RelativePath":"maps/microsoft.maps/2021-02-01/types.json","Index":32},"Microsoft.Maps/accounts/creators@2021-02-01":{"RelativePath":"maps/microsoft.maps/2021-02-01/types.json","Index":38},"Microsoft.Maps/accounts@2021-07-01-preview":{"RelativePath":"maps/microsoft.maps/2021-07-01-preview/types.json","Index":42},"Microsoft.Maps/accounts/creators@2021-07-01-preview":{"RelativePath":"maps/microsoft.maps/2021-07-01-preview/types.json","Index":48},"Microsoft.Maps/accounts@2021-12-01-preview":{"RelativePath":"maps/microsoft.maps/2021-12-01-preview/types.json","Index":46},"Microsoft.Maps/accounts/creators@2021-12-01-preview":{"RelativePath":"maps/microsoft.maps/2021-12-01-preview/types.json","Index":52},"Microsoft.DBforMariaDB/servers@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":51},"Microsoft.DBforMariaDB/servers/firewallRules@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":56},"Microsoft.DBforMariaDB/servers/virtualNetworkRules@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":67},"Microsoft.DBforMariaDB/servers/databases@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":72},"Microsoft.DBforMariaDB/servers/configurations@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":77},"Microsoft.DBforMariaDB/servers/securityAlertPolicies@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":89},"Microsoft.DBforMariaDB/servers@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":69},"Microsoft.DBforMariaDB/servers/firewallRules@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":74},"Microsoft.DBforMariaDB/servers/virtualNetworkRules@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":85},"Microsoft.DBforMariaDB/servers/databases@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":90},"Microsoft.DBforMariaDB/servers/configurations@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":95},"Microsoft.DBforMariaDB/servers/privateEndpointConnections@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":101},"Microsoft.DBforMariaDB/servers/securityAlertPolicies@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":113},"Microsoft.DBforMariaDB/servers/queryTexts@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":118},"Microsoft.DBforMariaDB/servers/topQueryStatistics@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":124},"Microsoft.DBforMariaDB/servers/waitStatistics@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":129},"Microsoft.DBforMariaDB/servers/advisors@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":133},"Microsoft.DBforMariaDB/servers/advisors/recommendedActions@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":139},"Microsoft.DBforMariaDB/servers/privateLinkResources@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":145},"Microsoft.Marketplace/privateStores/offers@2020-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2020-01-01/types.json","Index":21},"Microsoft.Marketplace/privateStores@2020-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2020-01-01/types.json","Index":30},"Microsoft.Marketplace/privateStores/requestApprovals@2020-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2020-12-01/types.json","Index":30},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2020-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2020-12-01/types.json","Index":43},"Microsoft.Marketplace/privateStores@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":63},"Microsoft.Marketplace/privateStores/collections/offers@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":77},"Microsoft.Marketplace/privateStores@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":63},"Microsoft.Marketplace/privateStores/collections/offers@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":77},"Microsoft.Marketplace/privateStores@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":63},"Microsoft.Marketplace/privateStores/collections/offers@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":77},"Microsoft.Marketplace/privateStores@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":69},"Microsoft.Marketplace/privateStores/collections/offers@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":83},"Microsoft.Marketplace/privateStores@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":69},"Microsoft.Marketplace/privateStores/collections/offers@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":83},"Microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements@2015-06-01":{"RelativePath":"marketplaceordering/microsoft.marketplaceordering/2015-06-01/types.json","Index":13},"Microsoft.MarketplaceOrdering/agreements/offers/plans@2015-06-01":{"RelativePath":"marketplaceordering/microsoft.marketplaceordering/2015-06-01/types.json","Index":21},"Microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements@2021-01-01":{"RelativePath":"marketplaceordering/microsoft.marketplaceordering/2021-01-01/types.json","Index":24},"Microsoft.MarketplaceOrdering/agreements/offers/plans@2021-01-01":{"RelativePath":"marketplaceordering/microsoft.marketplaceordering/2021-01-01/types.json","Index":32},"Microsoft.Media/mediaservices@2015-10-01":{"RelativePath":"mediaservices/microsoft.media/2015-10-01/types.json","Index":17},"Microsoft.Media/mediaservices@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":18},"Microsoft.Media/mediaServices/assets@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":26},"Microsoft.Media/mediaServices/contentKeyPolicies@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":93},"Microsoft.Media/mediaServices/transforms@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":207},"Microsoft.Media/mediaServices/transforms/jobs@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":268},"Microsoft.Media/mediaServices/streamingPolicies@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":300},"Microsoft.Media/mediaServices/streamingLocators@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":307},"Microsoft.Media/mediaservices/liveEvents@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":340},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":350},"Microsoft.Media/mediaservices/streamingEndpoints@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":368},"Microsoft.Media/mediaservices@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":18},"Microsoft.Media/mediaServices/assets@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":26},"Microsoft.Media/mediaServices/contentKeyPolicies@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":93},"Microsoft.Media/mediaServices/transforms@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":207},"Microsoft.Media/mediaServices/transforms/jobs@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":269},"Microsoft.Media/mediaServices/streamingPolicies@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":301},"Microsoft.Media/mediaServices/streamingLocators@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":313},"Microsoft.Media/mediaservices/liveEvents@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":346},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":356},"Microsoft.Media/mediaservices/streamingEndpoints@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":374},"Microsoft.Media/mediaServices/accountFilters@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":28},"Microsoft.Media/mediaservices@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":39},"Microsoft.Media/mediaServices/assets@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":47},"Microsoft.Media/mediaServices/assets/assetFilters@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":51},"Microsoft.Media/mediaServices/contentKeyPolicies@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":118},"Microsoft.Media/mediaServices/transforms@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":245},"Microsoft.Media/mediaServices/transforms/jobs@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":310},"Microsoft.Media/mediaServices/streamingPolicies@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":342},"Microsoft.Media/mediaServices/streamingLocators@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":355},"Microsoft.Media/mediaservices/liveEvents@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":396},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":406},"Microsoft.Media/mediaservices/streamingEndpoints@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":424},"Microsoft.Media/mediaServices/accountFilters@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":28},"Microsoft.Media/mediaservices@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":39},"Microsoft.Media/mediaServices/assets@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":47},"Microsoft.Media/mediaServices/assets/assetFilters@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":51},"Microsoft.Media/mediaServices/contentKeyPolicies@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":118},"Microsoft.Media/mediaServices/transforms@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":245},"Microsoft.Media/mediaServices/transforms/jobs@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":310},"Microsoft.Media/mediaServices/streamingPolicies@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":342},"Microsoft.Media/mediaServices/streamingLocators@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":355},"Microsoft.Media/mediaservices/liveEvents@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":396},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":406},"Microsoft.Media/mediaservices/streamingEndpoints@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":424},"Microsoft.Media/mediaServices/mediaGraphs@2019-09-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-09-01-preview/types.json","Index":27},"Microsoft.Media/mediaServices/mediaGraphs@2020-02-01-preview":{"RelativePath":"mediaservices/microsoft.media/2020-02-01-preview/types.json","Index":42},"Microsoft.Media/mediaServices/accountFilters@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":39},"Microsoft.Media/mediaServices/assets@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":47},"Microsoft.Media/mediaServices/assets/assetFilters@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":51},"Microsoft.Media/mediaServices/contentKeyPolicies@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":120},"Microsoft.Media/mediaServices/transforms@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":304},"Microsoft.Media/mediaServices/transforms/jobs@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":434},"Microsoft.Media/mediaServices/streamingPolicies@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":466},"Microsoft.Media/mediaServices/streamingLocators@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":479},"Microsoft.Media/mediaservices/liveEvents@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":525},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":535},"Microsoft.Media/mediaservices/streamingEndpoints@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":553},"Microsoft.Media/mediaservices@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":576},"Microsoft.Media/mediaservices/privateEndpointConnections@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":592},"Microsoft.Media/mediaservices/privateLinkResources@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":599},"Microsoft.Media/mediaservices@2021-05-01":{"RelativePath":"mediaservices/microsoft.media/2021-05-01/types.json","Index":47},"Microsoft.Media/mediaservices/privateEndpointConnections@2021-05-01":{"RelativePath":"mediaservices/microsoft.media/2021-05-01/types.json","Index":63},"Microsoft.Media/mediaservices/privateLinkResources@2021-05-01":{"RelativePath":"mediaservices/microsoft.media/2021-05-01/types.json","Index":70},"Microsoft.Media/mediaservices@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":50},"Microsoft.Media/mediaservices/privateEndpointConnections@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":66},"Microsoft.Media/mediaServices/accountFilters@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":87},"Microsoft.Media/mediaServices/assets@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":95},"Microsoft.Media/mediaServices/assets/assetFilters@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":99},"Microsoft.Media/mediaServices/contentKeyPolicies@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":168},"Microsoft.Media/mediaServices/transforms@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":360},"Microsoft.Media/mediaServices/transforms/jobs@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":490},"Microsoft.Media/mediaServices/streamingPolicies@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":522},"Microsoft.Media/mediaServices/streamingLocators@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":535},"Microsoft.Media/mediaservices/liveEvents@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":583},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":593},"Microsoft.Media/mediaservices/streamingEndpoints@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":611},"Microsoft.Media/mediaservices/privateLinkResources@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":618},"Microsoft.Media/mediaservices@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":68},"Microsoft.Media/mediaservices/privateEndpointConnections@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":72},"Microsoft.Media/mediaServices/transforms@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":269},"Microsoft.Media/mediaServices/transforms/jobs@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":399},"Microsoft.Media/mediaServices/accountFilters@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":420},"Microsoft.Media/mediaServices/assets@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":428},"Microsoft.Media/mediaServices/assets/assetFilters@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":432},"Microsoft.Media/mediaServices/assets/tracks@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":452},"Microsoft.Media/mediaServices/contentKeyPolicies@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":521},"Microsoft.Media/mediaServices/streamingPolicies@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":553},"Microsoft.Media/mediaServices/streamingLocators@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":566},"Microsoft.Media/mediaservices/liveEvents@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":615},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":625},"Microsoft.Media/mediaservices/streamingEndpoints@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":644},"Microsoft.Media/mediaservices/privateLinkResources@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":651},"Microsoft.Media/locations/mediaServicesOperationResults@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":656},"Microsoft.Media/mediaServices/assets/tracks/operationResults@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":660},"Microsoft.Media/mediaServices/transforms@2022-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2022-05-01-preview/types.json","Index":225},"Microsoft.Media/mediaServices/transforms/jobs@2022-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2022-05-01-preview/types.json","Index":357},"Microsoft.Media/mediaServices/transforms@2022-07-01":{"RelativePath":"mediaservices/microsoft.media/2022-07-01/types.json","Index":220},"Microsoft.Media/mediaServices/transforms/jobs@2022-07-01":{"RelativePath":"mediaservices/microsoft.media/2022-07-01/types.json","Index":352},"Microsoft.Media/mediaservices/liveEvents@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":67},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":77},"Microsoft.Media/mediaservices/streamingEndpoints@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":96},"Microsoft.Media/mediaServices/accountFilters@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":117},"Microsoft.Media/mediaServices/assets@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":125},"Microsoft.Media/mediaServices/assets/assetFilters@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":129},"Microsoft.Media/mediaServices/assets/tracks@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":150},"Microsoft.Media/mediaServices/contentKeyPolicies@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":224},"Microsoft.Media/mediaServices/streamingPolicies@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":257},"Microsoft.Media/mediaServices/streamingLocators@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":270},"Microsoft.Media/mediaservices/liveEvents/operationLocations@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":275},"Microsoft.Media/mediaservices/liveEvents/liveOutputs/operationLocations@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":279},"Microsoft.Media/mediaservices/streamingEndpoints/operationLocations@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":284},"Microsoft.Media/mediaServices/assets/tracks/operationResults@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":288},"Microsoft.Media/mediaservices/liveEvents@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":69},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":79},"Microsoft.Media/mediaservices/streamingEndpoints@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":98},"Microsoft.Media/mediaservices/liveEvents/operationLocations@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":103},"Microsoft.Media/mediaservices/liveEvents/liveOutputs/operationLocations@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":107},"Microsoft.Media/mediaservices/streamingEndpoints/operationLocations@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":112},"Microsoft.Media/mediaServices/accountFilters@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":39},"Microsoft.Media/mediaservices@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":94},"Microsoft.Media/mediaservices/privateEndpointConnections@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":98},"Microsoft.Media/mediaServices/assets@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":106},"Microsoft.Media/mediaServices/assets/assetFilters@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":110},"Microsoft.Media/mediaServices/assets/tracks@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":131},"Microsoft.Media/mediaServices/contentKeyPolicies@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":205},"Microsoft.Media/mediaServices/streamingPolicies@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":238},"Microsoft.Media/mediaServices/streamingLocators@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":251},"Microsoft.Media/mediaservices/privateLinkResources@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":258},"Microsoft.Media/locations/mediaServicesOperationResults@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":263},"Microsoft.Media/mediaServices/assets/tracks/operationResults@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":267},"Microsoft.Migrate/projects@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":24},"Microsoft.Migrate/projects/groups@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":31},"Microsoft.Migrate/projects/groups/assessments@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":169},"Microsoft.Migrate/projects/machines@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":184},"Microsoft.Migrate/projects/groups/assessments/assessedMachines@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":379},"Microsoft.Migrate/assessmentProjects@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":37},"Microsoft.Migrate/assessmentProjects/groups@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":49},"Microsoft.Migrate/assessmentProjects/groups/assessments@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":233},"Microsoft.Migrate/assessmentProjects/hypervcollectors@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":240},"Microsoft.Migrate/assessmentProjects/servercollectors@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":244},"Microsoft.Migrate/assessmentProjects/vmwarecollectors@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":248},"Microsoft.Migrate/assessmentProjects/importcollectors@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":253},"Microsoft.Migrate/assessmentprojects/privateEndpointConnections@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":257},"Microsoft.Migrate/assessmentProjects/assessmentOptions@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":270},"Microsoft.Migrate/assessmentProjects/machines@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":285},"Microsoft.Migrate/assessmentProjects/groups/assessments/assessedMachines@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":564},"Microsoft.Migrate/assessmentprojects/privateLinkResources@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":571},"Microsoft.Migrate/migrateProjects@2020-05-01":{"RelativePath":"migrate/microsoft.migrate/2020-05-01/types.json","Index":80},"Microsoft.Migrate/migrateProjects/privateEndpointConnections@2020-05-01":{"RelativePath":"migrate/microsoft.migrate/2020-05-01/types.json","Index":90},"Microsoft.Migrate/modernizeProjects/migrateAgents@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":31},"Microsoft.Migrate/modernizeProjects@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":54},"Microsoft.Migrate/modernizeProjects/workloadDeployments@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":249},"Microsoft.Migrate/modernizeProjects/workloadInstances@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":255},"Microsoft.Migrate/modernizeProjects/deployedResources@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":268},"Microsoft.Migrate/modernizeProjects/jobs@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":340},"Microsoft.OffAzure/HyperVSites/clusters@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":16},"Microsoft.OffAzure/HyperVSites/hosts@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":22},"Microsoft.OffAzure/HyperVSites@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":30},"Microsoft.OffAzure/VMwareSites@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":35},"Microsoft.OffAzure/VMwareSites/vCenters@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":41},"Microsoft.OffAzure/HyperVSites/clusters@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":16},"Microsoft.OffAzure/HyperVSites/hosts@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":22},"Microsoft.OffAzure/HyperVSites@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":41},"Microsoft.OffAzure/VMwareSites@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":46},"Microsoft.OffAzure/VMwareSites/vCenters@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":52},"Microsoft.OffAzure/MasterSites@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":77},"Microsoft.OffAzure/masterSites/privateEndpointConnections@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":81},"Microsoft.Migrate/migrateProjects@2018-09-01-preview":{"RelativePath":"migrateprojects/microsoft.migrate/2018-09-01-preview/types.json","Index":51},"Microsoft.Migrate/migrateProjects/solutions@2018-09-01-preview":{"RelativePath":"migrateprojects/microsoft.migrate/2018-09-01-preview/types.json","Index":92},"Microsoft.MixedReality/spatialAnchorsAccounts@2019-02-28-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2019-02-28-preview/types.json","Index":15},"Microsoft.MixedReality/remoteRenderingAccounts@2019-12-02-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2019-12-02-preview/types.json","Index":15},"Microsoft.MixedReality/spatialAnchorsAccounts@2019-12-02-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2019-12-02-preview/types.json","Index":20},"Microsoft.MixedReality/remoteRenderingAccounts@2020-04-06-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2020-04-06-preview/types.json","Index":32},"Microsoft.MixedReality/spatialAnchorsAccounts@2020-05-01":{"RelativePath":"mixedreality/microsoft.mixedreality/2020-05-01/types.json","Index":32},"Microsoft.MixedReality/spatialAnchorsAccounts@2021-01-01":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-01-01/types.json","Index":32},"Microsoft.MixedReality/remoteRenderingAccounts@2021-01-01":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-01-01/types.json","Index":37},"Microsoft.MixedReality/spatialAnchorsAccounts@2021-03-01-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":32},"Microsoft.MixedReality/remoteRenderingAccounts@2021-03-01-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":37},"Microsoft.MixedReality/objectAnchorsAccounts@2021-03-01-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":44},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":42},"Microsoft.MobileNetwork/mobileNetworks/dataNetworks@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":56},"Microsoft.MobileNetwork/mobileNetworks@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":71},"Microsoft.MobileNetwork/mobileNetworks/sites@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":87},"Microsoft.MobileNetwork/sims@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":112},"Microsoft.MobileNetwork/packetCoreControlPlanes@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":130},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":144},"Microsoft.MobileNetwork/mobileNetworks/services@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":187},"Microsoft.MobileNetwork/mobileNetworks/simPolicies@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":221},"Microsoft.MobileNetwork/mobileNetworks/slices@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":236},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":43},"Microsoft.MobileNetwork/mobileNetworks/dataNetworks@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":57},"Microsoft.MobileNetwork/mobileNetworks@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":72},"Microsoft.MobileNetwork/mobileNetworks/sites@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":88},"Microsoft.MobileNetwork/simGroups@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":112},"Microsoft.MobileNetwork/simGroups/sims@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":135},"Microsoft.MobileNetwork/packetCoreControlPlanes@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":169},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":183},"Microsoft.MobileNetwork/mobileNetworks/services@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":226},"Microsoft.MobileNetwork/mobileNetworks/simPolicies@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":260},"Microsoft.MobileNetwork/mobileNetworks/slices@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":275},"Microsoft.MobileNetwork/packetCoreControlPlaneVersions@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":298},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":43},"Microsoft.MobileNetwork/mobileNetworks/dataNetworks@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":57},"Microsoft.MobileNetwork/mobileNetworks@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":72},"Microsoft.MobileNetwork/packetCoreControlPlanes@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":136},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":150},"Microsoft.MobileNetwork/mobileNetworks/services@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":193},"Microsoft.MobileNetwork/simGroups/sims@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":224},"Microsoft.MobileNetwork/simGroups@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":240},"Microsoft.MobileNetwork/mobileNetworks/simPolicies@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":282},"Microsoft.MobileNetwork/mobileNetworks/sites@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":298},"Microsoft.MobileNetwork/mobileNetworks/slices@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":313},"Microsoft.MobileNetwork/packetCoreControlPlaneVersions@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":344},"Microsoft.Insights/alertrules@2014-04-01":{"RelativePath":"monitor/microsoft.insights/2014-04-01/types.json","Index":51},"Microsoft.Insights/autoscalesettings@2014-04-01":{"RelativePath":"monitor/microsoft.insights/2014-04-01/types.json","Index":122},"Microsoft.Insights/autoscalesettings@2015-04-01":{"RelativePath":"monitor/microsoft.insights/2015-04-01/types.json","Index":78},"microsoft.insights/diagnosticSettings@2015-07-01":{"RelativePath":"monitor/microsoft.insights/2015-07-01/types.json","Index":19},"Microsoft.Insights/alertrules@2016-03-01":{"RelativePath":"monitor/microsoft.insights/2016-03-01/types.json","Index":51},"Microsoft.Insights/logprofiles@2016-03-01":{"RelativePath":"monitor/microsoft.insights/2016-03-01/types.json","Index":60},"microsoft.insights/diagnosticSettings@2016-09-01":{"RelativePath":"monitor/microsoft.insights/2016-09-01/types.json","Index":19},"microsoft.insights/activityLogAlerts@2017-03-01-preview":{"RelativePath":"monitor/microsoft.insights/2017-03-01-preview/types.json","Index":21},"microsoft.insights/activityLogAlerts@2017-04-01":{"RelativePath":"monitor/microsoft.insights/2017-04-01/types.json","Index":21},"microsoft.insights/actionGroups@2017-04-01":{"RelativePath":"monitor/microsoft.insights/2017-04-01/types.json","Index":47},"Microsoft.Insights/diagnosticSettings@2017-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2017-05-01-preview/types.json","Index":17},"Microsoft.Insights/diagnosticSettingsCategories@2017-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2017-05-01-preview/types.json","Index":25},"Microsoft.Insights/metricAlerts@2018-03-01":{"RelativePath":"monitor/microsoft.insights/2018-03-01/types.json","Index":72},"microsoft.insights/actionGroups@2018-03-01":{"RelativePath":"monitor/microsoft.insights/2018-03-01/types.json","Index":104},"Microsoft.Insights/scheduledQueryRules@2018-04-16":{"RelativePath":"monitor/microsoft.insights/2018-04-16/types.json","Index":63},"microsoft.insights/guestDiagnosticSettingsAssociation@2018-06-01-preview":{"RelativePath":"monitor/microsoft.insights/2018-06-01-preview/types.json","Index":13},"microsoft.insights/guestDiagnosticSettings@2018-06-01-preview":{"RelativePath":"monitor/microsoft.insights/2018-06-01-preview/types.json","Index":43},"microsoft.insights/actionGroups@2018-09-01":{"RelativePath":"monitor/microsoft.insights/2018-09-01/types.json","Index":41},"Microsoft.Insights/vmInsightsOnboardingStatuses@2018-11-27-preview":{"RelativePath":"monitor/microsoft.insights/2018-11-27-preview/types.json","Index":24},"microsoft.insights/actionGroups@2019-03-01":{"RelativePath":"monitor/microsoft.insights/2019-03-01/types.json","Index":41},"microsoft.insights/actionGroups@2019-06-01":{"RelativePath":"monitor/microsoft.insights/2019-06-01/types.json","Index":41},"microsoft.insights/privateLinkScopes@2019-10-17-preview":{"RelativePath":"monitor/microsoft.insights/2019-10-17-preview/types.json","Index":18},"Microsoft.Insights/privateLinkScopes/privateEndpointConnections@2019-10-17-preview":{"RelativePath":"monitor/microsoft.insights/2019-10-17-preview/types.json","Index":22},"Microsoft.Insights/privateLinkScopes/scopedResources@2019-10-17-preview":{"RelativePath":"monitor/microsoft.insights/2019-10-17-preview/types.json","Index":27},"Microsoft.Insights/privateLinkScopes/privateLinkResources@2019-10-17-preview":{"RelativePath":"monitor/microsoft.insights/2019-10-17-preview/types.json","Index":33},"Microsoft.Insights/dataCollectionRuleAssociations@2019-11-01-preview":{"RelativePath":"monitor/microsoft.insights/2019-11-01-preview/types.json","Index":18},"Microsoft.Insights/dataCollectionRules@2019-11-01-preview":{"RelativePath":"monitor/microsoft.insights/2019-11-01-preview/types.json","Index":111},"microsoft.insights/diagnosticSettings@2020-01-01-preview":{"RelativePath":"monitor/microsoft.insights/2020-01-01-preview/types.json","Index":14},"Microsoft.Insights/scheduledQueryRules@2020-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2020-05-01-preview/types.json","Index":40},"Microsoft.Insights/activityLogAlerts@2020-10-01":{"RelativePath":"monitor/microsoft.insights/2020-10-01/types.json","Index":25},"Microsoft.Insights/scheduledQueryRules@2021-02-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-02-01-preview/types.json","Index":54},"Microsoft.Insights/dataCollectionEndpoints@2021-04-01":{"RelativePath":"monitor/microsoft.insights/2021-04-01/types.json","Index":39},"Microsoft.Insights/dataCollectionRuleAssociations@2021-04-01":{"RelativePath":"monitor/microsoft.insights/2021-04-01/types.json","Index":61},"Microsoft.Insights/dataCollectionRules@2021-04-01":{"RelativePath":"monitor/microsoft.insights/2021-04-01/types.json","Index":165},"Microsoft.Insights/diagnosticSettings@2021-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-05-01-preview/types.json","Index":28},"Microsoft.Insights/autoscalesettings@2021-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-05-01-preview/types.json","Index":104},"Microsoft.Insights/diagnosticSettingsCategories@2021-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-05-01-preview/types.json","Index":113},"microsoft.insights/privateLinkScopes@2021-07-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-07-01-preview/types.json","Index":53},"Microsoft.Insights/privateLinkScopes/privateEndpointConnections@2021-07-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-07-01-preview/types.json","Index":57},"Microsoft.Insights/privateLinkScopes/scopedResources@2021-07-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-07-01-preview/types.json","Index":62},"Microsoft.Insights/privateLinkScopes/privateLinkResources@2021-07-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-07-01-preview/types.json","Index":69},"Microsoft.Insights/scheduledQueryRules@2021-08-01":{"RelativePath":"monitor/microsoft.insights/2021-08-01/types.json","Index":54},"Microsoft.Insights/dataCollectionEndpoints@2021-09-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-09-01-preview/types.json","Index":39},"Microsoft.Insights/dataCollectionRuleAssociations@2021-09-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-09-01-preview/types.json","Index":62},"Microsoft.Insights/dataCollectionRules@2021-09-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-09-01-preview/types.json","Index":201},"Microsoft.Insights/actionGroups@2021-09-01":{"RelativePath":"monitor/microsoft.insights/2021-09-01/types.json","Index":43},"Microsoft.Insights/actionGroups@2022-04-01":{"RelativePath":"monitor/microsoft.insights/2022-04-01/types.json","Index":43},"Microsoft.Insights/dataCollectionEndpoints@2022-06-01":{"RelativePath":"monitor/microsoft.insights/2022-06-01/types.json","Index":63},"Microsoft.Insights/dataCollectionRuleAssociations@2022-06-01":{"RelativePath":"monitor/microsoft.insights/2022-06-01/types.json","Index":87},"Microsoft.Insights/dataCollectionRules@2022-06-01":{"RelativePath":"monitor/microsoft.insights/2022-06-01/types.json","Index":259},"Microsoft.Insights/actionGroups@2022-06-01":{"RelativePath":"monitor/microsoft.insights/2022-06-01/types.json","Index":295},"Microsoft.Insights/scheduledQueryRules@2022-06-15":{"RelativePath":"monitor/microsoft.insights/2022-06-15/types.json","Index":54},"Microsoft.Insights/scheduledQueryRules@2022-08-01-preview":{"RelativePath":"monitor/microsoft.insights/2022-08-01-preview/types.json","Index":66},"Microsoft.Insights/autoscalesettings@2022-10-01":{"RelativePath":"monitor/microsoft.insights/2022-10-01/types.json","Index":94},"Microsoft.Insights/activityLogAlerts@2023-01-01-preview":{"RelativePath":"monitor/microsoft.insights/2023-01-01-preview/types.json","Index":26},"Microsoft.Insights/actionGroups@2023-01-01":{"RelativePath":"monitor/microsoft.insights/2023-01-01/types.json","Index":43},"Microsoft.Monitor/accounts@2021-06-03-preview":{"RelativePath":"monitor/microsoft.monitor/2021-06-03-preview/types.json","Index":32},"Microsoft.ManagedIdentity/userAssignedIdentities@2015-08-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2015-08-31-preview/types.json","Index":13},"Microsoft.ManagedIdentity/identities@2015-08-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2015-08-31-preview/types.json","Index":19},"Microsoft.ManagedIdentity/userAssignedIdentities@2018-11-30":{"RelativePath":"msi/microsoft.managedidentity/2018-11-30/types.json","Index":13},"Microsoft.ManagedIdentity/identities@2018-11-30":{"RelativePath":"msi/microsoft.managedidentity/2018-11-30/types.json","Index":20},"Microsoft.ManagedIdentity/userAssignedIdentities@2021-09-30-preview":{"RelativePath":"msi/microsoft.managedidentity/2021-09-30-preview/types.json","Index":13},"Microsoft.ManagedIdentity/identities@2021-09-30-preview":{"RelativePath":"msi/microsoft.managedidentity/2021-09-30-preview/types.json","Index":20},"Microsoft.ManagedIdentity/userAssignedIdentities@2022-01-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2022-01-31-preview/types.json","Index":13},"Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials@2022-01-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2022-01-31-preview/types.json","Index":19},"Microsoft.ManagedIdentity/identities@2022-01-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2022-01-31-preview/types.json","Index":26},"Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31":{"RelativePath":"msi/microsoft.managedidentity/2023-01-31/types.json","Index":24},"Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials@2023-01-31":{"RelativePath":"msi/microsoft.managedidentity/2023-01-31/types.json","Index":30},"Microsoft.ManagedIdentity/identities@2023-01-31":{"RelativePath":"msi/microsoft.managedidentity/2023-01-31/types.json","Index":37},"Microsoft.DBforMySQL/servers@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":77},"Microsoft.DBforMySQL/servers/firewallRules@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":82},"Microsoft.DBforMySQL/servers/virtualNetworkRules@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":93},"Microsoft.DBforMySQL/servers/databases@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":98},"Microsoft.DBforMySQL/servers/configurations@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":103},"Microsoft.DBforMySQL/servers/administrators@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":110},"Microsoft.DBforMySQL/servers/securityAlertPolicies@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":122},"Microsoft.DBforMySQL/servers@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":77},"Microsoft.DBforMySQL/servers/firewallRules@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":82},"Microsoft.DBforMySQL/servers/virtualNetworkRules@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":93},"Microsoft.DBforMySQL/servers/databases@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":98},"Microsoft.DBforMySQL/servers/configurations@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":103},"Microsoft.DBforMySQL/servers/administrators@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":110},"Microsoft.DBforMySQL/servers/securityAlertPolicies@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":122},"Microsoft.DBforMySQL/servers/privateEndpointConnections@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":14},"Microsoft.DBforMySQL/servers/queryTexts@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":19},"Microsoft.DBforMySQL/servers/topQueryStatistics@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":25},"Microsoft.DBforMySQL/servers/waitStatistics@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":30},"Microsoft.DBforMySQL/servers/advisors@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":34},"Microsoft.DBforMySQL/servers/advisors/recommendedActions@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":40},"Microsoft.DBforMySQL/servers/privateLinkResources@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":46},"Microsoft.DBforMySQL/servers/keys@2020-01-01":{"RelativePath":"mysql/microsoft.dbformysql/2020-01-01/types.json","Index":14},"Microsoft.DBForMySql/flexibleServers@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":61},"Microsoft.DBForMySql/flexibleServers/keys@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":68},"Microsoft.DBForMySql/flexibleServers/firewallRules@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":73},"Microsoft.DBForMySql/flexibleServers/databases@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":78},"Microsoft.DBForMySql/flexibleServers/configurations@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":92},"Microsoft.DBforMySQL/flexibleServers@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":76},"Microsoft.DBforMySQL/flexibleServers/firewallRules@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":81},"Microsoft.DBforMySQL/flexibleServers/databases@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":86},"Microsoft.DBforMySQL/flexibleServers/backups@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":91},"Microsoft.DBforMySQL/flexibleServers/configurations@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":108},"Microsoft.DBforMySQL/flexibleServers@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":80},"Microsoft.DBforMySQL/flexibleServers/firewallRules@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":85},"Microsoft.DBforMySQL/flexibleServers/databases@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":90},"Microsoft.DBforMySQL/flexibleServers/backups@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":95},"Microsoft.DBforMySQL/flexibleServers/configurations@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":112},"Microsoft.DBforMySQL/flexibleServers/backups@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":23},"Microsoft.DBforMySQL/flexibleServers/databases@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":28},"Microsoft.DBforMySQL/flexibleServers/firewallRules@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":33},"Microsoft.DBforMySQL/flexibleServers@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":98},"Microsoft.DBforMySQL/flexibleServers/administrators@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":107},"Microsoft.DBforMySQL/flexibleServers/configurations@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":124},"Microsoft.NetApp/netAppAccounts@2017-08-15":{"RelativePath":"netapp/microsoft.netapp/2017-08-15/types.json","Index":14},"Microsoft.NetApp/netAppAccounts/capacityPools@2017-08-15":{"RelativePath":"netapp/microsoft.netapp/2017-08-15/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2017-08-15":{"RelativePath":"netapp/microsoft.netapp/2017-08-15/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2017-08-15":{"RelativePath":"netapp/microsoft.netapp/2017-08-15/types.json","Index":40},"Microsoft.NetApp/netAppAccounts@2019-05-01":{"RelativePath":"netapp/microsoft.netapp/2019-05-01/types.json","Index":14},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-05-01":{"RelativePath":"netapp/microsoft.netapp/2019-05-01/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-05-01":{"RelativePath":"netapp/microsoft.netapp/2019-05-01/types.json","Index":38},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-05-01":{"RelativePath":"netapp/microsoft.netapp/2019-05-01/types.json","Index":43},"Microsoft.NetApp/netAppAccounts@2019-06-01":{"RelativePath":"netapp/microsoft.netapp/2019-06-01/types.json","Index":14},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-06-01":{"RelativePath":"netapp/microsoft.netapp/2019-06-01/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-06-01":{"RelativePath":"netapp/microsoft.netapp/2019-06-01/types.json","Index":38},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-06-01":{"RelativePath":"netapp/microsoft.netapp/2019-06-01/types.json","Index":43},"Microsoft.NetApp/netAppAccounts@2019-07-01":{"RelativePath":"netapp/microsoft.netapp/2019-07-01/types.json","Index":14},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-07-01":{"RelativePath":"netapp/microsoft.netapp/2019-07-01/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-07-01":{"RelativePath":"netapp/microsoft.netapp/2019-07-01/types.json","Index":38},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-07-01":{"RelativePath":"netapp/microsoft.netapp/2019-07-01/types.json","Index":43},"Microsoft.NetApp/netAppAccounts@2019-08-01":{"RelativePath":"netapp/microsoft.netapp/2019-08-01/types.json","Index":15},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-08-01":{"RelativePath":"netapp/microsoft.netapp/2019-08-01/types.json","Index":25},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-08-01":{"RelativePath":"netapp/microsoft.netapp/2019-08-01/types.json","Index":43},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-08-01":{"RelativePath":"netapp/microsoft.netapp/2019-08-01/types.json","Index":49},"Microsoft.NetApp/netAppAccounts@2019-10-01":{"RelativePath":"netapp/microsoft.netapp/2019-10-01/types.json","Index":15},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-10-01":{"RelativePath":"netapp/microsoft.netapp/2019-10-01/types.json","Index":25},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-10-01":{"RelativePath":"netapp/microsoft.netapp/2019-10-01/types.json","Index":50},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-10-01":{"RelativePath":"netapp/microsoft.netapp/2019-10-01/types.json","Index":56},"Microsoft.NetApp/netAppAccounts@2019-11-01":{"RelativePath":"netapp/microsoft.netapp/2019-11-01/types.json","Index":15},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-11-01":{"RelativePath":"netapp/microsoft.netapp/2019-11-01/types.json","Index":25},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-11-01":{"RelativePath":"netapp/microsoft.netapp/2019-11-01/types.json","Index":50},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-11-01":{"RelativePath":"netapp/microsoft.netapp/2019-11-01/types.json","Index":55},"Microsoft.NetApp/netAppAccounts@2020-02-01":{"RelativePath":"netapp/microsoft.netapp/2020-02-01/types.json","Index":16},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-02-01":{"RelativePath":"netapp/microsoft.netapp/2020-02-01/types.json","Index":26},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-02-01":{"RelativePath":"netapp/microsoft.netapp/2020-02-01/types.json","Index":52},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-02-01":{"RelativePath":"netapp/microsoft.netapp/2020-02-01/types.json","Index":57},"Microsoft.NetApp/netAppAccounts@2020-03-01":{"RelativePath":"netapp/microsoft.netapp/2020-03-01/types.json","Index":16},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-03-01":{"RelativePath":"netapp/microsoft.netapp/2020-03-01/types.json","Index":26},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-03-01":{"RelativePath":"netapp/microsoft.netapp/2020-03-01/types.json","Index":54},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-03-01":{"RelativePath":"netapp/microsoft.netapp/2020-03-01/types.json","Index":59},"Microsoft.NetApp/netAppAccounts@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":16},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":26},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":53},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":58},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":68},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":76},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":84},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":88},"Microsoft.NetApp/netAppAccounts@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":22},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":65},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":70},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":80},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":88},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":96},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":100},"Microsoft.NetApp/netAppAccounts@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":22},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":65},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":70},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":80},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":88},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":96},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":100},"Microsoft.NetApp/netAppAccounts@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":22},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":65},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":70},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":80},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":88},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":96},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":100},"Microsoft.NetApp/netAppAccounts@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":36},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":66},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":71},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":81},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":89},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":97},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":101},"Microsoft.NetApp/netAppAccounts@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":37},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":50},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":80},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":85},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":95},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":103},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":111},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":115},"Microsoft.NetApp/netAppAccounts@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":48},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":78},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":83},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":93},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":101},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":109},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":113},"Microsoft.NetApp/netAppAccounts@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":48},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":78},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":83},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":93},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":101},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":109},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":113},"Microsoft.NetApp/netAppAccounts@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":48},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":85},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":90},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":100},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":108},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":116},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":120},"Microsoft.NetApp/netAppAccounts@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":36},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":52},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":85},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":90},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":100},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":108},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":116},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":120},"Microsoft.NetApp/netAppAccounts@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":36},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":53},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":97},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":102},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":112},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":120},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":128},"Microsoft.NetApp/locations/quotaLimits@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":133},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":137},"Microsoft.NetApp/netAppAccounts@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":36},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":53},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":99},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":104},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":114},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":122},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":130},"Microsoft.NetApp/netAppAccounts/volumeGroups@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":143},"Microsoft.NetApp/locations/quotaLimits@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":148},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":152},"Microsoft.NetApp/netAppAccounts@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":37},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":54},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":103},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":108},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":118},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":126},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":134},"Microsoft.NetApp/netAppAccounts/volumeGroups@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":147},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":152},"Microsoft.NetApp/locations/quotaLimits@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":157},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":161},"Microsoft.NetApp/netAppAccounts@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":37},"Microsoft.NetApp/netAppAccounts/capacityPools@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":54},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":106},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":111},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":121},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":129},"Microsoft.NetApp/netAppAccounts/backupPolicies@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":137},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":156},"Microsoft.NetApp/netAppAccounts/volumeGroups@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":168},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":173},"Microsoft.NetApp/locations/quotaLimits@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":178},"Microsoft.NetApp/netAppAccounts/accountBackups@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":182},"Microsoft.NetApp/netAppAccounts@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":37},"Microsoft.NetApp/netAppAccounts/capacityPools@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":54},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":107},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":112},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":122},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":130},"Microsoft.NetApp/netAppAccounts/backupPolicies@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":138},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":157},"Microsoft.NetApp/netAppAccounts/volumeGroups@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":169},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":174},"Microsoft.NetApp/locations/quotaLimits@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":179},"Microsoft.NetApp/netAppAccounts/accountBackups@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":183},"Microsoft.NetApp/netAppAccounts@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":56},"Microsoft.NetApp/netAppAccounts/capacityPools@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":73},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":132},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":137},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":147},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":155},"Microsoft.NetApp/netAppAccounts/backupPolicies@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":163},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":182},"Microsoft.NetApp/netAppAccounts/volumeGroups@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":194},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":199},"Microsoft.NetApp/locations/quotaLimits@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":204},"Microsoft.NetApp/netAppAccounts/accountBackups@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":208},"Microsoft.NetApp/netAppAccounts@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":56},"Microsoft.NetApp/netAppAccounts/capacityPools@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":73},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":137},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":142},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":152},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":160},"Microsoft.NetApp/netAppAccounts/backupPolicies@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":168},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":187},"Microsoft.NetApp/netAppAccounts/volumeGroups@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":199},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":204},"Microsoft.NetApp/locations/quotaLimits@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":209},"Microsoft.NetApp/netAppAccounts/accountBackups@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":213},"microsoft.compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2015-05-01-preview":{"RelativePath":"network/microsoft.compute/2015-05-01-preview/types.json","Index":25},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2015-06-15":{"RelativePath":"network/microsoft.compute/2015-06-15/types.json","Index":83},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2016-03-30":{"RelativePath":"network/microsoft.compute/2016-03-30/types.json","Index":95},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2016-06-01":{"RelativePath":"network/microsoft.compute/2016-06-01/types.json","Index":98},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2016-09-01":{"RelativePath":"network/microsoft.compute/2016-09-01/types.json","Index":98},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2016-12-01":{"RelativePath":"network/microsoft.compute/2016-12-01/types.json","Index":98},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-03-01":{"RelativePath":"network/microsoft.compute/2017-03-01/types.json","Index":98},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-03-01":{"RelativePath":"network/microsoft.compute/2017-03-01/types.json","Index":103},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-03-30":{"RelativePath":"network/microsoft.compute/2017-03-30/types.json","Index":98},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-03-30":{"RelativePath":"network/microsoft.compute/2017-03-30/types.json","Index":103},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-06-01":{"RelativePath":"network/microsoft.compute/2017-06-01/types.json","Index":106},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-06-01":{"RelativePath":"network/microsoft.compute/2017-06-01/types.json","Index":112},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-08-01":{"RelativePath":"network/microsoft.compute/2017-08-01/types.json","Index":110},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-08-01":{"RelativePath":"network/microsoft.compute/2017-08-01/types.json","Index":116},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-09-01":{"RelativePath":"network/microsoft.compute/2017-09-01/types.json","Index":117},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2017-09-01":{"RelativePath":"network/microsoft.compute/2017-09-01/types.json","Index":121},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-09-01":{"RelativePath":"network/microsoft.compute/2017-09-01/types.json","Index":127},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-10-01":{"RelativePath":"network/microsoft.compute/2017-10-01/types.json","Index":117},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2017-10-01":{"RelativePath":"network/microsoft.compute/2017-10-01/types.json","Index":121},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-10-01":{"RelativePath":"network/microsoft.compute/2017-10-01/types.json","Index":127},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-11-01":{"RelativePath":"network/microsoft.compute/2017-11-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2017-11-01":{"RelativePath":"network/microsoft.compute/2017-11-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-11-01":{"RelativePath":"network/microsoft.compute/2017-11-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-01-01":{"RelativePath":"network/microsoft.compute/2018-01-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-01-01":{"RelativePath":"network/microsoft.compute/2018-01-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-01-01":{"RelativePath":"network/microsoft.compute/2018-01-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-02-01":{"RelativePath":"network/microsoft.compute/2018-02-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-02-01":{"RelativePath":"network/microsoft.compute/2018-02-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-02-01":{"RelativePath":"network/microsoft.compute/2018-02-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-04-01":{"RelativePath":"network/microsoft.compute/2018-04-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-04-01":{"RelativePath":"network/microsoft.compute/2018-04-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-04-01":{"RelativePath":"network/microsoft.compute/2018-04-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-06-01":{"RelativePath":"network/microsoft.compute/2018-06-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-06-01":{"RelativePath":"network/microsoft.compute/2018-06-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-06-01":{"RelativePath":"network/microsoft.compute/2018-06-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-07-01":{"RelativePath":"network/microsoft.compute/2018-07-01/types.json","Index":128},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-07-01":{"RelativePath":"network/microsoft.compute/2018-07-01/types.json","Index":132},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-07-01":{"RelativePath":"network/microsoft.compute/2018-07-01/types.json","Index":138},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-08-01":{"RelativePath":"network/microsoft.compute/2018-08-01/types.json","Index":165},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-08-01":{"RelativePath":"network/microsoft.compute/2018-08-01/types.json","Index":169},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-08-01":{"RelativePath":"network/microsoft.compute/2018-08-01/types.json","Index":175},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-10-01":{"RelativePath":"network/microsoft.compute/2018-10-01/types.json","Index":165},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-10-01":{"RelativePath":"network/microsoft.compute/2018-10-01/types.json","Index":169},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-10-01":{"RelativePath":"network/microsoft.compute/2018-10-01/types.json","Index":175},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-11-01":{"RelativePath":"network/microsoft.compute/2018-11-01/types.json","Index":169},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-11-01":{"RelativePath":"network/microsoft.compute/2018-11-01/types.json","Index":173},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-11-01":{"RelativePath":"network/microsoft.compute/2018-11-01/types.json","Index":179},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-12-01":{"RelativePath":"network/microsoft.compute/2018-12-01/types.json","Index":169},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-12-01":{"RelativePath":"network/microsoft.compute/2018-12-01/types.json","Index":173},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-12-01":{"RelativePath":"network/microsoft.compute/2018-12-01/types.json","Index":179},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-02-01":{"RelativePath":"network/microsoft.compute/2019-02-01/types.json","Index":171},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-02-01":{"RelativePath":"network/microsoft.compute/2019-02-01/types.json","Index":175},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-02-01":{"RelativePath":"network/microsoft.compute/2019-02-01/types.json","Index":181},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-04-01":{"RelativePath":"network/microsoft.compute/2019-04-01/types.json","Index":190},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-04-01":{"RelativePath":"network/microsoft.compute/2019-04-01/types.json","Index":194},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-04-01":{"RelativePath":"network/microsoft.compute/2019-04-01/types.json","Index":200},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-06-01":{"RelativePath":"network/microsoft.compute/2019-06-01/types.json","Index":190},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-06-01":{"RelativePath":"network/microsoft.compute/2019-06-01/types.json","Index":194},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-06-01":{"RelativePath":"network/microsoft.compute/2019-06-01/types.json","Index":200},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-07-01":{"RelativePath":"network/microsoft.compute/2019-07-01/types.json","Index":307},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-07-01":{"RelativePath":"network/microsoft.compute/2019-07-01/types.json","Index":311},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-07-01":{"RelativePath":"network/microsoft.compute/2019-07-01/types.json","Index":317},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-08-01":{"RelativePath":"network/microsoft.compute/2019-08-01/types.json","Index":308},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-08-01":{"RelativePath":"network/microsoft.compute/2019-08-01/types.json","Index":312},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-08-01":{"RelativePath":"network/microsoft.compute/2019-08-01/types.json","Index":318},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-09-01":{"RelativePath":"network/microsoft.compute/2019-09-01/types.json","Index":308},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-09-01":{"RelativePath":"network/microsoft.compute/2019-09-01/types.json","Index":312},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-09-01":{"RelativePath":"network/microsoft.compute/2019-09-01/types.json","Index":318},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-11-01":{"RelativePath":"network/microsoft.compute/2019-11-01/types.json","Index":308},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-11-01":{"RelativePath":"network/microsoft.compute/2019-11-01/types.json","Index":312},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-11-01":{"RelativePath":"network/microsoft.compute/2019-11-01/types.json","Index":318},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-12-01":{"RelativePath":"network/microsoft.compute/2019-12-01/types.json","Index":323},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-12-01":{"RelativePath":"network/microsoft.compute/2019-12-01/types.json","Index":327},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-12-01":{"RelativePath":"network/microsoft.compute/2019-12-01/types.json","Index":333},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-03-01":{"RelativePath":"network/microsoft.compute/2020-03-01/types.json","Index":327},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-03-01":{"RelativePath":"network/microsoft.compute/2020-03-01/types.json","Index":331},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-03-01":{"RelativePath":"network/microsoft.compute/2020-03-01/types.json","Index":337},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-04-01":{"RelativePath":"network/microsoft.compute/2020-04-01/types.json","Index":330},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-04-01":{"RelativePath":"network/microsoft.compute/2020-04-01/types.json","Index":334},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-04-01":{"RelativePath":"network/microsoft.compute/2020-04-01/types.json","Index":340},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-05-01":{"RelativePath":"network/microsoft.compute/2020-05-01/types.json","Index":330},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-05-01":{"RelativePath":"network/microsoft.compute/2020-05-01/types.json","Index":334},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-05-01":{"RelativePath":"network/microsoft.compute/2020-05-01/types.json","Index":340},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-06-01":{"RelativePath":"network/microsoft.compute/2020-06-01/types.json","Index":330},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-06-01":{"RelativePath":"network/microsoft.compute/2020-06-01/types.json","Index":334},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-06-01":{"RelativePath":"network/microsoft.compute/2020-06-01/types.json","Index":340},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":403},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":407},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":412},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":418},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":424},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":417},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":421},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":426},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":432},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":438},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":417},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":422},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":426},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":432},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":438},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":430},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":435},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":439},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":445},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":451},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":435},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":440},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":444},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":450},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":456},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":438},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":443},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":447},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":453},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":459},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":447},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":452},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":456},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":462},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":468},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":447},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":452},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":456},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":462},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":468},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":448},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":453},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":457},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":463},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":469},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":448},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":453},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":457},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":463},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":469},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":448},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":453},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":457},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":463},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":469},"Microsoft.Network/applicationGateways@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":67},"Microsoft.Network/expressRouteCircuits@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":110},"Microsoft.Network/expressRouteCircuits/peerings@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":114},"Microsoft.Network/loadBalancers@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":168},"Microsoft.Network/localNetworkGateways@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":176},"Microsoft.Network/networkInterfaces@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":193},"Microsoft.Network/routeTables@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":209},"Microsoft.Network/networkSecurityGroups@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":231},"Microsoft.Network/publicIPAddresses@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":241},"Microsoft.Network/routeTables/routes@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":245},"Microsoft.Network/networkSecurityGroups/securityRules@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":249},"Microsoft.Network/expressRouteCircuits/authorizations@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":253},"Microsoft.Network/virtualnetworks/subnets@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":259},"Microsoft.Network/connections@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":292},"Microsoft.Network/virtualnetworkgateways@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":297},"Microsoft.Network/virtualnetworks@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":307},"Microsoft.Network/applicationGateways@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":151},"Microsoft.Network/expressRouteCircuits/authorizations@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":159},"Microsoft.Network/expressRouteCircuits/peerings@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":179},"Microsoft.Network/expressRouteCircuits@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":202},"Microsoft.Network/loadBalancers@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":247},"Microsoft.Network/networkInterfaces@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":252},"Microsoft.Network/networkSecurityGroups@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":257},"Microsoft.Network/networkSecurityGroups/securityRules@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":261},"Microsoft.Network/publicIPAddresses@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":266},"Microsoft.Network/routeTables@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":271},"Microsoft.Network/routeTables/routes@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":275},"Microsoft.Network/virtualNetworks@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":286},"Microsoft.Network/virtualnetworks/subnets@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":290},"Microsoft.Network/virtualNetworkGateways@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":325},"Microsoft.Network/connections@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":346},"Microsoft.Network/localNetworkGateways@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":351},"Microsoft.Network/applicationGateways@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":158},"Microsoft.Network/expressRouteCircuits/authorizations@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":166},"Microsoft.Network/expressRouteCircuits/peerings@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":186},"Microsoft.Network/expressRouteCircuits@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":209},"Microsoft.Network/loadBalancers@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":254},"Microsoft.Network/localNetworkGateways@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":263},"Microsoft.Network/networkInterfaces@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":268},"Microsoft.Network/networkSecurityGroups@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":273},"Microsoft.Network/publicIPAddresses@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":278},"Microsoft.Network/routeTables@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":283},"Microsoft.Network/routeTables/routes@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":287},"Microsoft.Network/networkSecurityGroups/securityRules@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":291},"Microsoft.Network/virtualNetworks/subnets@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":295},"Microsoft.Network/connections@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":344},"Microsoft.Network/virtualNetworkGateways@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":349},"Microsoft.Network/virtualNetworks@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":358},"Microsoft.Network/applicationGateways@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":171},"Microsoft.Network/expressRouteCircuits/authorizations@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":179},"Microsoft.Network/expressRouteCircuits/peerings@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":199},"Microsoft.Network/expressRouteCircuits@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":222},"Microsoft.Network/loadBalancers@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":267},"Microsoft.Network/localNetworkGateways@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":276},"Microsoft.Network/networkInterfaces@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":281},"Microsoft.Network/networkSecurityGroups@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":286},"Microsoft.Network/publicIPAddresses@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":291},"Microsoft.Network/routeTables@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":296},"Microsoft.Network/routeTables/routes@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":300},"Microsoft.Network/networkSecurityGroups/securityRules@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":304},"Microsoft.Network/virtualNetworks/subnets@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":308},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":317},"Microsoft.Network/connections@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":368},"Microsoft.Network/virtualNetworkGateways@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":373},"Microsoft.Network/virtualNetworks@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":384},"Microsoft.Network/networkInterfaces@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":98},"Microsoft.Network/applicationGateways@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":183},"Microsoft.Network/expressRouteCircuits/authorizations@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":191},"Microsoft.Network/expressRouteCircuits/peerings@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":211},"Microsoft.Network/expressRouteCircuits@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":234},"Microsoft.Network/loadBalancers@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":279},"Microsoft.Network/networkSecurityGroups@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":284},"Microsoft.Network/networkSecurityGroups/securityRules@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":288},"Microsoft.Network/networkWatchers@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":299},"Microsoft.Network/networkWatchers/packetCaptures@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":316},"Microsoft.Network/publicIPAddresses@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":321},"Microsoft.Network/routeTables@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":326},"Microsoft.Network/routeTables/routes@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":330},"Microsoft.Network/virtualNetworks@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":348},"Microsoft.Network/virtualNetworks/subnets@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":352},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":356},"Microsoft.Network/virtualNetworkGateways@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":393},"Microsoft.Network/connections@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":421},"Microsoft.Network/localNetworkGateways@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":426},"Microsoft.Network/networkInterfaces@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":98},"Microsoft.Network/applicationGateways@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":184},"Microsoft.Network/expressRouteCircuits/authorizations@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":192},"Microsoft.Network/expressRouteCircuits/peerings@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":227},"Microsoft.Network/expressRouteCircuits@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":249},"Microsoft.Network/loadBalancers@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":294},"Microsoft.Network/networkSecurityGroups@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":299},"Microsoft.Network/networkSecurityGroups/securityRules@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":303},"Microsoft.Network/networkWatchers@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":314},"Microsoft.Network/networkWatchers/packetCaptures@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":331},"Microsoft.Network/publicIPAddresses@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":336},"Microsoft.Network/routeFilters@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":341},"Microsoft.Network/routeFilters/routeFilterRules@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":346},"Microsoft.Network/routeTables@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":351},"Microsoft.Network/routeTables/routes@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":355},"Microsoft.Network/virtualNetworks@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":373},"Microsoft.Network/virtualNetworks/subnets@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":377},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":381},"Microsoft.Network/virtualNetworkGateways@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":418},"Microsoft.Network/connections@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":446},"Microsoft.Network/localNetworkGateways@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":451},"Microsoft.Network/applicationGateways@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":182},"Microsoft.Network/expressRouteCircuits/authorizations@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":190},"Microsoft.Network/expressRouteCircuits/peerings@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":229},"Microsoft.Network/expressRouteCircuits@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":251},"Microsoft.Network/loadBalancers@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":296},"Microsoft.Network/networkInterfaces@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":301},"Microsoft.Network/networkSecurityGroups@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":306},"Microsoft.Network/networkSecurityGroups/securityRules@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":310},"Microsoft.Network/networkWatchers@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":321},"Microsoft.Network/networkWatchers/packetCaptures@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":338},"Microsoft.Network/publicIPAddresses@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":343},"Microsoft.Network/routeFilters@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":348},"Microsoft.Network/routeFilters/routeFilterRules@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":353},"Microsoft.Network/routeTables@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":358},"Microsoft.Network/routeTables/routes@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":362},"Microsoft.Network/virtualNetworks@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":380},"Microsoft.Network/virtualNetworks/subnets@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":384},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":388},"Microsoft.Network/virtualNetworkGateways@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":431},"Microsoft.Network/connections@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":506},"Microsoft.Network/localNetworkGateways@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":511},"Microsoft.Network/applicationGateways@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":182},"Microsoft.Network/expressRouteCircuits/authorizations@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":190},"Microsoft.Network/expressRouteCircuits/peerings@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":229},"Microsoft.Network/expressRouteCircuits@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":251},"Microsoft.Network/loadBalancers@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":296},"Microsoft.Network/networkInterfaces@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":301},"Microsoft.Network/networkSecurityGroups@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":306},"Microsoft.Network/networkSecurityGroups/securityRules@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":310},"Microsoft.Network/networkWatchers@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":321},"Microsoft.Network/networkWatchers/packetCaptures@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":338},"Microsoft.Network/publicIPAddresses@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":343},"Microsoft.Network/routeFilters@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":348},"Microsoft.Network/routeFilters/routeFilterRules@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":353},"Microsoft.Network/routeTables@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":358},"Microsoft.Network/routeTables/routes@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":362},"Microsoft.Network/virtualNetworks@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":380},"Microsoft.Network/virtualNetworks/subnets@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":384},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":388},"Microsoft.Network/virtualNetworkGateways@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":431},"Microsoft.Network/connections@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":506},"Microsoft.Network/localNetworkGateways@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":511},"Microsoft.Network/applicationGateways@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":244},"Microsoft.Network/expressRouteCircuits/authorizations@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":252},"Microsoft.Network/expressRouteCircuits/peerings@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":292},"Microsoft.Network/expressRouteCircuits@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":315},"Microsoft.Network/loadBalancers@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":361},"Microsoft.Network/loadBalancers/inboundNatRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":365},"Microsoft.Network/networkInterfaces@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":370},"Microsoft.Network/networkSecurityGroups@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":375},"Microsoft.Network/networkSecurityGroups/securityRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":379},"Microsoft.Network/networkWatchers@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":390},"Microsoft.Network/networkWatchers/packetCaptures@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":407},"Microsoft.Network/publicIPAddresses@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":413},"Microsoft.Network/routeFilters@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":418},"Microsoft.Network/routeFilters/routeFilterRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":423},"Microsoft.Network/routeTables@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":428},"Microsoft.Network/routeTables/routes@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":432},"Microsoft.Network/virtualNetworks@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":450},"Microsoft.Network/virtualNetworks/subnets@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":454},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":458},"Microsoft.Network/virtualNetworkGateways@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":505},"Microsoft.Network/connections@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":580},"Microsoft.Network/localNetworkGateways@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":585},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":632},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":671},"Microsoft.Network/loadBalancers/backendAddressPools@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":675},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":680},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":684},"Microsoft.Network/loadBalancers/probes@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":688},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":692},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":696},"Microsoft.Network/applicationGateways@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":248},"Microsoft.Network/expressRouteCircuits/authorizations@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":256},"Microsoft.Network/expressRouteCircuits/peerings@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":296},"Microsoft.Network/expressRouteCircuits@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":318},"Microsoft.Network/loadBalancers@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":368},"Microsoft.Network/loadBalancers/inboundNatRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":372},"Microsoft.Network/networkInterfaces@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":377},"Microsoft.Network/networkSecurityGroups@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":382},"Microsoft.Network/networkSecurityGroups/securityRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":386},"Microsoft.Network/networkWatchers@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":397},"Microsoft.Network/networkWatchers/packetCaptures@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":414},"Microsoft.Network/publicIPAddresses@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":420},"Microsoft.Network/routeFilters@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":425},"Microsoft.Network/routeFilters/routeFilterRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":430},"Microsoft.Network/routeTables@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":435},"Microsoft.Network/routeTables/routes@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":439},"Microsoft.Network/virtualNetworks@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":457},"Microsoft.Network/virtualNetworks/subnets@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":461},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":465},"Microsoft.Network/virtualNetworkGateways@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":512},"Microsoft.Network/connections@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":587},"Microsoft.Network/localNetworkGateways@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":592},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":639},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":678},"Microsoft.Network/loadBalancers/backendAddressPools@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":682},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":687},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":691},"Microsoft.Network/loadBalancers/probes@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":695},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":699},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":703},"Microsoft.Network/applicationGateways@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":255},"Microsoft.Network/applicationSecurityGroups@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":260},"Microsoft.Network/expressRouteCircuits/authorizations@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":268},"Microsoft.Network/expressRouteCircuits/peerings@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":308},"Microsoft.Network/expressRouteCircuits@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":330},"Microsoft.Network/loadBalancers@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":382},"Microsoft.Network/loadBalancers/inboundNatRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":386},"Microsoft.Network/networkInterfaces@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":391},"Microsoft.Network/networkSecurityGroups@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":396},"Microsoft.Network/networkSecurityGroups/securityRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":400},"Microsoft.Network/networkWatchers@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":411},"Microsoft.Network/networkWatchers/packetCaptures@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":428},"Microsoft.Network/publicIPAddresses@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":434},"Microsoft.Network/routeFilters@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":439},"Microsoft.Network/routeFilters/routeFilterRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":444},"Microsoft.Network/routeTables@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":449},"Microsoft.Network/routeTables/routes@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":453},"Microsoft.Network/virtualNetworks@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":471},"Microsoft.Network/virtualNetworks/subnets@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":475},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":479},"Microsoft.Network/virtualNetworkGateways@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":526},"Microsoft.Network/connections@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":601},"Microsoft.Network/localNetworkGateways@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":606},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":653},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":692},"Microsoft.Network/loadBalancers/backendAddressPools@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":696},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":701},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":705},"Microsoft.Network/loadBalancers/probes@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":709},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":713},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":717},"Microsoft.Network/applicationGateways@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":255},"Microsoft.Network/applicationSecurityGroups@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":260},"Microsoft.Network/expressRouteCircuits/authorizations@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":268},"Microsoft.Network/expressRouteCircuits/peerings@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":308},"Microsoft.Network/expressRouteCircuits@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":330},"Microsoft.Network/loadBalancers@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":382},"Microsoft.Network/loadBalancers/inboundNatRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":386},"Microsoft.Network/networkInterfaces@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":391},"Microsoft.Network/networkSecurityGroups@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":396},"Microsoft.Network/networkSecurityGroups/securityRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":400},"Microsoft.Network/networkWatchers@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":411},"Microsoft.Network/networkWatchers/packetCaptures@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":428},"Microsoft.Network/networkWatchers/connectionMonitors@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":441},"Microsoft.Network/publicIPAddresses@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":447},"Microsoft.Network/routeFilters@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":452},"Microsoft.Network/routeFilters/routeFilterRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":457},"Microsoft.Network/routeTables@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":462},"Microsoft.Network/routeTables/routes@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":466},"Microsoft.Network/virtualNetworks@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":484},"Microsoft.Network/virtualNetworks/subnets@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":488},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":492},"Microsoft.Network/virtualNetworkGateways@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":539},"Microsoft.Network/connections@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":614},"Microsoft.Network/localNetworkGateways@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":619},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":666},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":705},"Microsoft.Network/loadBalancers/backendAddressPools@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":709},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":714},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":718},"Microsoft.Network/loadBalancers/probes@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":722},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":726},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":730},"Microsoft.Network/applicationGateways@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":257},"Microsoft.Network/applicationSecurityGroups@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":262},"Microsoft.Network/expressRouteCircuits/authorizations@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":270},"Microsoft.Network/expressRouteCircuits/peerings@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":309},"Microsoft.Network/expressRouteCircuits@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":331},"Microsoft.Network/loadBalancers@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":383},"Microsoft.Network/loadBalancers/inboundNatRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":387},"Microsoft.Network/networkInterfaces@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":392},"Microsoft.Network/networkSecurityGroups@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":397},"Microsoft.Network/networkSecurityGroups/securityRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":401},"Microsoft.Network/networkWatchers@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":412},"Microsoft.Network/networkWatchers/packetCaptures@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":429},"Microsoft.Network/networkWatchers/connectionMonitors@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":442},"Microsoft.Network/publicIPAddresses@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":448},"Microsoft.Network/routeFilters@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":453},"Microsoft.Network/routeFilters/routeFilterRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":457},"Microsoft.Network/routeTables@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":462},"Microsoft.Network/routeTables/routes@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":466},"Microsoft.Network/virtualNetworks@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":484},"Microsoft.Network/virtualNetworks/subnets@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":488},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":492},"Microsoft.Network/virtualNetworkGateways@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":539},"Microsoft.Network/connections@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":614},"Microsoft.Network/localNetworkGateways@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":619},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":666},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":705},"Microsoft.Network/loadBalancers/backendAddressPools@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":709},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":714},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":718},"Microsoft.Network/loadBalancers/probes@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":722},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":726},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":730},"Microsoft.Network/applicationGateways@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":257},"Microsoft.Network/applicationSecurityGroups@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":262},"Microsoft.Network/expressRouteCircuits/authorizations@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":270},"Microsoft.Network/expressRouteCircuits/peerings@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":309},"Microsoft.Network/expressRouteCircuits@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":331},"Microsoft.Network/loadBalancers@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":383},"Microsoft.Network/loadBalancers/inboundNatRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":387},"Microsoft.Network/networkInterfaces@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":392},"Microsoft.Network/networkSecurityGroups@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":397},"Microsoft.Network/networkSecurityGroups/securityRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":401},"Microsoft.Network/networkWatchers@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":412},"Microsoft.Network/networkWatchers/packetCaptures@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":429},"Microsoft.Network/networkWatchers/connectionMonitors@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":442},"Microsoft.Network/publicIPAddresses@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":448},"Microsoft.Network/routeFilters@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":453},"Microsoft.Network/routeFilters/routeFilterRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":457},"Microsoft.Network/routeTables@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":462},"Microsoft.Network/routeTables/routes@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":466},"Microsoft.Network/virtualNetworks@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":484},"Microsoft.Network/virtualNetworks/subnets@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":488},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":492},"Microsoft.Network/virtualNetworkGateways@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":539},"Microsoft.Network/connections@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":614},"Microsoft.Network/localNetworkGateways@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":619},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":666},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":705},"Microsoft.Network/loadBalancers/backendAddressPools@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":709},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":714},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":718},"Microsoft.Network/loadBalancers/probes@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":722},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":726},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":730},"Microsoft.Network/applicationGateways@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":257},"Microsoft.Network/applicationSecurityGroups@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":262},"Microsoft.Network/ddosProtectionPlans@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":269},"Microsoft.Network/expressRouteCircuits/authorizations@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":277},"Microsoft.Network/expressRouteCircuits/peerings@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":323},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":327},"Microsoft.Network/expressRouteCircuits@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":349},"Microsoft.Network/expressRouteCrossConnections@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":371},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":375},"Microsoft.Network/loadBalancers@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":428},"Microsoft.Network/loadBalancers/inboundNatRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":432},"Microsoft.Network/networkInterfaces@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":437},"Microsoft.Network/networkSecurityGroups@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":442},"Microsoft.Network/networkSecurityGroups/securityRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":446},"Microsoft.Network/networkWatchers@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":457},"Microsoft.Network/networkWatchers/packetCaptures@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":474},"Microsoft.Network/networkWatchers/connectionMonitors@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":487},"Microsoft.Network/publicIPAddresses@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":493},"Microsoft.Network/routeFilters@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":498},"Microsoft.Network/routeFilters/routeFilterRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":502},"Microsoft.Network/routeTables@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":507},"Microsoft.Network/routeTables/routes@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":511},"Microsoft.Network/virtualNetworks@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":529},"Microsoft.Network/virtualNetworks/subnets@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":533},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":537},"Microsoft.Network/virtualNetworkGateways@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":637},"Microsoft.Network/connections@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":666},"Microsoft.Network/localNetworkGateways@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":671},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":718},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":757},"Microsoft.Network/loadBalancers/backendAddressPools@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":761},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":766},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":770},"Microsoft.Network/loadBalancers/probes@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":774},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":778},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":782},"Microsoft.Network/azureFirewalls@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":67},"Microsoft.Network/applicationGateways@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":323},"Microsoft.Network/applicationSecurityGroups@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":328},"Microsoft.Network/ddosProtectionPlans@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":335},"Microsoft.Network/expressRouteCircuits/authorizations@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":343},"Microsoft.Network/expressRouteCircuits/peerings@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":389},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":393},"Microsoft.Network/expressRouteCircuits@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":415},"Microsoft.Network/expressRouteCrossConnections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":437},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":441},"Microsoft.Network/loadBalancers@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":494},"Microsoft.Network/loadBalancers/inboundNatRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":498},"Microsoft.Network/networkInterfaces@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":503},"Microsoft.Network/networkSecurityGroups@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":508},"Microsoft.Network/networkSecurityGroups/securityRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":512},"Microsoft.Network/networkWatchers@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":523},"Microsoft.Network/networkWatchers/packetCaptures@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":540},"Microsoft.Network/networkWatchers/connectionMonitors@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":553},"Microsoft.Network/publicIPAddresses@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":559},"Microsoft.Network/routeFilters@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":564},"Microsoft.Network/routeFilters/routeFilterRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":568},"Microsoft.Network/routeTables@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":573},"Microsoft.Network/routeTables/routes@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":577},"Microsoft.Network/virtualNetworks@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":595},"Microsoft.Network/virtualNetworks/subnets@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":599},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":603},"Microsoft.Network/virtualNetworkGateways@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":716},"Microsoft.Network/connections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":745},"Microsoft.Network/localNetworkGateways@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":750},"Microsoft.Network/virtualWans@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":763},"Microsoft.Network/vpnSites@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":775},"Microsoft.Network/virtualHubs@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":795},"Microsoft.Network/vpnGateways@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":821},"Microsoft.Network/vpnGateways/vpnConnections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":825},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":872},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":911},"Microsoft.Network/loadBalancers/backendAddressPools@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":915},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":920},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":924},"Microsoft.Network/loadBalancers/probes@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":928},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":932},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":936},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":941},"Microsoft.Network/azureFirewalls@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":67},"Microsoft.Network/applicationGateways@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":323},"Microsoft.Network/applicationSecurityGroups@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":328},"Microsoft.Network/ddosProtectionPlans@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":335},"Microsoft.Network/expressRouteCircuits/authorizations@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":343},"Microsoft.Network/expressRouteCircuits/peerings@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":389},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":393},"Microsoft.Network/expressRouteCircuits@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":415},"Microsoft.Network/expressRouteCrossConnections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":437},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":441},"Microsoft.Network/loadBalancers@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":494},"Microsoft.Network/loadBalancers/inboundNatRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":498},"Microsoft.Network/networkInterfaces@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":503},"Microsoft.Network/networkSecurityGroups@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":508},"Microsoft.Network/networkSecurityGroups/securityRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":512},"Microsoft.Network/networkWatchers@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":523},"Microsoft.Network/networkWatchers/packetCaptures@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":540},"Microsoft.Network/networkWatchers/connectionMonitors@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":553},"Microsoft.Network/publicIPAddresses@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":559},"Microsoft.Network/routeFilters@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":564},"Microsoft.Network/routeFilters/routeFilterRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":568},"Microsoft.Network/routeTables@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":573},"Microsoft.Network/routeTables/routes@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":577},"Microsoft.Network/virtualNetworks@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":595},"Microsoft.Network/virtualNetworks/subnets@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":599},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":603},"Microsoft.Network/virtualNetworkGateways@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":716},"Microsoft.Network/connections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":745},"Microsoft.Network/localNetworkGateways@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":750},"Microsoft.Network/virtualWans@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":763},"Microsoft.Network/vpnSites@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":775},"Microsoft.Network/virtualHubs@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":795},"Microsoft.Network/vpnGateways@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":821},"Microsoft.Network/vpnGateways/vpnConnections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":825},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":872},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":911},"Microsoft.Network/loadBalancers/backendAddressPools@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":915},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":920},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":924},"Microsoft.Network/loadBalancers/probes@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":928},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":932},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":936},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":941},"Microsoft.Network/azureFirewalls@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":67},"Microsoft.Network/applicationGateways@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":332},"Microsoft.Network/applicationSecurityGroups@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":337},"Microsoft.Network/ddosProtectionPlans@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":344},"Microsoft.Network/expressRouteCircuits/authorizations@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":352},"Microsoft.Network/expressRouteCircuits/peerings@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":398},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":402},"Microsoft.Network/expressRouteCircuits@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":424},"Microsoft.Network/expressRouteCrossConnections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":446},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":450},"Microsoft.Network/loadBalancers@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":507},"Microsoft.Network/loadBalancers/inboundNatRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":511},"Microsoft.Network/networkInterfaces@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":516},"Microsoft.Network/networkSecurityGroups@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":521},"Microsoft.Network/networkSecurityGroups/securityRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":525},"Microsoft.Network/networkWatchers@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":536},"Microsoft.Network/networkWatchers/packetCaptures@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":553},"Microsoft.Network/networkWatchers/connectionMonitors@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":566},"Microsoft.Network/publicIPAddresses@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":572},"Microsoft.Network/publicIPPrefixes@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":588},"Microsoft.Network/routeFilters@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":593},"Microsoft.Network/routeFilters/routeFilterRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":597},"Microsoft.Network/routeTables@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":602},"Microsoft.Network/routeTables/routes@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":606},"Microsoft.Network/virtualNetworks@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":624},"Microsoft.Network/virtualNetworks/subnets@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":628},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":632},"Microsoft.Network/virtualNetworkGateways@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":745},"Microsoft.Network/connections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":774},"Microsoft.Network/localNetworkGateways@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":779},"Microsoft.Network/virtualWans@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":792},"Microsoft.Network/vpnSites@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":804},"Microsoft.Network/virtualHubs@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":824},"Microsoft.Network/vpnGateways@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":850},"Microsoft.Network/vpnGateways/vpnConnections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":854},"Microsoft.Network/serviceEndpointPolicies@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":859},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":863},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":910},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":949},"Microsoft.Network/loadBalancers/backendAddressPools@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":953},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":958},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":962},"Microsoft.Network/loadBalancers/probes@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":966},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":970},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":974},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":979},"Microsoft.Network/applicationGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":321},"Microsoft.Network/applicationSecurityGroups@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":326},"Microsoft.Network/azureFirewalls@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":409},"Microsoft.Network/ddosProtectionPlans@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":416},"Microsoft.Network/expressRouteCircuits/authorizations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":424},"Microsoft.Network/expressRouteCircuits/peerings@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":471},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":475},"Microsoft.Network/expressRouteCircuits@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":498},"Microsoft.Network/expressRouteCrossConnections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":520},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":524},"Microsoft.Network/expressRouteGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":547},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":551},"Microsoft.Network/ExpressRoutePorts@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":570},"Microsoft.Network/interfaceEndpoints@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":575},"Microsoft.Network/loadBalancers@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":622},"Microsoft.Network/loadBalancers/inboundNatRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":626},"Microsoft.Network/networkInterfaces@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":631},"Microsoft.Network/networkInterfaces/tapConfigurations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":635},"Microsoft.Network/networkProfiles@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":653},"Microsoft.Network/networkSecurityGroups@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":658},"Microsoft.Network/networkSecurityGroups/securityRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":662},"Microsoft.Network/networkWatchers@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":673},"Microsoft.Network/networkWatchers/packetCaptures@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":690},"Microsoft.Network/networkWatchers/connectionMonitors@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":703},"Microsoft.Network/publicIPAddresses@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":709},"Microsoft.Network/publicIPPrefixes@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":725},"Microsoft.Network/routeFilters@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":730},"Microsoft.Network/routeFilters/routeFilterRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":734},"Microsoft.Network/routeTables@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":739},"Microsoft.Network/routeTables/routes@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":743},"Microsoft.Network/serviceEndpointPolicies@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":748},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":752},"Microsoft.Network/virtualNetworks@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":770},"Microsoft.Network/virtualNetworks/subnets@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":774},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":778},"Microsoft.Network/virtualNetworkTaps@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":783},"Microsoft.Network/virtualNetworkGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":896},"Microsoft.Network/connections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":928},"Microsoft.Network/localNetworkGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":933},"Microsoft.Network/virtualWans@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":972},"Microsoft.Network/vpnSites@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":984},"Microsoft.Network/virtualHubs@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1007},"Microsoft.Network/vpnGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1035},"Microsoft.Network/vpnGateways/vpnConnections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1039},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1043},"Microsoft.Network/p2svpnGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1056},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1103},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1142},"Microsoft.Network/ExpressRoutePortsLocations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1150},"Microsoft.Network/ExpressRoutePorts/links@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1154},"Microsoft.Network/loadBalancers/backendAddressPools@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1158},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1163},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1167},"Microsoft.Network/loadBalancers/outboundRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1171},"Microsoft.Network/loadBalancers/probes@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1175},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1179},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1183},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1187},"Microsoft.Network/applicationGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":338},"Microsoft.Network/applicationSecurityGroups@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":343},"Microsoft.Network/azureFirewalls@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":426},"Microsoft.Network/ddosProtectionPlans@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":433},"Microsoft.Network/expressRouteCircuits/authorizations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":441},"Microsoft.Network/expressRouteCircuits/peerings@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":488},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":492},"Microsoft.Network/expressRouteCircuits@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":515},"Microsoft.Network/expressRouteCrossConnections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":537},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":541},"Microsoft.Network/expressRouteGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":564},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":568},"Microsoft.Network/ExpressRoutePorts@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":587},"Microsoft.Network/interfaceEndpoints@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":592},"Microsoft.Network/loadBalancers@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":639},"Microsoft.Network/loadBalancers/inboundNatRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":643},"Microsoft.Network/networkInterfaces@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":648},"Microsoft.Network/networkInterfaces/tapConfigurations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":652},"Microsoft.Network/networkProfiles@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":670},"Microsoft.Network/networkSecurityGroups@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":675},"Microsoft.Network/networkSecurityGroups/securityRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":679},"Microsoft.Network/networkWatchers@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":690},"Microsoft.Network/networkWatchers/packetCaptures@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":707},"Microsoft.Network/networkWatchers/connectionMonitors@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":720},"Microsoft.Network/publicIPAddresses@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":726},"Microsoft.Network/publicIPPrefixes@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":742},"Microsoft.Network/routeFilters@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":747},"Microsoft.Network/routeFilters/routeFilterRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":751},"Microsoft.Network/routeTables@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":756},"Microsoft.Network/routeTables/routes@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":760},"Microsoft.Network/serviceEndpointPolicies@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":765},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":769},"Microsoft.Network/virtualNetworks@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":787},"Microsoft.Network/virtualNetworks/subnets@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":791},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":795},"Microsoft.Network/virtualNetworkGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":908},"Microsoft.Network/connections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":940},"Microsoft.Network/localNetworkGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":945},"Microsoft.Network/virtualNetworkTaps@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":950},"Microsoft.Network/virtualWans@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":989},"Microsoft.Network/vpnSites@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1001},"Microsoft.Network/virtualHubs@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1024},"Microsoft.Network/vpnGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1052},"Microsoft.Network/vpnGateways/vpnConnections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1056},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1060},"Microsoft.Network/p2svpnGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1073},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1120},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1159},"Microsoft.Network/ExpressRoutePortsLocations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1167},"Microsoft.Network/ExpressRoutePorts/links@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1171},"Microsoft.Network/loadBalancers/backendAddressPools@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1175},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1180},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1184},"Microsoft.Network/loadBalancers/outboundRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1188},"Microsoft.Network/loadBalancers/probes@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1192},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1196},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1200},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1204},"Microsoft.Network/applicationGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":342},"Microsoft.Network/applicationSecurityGroups@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":347},"Microsoft.Network/azureFirewalls@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":430},"Microsoft.Network/ddosCustomPolicies@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":448},"Microsoft.Network/ddosProtectionPlans@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":455},"Microsoft.Network/expressRouteCircuits/authorizations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":463},"Microsoft.Network/expressRouteCircuits/peerings@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":510},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":514},"Microsoft.Network/expressRouteCircuits@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":537},"Microsoft.Network/expressRouteCrossConnections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":559},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":563},"Microsoft.Network/expressRouteGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":586},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":590},"Microsoft.Network/ExpressRoutePorts@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":609},"Microsoft.Network/interfaceEndpoints@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":614},"Microsoft.Network/loadBalancers@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":661},"Microsoft.Network/loadBalancers/inboundNatRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":665},"Microsoft.Network/networkInterfaces@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":670},"Microsoft.Network/networkInterfaces/tapConfigurations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":674},"Microsoft.Network/networkProfiles@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":692},"Microsoft.Network/networkSecurityGroups@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":697},"Microsoft.Network/networkSecurityGroups/securityRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":701},"Microsoft.Network/networkWatchers@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":712},"Microsoft.Network/networkWatchers/packetCaptures@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":729},"Microsoft.Network/networkWatchers/connectionMonitors@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":742},"Microsoft.Network/publicIPAddresses@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":748},"Microsoft.Network/publicIPPrefixes@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":764},"Microsoft.Network/routeFilters@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":769},"Microsoft.Network/routeFilters/routeFilterRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":773},"Microsoft.Network/routeTables@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":778},"Microsoft.Network/routeTables/routes@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":782},"Microsoft.Network/serviceEndpointPolicies@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":787},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":791},"Microsoft.Network/virtualNetworks@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":809},"Microsoft.Network/virtualNetworks/subnets@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":813},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":817},"Microsoft.Network/virtualNetworkGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":930},"Microsoft.Network/connections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":962},"Microsoft.Network/localNetworkGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":967},"Microsoft.Network/virtualNetworkTaps@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":972},"Microsoft.Network/virtualWans@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1011},"Microsoft.Network/vpnSites@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1023},"Microsoft.Network/virtualHubs@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1046},"Microsoft.Network/vpnGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1074},"Microsoft.Network/vpnGateways/vpnConnections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1078},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1082},"Microsoft.Network/p2svpnGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1095},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1142},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1181},"Microsoft.Network/ExpressRoutePortsLocations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1189},"Microsoft.Network/ExpressRoutePorts/links@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1193},"Microsoft.Network/loadBalancers/backendAddressPools@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1197},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1202},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1206},"Microsoft.Network/loadBalancers/outboundRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1210},"Microsoft.Network/loadBalancers/probes@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1214},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1218},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1222},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1226},"Microsoft.Network/applicationGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":344},"Microsoft.Network/applicationSecurityGroups@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":349},"Microsoft.Network/azureFirewalls@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":437},"Microsoft.Network/ddosCustomPolicies@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":455},"Microsoft.Network/ddosProtectionPlans@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":462},"Microsoft.Network/expressRouteCircuits/authorizations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":470},"Microsoft.Network/expressRouteCircuits/peerings@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":524},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":528},"Microsoft.Network/expressRouteCircuits@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":552},"Microsoft.Network/expressRouteCrossConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":574},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":578},"Microsoft.Network/expressRouteGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":601},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":605},"Microsoft.Network/ExpressRoutePorts@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":624},"Microsoft.Network/interfaceEndpoints@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":629},"Microsoft.Network/loadBalancers@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":676},"Microsoft.Network/loadBalancers/inboundNatRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":680},"Microsoft.Network/networkInterfaces@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":685},"Microsoft.Network/networkInterfaces/tapConfigurations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":689},"Microsoft.Network/networkProfiles@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":707},"Microsoft.Network/networkSecurityGroups@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":712},"Microsoft.Network/networkSecurityGroups/securityRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":716},"Microsoft.Network/networkWatchers@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":727},"Microsoft.Network/networkWatchers/packetCaptures@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":744},"Microsoft.Network/networkWatchers/connectionMonitors@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":757},"Microsoft.Network/publicIPAddresses@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":763},"Microsoft.Network/publicIPPrefixes@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":779},"Microsoft.Network/routeFilters@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":784},"Microsoft.Network/routeFilters/routeFilterRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":788},"Microsoft.Network/routeTables@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":793},"Microsoft.Network/routeTables/routes@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":797},"Microsoft.Network/serviceEndpointPolicies@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":802},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":806},"Microsoft.Network/virtualNetworks@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":824},"Microsoft.Network/virtualNetworks/subnets@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":828},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":832},"Microsoft.Network/virtualNetworkGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":945},"Microsoft.Network/connections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":977},"Microsoft.Network/localNetworkGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":982},"Microsoft.Network/virtualNetworkTaps@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":987},"Microsoft.Network/virtualWans@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1026},"Microsoft.Network/vpnSites@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1038},"Microsoft.Network/virtualHubs@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1061},"Microsoft.Network/vpnGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1089},"Microsoft.Network/vpnGateways/vpnConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1093},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1097},"Microsoft.Network/p2svpnGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1110},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1176},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1223},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1262},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1266},"Microsoft.Network/ExpressRoutePortsLocations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1274},"Microsoft.Network/ExpressRoutePorts/links@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1278},"Microsoft.Network/loadBalancers/backendAddressPools@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1282},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1287},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1291},"Microsoft.Network/loadBalancers/outboundRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1295},"Microsoft.Network/loadBalancers/probes@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1299},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1303},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1307},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1311},"Microsoft.Network/applicationGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":346},"Microsoft.Network/applicationSecurityGroups@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":351},"Microsoft.Network/azureFirewalls@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":438},"Microsoft.Network/ddosCustomPolicies@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":456},"Microsoft.Network/ddosProtectionPlans@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":463},"Microsoft.Network/expressRouteCircuits/authorizations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":471},"Microsoft.Network/expressRouteCircuits/peerings@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":525},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":529},"Microsoft.Network/expressRouteCircuits@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":553},"Microsoft.Network/expressRouteCrossConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":575},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":579},"Microsoft.Network/expressRouteGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":602},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":606},"Microsoft.Network/ExpressRoutePorts@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":625},"Microsoft.Network/interfaceEndpoints@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":630},"Microsoft.Network/loadBalancers@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":677},"Microsoft.Network/loadBalancers/inboundNatRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":681},"Microsoft.Network/natGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":693},"Microsoft.Network/networkInterfaces@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":698},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":702},"Microsoft.Network/networkProfiles@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":720},"Microsoft.Network/networkSecurityGroups@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":725},"Microsoft.Network/networkSecurityGroups/securityRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":729},"Microsoft.Network/networkWatchers@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":740},"Microsoft.Network/networkWatchers/packetCaptures@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":757},"Microsoft.Network/networkWatchers/connectionMonitors@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":770},"Microsoft.Network/publicIPAddresses@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":776},"Microsoft.Network/publicIPPrefixes@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":792},"Microsoft.Network/routeFilters@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":797},"Microsoft.Network/routeFilters/routeFilterRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":801},"Microsoft.Network/routeTables@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":806},"Microsoft.Network/routeTables/routes@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":810},"Microsoft.Network/serviceEndpointPolicies@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":815},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":819},"Microsoft.Network/virtualNetworks@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":837},"Microsoft.Network/virtualNetworks/subnets@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":841},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":845},"Microsoft.Network/virtualNetworkGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":958},"Microsoft.Network/connections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":990},"Microsoft.Network/localNetworkGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":995},"Microsoft.Network/virtualNetworkTaps@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1000},"Microsoft.Network/virtualWans@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1039},"Microsoft.Network/vpnSites@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1051},"Microsoft.Network/virtualHubs@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1074},"Microsoft.Network/vpnGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1102},"Microsoft.Network/vpnGateways/vpnConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1106},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1110},"Microsoft.Network/p2svpnGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1123},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1189},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1236},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1275},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1279},"Microsoft.Network/ExpressRoutePortsLocations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1287},"Microsoft.Network/ExpressRoutePorts/links@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1291},"Microsoft.Network/loadBalancers/backendAddressPools@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1295},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1300},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1304},"Microsoft.Network/loadBalancers/outboundRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1308},"Microsoft.Network/loadBalancers/probes@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1312},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1316},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1320},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1324},"Microsoft.Network/applicationGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":365},"Microsoft.Network/applicationSecurityGroups@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":370},"Microsoft.Network/azureFirewalls@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":458},"Microsoft.Network/bastionHosts@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":480},"Microsoft.Network/ddosCustomPolicies@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":498},"Microsoft.Network/ddosProtectionPlans@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":505},"Microsoft.Network/expressRouteCircuits/authorizations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":513},"Microsoft.Network/expressRouteCircuits/peerings@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":553},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":557},"Microsoft.Network/expressRouteCircuits@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":582},"Microsoft.Network/expressRouteCrossConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":604},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":608},"Microsoft.Network/expressRouteGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":631},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":635},"Microsoft.Network/ExpressRoutePorts@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":654},"Microsoft.Network/privateEndpoints@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":659},"Microsoft.Network/privateLinkServices@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":699},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":703},"Microsoft.Network/loadBalancers@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":750},"Microsoft.Network/loadBalancers/inboundNatRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":754},"Microsoft.Network/natGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":767},"Microsoft.Network/networkInterfaces@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":772},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":776},"Microsoft.Network/networkProfiles@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":794},"Microsoft.Network/networkSecurityGroups@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":799},"Microsoft.Network/networkSecurityGroups/securityRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":803},"Microsoft.Network/networkWatchers@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":814},"Microsoft.Network/networkWatchers/packetCaptures@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":831},"Microsoft.Network/networkWatchers/connectionMonitors@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":844},"Microsoft.Network/publicIPAddresses@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":850},"Microsoft.Network/publicIPPrefixes@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":866},"Microsoft.Network/routeFilters@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":883},"Microsoft.Network/routeFilters/routeFilterRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":887},"Microsoft.Network/routeTables@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":892},"Microsoft.Network/routeTables/routes@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":896},"Microsoft.Network/serviceEndpointPolicies@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":901},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":905},"Microsoft.Network/virtualNetworks@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":923},"Microsoft.Network/virtualNetworks/subnets@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":927},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":931},"Microsoft.Network/virtualNetworkGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1044},"Microsoft.Network/connections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1076},"Microsoft.Network/localNetworkGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1081},"Microsoft.Network/virtualNetworkTaps@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1086},"Microsoft.Network/virtualWans@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1125},"Microsoft.Network/vpnSites@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1137},"Microsoft.Network/virtualHubs@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1160},"Microsoft.Network/vpnGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1188},"Microsoft.Network/vpnGateways/vpnConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1192},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1196},"Microsoft.Network/p2svpnGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1209},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1275},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1322},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1361},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1365},"Microsoft.Network/ExpressRoutePortsLocations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1373},"Microsoft.Network/ExpressRoutePorts/links@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1377},"Microsoft.Network/loadBalancers/backendAddressPools@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1381},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1386},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1390},"Microsoft.Network/loadBalancers/outboundRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1394},"Microsoft.Network/loadBalancers/probes@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1398},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1402},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1406},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1410},"Microsoft.Network/applicationGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":365},"Microsoft.Network/applicationSecurityGroups@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":370},"Microsoft.Network/azureFirewalls@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":461},"Microsoft.Network/bastionHosts@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":483},"Microsoft.Network/ddosCustomPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":501},"Microsoft.Network/ddosProtectionPlans@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":508},"Microsoft.Network/expressRouteCircuits/authorizations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":516},"Microsoft.Network/expressRouteCircuits/peerings@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":556},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":560},"Microsoft.Network/expressRouteCircuits@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":585},"Microsoft.Network/expressRouteCrossConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":607},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":611},"Microsoft.Network/expressRouteGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":634},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":638},"Microsoft.Network/ExpressRoutePorts@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":657},"Microsoft.Network/firewallPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":675},"Microsoft.Network/firewallPolicies/ruleGroups@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":724},"Microsoft.Network/loadBalancers@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":771},"Microsoft.Network/loadBalancers/inboundNatRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":775},"Microsoft.Network/natGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":788},"Microsoft.Network/networkInterfaces@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":793},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":797},"Microsoft.Network/networkProfiles@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":815},"Microsoft.Network/networkSecurityGroups@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":820},"Microsoft.Network/networkSecurityGroups/securityRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":824},"Microsoft.Network/networkWatchers@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":835},"Microsoft.Network/networkWatchers/packetCaptures@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":852},"Microsoft.Network/networkWatchers/connectionMonitors@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":865},"Microsoft.Network/privateEndpoints@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":870},"Microsoft.Network/privateLinkServices@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":910},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":914},"Microsoft.Network/publicIPAddresses@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":920},"Microsoft.Network/publicIPPrefixes@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":936},"Microsoft.Network/routeFilters@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":953},"Microsoft.Network/routeFilters/routeFilterRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":957},"Microsoft.Network/routeTables@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":962},"Microsoft.Network/routeTables/routes@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":966},"Microsoft.Network/serviceEndpointPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":971},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":975},"Microsoft.Network/virtualNetworks@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":993},"Microsoft.Network/virtualNetworks/subnets@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":997},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1001},"Microsoft.Network/virtualNetworkGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1114},"Microsoft.Network/connections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1146},"Microsoft.Network/localNetworkGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1151},"Microsoft.Network/virtualNetworkTaps@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1156},"Microsoft.Network/virtualWans@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1195},"Microsoft.Network/vpnSites@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1217},"Microsoft.Network/virtualHubs@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1240},"Microsoft.Network/vpnGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1285},"Microsoft.Network/vpnGateways/vpnConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1289},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1293},"Microsoft.Network/p2svpnGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1306},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1372},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1419},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1458},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1462},"Microsoft.Network/ExpressRoutePortsLocations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1470},"Microsoft.Network/ExpressRoutePorts/links@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1474},"Microsoft.Network/loadBalancers/backendAddressPools@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1478},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1483},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1487},"Microsoft.Network/loadBalancers/outboundRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1491},"Microsoft.Network/loadBalancers/probes@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1495},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1499},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1503},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1507},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1511},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1515},"Microsoft.Network/applicationGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":552},"Microsoft.Network/applicationSecurityGroups@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":557},"Microsoft.Network/azureFirewalls@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":649},"Microsoft.Network/bastionHosts@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":671},"Microsoft.Network/ddosCustomPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":694},"Microsoft.Network/ddosProtectionPlans@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":706},"Microsoft.Network/expressRouteCircuits/authorizations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":719},"Microsoft.Network/expressRouteCircuits/peerings@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":774},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":778},"Microsoft.Network/expressRouteCircuits@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":808},"Microsoft.Network/expressRouteCrossConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":840},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":844},"Microsoft.Network/expressRouteGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":867},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":871},"Microsoft.Network/ExpressRoutePorts@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":904},"Microsoft.Network/firewallPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":922},"Microsoft.Network/firewallPolicies/ruleGroups@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":971},"Microsoft.Network/loadBalancers@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1043},"Microsoft.Network/loadBalancers/inboundNatRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1047},"Microsoft.Network/natGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1065},"Microsoft.Network/networkInterfaces@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1070},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1074},"Microsoft.Network/networkProfiles@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1112},"Microsoft.Network/networkSecurityGroups@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1117},"Microsoft.Network/networkSecurityGroups/securityRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1121},"Microsoft.Network/networkWatchers@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1132},"Microsoft.Network/networkWatchers/packetCaptures@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1149},"Microsoft.Network/networkWatchers/connectionMonitors@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1162},"Microsoft.Network/privateEndpoints@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1167},"Microsoft.Network/privateLinkServices@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1207},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1211},"Microsoft.Network/publicIPAddresses@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1217},"Microsoft.Network/publicIPPrefixes@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1238},"Microsoft.Network/routeFilters@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1265},"Microsoft.Network/routeFilters/routeFilterRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1269},"Microsoft.Network/routeTables@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1274},"Microsoft.Network/routeTables/routes@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1278},"Microsoft.Network/serviceEndpointPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1283},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1287},"Microsoft.Network/virtualNetworks@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1315},"Microsoft.Network/virtualNetworks/subnets@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1319},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1323},"Microsoft.Network/virtualNetworkGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1468},"Microsoft.Network/connections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1514},"Microsoft.Network/localNetworkGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1519},"Microsoft.Network/virtualNetworkTaps@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1524},"Microsoft.Network/virtualRouters@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1537},"Microsoft.Network/virtualRouters/peerings@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1547},"Microsoft.Network/virtualWans@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1611},"Microsoft.Network/vpnSites@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1633},"Microsoft.Network/virtualHubs@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1656},"Microsoft.Network/vpnGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1701},"Microsoft.Network/vpnGateways/vpnConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1705},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1709},"Microsoft.Network/p2svpnGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1722},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1793},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1840},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1879},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1883},"Microsoft.Network/ExpressRoutePortsLocations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1896},"Microsoft.Network/ExpressRoutePorts/links@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1900},"Microsoft.Network/loadBalancers/backendAddressPools@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1904},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1909},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1913},"Microsoft.Network/loadBalancers/outboundRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1917},"Microsoft.Network/loadBalancers/probes@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1921},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1925},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1929},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1933},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1937},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1941},"Microsoft.Network/applicationGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":553},"Microsoft.Network/applicationSecurityGroups@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":558},"Microsoft.Network/azureFirewalls@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":656},"Microsoft.Network/bastionHosts@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":678},"Microsoft.Network/ddosCustomPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":701},"Microsoft.Network/ddosProtectionPlans@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":713},"Microsoft.Network/expressRouteCircuits/authorizations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":726},"Microsoft.Network/expressRouteCircuits/peerings@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":781},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":785},"Microsoft.Network/expressRouteCircuits@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":815},"Microsoft.Network/expressRouteCrossConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":847},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":851},"Microsoft.Network/expressRouteGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":874},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":878},"Microsoft.Network/ExpressRoutePorts@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":911},"Microsoft.Network/firewallPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":929},"Microsoft.Network/firewallPolicies/ruleGroups@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":976},"Microsoft.Network/loadBalancers@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1048},"Microsoft.Network/loadBalancers/inboundNatRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1052},"Microsoft.Network/natGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1070},"Microsoft.Network/networkInterfaces@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1075},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1079},"Microsoft.Network/networkProfiles@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1117},"Microsoft.Network/networkSecurityGroups@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1122},"Microsoft.Network/networkSecurityGroups/securityRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1126},"Microsoft.Network/networkWatchers@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1137},"Microsoft.Network/networkWatchers/packetCaptures@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1154},"Microsoft.Network/networkWatchers/connectionMonitors@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1167},"Microsoft.Network/privateEndpoints@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1172},"Microsoft.Network/privateLinkServices@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1212},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1216},"Microsoft.Network/publicIPAddresses@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1222},"Microsoft.Network/publicIPPrefixes@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1243},"Microsoft.Network/routeFilters@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1270},"Microsoft.Network/routeFilters/routeFilterRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1274},"Microsoft.Network/routeTables@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1279},"Microsoft.Network/routeTables/routes@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1283},"Microsoft.Network/serviceEndpointPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1288},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1292},"Microsoft.Network/virtualNetworks@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1321},"Microsoft.Network/virtualNetworks/subnets@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1325},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1329},"Microsoft.Network/virtualNetworkGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1474},"Microsoft.Network/connections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1520},"Microsoft.Network/localNetworkGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1525},"Microsoft.Network/virtualNetworkTaps@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1530},"Microsoft.Network/virtualRouters@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1543},"Microsoft.Network/virtualRouters/peerings@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1553},"Microsoft.Network/virtualWans@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1571},"Microsoft.Network/vpnSites@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1593},"Microsoft.Network/vpnServerConfigurations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1637},"Microsoft.Network/virtualHubs@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1660},"Microsoft.Network/vpnGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1705},"Microsoft.Network/vpnGateways/vpnConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1709},"Microsoft.Network/p2svpnGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1714},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1806},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1853},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1892},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1896},"Microsoft.Network/ExpressRoutePortsLocations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1909},"Microsoft.Network/ExpressRoutePorts/links@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1913},"Microsoft.Network/loadBalancers/backendAddressPools@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1917},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1922},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1926},"Microsoft.Network/loadBalancers/outboundRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1930},"Microsoft.Network/loadBalancers/probes@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1934},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1938},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1942},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1946},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1950},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1954},"Microsoft.Network/applicationGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":554},"Microsoft.Network/applicationSecurityGroups@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":559},"Microsoft.Network/azureFirewalls@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":663},"Microsoft.Network/bastionHosts@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":685},"Microsoft.Network/ddosCustomPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":708},"Microsoft.Network/ddosProtectionPlans@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":720},"Microsoft.Network/expressRouteCircuits/authorizations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":733},"Microsoft.Network/expressRouteCircuits/peerings@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":788},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":792},"Microsoft.Network/expressRouteCircuits@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":822},"Microsoft.Network/expressRouteCrossConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":854},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":858},"Microsoft.Network/expressRouteGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":881},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":885},"Microsoft.Network/ExpressRoutePorts@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":918},"Microsoft.Network/firewallPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":936},"Microsoft.Network/firewallPolicies/ruleGroups@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":983},"Microsoft.Network/ipGroups@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":996},"Microsoft.Network/loadBalancers@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1068},"Microsoft.Network/loadBalancers/inboundNatRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1072},"Microsoft.Network/natGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1090},"Microsoft.Network/networkInterfaces@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1095},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1099},"Microsoft.Network/networkProfiles@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1137},"Microsoft.Network/networkSecurityGroups@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1142},"Microsoft.Network/networkSecurityGroups/securityRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1146},"Microsoft.Network/networkWatchers@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1157},"Microsoft.Network/networkWatchers/packetCaptures@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1174},"Microsoft.Network/networkWatchers/connectionMonitors@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1187},"Microsoft.Network/privateEndpoints@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1192},"Microsoft.Network/privateLinkServices@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1232},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1236},"Microsoft.Network/publicIPAddresses@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1242},"Microsoft.Network/publicIPPrefixes@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1263},"Microsoft.Network/routeFilters@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1290},"Microsoft.Network/routeFilters/routeFilterRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1294},"Microsoft.Network/routeTables@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1299},"Microsoft.Network/routeTables/routes@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1303},"Microsoft.Network/serviceEndpointPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1308},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1312},"Microsoft.Network/virtualNetworks@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1341},"Microsoft.Network/virtualNetworks/subnets@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1345},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1349},"Microsoft.Network/virtualNetworkGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1494},"Microsoft.Network/connections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1540},"Microsoft.Network/localNetworkGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1545},"Microsoft.Network/virtualNetworkTaps@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1550},"Microsoft.Network/virtualRouters@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1563},"Microsoft.Network/virtualRouters/peerings@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1573},"Microsoft.Network/virtualWans@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1591},"Microsoft.Network/vpnSites@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1613},"Microsoft.Network/vpnServerConfigurations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1657},"Microsoft.Network/virtualHubs@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1693},"Microsoft.Network/vpnGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1738},"Microsoft.Network/vpnGateways/vpnConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1742},"Microsoft.Network/p2svpnGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1747},"Microsoft.Network/virtualHubs/routeTables@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1751},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1846},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1893},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1932},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1936},"Microsoft.Network/ExpressRoutePortsLocations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1949},"Microsoft.Network/ExpressRoutePorts/links@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1953},"Microsoft.Network/loadBalancers/backendAddressPools@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1957},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1962},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1966},"Microsoft.Network/loadBalancers/outboundRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1970},"Microsoft.Network/loadBalancers/probes@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1974},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1978},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1982},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1986},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1990},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1994},"Microsoft.Network/applicationGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":555},"Microsoft.Network/applicationSecurityGroups@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":560},"Microsoft.Network/azureFirewalls@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":666},"Microsoft.Network/bastionHosts@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":688},"Microsoft.Network/ddosCustomPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":711},"Microsoft.Network/ddosProtectionPlans@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":723},"Microsoft.Network/expressRouteCircuits/authorizations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":736},"Microsoft.Network/expressRouteCircuits/peerings@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":791},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":795},"Microsoft.Network/expressRouteCircuits@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":825},"Microsoft.Network/expressRouteCrossConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":857},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":861},"Microsoft.Network/expressRouteGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":884},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":888},"Microsoft.Network/ExpressRoutePorts@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":921},"Microsoft.Network/firewallPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":939},"Microsoft.Network/firewallPolicies/ruleGroups@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":986},"Microsoft.Network/ipGroups@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":999},"Microsoft.Network/loadBalancers@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1071},"Microsoft.Network/loadBalancers/inboundNatRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1075},"Microsoft.Network/natGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1093},"Microsoft.Network/networkInterfaces@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1098},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1102},"Microsoft.Network/networkProfiles@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1140},"Microsoft.Network/networkSecurityGroups@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1145},"Microsoft.Network/networkSecurityGroups/securityRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1149},"Microsoft.Network/networkWatchers@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1160},"Microsoft.Network/networkWatchers/packetCaptures@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1177},"Microsoft.Network/networkWatchers/connectionMonitors@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1231},"Microsoft.Network/networkWatchers/flowLogs@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1248},"Microsoft.Network/privateEndpoints@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1253},"Microsoft.Network/privateLinkServices@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1293},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1297},"Microsoft.Network/publicIPAddresses@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1303},"Microsoft.Network/publicIPPrefixes@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1324},"Microsoft.Network/routeFilters@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1351},"Microsoft.Network/routeFilters/routeFilterRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1355},"Microsoft.Network/routeTables@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1360},"Microsoft.Network/routeTables/routes@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1364},"Microsoft.Network/serviceEndpointPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1369},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1373},"Microsoft.Network/virtualNetworks@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1402},"Microsoft.Network/virtualNetworks/subnets@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1406},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1410},"Microsoft.Network/virtualNetworkGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1555},"Microsoft.Network/connections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1601},"Microsoft.Network/localNetworkGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1606},"Microsoft.Network/virtualNetworkTaps@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1611},"Microsoft.Network/virtualRouters@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1624},"Microsoft.Network/virtualRouters/peerings@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1634},"Microsoft.Network/virtualWans@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1652},"Microsoft.Network/vpnSites@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1674},"Microsoft.Network/vpnServerConfigurations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1718},"Microsoft.Network/virtualHubs@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1754},"Microsoft.Network/vpnGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1799},"Microsoft.Network/vpnGateways/vpnConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1803},"Microsoft.Network/p2svpnGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1808},"Microsoft.Network/virtualHubs/routeTables@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1812},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1907},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1954},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1993},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1997},"Microsoft.Network/ExpressRoutePortsLocations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2010},"Microsoft.Network/ExpressRoutePorts/links@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2014},"Microsoft.Network/loadBalancers/backendAddressPools@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2018},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2023},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2027},"Microsoft.Network/loadBalancers/outboundRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2031},"Microsoft.Network/loadBalancers/probes@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2035},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2039},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2043},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2047},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2051},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2055},"Microsoft.Network/applicationGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":570},"Microsoft.Network/applicationSecurityGroups@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":575},"Microsoft.Network/azureFirewalls@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":681},"Microsoft.Network/bastionHosts@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":703},"Microsoft.Network/ddosCustomPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":726},"Microsoft.Network/ddosProtectionPlans@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":738},"Microsoft.Network/expressRouteCircuits/authorizations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":751},"Microsoft.Network/expressRouteCircuits/peerings@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":811},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":815},"Microsoft.Network/expressRouteCircuits@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":845},"Microsoft.Network/expressRouteCrossConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":877},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":881},"Microsoft.Network/expressRouteGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":904},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":908},"Microsoft.Network/ExpressRoutePorts@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":941},"Microsoft.Network/firewallPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":959},"Microsoft.Network/firewallPolicies/ruleGroups@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1021},"Microsoft.Network/ipGroups@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1034},"Microsoft.Network/loadBalancers@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1106},"Microsoft.Network/loadBalancers/inboundNatRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1110},"Microsoft.Network/natGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1128},"Microsoft.Network/networkInterfaces@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1133},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1137},"Microsoft.Network/networkProfiles@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1175},"Microsoft.Network/networkSecurityGroups@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1180},"Microsoft.Network/networkSecurityGroups/securityRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1184},"Microsoft.Network/networkVirtualAppliances@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1200},"Microsoft.Network/networkWatchers@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1211},"Microsoft.Network/networkWatchers/packetCaptures@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1228},"Microsoft.Network/networkWatchers/connectionMonitors@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1282},"Microsoft.Network/networkWatchers/flowLogs@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1287},"Microsoft.Network/privateEndpoints@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1292},"Microsoft.Network/privateLinkServices@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1332},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1336},"Microsoft.Network/publicIPAddresses@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1342},"Microsoft.Network/publicIPPrefixes@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1363},"Microsoft.Network/routeFilters@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1390},"Microsoft.Network/routeFilters/routeFilterRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1394},"Microsoft.Network/routeTables@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1399},"Microsoft.Network/routeTables/routes@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1403},"Microsoft.Network/serviceEndpointPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1408},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1412},"Microsoft.Network/virtualNetworks@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1441},"Microsoft.Network/virtualNetworks/subnets@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1445},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1449},"Microsoft.Network/virtualNetworkGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1599},"Microsoft.Network/connections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1645},"Microsoft.Network/localNetworkGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1650},"Microsoft.Network/virtualNetworkTaps@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1655},"Microsoft.Network/virtualRouters@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1668},"Microsoft.Network/virtualRouters/peerings@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1678},"Microsoft.Network/virtualWans@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1696},"Microsoft.Network/vpnSites@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1718},"Microsoft.Network/vpnServerConfigurations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1762},"Microsoft.Network/virtualHubs@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1798},"Microsoft.Network/vpnGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1843},"Microsoft.Network/vpnGateways/vpnConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1847},"Microsoft.Network/p2svpnGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1852},"Microsoft.Network/virtualHubs/routeTables@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1856},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1951},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1998},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2037},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2041},"Microsoft.Network/ExpressRoutePortsLocations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2054},"Microsoft.Network/ExpressRoutePorts/links@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2058},"Microsoft.Network/loadBalancers/backendAddressPools@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2062},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2067},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2071},"Microsoft.Network/loadBalancers/outboundRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2075},"Microsoft.Network/loadBalancers/probes@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2079},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2083},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2087},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2091},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2095},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2099},"Microsoft.Network/applicationGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":574},"Microsoft.Network/applicationSecurityGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":579},"Microsoft.Network/azureFirewalls@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":685},"Microsoft.Network/bastionHosts@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":707},"Microsoft.Network/ddosCustomPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":730},"Microsoft.Network/ddosProtectionPlans@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":742},"Microsoft.Network/expressRouteCircuits/authorizations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":755},"Microsoft.Network/expressRouteCircuits/peerings@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":815},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":819},"Microsoft.Network/expressRouteCircuits@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":849},"Microsoft.Network/expressRouteCrossConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":881},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":885},"Microsoft.Network/ExpressRoutePorts@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":918},"Microsoft.Network/firewallPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":936},"Microsoft.Network/firewallPolicies/ruleGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":998},"Microsoft.Network/IpAllocations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1011},"Microsoft.Network/ipGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1024},"Microsoft.Network/loadBalancers@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1096},"Microsoft.Network/loadBalancers/inboundNatRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1100},"Microsoft.Network/natGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1118},"Microsoft.Network/networkInterfaces@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1123},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1127},"Microsoft.Network/networkProfiles@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1165},"Microsoft.Network/networkSecurityGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1170},"Microsoft.Network/networkSecurityGroups/securityRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1174},"Microsoft.Network/networkVirtualAppliances@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1190},"Microsoft.Network/networkWatchers@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1201},"Microsoft.Network/networkWatchers/packetCaptures@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1218},"Microsoft.Network/networkWatchers/connectionMonitors@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1272},"Microsoft.Network/networkWatchers/flowLogs@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1277},"Microsoft.Network/privateEndpoints@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1282},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1303},"Microsoft.Network/privateLinkServices@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1343},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1347},"Microsoft.Network/publicIPAddresses@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1353},"Microsoft.Network/publicIPPrefixes@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1374},"Microsoft.Network/routeFilters@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1401},"Microsoft.Network/routeFilters/routeFilterRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1405},"Microsoft.Network/routeTables@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1410},"Microsoft.Network/routeTables/routes@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1414},"Microsoft.Network/securityPartnerProviders@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1434},"Microsoft.Network/serviceEndpointPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1439},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1443},"Microsoft.Network/virtualNetworks@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1473},"Microsoft.Network/virtualNetworks/subnets@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1477},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1481},"Microsoft.Network/virtualNetworkGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1633},"Microsoft.Network/connections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1679},"Microsoft.Network/localNetworkGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1684},"Microsoft.Network/virtualNetworkTaps@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1689},"Microsoft.Network/virtualRouters@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1702},"Microsoft.Network/virtualRouters/peerings@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1712},"Microsoft.Network/virtualWans@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1730},"Microsoft.Network/vpnSites@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1752},"Microsoft.Network/vpnServerConfigurations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1797},"Microsoft.Network/virtualHubs@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1833},"Microsoft.Network/vpnGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1878},"Microsoft.Network/vpnGateways/vpnConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1882},"Microsoft.Network/p2svpnGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1887},"Microsoft.Network/virtualHubs/routeTables@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1891},"Microsoft.Network/expressRouteGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1914},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1918},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2013},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2060},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2099},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2103},"Microsoft.Network/ExpressRoutePortsLocations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2116},"Microsoft.Network/ExpressRoutePorts/links@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2120},"Microsoft.Network/loadBalancers/backendAddressPools@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2124},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2129},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2133},"Microsoft.Network/loadBalancers/outboundRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2137},"Microsoft.Network/loadBalancers/probes@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2141},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2145},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2149},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2153},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2157},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2161},"Microsoft.Network/applicationGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":577},"Microsoft.Network/applicationSecurityGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":582},"Microsoft.Network/azureFirewalls@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":689},"Microsoft.Network/bastionHosts@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":711},"Microsoft.Network/ddosCustomPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":734},"Microsoft.Network/ddosProtectionPlans@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":746},"Microsoft.Network/expressRouteCircuits/authorizations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":759},"Microsoft.Network/expressRouteCircuits/peerings@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":819},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":823},"Microsoft.Network/expressRouteCircuits@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":853},"Microsoft.Network/expressRouteCrossConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":885},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":889},"Microsoft.Network/ExpressRoutePorts@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":922},"Microsoft.Network/firewallPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":943},"Microsoft.Network/firewallPolicies/ruleGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1005},"Microsoft.Network/IpAllocations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1018},"Microsoft.Network/ipGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1031},"Microsoft.Network/loadBalancers@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1103},"Microsoft.Network/loadBalancers/backendAddressPools@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1107},"Microsoft.Network/loadBalancers/inboundNatRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1111},"Microsoft.Network/natGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1129},"Microsoft.Network/networkInterfaces@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1134},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1138},"Microsoft.Network/networkProfiles@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1176},"Microsoft.Network/networkSecurityGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1181},"Microsoft.Network/networkSecurityGroups/securityRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1185},"Microsoft.Network/networkVirtualAppliances@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1201},"Microsoft.Network/networkWatchers@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1212},"Microsoft.Network/networkWatchers/packetCaptures@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1229},"Microsoft.Network/networkWatchers/connectionMonitors@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1283},"Microsoft.Network/networkWatchers/flowLogs@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1288},"Microsoft.Network/privateEndpoints@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1293},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1314},"Microsoft.Network/privateLinkServices@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1354},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1358},"Microsoft.Network/publicIPAddresses@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1364},"Microsoft.Network/publicIPPrefixes@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1385},"Microsoft.Network/routeFilters@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1412},"Microsoft.Network/routeFilters/routeFilterRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1416},"Microsoft.Network/routeTables@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1421},"Microsoft.Network/routeTables/routes@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1425},"Microsoft.Network/securityPartnerProviders@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1445},"Microsoft.Network/serviceEndpointPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1450},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1454},"Microsoft.Network/virtualNetworks@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1484},"Microsoft.Network/virtualNetworks/subnets@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1488},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1492},"Microsoft.Network/virtualNetworkGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1644},"Microsoft.Network/connections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1690},"Microsoft.Network/localNetworkGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1695},"Microsoft.Network/virtualNetworkTaps@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1700},"Microsoft.Network/virtualRouters@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1713},"Microsoft.Network/virtualRouters/peerings@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1723},"Microsoft.Network/virtualWans@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1741},"Microsoft.Network/vpnSites@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1763},"Microsoft.Network/vpnServerConfigurations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1816},"Microsoft.Network/virtualHubs@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1852},"Microsoft.Network/vpnGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1897},"Microsoft.Network/vpnGateways/vpnConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1901},"Microsoft.Network/p2svpnGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1906},"Microsoft.Network/virtualHubs/routeTables@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1910},"Microsoft.Network/expressRouteGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1933},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1937},"Microsoft.Network/virtualHubs/hubRouteTables@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1953},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2048},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2095},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2134},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2138},"Microsoft.Network/ExpressRoutePortsLocations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2151},"Microsoft.Network/ExpressRoutePorts/links@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2155},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2160},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2164},"Microsoft.Network/loadBalancers/outboundRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2168},"Microsoft.Network/loadBalancers/probes@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2172},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2176},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2180},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2184},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2188},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2192},"Microsoft.Network/applicationGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":604},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":608},"Microsoft.Network/applicationSecurityGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":613},"Microsoft.Network/azureFirewalls@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":721},"Microsoft.Network/bastionHosts@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":743},"Microsoft.Network/ddosCustomPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":766},"Microsoft.Network/ddosProtectionPlans@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":778},"Microsoft.Network/expressRouteCircuits/authorizations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":791},"Microsoft.Network/expressRouteCircuits/peerings@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":851},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":855},"Microsoft.Network/expressRouteCircuits@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":885},"Microsoft.Network/expressRouteCrossConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":917},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":921},"Microsoft.Network/ExpressRoutePorts@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":954},"Microsoft.Network/firewallPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":977},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1041},"Microsoft.Network/IpAllocations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1054},"Microsoft.Network/ipGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1067},"Microsoft.Network/loadBalancers@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1139},"Microsoft.Network/loadBalancers/backendAddressPools@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1143},"Microsoft.Network/loadBalancers/inboundNatRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1147},"Microsoft.Network/natGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1165},"Microsoft.Network/networkInterfaces@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1170},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1174},"Microsoft.Network/networkProfiles@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1212},"Microsoft.Network/networkSecurityGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1217},"Microsoft.Network/networkSecurityGroups/securityRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1221},"Microsoft.Network/networkVirtualAppliances@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1238},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1250},"Microsoft.Network/networkWatchers@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1261},"Microsoft.Network/networkWatchers/packetCaptures@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1278},"Microsoft.Network/networkWatchers/connectionMonitors@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1332},"Microsoft.Network/networkWatchers/flowLogs@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1337},"Microsoft.Network/privateEndpoints@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1342},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1363},"Microsoft.Network/privateLinkServices@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1403},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1407},"Microsoft.Network/publicIPAddresses@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1413},"Microsoft.Network/publicIPPrefixes@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1434},"Microsoft.Network/routeFilters@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1461},"Microsoft.Network/routeFilters/routeFilterRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1465},"Microsoft.Network/routeTables@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1470},"Microsoft.Network/routeTables/routes@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1474},"Microsoft.Network/securityPartnerProviders@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1494},"Microsoft.Network/serviceEndpointPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1499},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1503},"Microsoft.Network/virtualNetworks@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1533},"Microsoft.Network/virtualNetworks/subnets@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1537},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1541},"Microsoft.Network/virtualNetworkGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1693},"Microsoft.Network/connections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1739},"Microsoft.Network/localNetworkGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1744},"Microsoft.Network/virtualNetworkTaps@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1749},"Microsoft.Network/virtualRouters@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1762},"Microsoft.Network/virtualRouters/peerings@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1772},"Microsoft.Network/virtualWans@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1790},"Microsoft.Network/vpnSites@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1812},"Microsoft.Network/vpnServerConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1866},"Microsoft.Network/virtualHubs@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1902},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1912},"Microsoft.Network/vpnGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1957},"Microsoft.Network/vpnGateways/vpnConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1961},"Microsoft.Network/p2svpnGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1966},"Microsoft.Network/virtualHubs/routeTables@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1970},"Microsoft.Network/expressRouteGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1993},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1997},"Microsoft.Network/virtualHubs/bgpConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2012},"Microsoft.Network/virtualHubs/ipConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2025},"Microsoft.Network/virtualHubs/hubRouteTables@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2041},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2136},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2183},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2222},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2226},"Microsoft.Network/ExpressRoutePortsLocations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2239},"Microsoft.Network/ExpressRoutePorts/links@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2243},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2248},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2252},"Microsoft.Network/loadBalancers/outboundRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2256},"Microsoft.Network/loadBalancers/probes@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2260},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2264},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2268},"Microsoft.Network/networkVirtualApplianceSkus@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2277},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2281},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2285},"Microsoft.Network/applicationGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":622},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":626},"Microsoft.Network/applicationSecurityGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":631},"Microsoft.Network/azureFirewalls@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":739},"Microsoft.Network/bastionHosts@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":761},"Microsoft.Network/customIpPrefixes@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":781},"Microsoft.Network/ddosCustomPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":804},"Microsoft.Network/ddosProtectionPlans@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":816},"Microsoft.Network/dscpConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":845},"Microsoft.Network/expressRouteCircuits/authorizations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":858},"Microsoft.Network/expressRouteCircuits/peerings@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":918},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":922},"Microsoft.Network/expressRouteCircuits@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":952},"Microsoft.Network/expressRouteCrossConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":984},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":988},"Microsoft.Network/ExpressRoutePorts@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1026},"Microsoft.Network/firewallPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1049},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1113},"Microsoft.Network/IpAllocations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1126},"Microsoft.Network/ipGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1139},"Microsoft.Network/loadBalancers@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1211},"Microsoft.Network/loadBalancers/backendAddressPools@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1215},"Microsoft.Network/loadBalancers/inboundNatRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1219},"Microsoft.Network/natGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1237},"Microsoft.Network/networkInterfaces@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1242},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1246},"Microsoft.Network/networkProfiles@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1284},"Microsoft.Network/networkSecurityGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1289},"Microsoft.Network/networkSecurityGroups/securityRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1293},"Microsoft.Network/networkVirtualAppliances@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1311},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1323},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1338},"Microsoft.Network/networkWatchers@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1349},"Microsoft.Network/networkWatchers/packetCaptures@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1366},"Microsoft.Network/networkWatchers/connectionMonitors@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1441},"Microsoft.Network/networkWatchers/flowLogs@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1446},"Microsoft.Network/privateEndpoints@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1451},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1472},"Microsoft.Network/privateLinkServices@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1512},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1516},"Microsoft.Network/publicIPAddresses@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1522},"Microsoft.Network/publicIPPrefixes@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1543},"Microsoft.Network/routeFilters@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1570},"Microsoft.Network/routeFilters/routeFilterRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1574},"Microsoft.Network/routeTables@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1579},"Microsoft.Network/routeTables/routes@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1583},"Microsoft.Network/securityPartnerProviders@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1603},"Microsoft.Network/serviceEndpointPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1608},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1612},"Microsoft.Network/virtualNetworks@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1642},"Microsoft.Network/virtualNetworks/subnets@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1646},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1650},"Microsoft.Network/virtualNetworkGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1802},"Microsoft.Network/connections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1848},"Microsoft.Network/localNetworkGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1853},"Microsoft.Network/virtualNetworkTaps@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1858},"Microsoft.Network/virtualRouters@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1871},"Microsoft.Network/virtualRouters/peerings@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1881},"Microsoft.Network/virtualWans@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1899},"Microsoft.Network/vpnSites@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1923},"Microsoft.Network/vpnServerConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1977},"Microsoft.Network/virtualHubs@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2013},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2023},"Microsoft.Network/vpnGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2070},"Microsoft.Network/vpnGateways/vpnConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2074},"Microsoft.Network/p2svpnGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2079},"Microsoft.Network/virtualHubs/routeTables@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2083},"Microsoft.Network/expressRouteGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2106},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2110},"Microsoft.Network/virtualHubs/bgpConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2125},"Microsoft.Network/virtualHubs/ipConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2138},"Microsoft.Network/virtualHubs/hubRouteTables@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2154},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2249},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2296},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2335},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2339},"Microsoft.Network/ExpressRoutePortsLocations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2352},"Microsoft.Network/ExpressRoutePorts/links@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2356},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2361},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2365},"Microsoft.Network/loadBalancers/outboundRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2369},"Microsoft.Network/loadBalancers/probes@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2373},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2377},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2381},"Microsoft.Network/networkVirtualApplianceSkus@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2390},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2394},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2398},"Microsoft.Network/applicationGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":695},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":699},"Microsoft.Network/applicationSecurityGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":704},"Microsoft.Network/azureFirewalls@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":812},"Microsoft.Network/bastionHosts@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":834},"Microsoft.Network/customIpPrefixes@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":854},"Microsoft.Network/ddosCustomPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":877},"Microsoft.Network/ddosProtectionPlans@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":889},"Microsoft.Network/dscpConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":918},"Microsoft.Network/expressRouteCircuits/authorizations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":931},"Microsoft.Network/expressRouteCircuits/peerings@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":991},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":995},"Microsoft.Network/expressRouteCircuits@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1025},"Microsoft.Network/expressRouteCrossConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1057},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1061},"Microsoft.Network/ExpressRoutePorts@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1099},"Microsoft.Network/firewallPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1152},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1218},"Microsoft.Network/IpAllocations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1231},"Microsoft.Network/ipGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1245},"Microsoft.Network/loadBalancers@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1320},"Microsoft.Network/loadBalancers/backendAddressPools@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1324},"Microsoft.Network/loadBalancers/inboundNatRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1328},"Microsoft.Network/natGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1334},"Microsoft.Network/networkInterfaces@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1339},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1343},"Microsoft.Network/networkProfiles@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1381},"Microsoft.Network/networkSecurityGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1386},"Microsoft.Network/networkSecurityGroups/securityRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1390},"Microsoft.Network/networkVirtualAppliances@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1408},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1420},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1435},"Microsoft.Network/networkWatchers@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1446},"Microsoft.Network/networkWatchers/packetCaptures@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1463},"Microsoft.Network/networkWatchers/connectionMonitors@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1538},"Microsoft.Network/networkWatchers/flowLogs@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1543},"Microsoft.Network/privateEndpoints@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1548},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1569},"Microsoft.Network/privateLinkServices@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1574},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1578},"Microsoft.Network/publicIPAddresses@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1584},"Microsoft.Network/publicIPPrefixes@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1608},"Microsoft.Network/routeFilters@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1635},"Microsoft.Network/routeFilters/routeFilterRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1639},"Microsoft.Network/routeTables@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1644},"Microsoft.Network/routeTables/routes@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1648},"Microsoft.Network/securityPartnerProviders@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1668},"Microsoft.Network/serviceEndpointPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1673},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1677},"Microsoft.Network/virtualNetworks@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1707},"Microsoft.Network/virtualNetworks/subnets@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1711},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1715},"Microsoft.Network/virtualNetworkGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1868},"Microsoft.Network/connections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1918},"Microsoft.Network/localNetworkGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1923},"Microsoft.Network/virtualNetworkTaps@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1928},"Microsoft.Network/virtualRouters@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1941},"Microsoft.Network/virtualRouters/peerings@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1951},"Microsoft.Network/virtualWans@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1969},"Microsoft.Network/vpnSites@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1993},"Microsoft.Network/vpnServerConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2047},"Microsoft.Network/virtualHubs@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2083},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2093},"Microsoft.Network/vpnGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2140},"Microsoft.Network/vpnGateways/vpnConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2144},"Microsoft.Network/p2svpnGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2149},"Microsoft.Network/virtualHubs/routeTables@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2153},"Microsoft.Network/expressRouteGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2176},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2180},"Microsoft.Network/virtualHubs/bgpConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2195},"Microsoft.Network/virtualHubs/ipConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2208},"Microsoft.Network/virtualHubs/hubRouteTables@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2224},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2319},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2366},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2405},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2409},"Microsoft.Network/ExpressRoutePortsLocations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2422},"Microsoft.Network/ExpressRoutePorts/links@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2426},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2431},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2435},"Microsoft.Network/loadBalancers/outboundRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2439},"Microsoft.Network/loadBalancers/probes@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2443},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2447},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2451},"Microsoft.Network/networkVirtualApplianceSkus@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2460},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2464},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2468},"Microsoft.Network/applicationGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":702},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":706},"Microsoft.Network/applicationSecurityGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":711},"Microsoft.Network/azureFirewalls@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":819},"Microsoft.Network/bastionHosts@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":841},"Microsoft.Network/customIpPrefixes@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":861},"Microsoft.Network/ddosCustomPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":884},"Microsoft.Network/ddosProtectionPlans@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":896},"Microsoft.Network/dscpConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":925},"Microsoft.Network/expressRouteCircuits/authorizations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":938},"Microsoft.Network/expressRouteCircuits/peerings@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":998},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1002},"Microsoft.Network/expressRouteCircuits@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1032},"Microsoft.Network/expressRouteCrossConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1064},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1068},"Microsoft.Network/ExpressRoutePorts@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1106},"Microsoft.Network/firewallPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1159},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1225},"Microsoft.Network/IpAllocations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1238},"Microsoft.Network/ipGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1252},"Microsoft.Network/loadBalancers@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1327},"Microsoft.Network/loadBalancers/backendAddressPools@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1331},"Microsoft.Network/loadBalancers/inboundNatRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1335},"Microsoft.Network/natGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1341},"Microsoft.Network/networkInterfaces@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1346},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1350},"Microsoft.Network/networkProfiles@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1388},"Microsoft.Network/networkSecurityGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1393},"Microsoft.Network/networkSecurityGroups/securityRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1397},"Microsoft.Network/networkVirtualAppliances@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1415},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1427},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1442},"Microsoft.Network/networkWatchers@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1453},"Microsoft.Network/networkWatchers/packetCaptures@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1470},"Microsoft.Network/networkWatchers/connectionMonitors@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1545},"Microsoft.Network/networkWatchers/flowLogs@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1550},"Microsoft.Network/privateEndpoints@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1555},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1576},"Microsoft.Network/privateLinkServices@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1581},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1585},"Microsoft.Network/publicIPAddresses@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1591},"Microsoft.Network/publicIPPrefixes@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1615},"Microsoft.Network/routeFilters@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1642},"Microsoft.Network/routeFilters/routeFilterRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1646},"Microsoft.Network/routeTables@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1651},"Microsoft.Network/routeTables/routes@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1655},"Microsoft.Network/securityPartnerProviders@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1675},"Microsoft.Network/serviceEndpointPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1680},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1684},"Microsoft.Network/virtualNetworks@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1714},"Microsoft.Network/virtualNetworks/subnets@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1718},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1722},"Microsoft.Network/virtualNetworkGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1875},"Microsoft.Network/connections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1925},"Microsoft.Network/localNetworkGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1930},"Microsoft.Network/virtualNetworkTaps@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1935},"Microsoft.Network/virtualRouters@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1948},"Microsoft.Network/virtualRouters/peerings@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1958},"Microsoft.Network/virtualWans@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1976},"Microsoft.Network/vpnSites@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2000},"Microsoft.Network/vpnServerConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2054},"Microsoft.Network/virtualHubs@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2090},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2100},"Microsoft.Network/vpnGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2172},"Microsoft.Network/vpnGateways/vpnConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2176},"Microsoft.Network/vpnGateways/natRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2180},"Microsoft.Network/p2svpnGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2185},"Microsoft.Network/virtualHubs/routeTables@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2189},"Microsoft.Network/expressRouteGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2212},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2216},"Microsoft.Network/virtualHubs/bgpConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2231},"Microsoft.Network/virtualHubs/ipConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2244},"Microsoft.Network/virtualHubs/hubRouteTables@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2260},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2355},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2402},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2441},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2445},"Microsoft.Network/ExpressRoutePortsLocations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2458},"Microsoft.Network/ExpressRoutePorts/links@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2462},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2467},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2471},"Microsoft.Network/loadBalancers/outboundRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2475},"Microsoft.Network/loadBalancers/probes@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2479},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2483},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2487},"Microsoft.Network/networkVirtualApplianceSkus@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2496},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2500},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2504},"Microsoft.Network/applicationGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":702},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":706},"Microsoft.Network/applicationSecurityGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":711},"Microsoft.Network/azureFirewalls@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":819},"Microsoft.Network/bastionHosts@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":841},"Microsoft.Network/networkInterfaces@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":846},"Microsoft.Network/publicIPAddresses@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":852},"Microsoft.Network/customIpPrefixes@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":872},"Microsoft.Network/ddosCustomPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":895},"Microsoft.Network/ddosProtectionPlans@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":907},"Microsoft.Network/dscpConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":936},"Microsoft.Network/expressRouteCircuits/authorizations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":949},"Microsoft.Network/expressRouteCircuits/peerings@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1009},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1013},"Microsoft.Network/expressRouteCircuits@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1043},"Microsoft.Network/expressRouteCrossConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1075},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1079},"Microsoft.Network/ExpressRoutePorts@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1117},"Microsoft.Network/firewallPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1176},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1242},"Microsoft.Network/IpAllocations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1255},"Microsoft.Network/ipGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1269},"Microsoft.Network/loadBalancers@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1344},"Microsoft.Network/loadBalancers/backendAddressPools@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1348},"Microsoft.Network/loadBalancers/inboundNatRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1352},"Microsoft.Network/natGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1358},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1362},"Microsoft.Network/networkProfiles@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1400},"Microsoft.Network/networkSecurityGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1405},"Microsoft.Network/networkSecurityGroups/securityRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1409},"Microsoft.Network/networkVirtualAppliances@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1427},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1439},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1454},"Microsoft.Network/networkWatchers@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1465},"Microsoft.Network/networkWatchers/packetCaptures@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1482},"Microsoft.Network/networkWatchers/connectionMonitors@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1557},"Microsoft.Network/networkWatchers/flowLogs@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1562},"Microsoft.Network/privateEndpoints@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1567},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1588},"Microsoft.Network/privateLinkServices@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1593},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1597},"Microsoft.Network/publicIPPrefixes@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1621},"Microsoft.Network/routeFilters@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1648},"Microsoft.Network/routeFilters/routeFilterRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1652},"Microsoft.Network/routeTables@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1657},"Microsoft.Network/routeTables/routes@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1661},"Microsoft.Network/securityPartnerProviders@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1681},"Microsoft.Network/serviceEndpointPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1686},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1690},"Microsoft.Network/virtualNetworks@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1720},"Microsoft.Network/virtualNetworks/subnets@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1724},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1728},"Microsoft.Network/virtualNetworkGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1886},"Microsoft.Network/connections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1936},"Microsoft.Network/localNetworkGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1941},"Microsoft.Network/virtualNetworkTaps@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1946},"Microsoft.Network/virtualRouters@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1959},"Microsoft.Network/virtualRouters/peerings@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1969},"Microsoft.Network/virtualWans@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1987},"Microsoft.Network/vpnSites@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2011},"Microsoft.Network/vpnServerConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2065},"Microsoft.Network/virtualHubs@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2101},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2111},"Microsoft.Network/vpnGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2184},"Microsoft.Network/vpnGateways/vpnConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2188},"Microsoft.Network/vpnGateways/natRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2192},"Microsoft.Network/p2svpnGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2197},"Microsoft.Network/virtualHubs/routeTables@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2201},"Microsoft.Network/expressRouteGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2224},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2228},"Microsoft.Network/virtualHubs/bgpConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2243},"Microsoft.Network/virtualHubs/ipConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2256},"Microsoft.Network/virtualHubs/hubRouteTables@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2272},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2367},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2414},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2453},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2457},"Microsoft.Network/ExpressRoutePortsLocations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2470},"Microsoft.Network/ExpressRoutePorts/links@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2474},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2479},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2483},"Microsoft.Network/loadBalancers/outboundRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2487},"Microsoft.Network/loadBalancers/probes@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2491},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2495},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2499},"Microsoft.Network/networkVirtualApplianceSkus@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2508},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2512},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2516},"Microsoft.Network/networkManagers@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":37},"Microsoft.Network/networkManagers/connectivityConfigurations@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":69},"Microsoft.Network/networkManagers/networkGroups@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":81},"Microsoft.Network/networkManagers/securityUserConfigurations@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":97},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":109},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rules@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":161},"Microsoft.Network/networkManagers/securityAdminConfigurations@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":165},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":169},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":225},"Microsoft.Network/networkSecurityPerimeters@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":238},"Microsoft.Network/networkSecurityPerimeters/profiles@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":244},"Microsoft.Network/networkSecurityPerimeters/profiles/accessRules@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":268},"Microsoft.Network/networkSecurityPerimeters/resourceAssociations@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":286},"Microsoft.Network/networkSecurityPerimeters/links@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":308},"Microsoft.Network/networkSecurityPerimeters/linkReferences@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":330},"Microsoft.Network/applicationGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":715},"Microsoft.Network/applicationGateways/privateEndpointConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":719},"Microsoft.Network/applicationSecurityGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":724},"Microsoft.Network/azureFirewalls@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":832},"Microsoft.Network/bastionHosts@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":858},"Microsoft.Network/networkInterfaces@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":863},"Microsoft.Network/publicIPAddresses@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":869},"Microsoft.Network/customIpPrefixes@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":893},"Microsoft.Network/ddosCustomPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":916},"Microsoft.Network/ddosProtectionPlans@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":928},"Microsoft.Network/dscpConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":957},"Microsoft.Network/expressRouteCircuits/authorizations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":970},"Microsoft.Network/expressRouteCircuits/peerings@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1030},"Microsoft.Network/expressRouteCircuits/peerings/connections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1034},"Microsoft.Network/expressRouteCircuits@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1064},"Microsoft.Network/expressRouteCrossConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1096},"Microsoft.Network/expressRouteCrossConnections/peerings@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1100},"Microsoft.Network/ExpressRoutePorts@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1138},"Microsoft.Network/firewallPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1197},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1263},"Microsoft.Network/IpAllocations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1276},"Microsoft.Network/ipGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1290},"Microsoft.Network/loadBalancers@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1367},"Microsoft.Network/loadBalancers/backendAddressPools@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1371},"Microsoft.Network/loadBalancers/inboundNatRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1375},"Microsoft.Network/natGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1381},"Microsoft.Network/networkInterfaces/tapConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1385},"Microsoft.Network/networkProfiles@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1423},"Microsoft.Network/networkSecurityGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1428},"Microsoft.Network/networkSecurityGroups/securityRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1432},"Microsoft.Network/networkVirtualAppliances@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1450},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1462},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1477},"Microsoft.Network/networkWatchers@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1488},"Microsoft.Network/networkWatchers/packetCaptures@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1505},"Microsoft.Network/networkWatchers/connectionMonitors@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1580},"Microsoft.Network/networkWatchers/flowLogs@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1585},"Microsoft.Network/privateEndpoints@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1590},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1616},"Microsoft.Network/privateLinkServices@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1621},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1625},"Microsoft.Network/publicIPPrefixes@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1649},"Microsoft.Network/routeFilters@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1676},"Microsoft.Network/routeFilters/routeFilterRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1680},"Microsoft.Network/routeTables@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1685},"Microsoft.Network/routeTables/routes@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1689},"Microsoft.Network/securityPartnerProviders@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1709},"Microsoft.Network/serviceEndpointPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1714},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1718},"Microsoft.Network/virtualNetworks@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1753},"Microsoft.Network/virtualNetworks/subnets@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1757},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1761},"Microsoft.Network/virtualNetworkGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1936},"Microsoft.Network/connections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1988},"Microsoft.Network/localNetworkGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1993},"Microsoft.Network/virtualNetworkGateways/natRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1997},"Microsoft.Network/virtualNetworkTaps@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2002},"Microsoft.Network/virtualRouters@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2015},"Microsoft.Network/virtualRouters/peerings@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2025},"Microsoft.Network/virtualWans@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2043},"Microsoft.Network/vpnSites@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2067},"Microsoft.Network/vpnServerConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2121},"Microsoft.Network/virtualHubs@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2161},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2171},"Microsoft.Network/vpnGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2243},"Microsoft.Network/vpnGateways/vpnConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2247},"Microsoft.Network/vpnGateways/natRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2251},"Microsoft.Network/p2svpnGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2256},"Microsoft.Network/virtualHubs/routeTables@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2260},"Microsoft.Network/expressRouteGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2283},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2287},"Microsoft.Network/virtualHubs/bgpConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2302},"Microsoft.Network/virtualHubs/ipConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2315},"Microsoft.Network/virtualHubs/hubRouteTables@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2331},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2426},"Microsoft.Network/applicationGatewayAvailableSslOptions@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2473},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2512},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2516},"Microsoft.Network/ExpressRoutePortsLocations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2529},"Microsoft.Network/ExpressRoutePorts/links@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2533},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2538},"Microsoft.Network/loadBalancers/loadBalancingRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2542},"Microsoft.Network/loadBalancers/outboundRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2546},"Microsoft.Network/loadBalancers/probes@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2550},"Microsoft.Network/networkInterfaces/ipConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2554},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2558},"Microsoft.Network/networkVirtualApplianceSkus@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2567},"Microsoft.Network/vpnSites/vpnSiteLinks@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2571},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2575},"Microsoft.Network/networkSecurityPerimeters@2021-03-01-preview":{"RelativePath":"network/microsoft.network/2021-03-01-preview/types.json","Index":18},"Microsoft.Network/applicationGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":736},"Microsoft.Network/applicationGateways/privateEndpointConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":740},"Microsoft.Network/applicationSecurityGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":745},"Microsoft.Network/azureFirewalls@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":853},"Microsoft.Network/bastionHosts@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":879},"Microsoft.Network/networkInterfaces@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":884},"Microsoft.Network/publicIPAddresses@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":890},"Microsoft.Network/customIpPrefixes@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":914},"Microsoft.Network/ddosCustomPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":937},"Microsoft.Network/ddosProtectionPlans@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":949},"Microsoft.Network/dscpConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":995},"Microsoft.Network/expressRouteCircuits/authorizations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1008},"Microsoft.Network/expressRouteCircuits/peerings@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1068},"Microsoft.Network/expressRouteCircuits/peerings/connections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1072},"Microsoft.Network/expressRouteCircuits@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1102},"Microsoft.Network/expressRouteCrossConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1134},"Microsoft.Network/expressRouteCrossConnections/peerings@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1138},"Microsoft.Network/ExpressRoutePorts@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1176},"Microsoft.Network/firewallPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1237},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1303},"Microsoft.Network/IpAllocations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1316},"Microsoft.Network/ipGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1330},"Microsoft.Network/loadBalancers@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1407},"Microsoft.Network/loadBalancers/backendAddressPools@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1411},"Microsoft.Network/loadBalancers/inboundNatRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1415},"Microsoft.Network/natGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1421},"Microsoft.Network/networkInterfaces/tapConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1425},"Microsoft.Network/networkProfiles@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1463},"Microsoft.Network/networkSecurityGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1468},"Microsoft.Network/networkSecurityGroups/securityRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1472},"Microsoft.Network/networkVirtualAppliances@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1490},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1502},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1517},"Microsoft.Network/networkWatchers@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1528},"Microsoft.Network/networkWatchers/packetCaptures@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1545},"Microsoft.Network/networkWatchers/connectionMonitors@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1620},"Microsoft.Network/networkWatchers/flowLogs@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1625},"Microsoft.Network/privateEndpoints@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1630},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1651},"Microsoft.Network/privateLinkServices@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1656},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1660},"Microsoft.Network/publicIPPrefixes@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1684},"Microsoft.Network/routeFilters@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1711},"Microsoft.Network/routeFilters/routeFilterRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1715},"Microsoft.Network/routeTables@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1720},"Microsoft.Network/routeTables/routes@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1724},"Microsoft.Network/securityPartnerProviders@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1744},"Microsoft.Network/serviceEndpointPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1749},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1753},"Microsoft.Network/virtualNetworks@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1788},"Microsoft.Network/virtualNetworks/subnets@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1792},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1796},"Microsoft.Network/virtualNetworkGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1971},"Microsoft.Network/connections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2023},"Microsoft.Network/localNetworkGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2028},"Microsoft.Network/virtualNetworkGateways/natRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2032},"Microsoft.Network/virtualNetworkTaps@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2037},"Microsoft.Network/virtualRouters@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2050},"Microsoft.Network/virtualRouters/peerings@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2060},"Microsoft.Network/virtualWans@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2078},"Microsoft.Network/vpnSites@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2102},"Microsoft.Network/vpnServerConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2157},"Microsoft.Network/virtualHubs@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2197},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2207},"Microsoft.Network/vpnGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2279},"Microsoft.Network/vpnGateways/vpnConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2283},"Microsoft.Network/vpnGateways/natRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2287},"Microsoft.Network/p2svpnGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2292},"Microsoft.Network/virtualHubs/routeTables@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2296},"Microsoft.Network/expressRouteGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2319},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2323},"Microsoft.Network/virtualHubs/bgpConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2338},"Microsoft.Network/virtualHubs/ipConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2351},"Microsoft.Network/virtualHubs/hubRouteTables@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2367},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2462},"Microsoft.Network/applicationGatewayAvailableSslOptions@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2509},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2548},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2552},"Microsoft.Network/ExpressRoutePortsLocations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2565},"Microsoft.Network/ExpressRoutePorts/links@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2569},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2574},"Microsoft.Network/loadBalancers/loadBalancingRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2578},"Microsoft.Network/loadBalancers/outboundRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2582},"Microsoft.Network/loadBalancers/probes@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2586},"Microsoft.Network/networkInterfaces/ipConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2590},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2594},"Microsoft.Network/networkVirtualApplianceSkus@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2603},"Microsoft.Network/vpnSites/vpnSiteLinks@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2607},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2611},"Microsoft.Network/networkManagers@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":41},"Microsoft.Network/networkManagers/connectivityConfigurations@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":73},"Microsoft.Network/networkManagers/networkGroups@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":83},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":88},"Microsoft.Network/networkManagers/securityUserConfigurations@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":108},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":120},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rules@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":172},"Microsoft.Network/networkManagers/securityAdminConfigurations@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":176},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":180},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":236},"Microsoft.Network/networkManagerConnections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":247},"Microsoft.Network/managementGroups/networkManagerConnections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":251},"Microsoft.Network/networkManagers/scopeConnections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":262},"Microsoft.Network/applicationGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":739},"Microsoft.Network/applicationGateways/privateEndpointConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":743},"Microsoft.Network/applicationSecurityGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":748},"Microsoft.Network/azureFirewalls@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":857},"Microsoft.Network/bastionHosts@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":883},"Microsoft.Network/networkInterfaces@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":888},"Microsoft.Network/publicIPAddresses@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":894},"Microsoft.Network/customIpPrefixes@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":915},"Microsoft.Network/ddosCustomPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":938},"Microsoft.Network/ddosProtectionPlans@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":950},"Microsoft.Network/dscpConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":996},"Microsoft.Network/expressRouteCircuits/authorizations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1009},"Microsoft.Network/expressRouteCircuits/peerings@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1069},"Microsoft.Network/expressRouteCircuits/peerings/connections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1073},"Microsoft.Network/expressRouteCircuits@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1103},"Microsoft.Network/expressRouteCrossConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1135},"Microsoft.Network/expressRouteCrossConnections/peerings@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1139},"Microsoft.Network/ExpressRoutePorts@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1177},"Microsoft.Network/firewallPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1239},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1305},"Microsoft.Network/firewallPolicies/signatureOverrides@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1312},"Microsoft.Network/IpAllocations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1325},"Microsoft.Network/ipGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1339},"Microsoft.Network/loadBalancers@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1416},"Microsoft.Network/loadBalancers/backendAddressPools@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1420},"Microsoft.Network/loadBalancers/inboundNatRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1424},"Microsoft.Network/natGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1430},"Microsoft.Network/networkInterfaces/tapConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1434},"Microsoft.Network/networkProfiles@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1472},"Microsoft.Network/networkSecurityGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1477},"Microsoft.Network/networkSecurityGroups/securityRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1481},"Microsoft.Network/networkVirtualAppliances@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1499},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1511},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1526},"Microsoft.Network/networkWatchers@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1537},"Microsoft.Network/networkWatchers/packetCaptures@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1554},"Microsoft.Network/networkWatchers/connectionMonitors@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1629},"Microsoft.Network/networkWatchers/flowLogs@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1634},"Microsoft.Network/privateEndpoints@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1639},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1660},"Microsoft.Network/privateLinkServices@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1665},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1669},"Microsoft.Network/publicIPPrefixes@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1693},"Microsoft.Network/routeFilters@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1720},"Microsoft.Network/routeFilters/routeFilterRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1724},"Microsoft.Network/routeTables@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1729},"Microsoft.Network/routeTables/routes@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1733},"Microsoft.Network/securityPartnerProviders@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1753},"Microsoft.Network/serviceEndpointPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1758},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1762},"Microsoft.Network/virtualNetworks@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1801},"Microsoft.Network/virtualNetworks/subnets@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1805},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1809},"Microsoft.Network/virtualNetworkGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1984},"Microsoft.Network/connections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2036},"Microsoft.Network/localNetworkGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2041},"Microsoft.Network/virtualNetworkGateways/natRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2045},"Microsoft.Network/virtualNetworkTaps@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2050},"Microsoft.Network/virtualRouters@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2063},"Microsoft.Network/virtualRouters/peerings@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2073},"Microsoft.Network/virtualWans@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2091},"Microsoft.Network/vpnSites@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2115},"Microsoft.Network/vpnServerConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2170},"Microsoft.Network/virtualHubs@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2210},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2220},"Microsoft.Network/vpnGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2292},"Microsoft.Network/vpnGateways/vpnConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2296},"Microsoft.Network/vpnGateways/natRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2300},"Microsoft.Network/p2svpnGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2305},"Microsoft.Network/virtualHubs/routeTables@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2309},"Microsoft.Network/expressRouteGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2332},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2336},"Microsoft.Network/virtualHubs/bgpConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2351},"Microsoft.Network/virtualHubs/ipConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2364},"Microsoft.Network/virtualHubs/hubRouteTables@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2380},"Microsoft.Network/virtualHubs/routingIntent@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2393},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2500},"Microsoft.Network/applicationGatewayAvailableSslOptions@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2547},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2586},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2590},"Microsoft.Network/ExpressRoutePortsLocations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2603},"Microsoft.Network/ExpressRoutePorts/links@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2607},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2612},"Microsoft.Network/loadBalancers/loadBalancingRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2616},"Microsoft.Network/loadBalancers/outboundRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2620},"Microsoft.Network/loadBalancers/probes@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2624},"Microsoft.Network/networkInterfaces/ipConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2628},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2632},"Microsoft.Network/networkVirtualApplianceSkus@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2641},"Microsoft.Network/vpnSites/vpnSiteLinks@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2645},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2649},"Microsoft.Network/applicationGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":792},"Microsoft.Network/applicationGateways/privateEndpointConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":796},"Microsoft.Network/applicationSecurityGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":801},"Microsoft.Network/azureFirewalls@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":910},"Microsoft.Network/bastionHosts@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":936},"Microsoft.Network/networkInterfaces@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":941},"Microsoft.Network/publicIPAddresses@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":947},"Microsoft.Network/customIpPrefixes@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":968},"Microsoft.Network/ddosCustomPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":991},"Microsoft.Network/ddosProtectionPlans@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1003},"Microsoft.Network/dscpConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1049},"Microsoft.Network/expressRouteCircuits/authorizations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1062},"Microsoft.Network/expressRouteCircuits/peerings@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1122},"Microsoft.Network/expressRouteCircuits/peerings/connections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1126},"Microsoft.Network/expressRouteCircuits@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1156},"Microsoft.Network/expressRouteCrossConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1188},"Microsoft.Network/expressRouteCrossConnections/peerings@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1192},"Microsoft.Network/ExpressRoutePorts@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1230},"Microsoft.Network/expressRoutePorts/authorizations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1243},"Microsoft.Network/firewallPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1306},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1372},"Microsoft.Network/firewallPolicies/signatureOverrides@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1379},"Microsoft.Network/IpAllocations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1392},"Microsoft.Network/ipGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1406},"Microsoft.Network/loadBalancers@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1483},"Microsoft.Network/loadBalancers/backendAddressPools@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1487},"Microsoft.Network/loadBalancers/inboundNatRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1491},"Microsoft.Network/natGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1497},"Microsoft.Network/networkInterfaces/tapConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1501},"Microsoft.Network/networkProfiles@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1539},"Microsoft.Network/networkSecurityGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1544},"Microsoft.Network/networkSecurityGroups/securityRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1548},"Microsoft.Network/networkVirtualAppliances@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1566},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1578},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1593},"Microsoft.Network/networkWatchers@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1604},"Microsoft.Network/networkWatchers/packetCaptures@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1621},"Microsoft.Network/networkWatchers/connectionMonitors@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1696},"Microsoft.Network/networkWatchers/flowLogs@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1701},"Microsoft.Network/privateEndpoints@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1706},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1727},"Microsoft.Network/privateLinkServices@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1732},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1736},"Microsoft.Network/publicIPPrefixes@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1760},"Microsoft.Network/routeFilters@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1787},"Microsoft.Network/routeFilters/routeFilterRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1791},"Microsoft.Network/routeTables@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1796},"Microsoft.Network/routeTables/routes@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1800},"Microsoft.Network/securityPartnerProviders@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1820},"Microsoft.Network/serviceEndpointPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1825},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1829},"Microsoft.Network/virtualNetworks@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1868},"Microsoft.Network/virtualNetworks/subnets@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1872},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1876},"Microsoft.Network/virtualNetworkGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2051},"Microsoft.Network/connections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2105},"Microsoft.Network/localNetworkGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2110},"Microsoft.Network/virtualNetworkGateways/natRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2114},"Microsoft.Network/virtualNetworkTaps@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2119},"Microsoft.Network/virtualRouters@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2132},"Microsoft.Network/virtualRouters/peerings@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2142},"Microsoft.Network/virtualWans@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2160},"Microsoft.Network/vpnSites@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2184},"Microsoft.Network/vpnServerConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2256},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2260},"Microsoft.Network/virtualHubs@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2304},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2314},"Microsoft.Network/vpnGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2387},"Microsoft.Network/vpnGateways/vpnConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2391},"Microsoft.Network/vpnGateways/natRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2395},"Microsoft.Network/p2svpnGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2400},"Microsoft.Network/virtualHubs/routeTables@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2404},"Microsoft.Network/expressRouteGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2427},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2431},"Microsoft.Network/virtualHubs/bgpConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2446},"Microsoft.Network/virtualHubs/ipConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2459},"Microsoft.Network/virtualHubs/hubRouteTables@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2475},"Microsoft.Network/virtualHubs/routingIntent@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2488},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2595},"Microsoft.Network/applicationGatewayAvailableSslOptions@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2642},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2681},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2685},"Microsoft.Network/ExpressRoutePortsLocations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2698},"Microsoft.Network/ExpressRoutePorts/links@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2702},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2707},"Microsoft.Network/loadBalancers/loadBalancingRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2711},"Microsoft.Network/loadBalancers/outboundRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2715},"Microsoft.Network/loadBalancers/probes@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2719},"Microsoft.Network/networkInterfaces/ipConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2723},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2727},"Microsoft.Network/networkVirtualApplianceSkus@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2736},"Microsoft.Network/vpnSites/vpnSiteLinks@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2740},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2744},"Microsoft.Network/applicationGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":797},"Microsoft.Network/applicationGateways/privateEndpointConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":801},"Microsoft.Network/applicationSecurityGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":806},"Microsoft.Network/azureFirewalls@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":915},"Microsoft.Network/bastionHosts@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":941},"Microsoft.Network/networkInterfaces@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":946},"Microsoft.Network/publicIPAddresses@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":952},"Microsoft.Network/customIpPrefixes@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":974},"Microsoft.Network/ddosCustomPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":997},"Microsoft.Network/ddosProtectionPlans@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1009},"Microsoft.Network/dscpConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1055},"Microsoft.Network/expressRouteCircuits/authorizations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1068},"Microsoft.Network/expressRouteCircuits/peerings@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1128},"Microsoft.Network/expressRouteCircuits/peerings/connections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1132},"Microsoft.Network/expressRouteCircuits@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1162},"Microsoft.Network/expressRouteCrossConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1194},"Microsoft.Network/expressRouteCrossConnections/peerings@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1198},"Microsoft.Network/ExpressRoutePorts@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1236},"Microsoft.Network/expressRoutePorts/authorizations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1249},"Microsoft.Network/firewallPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1315},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1381},"Microsoft.Network/firewallPolicies/signatureOverrides@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1388},"Microsoft.Network/IpAllocations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1401},"Microsoft.Network/ipGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1415},"Microsoft.Network/loadBalancers@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1492},"Microsoft.Network/loadBalancers/backendAddressPools@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1496},"Microsoft.Network/loadBalancers/inboundNatRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1500},"Microsoft.Network/natGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1506},"Microsoft.Network/networkInterfaces/tapConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1510},"Microsoft.Network/networkManagers@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1543},"Microsoft.Network/networkManagerConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1554},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1586},"Microsoft.Network/networkManagers/networkGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1596},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1606},"Microsoft.Network/networkManagers/scopeConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1617},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1631},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1643},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1703},"Microsoft.Network/networkProfiles@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1741},"Microsoft.Network/networkSecurityGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1746},"Microsoft.Network/networkSecurityGroups/securityRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1750},"Microsoft.Network/networkVirtualAppliances@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1768},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1780},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1795},"Microsoft.Network/networkWatchers@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1807},"Microsoft.Network/networkWatchers/packetCaptures@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1830},"Microsoft.Network/networkWatchers/connectionMonitors@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1907},"Microsoft.Network/networkWatchers/flowLogs@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1912},"Microsoft.Network/privateEndpoints@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1917},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1938},"Microsoft.Network/privateLinkServices@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1943},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1947},"Microsoft.Network/publicIPPrefixes@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1971},"Microsoft.Network/routeFilters@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1998},"Microsoft.Network/routeFilters/routeFilterRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2002},"Microsoft.Network/routeTables@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2007},"Microsoft.Network/routeTables/routes@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2011},"Microsoft.Network/securityPartnerProviders@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2031},"Microsoft.Network/serviceEndpointPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2036},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2040},"Microsoft.Network/virtualNetworks@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2079},"Microsoft.Network/virtualNetworks/subnets@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2083},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2087},"Microsoft.Network/virtualNetworkGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2262},"Microsoft.Network/connections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2316},"Microsoft.Network/localNetworkGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2321},"Microsoft.Network/virtualNetworkGateways/natRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2325},"Microsoft.Network/virtualNetworkTaps@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2330},"Microsoft.Network/virtualRouters@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2343},"Microsoft.Network/virtualRouters/peerings@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2353},"Microsoft.Network/virtualWans@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2371},"Microsoft.Network/vpnSites@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2395},"Microsoft.Network/vpnServerConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2467},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2471},"Microsoft.Network/virtualHubs@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2516},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2526},"Microsoft.Network/vpnGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2599},"Microsoft.Network/vpnGateways/vpnConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2603},"Microsoft.Network/vpnGateways/natRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2607},"Microsoft.Network/p2svpnGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2612},"Microsoft.Network/virtualHubs/routeTables@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2616},"Microsoft.Network/expressRouteGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2639},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2643},"Microsoft.Network/virtualHubs/bgpConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2658},"Microsoft.Network/virtualHubs/ipConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2671},"Microsoft.Network/virtualHubs/hubRouteTables@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2687},"Microsoft.Network/virtualHubs/routingIntent@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2700},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2808},"Microsoft.Network/applicationGatewayAvailableSslOptions@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2858},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2898},"Microsoft.Network/expressRouteProviderPorts@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2904},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2908},"Microsoft.Network/ExpressRoutePortsLocations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2921},"Microsoft.Network/ExpressRoutePorts/links@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2925},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2930},"Microsoft.Network/loadBalancers/loadBalancingRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2934},"Microsoft.Network/loadBalancers/outboundRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2938},"Microsoft.Network/loadBalancers/probes@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2942},"Microsoft.Network/networkInterfaces/ipConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2946},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2950},"Microsoft.Network/networkVirtualApplianceSkus@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2959},"Microsoft.Network/vpnSites/vpnSiteLinks@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2963},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2967},"Microsoft.Network/networkManagers@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":41},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":73},"Microsoft.Network/networkManagers/networkGroups@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":83},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":88},"Microsoft.Network/networkManagers/securityUserConfigurations@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":101},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":113},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rules@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":165},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":179},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":190},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":246},"Microsoft.Network/networkManagerConnections@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":257},"Microsoft.Network/networkManagers/scopeConnections@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":268},"Microsoft.Network/networkManagers@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":41},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":73},"Microsoft.Network/networkManagers/networkGroups@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":83},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":93},"Microsoft.Network/networkManagers/securityUserConfigurations@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":106},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":118},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rules@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":170},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":184},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":195},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":251},"Microsoft.Network/networkManagerConnections@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":262},"Microsoft.Network/networkManagers/scopeConnections@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":273},"Microsoft.Network/applicationGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":801},"Microsoft.Network/applicationGateways/privateEndpointConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":805},"Microsoft.Network/applicationSecurityGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":810},"Microsoft.Network/azureFirewalls@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":919},"Microsoft.Network/bastionHosts@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":945},"Microsoft.Network/networkInterfaces@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":950},"Microsoft.Network/publicIPAddresses@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":956},"Microsoft.Network/customIpPrefixes@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":993},"Microsoft.Network/ddosCustomPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1004},"Microsoft.Network/ddosProtectionPlans@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1017},"Microsoft.Network/dscpConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1063},"Microsoft.Network/expressRouteCircuits/authorizations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1076},"Microsoft.Network/expressRouteCircuits/peerings@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1136},"Microsoft.Network/expressRouteCircuits/peerings/connections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1140},"Microsoft.Network/expressRouteCircuits@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1170},"Microsoft.Network/expressRouteCrossConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1202},"Microsoft.Network/expressRouteCrossConnections/peerings@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1206},"Microsoft.Network/ExpressRoutePorts@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1247},"Microsoft.Network/expressRoutePorts/authorizations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1260},"Microsoft.Network/firewallPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1326},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1392},"Microsoft.Network/firewallPolicies/signatureOverrides@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1399},"Microsoft.Network/IpAllocations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1412},"Microsoft.Network/ipGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1426},"Microsoft.Network/loadBalancers@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1503},"Microsoft.Network/loadBalancers/backendAddressPools@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1507},"Microsoft.Network/loadBalancers/inboundNatRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1511},"Microsoft.Network/natGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1517},"Microsoft.Network/networkInterfaces/tapConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1521},"Microsoft.Network/networkManagers@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1554},"Microsoft.Network/networkManagerConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1565},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1597},"Microsoft.Network/networkManagers/networkGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1607},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1617},"Microsoft.Network/networkManagers/scopeConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1628},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1643},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1655},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1715},"Microsoft.Network/networkProfiles@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1753},"Microsoft.Network/networkSecurityGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1758},"Microsoft.Network/networkSecurityGroups/securityRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1762},"Microsoft.Network/networkVirtualAppliances@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1780},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1792},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1807},"Microsoft.Network/networkWatchers@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1819},"Microsoft.Network/networkWatchers/packetCaptures@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1842},"Microsoft.Network/networkWatchers/connectionMonitors@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1919},"Microsoft.Network/networkWatchers/flowLogs@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1924},"Microsoft.Network/privateEndpoints@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1929},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1950},"Microsoft.Network/privateLinkServices@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1955},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1959},"Microsoft.Network/publicIPPrefixes@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1983},"Microsoft.Network/routeFilters@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2010},"Microsoft.Network/routeFilters/routeFilterRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2014},"Microsoft.Network/routeTables@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2019},"Microsoft.Network/routeTables/routes@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2023},"Microsoft.Network/securityPartnerProviders@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2043},"Microsoft.Network/serviceEndpointPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2048},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2052},"Microsoft.Network/virtualNetworks@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2091},"Microsoft.Network/virtualNetworks/subnets@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2095},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2099},"Microsoft.Network/virtualNetworkGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2298},"Microsoft.Network/connections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2352},"Microsoft.Network/localNetworkGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2357},"Microsoft.Network/virtualNetworkGateways/natRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2361},"Microsoft.Network/virtualNetworkTaps@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2366},"Microsoft.Network/virtualRouters@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2379},"Microsoft.Network/virtualRouters/peerings@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2389},"Microsoft.Network/virtualWans@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2407},"Microsoft.Network/vpnSites@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2431},"Microsoft.Network/vpnServerConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2507},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2511},"Microsoft.Network/virtualHubs@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2557},"Microsoft.Network/virtualHubs/routeMaps@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2599},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2609},"Microsoft.Network/vpnGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2682},"Microsoft.Network/vpnGateways/vpnConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2686},"Microsoft.Network/vpnGateways/natRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2690},"Microsoft.Network/p2svpnGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2695},"Microsoft.Network/virtualHubs/routeTables@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2699},"Microsoft.Network/expressRouteGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2722},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2726},"Microsoft.Network/virtualHubs/bgpConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2741},"Microsoft.Network/virtualHubs/ipConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2754},"Microsoft.Network/virtualHubs/hubRouteTables@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2770},"Microsoft.Network/virtualHubs/routingIntent@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2783},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2898},"Microsoft.Network/cloudServiceSlots@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2907},"Microsoft.Network/applicationGatewayAvailableSslOptions@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2957},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2997},"Microsoft.Network/expressRouteProviderPorts@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3003},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3007},"Microsoft.Network/ExpressRoutePortsLocations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3020},"Microsoft.Network/ExpressRoutePorts/links@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3024},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3029},"Microsoft.Network/loadBalancers/loadBalancingRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3033},"Microsoft.Network/loadBalancers/outboundRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3037},"Microsoft.Network/loadBalancers/probes@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3041},"Microsoft.Network/networkInterfaces/ipConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3045},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3049},"Microsoft.Network/networkVirtualApplianceSkus@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3058},"Microsoft.Network/vpnSites/vpnSiteLinks@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3062},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3066},"Microsoft.Network/applicationGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":801},"Microsoft.Network/applicationGateways/privateEndpointConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":805},"Microsoft.Network/applicationSecurityGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":810},"Microsoft.Network/azureFirewalls@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":919},"Microsoft.Network/bastionHosts@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":945},"Microsoft.Network/networkInterfaces@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":950},"Microsoft.Network/publicIPAddresses@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":956},"Microsoft.Network/cloudServiceSlots@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":965},"Microsoft.Network/customIpPrefixes@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1002},"Microsoft.Network/ddosCustomPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1013},"Microsoft.Network/ddosProtectionPlans@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1026},"Microsoft.Network/dscpConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1072},"Microsoft.Network/expressRouteCircuits/authorizations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1085},"Microsoft.Network/expressRouteCircuits/peerings@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1145},"Microsoft.Network/expressRouteCircuits/peerings/connections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1149},"Microsoft.Network/expressRouteCircuits@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1179},"Microsoft.Network/expressRouteCrossConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1211},"Microsoft.Network/expressRouteCrossConnections/peerings@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1215},"Microsoft.Network/ExpressRoutePorts@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1256},"Microsoft.Network/expressRoutePorts/authorizations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1269},"Microsoft.Network/firewallPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1335},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1401},"Microsoft.Network/firewallPolicies/signatureOverrides@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1408},"Microsoft.Network/IpAllocations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1421},"Microsoft.Network/ipGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1435},"Microsoft.Network/loadBalancers@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1512},"Microsoft.Network/loadBalancers/backendAddressPools@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1516},"Microsoft.Network/loadBalancers/inboundNatRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1520},"Microsoft.Network/natGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1526},"Microsoft.Network/networkInterfaces/tapConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1530},"Microsoft.Network/networkManagers@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1563},"Microsoft.Network/networkManagerConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1574},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1606},"Microsoft.Network/networkManagers/networkGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1616},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1626},"Microsoft.Network/networkManagers/scopeConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1637},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1652},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1664},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1724},"Microsoft.Network/networkProfiles@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1762},"Microsoft.Network/networkSecurityGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1767},"Microsoft.Network/networkSecurityGroups/securityRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1771},"Microsoft.Network/networkVirtualAppliances@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1796},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1808},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1823},"Microsoft.Network/networkWatchers@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1834},"Microsoft.Network/networkWatchers/packetCaptures@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1857},"Microsoft.Network/networkWatchers/connectionMonitors@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1934},"Microsoft.Network/networkWatchers/flowLogs@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1939},"Microsoft.Network/privateEndpoints@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1944},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1965},"Microsoft.Network/privateLinkServices@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1970},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1974},"Microsoft.Network/publicIPPrefixes@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1998},"Microsoft.Network/routeFilters@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2025},"Microsoft.Network/routeFilters/routeFilterRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2029},"Microsoft.Network/routeTables@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2034},"Microsoft.Network/routeTables/routes@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2038},"Microsoft.Network/securityPartnerProviders@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2058},"Microsoft.Network/serviceEndpointPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2063},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2067},"Microsoft.Network/virtualNetworks@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2106},"Microsoft.Network/virtualNetworks/subnets@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2110},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2114},"Microsoft.Network/virtualNetworkGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2313},"Microsoft.Network/connections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2367},"Microsoft.Network/localNetworkGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2372},"Microsoft.Network/virtualNetworkGateways/natRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2376},"Microsoft.Network/virtualNetworkTaps@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2381},"Microsoft.Network/virtualRouters@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2394},"Microsoft.Network/virtualRouters/peerings@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2404},"Microsoft.Network/virtualWans@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2422},"Microsoft.Network/vpnSites@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2446},"Microsoft.Network/vpnServerConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2522},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2526},"Microsoft.Network/virtualHubs@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2572},"Microsoft.Network/virtualHubs/routeMaps@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2614},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2624},"Microsoft.Network/vpnGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2697},"Microsoft.Network/vpnGateways/vpnConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2701},"Microsoft.Network/vpnGateways/natRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2705},"Microsoft.Network/p2svpnGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2710},"Microsoft.Network/virtualHubs/routeTables@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2714},"Microsoft.Network/expressRouteGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2737},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2741},"Microsoft.Network/virtualHubs/bgpConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2756},"Microsoft.Network/virtualHubs/ipConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2769},"Microsoft.Network/virtualHubs/hubRouteTables@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2785},"Microsoft.Network/virtualHubs/routingIntent@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2798},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2913},"Microsoft.Network/applicationGatewayAvailableSslOptions@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2963},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3003},"Microsoft.Network/expressRouteProviderPorts@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3009},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3013},"Microsoft.Network/ExpressRoutePortsLocations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3026},"Microsoft.Network/ExpressRoutePorts/links@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3030},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3035},"Microsoft.Network/loadBalancers/loadBalancingRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3039},"Microsoft.Network/loadBalancers/outboundRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3043},"Microsoft.Network/loadBalancers/probes@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3047},"Microsoft.Network/networkInterfaces/ipConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3051},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3055},"Microsoft.Network/networkVirtualApplianceSkus@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3064},"Microsoft.Network/vpnSites/vpnSiteLinks@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3068},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3072},"Microsoft.Network/applicationGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":809},"Microsoft.Network/applicationGateways/privateEndpointConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":813},"Microsoft.Network/applicationSecurityGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":818},"Microsoft.Network/azureFirewalls@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":927},"Microsoft.Network/bastionHosts@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":953},"Microsoft.Network/networkInterfaces@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":958},"Microsoft.Network/publicIPAddresses@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":964},"Microsoft.Network/cloudServiceSlots@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":973},"Microsoft.Network/customIpPrefixes@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1010},"Microsoft.Network/ddosCustomPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1021},"Microsoft.Network/ddosProtectionPlans@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1034},"Microsoft.Network/dscpConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1080},"Microsoft.Network/expressRouteCircuits/authorizations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1093},"Microsoft.Network/expressRouteCircuits/peerings@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1153},"Microsoft.Network/expressRouteCircuits/peerings/connections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1157},"Microsoft.Network/expressRouteCircuits@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1187},"Microsoft.Network/expressRouteCrossConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1219},"Microsoft.Network/expressRouteCrossConnections/peerings@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1223},"Microsoft.Network/ExpressRoutePorts@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1264},"Microsoft.Network/expressRoutePorts/authorizations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1277},"Microsoft.Network/firewallPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1343},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1409},"Microsoft.Network/firewallPolicies/signatureOverrides@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1416},"Microsoft.Network/IpAllocations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1429},"Microsoft.Network/ipGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1443},"Microsoft.Network/loadBalancers@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1520},"Microsoft.Network/loadBalancers/backendAddressPools@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1524},"Microsoft.Network/loadBalancers/inboundNatRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1528},"Microsoft.Network/natGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1534},"Microsoft.Network/networkInterfaces/tapConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1538},"Microsoft.Network/networkManagers@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1571},"Microsoft.Network/networkManagerConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1582},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1614},"Microsoft.Network/networkManagers/networkGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1624},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1634},"Microsoft.Network/networkManagers/scopeConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1645},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1660},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1672},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1732},"Microsoft.Network/networkProfiles@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1770},"Microsoft.Network/networkSecurityGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1775},"Microsoft.Network/networkSecurityGroups/securityRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1779},"Microsoft.Network/networkVirtualAppliances@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1804},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1816},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1831},"Microsoft.Network/networkWatchers@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1842},"Microsoft.Network/networkWatchers/packetCaptures@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1865},"Microsoft.Network/networkWatchers/connectionMonitors@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1942},"Microsoft.Network/networkWatchers/flowLogs@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1947},"Microsoft.Network/privateEndpoints@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1952},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1973},"Microsoft.Network/privateLinkServices@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1978},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1982},"Microsoft.Network/publicIPPrefixes@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2006},"Microsoft.Network/routeFilters@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2033},"Microsoft.Network/routeFilters/routeFilterRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2037},"Microsoft.Network/routeTables@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2042},"Microsoft.Network/routeTables/routes@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2046},"Microsoft.Network/securityPartnerProviders@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2066},"Microsoft.Network/serviceEndpointPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2071},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2075},"Microsoft.Network/virtualNetworks@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2115},"Microsoft.Network/virtualNetworks/subnets@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2119},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2123},"Microsoft.Network/virtualNetworkGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2322},"Microsoft.Network/connections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2376},"Microsoft.Network/localNetworkGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2381},"Microsoft.Network/virtualNetworkGateways/natRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2385},"Microsoft.Network/virtualNetworkTaps@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2390},"Microsoft.Network/virtualRouters@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2403},"Microsoft.Network/virtualRouters/peerings@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2413},"Microsoft.Network/virtualWans@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2431},"Microsoft.Network/vpnSites@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2455},"Microsoft.Network/vpnServerConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2531},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2535},"Microsoft.Network/virtualHubs@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2581},"Microsoft.Network/virtualHubs/routeMaps@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2623},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2633},"Microsoft.Network/vpnGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2706},"Microsoft.Network/vpnGateways/vpnConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2710},"Microsoft.Network/vpnGateways/natRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2714},"Microsoft.Network/p2svpnGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2719},"Microsoft.Network/virtualHubs/routeTables@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2723},"Microsoft.Network/expressRouteGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2746},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2750},"Microsoft.Network/virtualHubs/bgpConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2765},"Microsoft.Network/virtualHubs/ipConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2778},"Microsoft.Network/virtualHubs/hubRouteTables@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2794},"Microsoft.Network/virtualHubs/routingIntent@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2807},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2925},"Microsoft.Network/applicationGatewayAvailableSslOptions@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2975},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3015},"Microsoft.Network/expressRouteProviderPorts@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3021},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3025},"Microsoft.Network/ExpressRoutePortsLocations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3038},"Microsoft.Network/ExpressRoutePorts/links@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3042},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3047},"Microsoft.Network/loadBalancers/loadBalancingRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3051},"Microsoft.Network/loadBalancers/outboundRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3055},"Microsoft.Network/loadBalancers/probes@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3059},"Microsoft.Network/networkInterfaces/ipConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3063},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3067},"Microsoft.Network/networkVirtualApplianceSkus@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3076},"Microsoft.Network/vpnSites/vpnSiteLinks@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3080},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3084},"Microsoft.NetworkCloud/bareMetalMachines@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":60},"Microsoft.NetworkCloud/cloudServicesNetworks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":86},"Microsoft.NetworkCloud/clusterManagers@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":110},"Microsoft.NetworkCloud/clusters@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":166},"Microsoft.NetworkCloud/clusters/bareMetalMachineKeySets@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":195},"Microsoft.NetworkCloud/clusters/bmcKeySets@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":217},"Microsoft.NetworkCloud/clusters/metricsConfigurations@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":235},"Microsoft.NetworkCloud/defaultCniNetworks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":265},"Microsoft.NetworkCloud/hybridAksClusters@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":298},"Microsoft.NetworkCloud/l2Networks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":320},"Microsoft.NetworkCloud/l3Networks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":349},"Microsoft.NetworkCloud/racks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":365},"Microsoft.NetworkCloud/storageAppliances@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":388},"Microsoft.NetworkCloud/trunkedNetworks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":412},"Microsoft.NetworkCloud/virtualMachines@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":465},"Microsoft.NetworkCloud/virtualMachines/consoles@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":483},"Microsoft.NetworkCloud/volumes@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":500},"Microsoft.NetworkCloud/rackSkus@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":535},"Microsoft.NetworkFunction/azureTrafficCollectors@2021-09-01-preview":{"RelativePath":"networkfunction/microsoft.networkfunction/2021-09-01-preview/types.json","Index":64},"Microsoft.NetworkFunction/azureTrafficCollectors/collectorPolicies@2021-09-01-preview":{"RelativePath":"networkfunction/microsoft.networkfunction/2021-09-01-preview/types.json","Index":68},"Microsoft.NetworkFunction/azureTrafficCollectors@2022-05-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-05-01/types.json","Index":64},"Microsoft.NetworkFunction/azureTrafficCollectors/collectorPolicies@2022-05-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-05-01/types.json","Index":68},"Microsoft.NetworkFunction/azureTrafficCollectors@2022-08-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-08-01/types.json","Index":54},"Microsoft.NetworkFunction/azureTrafficCollectors/collectorPolicies@2022-08-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-08-01/types.json","Index":59},"Microsoft.NetworkFunction/azureTrafficCollectors@2022-11-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-11-01/types.json","Index":31},"Microsoft.NetworkFunction/azureTrafficCollectors/collectorPolicies@2022-11-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-11-01/types.json","Index":57},"NewRelic.Observability/monitors@2022-07-01-preview":{"RelativePath":"newrelic/newrelic.observability/2022-07-01-preview/types.json","Index":85},"NewRelic.Observability/monitors/tagRules@2022-07-01-preview":{"RelativePath":"newrelic/newrelic.observability/2022-07-01-preview/types.json","Index":120},"NewRelic.Observability/monitors@2022-07-01":{"RelativePath":"newrelic/newrelic.observability/2022-07-01/types.json","Index":85},"NewRelic.Observability/monitors/tagRules@2022-07-01":{"RelativePath":"newrelic/newrelic.observability/2022-07-01/types.json","Index":120},"Nginx.NginxPlus/nginxDeployments/certificates@2021-05-01-preview":{"RelativePath":"nginx/nginx.nginxplus/2021-05-01-preview/types.json","Index":34},"Nginx.NginxPlus/nginxDeployments/configurations@2021-05-01-preview":{"RelativePath":"nginx/nginx.nginxplus/2021-05-01-preview/types.json","Index":54},"Nginx.NginxPlus/nginxDeployments@2021-05-01-preview":{"RelativePath":"nginx/nginx.nginxplus/2021-05-01-preview/types.json","Index":91},"Nginx.NginxPlus/nginxDeployments/certificates@2022-08-01":{"RelativePath":"nginx/nginx.nginxplus/2022-08-01/types.json","Index":34},"Nginx.NginxPlus/nginxDeployments/configurations@2022-08-01":{"RelativePath":"nginx/nginx.nginxplus/2022-08-01/types.json","Index":54},"Nginx.NginxPlus/nginxDeployments@2022-08-01":{"RelativePath":"nginx/nginx.nginxplus/2022-08-01/types.json","Index":91},"Microsoft.NotificationHubs/namespaces@2014-09-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":16},"Microsoft.NotificationHubs/namespaces/AuthorizationRules@2014-09-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":26},"Microsoft.NotificationHubs/namespaces/notificationHubs@2014-09-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":45},"Microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2014-09-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":49},"Microsoft.NotificationHubs/namespaces@2016-03-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":21},"Microsoft.NotificationHubs/namespaces/AuthorizationRules@2016-03-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":32},"Microsoft.NotificationHubs/namespaces/notificationHubs@2016-03-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":51},"Microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2016-03-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":56},"Microsoft.NotificationHubs/namespaces@2017-04-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":21},"Microsoft.NotificationHubs/namespaces/AuthorizationRules@2017-04-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":32},"Microsoft.NotificationHubs/namespaces/notificationHubs@2017-04-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":51},"Microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2017-04-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":56},"Microsoft.OpenEnergyPlatform/energyServices@2021-06-01-preview":{"RelativePath":"oep/microsoft.openenergyplatform/2021-06-01-preview/types.json","Index":34},"Microsoft.OpenEnergyPlatform/energyServices@2022-04-04-preview":{"RelativePath":"oep/microsoft.openenergyplatform/2022-04-04-preview/types.json","Index":34},"Microsoft.OperationalInsights/workspaces/storageInsightConfigs@2015-03-20":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-03-20/types.json","Index":20},"Microsoft.OperationalInsights/workspaces/savedSearches@2015-03-20":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-03-20/types.json","Index":27},"Microsoft.OperationalInsights/workspaces/linkedServices@2015-11-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":12},"Microsoft.OperationalInsights/workspaces/dataSources@2015-11-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":33},"Microsoft.OperationalInsights/workspaces@2015-11-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":55},"Microsoft.OperationalInsights/clusters@2019-08-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-08-01-preview/types.json","Index":28},"Microsoft.OperationalInsights/workspaces/linkedServices@2019-08-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-08-01-preview/types.json","Index":33},"Microsoft.OperationalInsights/workspaces/dataExports@2019-08-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-08-01-preview/types.json","Index":44},"Microsoft.OperationalInsights/workspaces/linkedStorageAccounts@2019-08-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-08-01-preview/types.json","Index":56},"Microsoft.OperationalInsights/queryPacks@2019-09-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-09-01-preview/types.json","Index":13},"Microsoft.OperationalInsights/queryPacks/queries@2019-09-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-09-01-preview/types.json","Index":35},"Microsoft.OperationalInsights/queryPacks@2019-09-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-09-01/types.json","Index":13},"Microsoft.OperationalInsights/queryPacks/queries@2019-09-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-09-01/types.json","Index":35},"Microsoft.OperationalInsights/workspaces/dataExports@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":18},"Microsoft.OperationalInsights/workspaces/dataSources@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":57},"Microsoft.OperationalInsights/workspaces/linkedServices@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":68},"Microsoft.OperationalInsights/workspaces/linkedStorageAccounts@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":86},"Microsoft.OperationalInsights/workspaces@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":125},"Microsoft.OperationalInsights/clusters@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":147},"Microsoft.OperationalInsights/workspaces/storageInsightConfigs@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":160},"Microsoft.OperationalInsights/workspaces/savedSearches@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":167},"Microsoft.OperationalInsights/workspaces/dataCollectorLogs@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":172},"Microsoft.OperationalInsights/workspaces/tables@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":177},"Microsoft.OperationalInsights/workspaces/dataExports@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":18},"Microsoft.OperationalInsights/workspaces/dataSources@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":57},"Microsoft.OperationalInsights/workspaces/linkedServices@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":68},"Microsoft.OperationalInsights/workspaces/linkedStorageAccounts@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":86},"Microsoft.OperationalInsights/workspaces/storageInsightConfigs@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":99},"Microsoft.OperationalInsights/workspaces/savedSearches@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":106},"Microsoft.OperationalInsights/workspaces@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":147},"Microsoft.OperationalInsights/clusters@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":169},"Microsoft.OperationalInsights/workspaces/tables@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":174},"Microsoft.OperationalInsights/clusters@2020-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-10-01/types.json","Index":38},"Microsoft.OperationalInsights/workspaces@2020-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-10-01/types.json","Index":79},"Microsoft.OperationalInsights/workspaces/tables@2020-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-10-01/types.json","Index":84},"Microsoft.OperationalInsights/clusters@2021-06-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2021-06-01/types.json","Index":38},"Microsoft.OperationalInsights/workspaces@2021-06-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2021-06-01/types.json","Index":79},"Microsoft.OperationalInsights/workspaces@2021-12-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2021-12-01-preview/types.json","Index":59},"Microsoft.OperationalInsights/workspaces/tables@2021-12-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2021-12-01-preview/types.json","Index":107},"Microsoft.OperationalInsights/workspaces@2022-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2022-10-01/types.json","Index":66},"Microsoft.OperationalInsights/workspaces/tables@2022-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2022-10-01/types.json","Index":115},"Microsoft.OperationsManagement/solutions@2015-11-01-preview":{"RelativePath":"operationsmanagement/microsoft.operationsmanagement/2015-11-01-preview/types.json","Index":16},"Microsoft.OperationsManagement/ManagementAssociations@2015-11-01-preview":{"RelativePath":"operationsmanagement/microsoft.operationsmanagement/2015-11-01-preview/types.json","Index":21},"Microsoft.OperationsManagement/ManagementConfigurations@2015-11-01-preview":{"RelativePath":"operationsmanagement/microsoft.operationsmanagement/2015-11-01-preview/types.json","Index":28},"Microsoft.Orbital/spacecrafts@2021-04-04-preview":{"RelativePath":"orbital/microsoft.orbital/2021-04-04-preview/types.json","Index":39},"Microsoft.Orbital/spacecrafts/contacts@2021-04-04-preview":{"RelativePath":"orbital/microsoft.orbital/2021-04-04-preview/types.json","Index":51},"Microsoft.Orbital/contactProfiles@2021-04-04-preview":{"RelativePath":"orbital/microsoft.orbital/2021-04-04-preview/types.json","Index":78},"Microsoft.Orbital/spacecrafts@2022-03-01":{"RelativePath":"orbital/microsoft.orbital/2022-03-01/types.json","Index":43},"Microsoft.Orbital/spacecrafts/contacts@2022-03-01":{"RelativePath":"orbital/microsoft.orbital/2022-03-01/types.json","Index":64},"Microsoft.Orbital/contactProfiles@2022-03-01":{"RelativePath":"orbital/microsoft.orbital/2022-03-01/types.json","Index":98},"Microsoft.Orbital/spacecrafts@2022-11-01":{"RelativePath":"orbital/microsoft.orbital/2022-11-01/types.json","Index":43},"Microsoft.Orbital/spacecrafts/contacts@2022-11-01":{"RelativePath":"orbital/microsoft.orbital/2022-11-01/types.json","Index":64},"Microsoft.Orbital/contactProfiles@2022-11-01":{"RelativePath":"orbital/microsoft.orbital/2022-11-01/types.json","Index":100},"PaloAltoNetworks.Cloudngfw/globalRulestacks@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":50},"PaloAltoNetworks.Cloudngfw/globalRulestacks/certificates@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":68},"PaloAltoNetworks.Cloudngfw/globalRulestacks/fqdnlists@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":84},"PaloAltoNetworks.Cloudngfw/globalRulestacks/postRules@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":138},"PaloAltoNetworks.Cloudngfw/globalRulestacks/prefixlists@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":154},"PaloAltoNetworks.Cloudngfw/globalRulestacks/preRules@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":158},"PaloAltoNetworks.Cloudngfw/firewalls@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":221},"PaloAltoNetworks.Cloudngfw/localRulestacks@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":226},"PaloAltoNetworks.Cloudngfw/localRulestacks/certificates@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":230},"PaloAltoNetworks.Cloudngfw/localRulestacks/fqdnlists@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":234},"PaloAltoNetworks.Cloudngfw/localRulestacks/localRules@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":238},"PaloAltoNetworks.Cloudngfw/localRulestacks/prefixlists@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":242},"Microsoft.Peering/peerAsns@2019-08-01-preview":{"RelativePath":"peering/microsoft.peering/2019-08-01-preview/types.json","Index":20},"Microsoft.Peering/peerings@2019-08-01-preview":{"RelativePath":"peering/microsoft.peering/2019-08-01-preview/types.json","Index":110},"Microsoft.Peering/peeringServices/prefixes@2019-08-01-preview":{"RelativePath":"peering/microsoft.peering/2019-08-01-preview/types.json","Index":131},"Microsoft.Peering/peeringServices@2019-08-01-preview":{"RelativePath":"peering/microsoft.peering/2019-08-01-preview/types.json","Index":142},"Microsoft.Peering/peerAsns@2019-09-01-preview":{"RelativePath":"peering/microsoft.peering/2019-09-01-preview/types.json","Index":20},"Microsoft.Peering/peerings@2019-09-01-preview":{"RelativePath":"peering/microsoft.peering/2019-09-01-preview/types.json","Index":110},"Microsoft.Peering/peeringServices/prefixes@2019-09-01-preview":{"RelativePath":"peering/microsoft.peering/2019-09-01-preview/types.json","Index":134},"Microsoft.Peering/peeringServices@2019-09-01-preview":{"RelativePath":"peering/microsoft.peering/2019-09-01-preview/types.json","Index":145},"Microsoft.Peering/peerAsns@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":25},"Microsoft.Peering/peerings/registeredAsns@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":35},"Microsoft.Peering/peerings/registeredPrefixes@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":53},"Microsoft.Peering/peerings@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":138},"Microsoft.Peering/peeringServices/prefixes@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":162},"Microsoft.Peering/peeringServices@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":174},"Microsoft.Peering/peerAsns@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":54},"Microsoft.Peering/peerings@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":139},"Microsoft.Peering/peeringServices/prefixes@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":163},"Microsoft.Peering/peeringServices@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":175},"Microsoft.Peering/peerAsns@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":54},"Microsoft.Peering/peerings@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":139},"Microsoft.Peering/peeringServices/prefixes@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":163},"Microsoft.Peering/peeringServices@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":175},"Microsoft.Peering/peerAsns@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":54},"Microsoft.Peering/peerings@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":140},"Microsoft.Peering/peeringServices/prefixes@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":164},"Microsoft.Peering/peeringServices@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":176},"Microsoft.Peering/peerAsns@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":54},"Microsoft.Peering/peerings@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":140},"Microsoft.Peering/peeringServices/connectionMonitorTests@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":151},"Microsoft.Peering/peeringServices/prefixes@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":175},"Microsoft.Peering/peeringServices@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":189},"Microsoft.Peering/peerAsns@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":54},"Microsoft.Peering/peerings@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":141},"Microsoft.Peering/peeringServices/connectionMonitorTests@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":152},"Microsoft.Peering/peeringServices/prefixes@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":176},"Microsoft.Peering/peeringServices@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":190},"Microsoft.Peering/peerAsns@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":54},"Microsoft.Peering/peerings@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":145},"Microsoft.Peering/peeringServices/connectionMonitorTests@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":156},"Microsoft.Peering/peeringServices/prefixes@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":180},"Microsoft.Peering/peeringServices@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":194},"Microsoft.Peering/peerAsns@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":54},"Microsoft.Peering/peerings@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":145},"Microsoft.Peering/peeringServices/connectionMonitorTests@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":156},"Microsoft.Peering/peeringServices/prefixes@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":180},"Microsoft.Peering/peeringServices@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":194},"Microsoft.PolicyInsights/remediations@2018-07-01-preview":{"RelativePath":"policyinsights/microsoft.policyinsights/2018-07-01-preview/types.json","Index":15},"Microsoft.PolicyInsights/remediations@2019-07-01":{"RelativePath":"policyinsights/microsoft.policyinsights/2019-07-01/types.json","Index":18},"Microsoft.PolicyInsights/attestations@2021-01-01":{"RelativePath":"policyinsights/microsoft.policyinsights/2021-01-01/types.json","Index":29},"Microsoft.PolicyInsights/remediations@2021-10-01":{"RelativePath":"policyinsights/microsoft.policyinsights/2021-10-01/types.json","Index":30},"Microsoft.PolicyInsights/attestations@2022-09-01":{"RelativePath":"policyinsights/microsoft.policyinsights/2022-09-01/types.json","Index":29},"Microsoft.Portal/dashboards@2015-08-01-preview":{"RelativePath":"portal/microsoft.portal/2015-08-01-preview/types.json","Index":22},"Microsoft.Portal/dashboards@2018-10-01-preview":{"RelativePath":"portal/microsoft.portal/2018-10-01-preview/types.json","Index":22},"Microsoft.Portal/dashboards@2019-01-01-preview":{"RelativePath":"portal/microsoft.portal/2019-01-01-preview/types.json","Index":22},"Microsoft.Portal/tenantConfigurations@2019-01-01-preview":{"RelativePath":"portal/microsoft.portal/2019-01-01-preview/types.json","Index":29},"Microsoft.Portal/dashboards@2020-09-01-preview":{"RelativePath":"portal/microsoft.portal/2020-09-01-preview/types.json","Index":28},"Microsoft.Portal/tenantConfigurations@2020-09-01-preview":{"RelativePath":"portal/microsoft.portal/2020-09-01-preview/types.json","Index":35},"Microsoft.DBforPostgreSQL/servers@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":80},"Microsoft.DBforPostgreSQL/servers/firewallRules@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":85},"Microsoft.DBforPostgreSQL/servers/virtualNetworkRules@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":96},"Microsoft.DBforPostgreSQL/servers/databases@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":101},"Microsoft.DBforPostgreSQL/servers/configurations@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":106},"Microsoft.DBforPostgreSQL/servers/administrators@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":113},"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":125},"Microsoft.DBforPostgreSQL/servers@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":80},"Microsoft.DBforPostgreSQL/servers/firewallRules@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":85},"Microsoft.DBforPostgreSQL/servers/virtualNetworkRules@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":96},"Microsoft.DBforPostgreSQL/servers/databases@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":101},"Microsoft.DBforPostgreSQL/servers/configurations@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":106},"Microsoft.DBforPostgreSQL/servers/administrators@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":113},"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":125},"Microsoft.DBforPostgreSQL/servers/privateEndpointConnections@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":14},"Microsoft.DBforPostgreSQL/servers/privateLinkResources@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":20},"Microsoft.DBforPostgreSQL/servers/queryTexts@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":25},"Microsoft.DBforPostgreSQL/servers/topQueryStatistics@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":31},"Microsoft.DBforPostgreSQL/servers/waitStatistics@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":36},"Microsoft.DBforPostgreSQL/servers/advisors@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":40},"Microsoft.DBforPostgreSQL/servers/advisors/recommendedActions@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":46},"Microsoft.DBforPostgreSQL/servers/keys@2020-01-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-01-01/types.json","Index":14},"Microsoft.DBForPostgreSql/flexibleServers@2020-02-14-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-02-14-preview/types.json","Index":55},"Microsoft.DBForPostgreSql/flexibleServers/firewallRules@2020-02-14-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-02-14-preview/types.json","Index":60},"Microsoft.DBForPostgreSql/flexibleServers/configurations@2020-02-14-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-02-14-preview/types.json","Index":70},"Microsoft.DBForPostgreSql/flexibleServers/databases@2020-11-05-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-11-05-preview/types.json","Index":12},"Microsoft.DBforPostgreSQL/flexibleServers@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":67},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":72},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":82},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":87},"Microsoft.DBforPostgreSQL/flexibleServers/advisors@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":91},"Microsoft.DBforPostgreSQL/flexibleServers/queryTexts@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":96},"Microsoft.DBforPostgreSQL/flexibleServers@2021-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01/types.json","Index":68},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2021-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01/types.json","Index":73},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2021-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01/types.json","Index":83},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2021-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01/types.json","Index":88},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":23},"Microsoft.DBforPostgreSQL/flexibleServers@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":74},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":79},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":89},"Microsoft.DBforPostgreSQL/flexibleServers/backups@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":94},"Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":28},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":38},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":43},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":48},"Microsoft.DBforPostgreSQL/flexibleServers@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":122},"Microsoft.DBforPostgreSQL/flexibleServers/backups@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":129},"Microsoft.DBforPostgreSQL/flexibleServers/migrations@2022-05-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-05-01-preview/types.json","Index":61},"Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":28},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":38},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":43},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":48},"Microsoft.DBforPostgreSQL/flexibleServers@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":128},"Microsoft.DBforPostgreSQL/flexibleServers/backups@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":135},"Microsoft.DBforPostgreSQL/serverGroupsv2@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":38},"Microsoft.DBforPostgreSQL/serverGroupsv2/coordinatorConfigurations@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":53},"Microsoft.DBforPostgreSQL/serverGroupsv2/nodeConfigurations@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":57},"Microsoft.DBforPostgreSQL/serverGroupsv2/firewallRules@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":67},"Microsoft.DBforPostgreSQL/serverGroupsv2/roles@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":77},"Microsoft.DBforPostgreSQL/serverGroupsv2/privateEndpointConnections@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":89},"Microsoft.DBforPostgreSQL/serverGroupsv2/servers@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":97},"Microsoft.DBforPostgreSQL/serverGroupsv2/configurations@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":117},"Microsoft.DBforPostgreSQL/serverGroupsv2/privateLinkResources@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":124},"Microsoft.PowerBIDedicated/capacities@2017-10-01":{"RelativePath":"powerbidedicated/microsoft.powerbidedicated/2017-10-01/types.json","Index":44},"Microsoft.PowerBIDedicated/capacities@2021-01-01":{"RelativePath":"powerbidedicated/microsoft.powerbidedicated/2021-01-01/types.json","Index":60},"Microsoft.PowerBIDedicated/autoScaleVCores@2021-01-01":{"RelativePath":"powerbidedicated/microsoft.powerbidedicated/2021-01-01/types.json","Index":71},"Microsoft.PowerBI/workspaceCollections@2016-01-29":{"RelativePath":"powerbiembedded/microsoft.powerbi/2016-01-29/types.json","Index":17},"Microsoft.PowerBI/privateLinkServicesForPowerBI@2020-06-01":{"RelativePath":"powerbiprivatelinks/microsoft.powerbi/2020-06-01/types.json","Index":41},"Microsoft.PowerBI/privateLinkServicesForPowerBI/privateEndpointConnections@2020-06-01":{"RelativePath":"powerbiprivatelinks/microsoft.powerbi/2020-06-01/types.json","Index":45},"Microsoft.PowerPlatform/accounts@2020-10-30-preview":{"RelativePath":"powerplatform/microsoft.powerplatform/2020-10-30-preview/types.json","Index":24},"Microsoft.PowerPlatform/enterprisePolicies@2020-10-30-preview":{"RelativePath":"powerplatform/microsoft.powerplatform/2020-10-30-preview/types.json","Index":57},"Microsoft.PowerPlatform/enterprisePolicies/privateEndpointConnections@2020-10-30-preview":{"RelativePath":"powerplatform/microsoft.powerplatform/2020-10-30-preview/types.json","Index":73},"Microsoft.PowerPlatform/enterprisePolicies/privateLinkResources@2020-10-30-preview":{"RelativePath":"powerplatform/microsoft.powerplatform/2020-10-30-preview/types.json","Index":80},"Microsoft.Network/privateDnsZones@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":20},"Microsoft.Network/privateDnsZones/virtualNetworkLinks@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":37},"Microsoft.Network/privateDnsZones/A@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":58},"Microsoft.Network/privateDnsZones/AAAA@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":62},"Microsoft.Network/privateDnsZones/CNAME@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":66},"Microsoft.Network/privateDnsZones/MX@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":70},"Microsoft.Network/privateDnsZones/PTR@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":74},"Microsoft.Network/privateDnsZones/SOA@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":78},"Microsoft.Network/privateDnsZones/SRV@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":82},"Microsoft.Network/privateDnsZones/TXT@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":86},"Microsoft.Network/privateDnsZones@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":20},"Microsoft.Network/privateDnsZones/virtualNetworkLinks@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":37},"Microsoft.Network/privateDnsZones/A@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":58},"Microsoft.Network/privateDnsZones/AAAA@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":62},"Microsoft.Network/privateDnsZones/CNAME@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":66},"Microsoft.Network/privateDnsZones/MX@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":70},"Microsoft.Network/privateDnsZones/PTR@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":74},"Microsoft.Network/privateDnsZones/SOA@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":78},"Microsoft.Network/privateDnsZones/SRV@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":82},"Microsoft.Network/privateDnsZones/TXT@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":86},"Microsoft.Network/privateDnsZones@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":20},"Microsoft.Network/privateDnsZones/virtualNetworkLinks@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":37},"Microsoft.Network/privateDnsZones/A@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":58},"Microsoft.Network/privateDnsZones/AAAA@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":62},"Microsoft.Network/privateDnsZones/CNAME@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":66},"Microsoft.Network/privateDnsZones/MX@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":70},"Microsoft.Network/privateDnsZones/PTR@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":74},"Microsoft.Network/privateDnsZones/SOA@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":78},"Microsoft.Network/privateDnsZones/SRV@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":82},"Microsoft.Network/privateDnsZones/TXT@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":86},"Microsoft.ProfessionalService/resources@2023-07-01-preview":{"RelativePath":"professionalservice/microsoft.professionalservice/2023-07-01-preview/types.json","Index":24},"Microsoft.ProfessionalService/operationResults@2023-07-01-preview":{"RelativePath":"professionalservice/microsoft.professionalservice/2023-07-01-preview/types.json","Index":40},"Microsoft.ProviderHub/providerRegistrations/customRollouts@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":285},"Microsoft.ProviderHub/providerRegistrations/defaultRollouts@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":337},"Microsoft.ProviderHub/providerRegistrations/notificationRegistrations@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":367},"Microsoft.ProviderHub/providerRegistrations/operations@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":382},"Microsoft.ProviderHub/providerRegistrations@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":386},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":390},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/skus@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":435},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":439},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":443},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":447},"Microsoft.ProviderHub/providerRegistrations/customRollouts@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":292},"Microsoft.ProviderHub/providerRegistrations/defaultRollouts@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":345},"Microsoft.ProviderHub/providerRegistrations/notificationRegistrations@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":375},"Microsoft.ProviderHub/providerRegistrations/operations@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":390},"Microsoft.ProviderHub/providerRegistrations@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":394},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":398},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/skus@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":443},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":447},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":451},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":455},"Microsoft.ProviderHub/providerRegistrations/customRollouts@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":318},"Microsoft.ProviderHub/providerRegistrations/defaultRollouts@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":371},"Microsoft.ProviderHub/providerRegistrations/notificationRegistrations@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":401},"Microsoft.ProviderHub/providerRegistrations/operations@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":435},"Microsoft.ProviderHub/providerRegistrations@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":439},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":443},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/skus@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":488},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":492},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":496},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":500},"Microsoft.ProviderHub/providerRegistrations/customRollouts@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":328},"Microsoft.ProviderHub/providerRegistrations/defaultRollouts@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":381},"Microsoft.ProviderHub/providerRegistrations/notificationRegistrations@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":411},"Microsoft.ProviderHub/providerRegistrations/operations@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":445},"Microsoft.ProviderHub/providerRegistrations@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":449},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":453},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/skus@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":498},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":502},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":506},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":510},"Microsoft.Purview/accounts@2020-12-01-preview":{"RelativePath":"purview/microsoft.purview/2020-12-01-preview/types.json","Index":58},"Microsoft.Purview/accounts/privateEndpointConnections@2020-12-01-preview":{"RelativePath":"purview/microsoft.purview/2020-12-01-preview/types.json","Index":62},"Microsoft.Purview/accounts@2021-07-01":{"RelativePath":"purview/microsoft.purview/2021-07-01/types.json","Index":62},"Microsoft.Purview/accounts/privateEndpointConnections@2021-07-01":{"RelativePath":"purview/microsoft.purview/2021-07-01/types.json","Index":66},"Microsoft.Quantum/workspaces@2019-11-04-preview":{"RelativePath":"quantum/microsoft.quantum/2019-11-04-preview/types.json","Index":48},"Microsoft.Quantum/workspaces@2022-01-10-preview":{"RelativePath":"quantum/microsoft.quantum/2022-01-10-preview/types.json","Index":48},"Microsoft.Quota/quotas@2021-03-15-preview":{"RelativePath":"quota/microsoft.quota/2021-03-15-preview/types.json","Index":19},"Microsoft.Quota/usages@2021-03-15-preview":{"RelativePath":"quota/microsoft.quota/2021-03-15-preview/types.json","Index":28},"Microsoft.Quota/quotaLimits@2021-03-15":{"RelativePath":"quota/microsoft.quota/2021-03-15/types.json","Index":19},"Microsoft.RecommendationsService/accounts@2022-02-01":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-02-01/types.json","Index":38},"Microsoft.RecommendationsService/accounts/modeling@2022-02-01":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-02-01/types.json","Index":57},"Microsoft.RecommendationsService/accounts/serviceEndpoints@2022-02-01":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-02-01/types.json","Index":63},"Microsoft.RecommendationsService/accounts@2022-03-01-preview":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-03-01-preview/types.json","Index":46},"Microsoft.RecommendationsService/accounts/modeling@2022-03-01-preview":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-03-01-preview/types.json","Index":65},"Microsoft.RecommendationsService/accounts/serviceEndpoints@2022-03-01-preview":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-03-01-preview/types.json","Index":71},"Microsoft.RecoveryServices/vaults/certificates@2016-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2016-06-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2016-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2016-06-01/types.json","Index":62},"Microsoft.RecoveryServices/vaults/extendedInformation@2016-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2016-06-01/types.json","Index":68},"Microsoft.RecoveryServices/vaults/certificates@2020-02-02":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-02-02/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2020-02-02":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-02-02/types.json","Index":72},"Microsoft.RecoveryServices/vaults/extendedInformation@2020-02-02":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-02-02/types.json","Index":78},"Microsoft.RecoveryServices/vaults/operationResults@2020-02-02":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-02-02/types.json","Index":83},"Microsoft.RecoveryServices/vaults/certificates@2020-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-10-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2020-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-10-01/types.json","Index":83},"Microsoft.RecoveryServices/vaults/extendedInformation@2020-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-10-01/types.json","Index":89},"Microsoft.RecoveryServices/vaults/operationResults@2020-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-10-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/certificates@2021-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-01-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-01-01/types.json","Index":83},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-01-01/types.json","Index":89},"Microsoft.RecoveryServices/vaults/operationResults@2021-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-01-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/certificates@2021-02-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-02-10/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-02-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-02-10/types.json","Index":83},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-02-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-02-10/types.json","Index":89},"Microsoft.RecoveryServices/vaults/operationResults@2021-02-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-02-10/types.json","Index":94},"Microsoft.RecoveryServices/vaults/certificates@2021-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-03-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-03-01/types.json","Index":83},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-03-01/types.json","Index":89},"Microsoft.RecoveryServices/vaults/operationResults@2021-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-03-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/certificates@2021-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-04-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-04-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-04-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-04-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2021-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-06-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-06-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-06-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-06-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2021-07-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-07-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-07-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-07-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-07-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-07-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-07-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-07-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2021-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-08-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-08-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-08-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-08-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2021-11-01-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-11-01-preview/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-11-01-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-11-01-preview/types.json","Index":99},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-11-01-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-11-01-preview/types.json","Index":105},"Microsoft.RecoveryServices/vaults/operationResults@2021-11-01-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-11-01-preview/types.json","Index":110},"Microsoft.RecoveryServices/vaults/certificates@2021-12-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-12-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-12-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-12-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-12-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-12-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-12-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-12-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2022-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-01/types.json","Index":99},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-01/types.json","Index":105},"Microsoft.RecoveryServices/vaults/operationResults@2022-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-01/types.json","Index":110},"Microsoft.RecoveryServices/vaults/certificates@2022-01-31-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-31-preview/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-01-31-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-31-preview/types.json","Index":99},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-01-31-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-31-preview/types.json","Index":105},"Microsoft.RecoveryServices/vaults/operationResults@2022-01-31-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-31-preview/types.json","Index":110},"Microsoft.RecoveryServices/vaults/certificates@2022-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-02-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-02-01/types.json","Index":99},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-02-01/types.json","Index":105},"Microsoft.RecoveryServices/vaults/operationResults@2022-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-02-01/types.json","Index":110},"Microsoft.RecoveryServices/vaults/certificates@2022-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-03-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-03-01/types.json","Index":108},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-03-01/types.json","Index":114},"Microsoft.RecoveryServices/vaults/operationResults@2022-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-03-01/types.json","Index":119},"Microsoft.RecoveryServices/vaults/certificates@2022-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-04-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-04-01/types.json","Index":116},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-04-01/types.json","Index":122},"Microsoft.RecoveryServices/vaults/operationResults@2022-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-04-01/types.json","Index":127},"Microsoft.RecoveryServices/vaults/certificates@2022-05-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-05-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-05-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-05-01/types.json","Index":116},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-05-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-05-01/types.json","Index":122},"Microsoft.RecoveryServices/vaults/operationResults@2022-05-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-05-01/types.json","Index":127},"Microsoft.RecoveryServices/vaults/certificates@2022-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-08-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-08-01/types.json","Index":122},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-08-01/types.json","Index":128},"Microsoft.RecoveryServices/vaults/operationResults@2022-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-08-01/types.json","Index":133},"Microsoft.RecoveryServices/vaults/certificates@2022-09-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-10/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-09-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-10/types.json","Index":122},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-09-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-10/types.json","Index":128},"Microsoft.RecoveryServices/vaults/operationResults@2022-09-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-10/types.json","Index":133},"Microsoft.RecoveryServices/vaults/certificates@2022-09-30-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-09-30-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":130},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-09-30-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":136},"Microsoft.RecoveryServices/vaults/operationResults@2022-09-30-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":141},"Microsoft.RecoveryServices/vaults/certificates@2022-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-10-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-10-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-10-01/types.json","Index":136},"Microsoft.RecoveryServices/vaults/operationResults@2022-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-10-01/types.json","Index":141},"Microsoft.RecoveryServices/vaults/certificates@2023-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-01-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2023-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-01-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/extendedInformation@2023-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-01-01/types.json","Index":136},"Microsoft.RecoveryServices/vaults/operationResults@2023-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-01-01/types.json","Index":141},"Microsoft.RecoveryServices/vaults/certificates@2023-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-02-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2023-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-02-01/types.json","Index":136},"Microsoft.RecoveryServices/vaults/extendedInformation@2023-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-02-01/types.json","Index":142},"Microsoft.RecoveryServices/vaults/operationResults@2023-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-02-01/types.json","Index":147},"Microsoft.RecoveryServices/vaults/backupPolicies@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":110},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":164},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":201},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":219},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":224},"Microsoft.RecoveryServices/vaults/backupJobs@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":300},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2016-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-12-01/types.json","Index":116},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2016-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-12-01/types.json","Index":135},"Microsoft.RecoveryServices/vaults/backupEngines@2016-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-12-01/types.json","Index":156},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2016-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-12-01/types.json","Index":161},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2017-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2017-07-01/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2018-12-20":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2018-12-20/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":191},"Microsoft.RecoveryServices/vaults/backupPolicies@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupconfig@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":372},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":377},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":438},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":443},"Microsoft.RecoveryServices/vaults/backupJobs@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":562},"Microsoft.RecoveryServices/vaults/backupconfig@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":34},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":230},"Microsoft.RecoveryServices/vaults/backupPolicies@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":385},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":390},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":451},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":456},"Microsoft.RecoveryServices/vaults/backupJobs@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":575},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2020-02-02":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-02-02/types.json","Index":25},"Microsoft.RecoveryServices/vaults/backupconfig@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":60},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":78},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":274},"Microsoft.RecoveryServices/vaults/backupPolicies@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":430},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":537},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":542},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":606},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":611},"Microsoft.RecoveryServices/vaults/backupJobs@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":742},"Microsoft.RecoveryServices/vaults/backupEngines@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":763},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":768},"Microsoft.RecoveryServices/vaults/backupconfig@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":60},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":78},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":274},"Microsoft.RecoveryServices/vaults/backupPolicies@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":430},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":537},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":542},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":609},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":614},"Microsoft.RecoveryServices/vaults/backupJobs@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":745},"Microsoft.RecoveryServices/vaults/backupEngines@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":766},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":771},"Microsoft.RecoveryServices/vaults/backupconfig@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":60},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":78},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":274},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":430},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":537},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":542},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":618},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":623},"Microsoft.RecoveryServices/vaults/backupJobs@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":754},"Microsoft.RecoveryServices/vaults/backupEngines@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":775},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":780},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":73},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":95},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":113},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":309},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":465},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":572},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":580},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":585},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":661},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":666},"Microsoft.RecoveryServices/vaults/backupJobs@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":797},"Microsoft.RecoveryServices/vaults/backupEngines@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":818},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":823},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":72},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":112},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":308},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":464},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":571},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":576},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":652},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":657},"Microsoft.RecoveryServices/vaults/backupJobs@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupEngines@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":809},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":814},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":72},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":94},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":112},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":308},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":464},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":571},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":576},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":652},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":657},"Microsoft.RecoveryServices/vaults/backupJobs@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupEngines@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":809},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":814},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":72},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":112},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":308},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":464},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":571},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":576},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":652},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":657},"Microsoft.RecoveryServices/vaults/backupJobs@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupEngines@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":809},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":814},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":64},"Microsoft.RecoveryServices/vaults/backupconfig@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":119},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":137},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":333},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":489},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":596},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":601},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":677},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupJobs@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":813},"Microsoft.RecoveryServices/vaults/backupEngines@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":834},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":839},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":72},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":96},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":114},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":310},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":466},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":573},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":578},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":654},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":659},"Microsoft.RecoveryServices/vaults/backupJobs@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":790},"Microsoft.RecoveryServices/vaults/backupEngines@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":811},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":64},"Microsoft.RecoveryServices/vaults/backupconfig@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":96},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":120},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":138},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":335},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":492},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":599},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":612},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":688},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":693},"Microsoft.RecoveryServices/vaults/backupJobs@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":824},"Microsoft.RecoveryServices/vaults/backupEngines@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":845},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":850},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":64},"Microsoft.RecoveryServices/vaults/backupconfig@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":96},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":120},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":138},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":335},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":492},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":599},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":612},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":688},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":693},"Microsoft.RecoveryServices/vaults/backupJobs@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":824},"Microsoft.RecoveryServices/vaults/backupEngines@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":845},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":850},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":504},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":614},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":627},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":703},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":708},"Microsoft.RecoveryServices/vaults/backupJobs@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":847},"Microsoft.RecoveryServices/vaults/backupEngines@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":868},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":873},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-11-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-11-15/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":542},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":652},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":660},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":665},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":741},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":746},"Microsoft.RecoveryServices/vaults/backupJobs@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/backupEngines@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":911},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":528},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":638},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":727},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/backupJobs@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":871},"Microsoft.RecoveryServices/vaults/backupEngines@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":892},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":897},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":528},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":638},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":727},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/backupJobs@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":871},"Microsoft.RecoveryServices/vaults/backupEngines@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":892},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":897},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":528},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":638},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":727},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/backupJobs@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":871},"Microsoft.RecoveryServices/vaults/backupEngines@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":892},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":897},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":528},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":638},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":727},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/backupJobs@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":871},"Microsoft.RecoveryServices/vaults/backupEngines@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":892},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":897},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":368},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":569},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":690},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":695},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":777},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":782},"Microsoft.RecoveryServices/vaults/backupJobs@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":922},"Microsoft.RecoveryServices/vaults/backupEngines@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":943},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":948},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":368},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":569},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":690},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":695},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":777},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":782},"Microsoft.RecoveryServices/vaults/backupJobs@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":922},"Microsoft.RecoveryServices/vaults/backupEngines@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":943},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":948},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":368},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":569},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":690},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":695},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":777},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":782},"Microsoft.RecoveryServices/vaults/backupJobs@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":922},"Microsoft.RecoveryServices/vaults/backupEngines@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":943},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":948},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":368},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":569},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":690},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":695},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":777},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":782},"Microsoft.RecoveryServices/vaults/backupJobs@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":922},"Microsoft.RecoveryServices/vaults/backupEngines@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":943},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":948},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":378},"Microsoft.RecoveryServices/vaults/backupPolicies@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":579},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":692},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":700},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":705},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":793},"Microsoft.RecoveryServices/vaults/backupJobs@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":933},"Microsoft.RecoveryServices/vaults/backupEngines@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":954},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":959},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":378},"Microsoft.RecoveryServices/vaults/backupPolicies@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":579},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":692},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":700},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":705},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":793},"Microsoft.RecoveryServices/vaults/backupJobs@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":933},"Microsoft.RecoveryServices/vaults/backupEngines@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":954},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":959},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":85},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":104},"Microsoft.RecoveryServices/vaults/replicationFabrics@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":136},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":141},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":146},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":200},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":210},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":218},"Microsoft.RecoveryServices/vaults/replicationPolicies@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":272},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":278},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":283},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":294},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":300},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":320},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":328},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":333},"Microsoft.RecoveryServices/vaults/replicationJobs@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":399},"Microsoft.RecoveryServices/vaults/replicationEvents@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":421},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":57},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":76},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":88},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":156},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":237},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":259},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":268},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":273},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationPolicies@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":333},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":387},"Microsoft.RecoveryServices/vaults/replicationEvents@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":411},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":416},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":424},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":433},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":480},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":493},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":498},"Microsoft.RecoveryServices/vaults/replicationJobs@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":558},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":125},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":144},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":156},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":214},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":384},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":406},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":453},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":461},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":466},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":472},"Microsoft.RecoveryServices/vaults/replicationPolicies@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":530},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":597},"Microsoft.RecoveryServices/vaults/replicationEvents@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":621},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":626},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":634},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":643},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":690},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":706},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":711},"Microsoft.RecoveryServices/vaults/replicationJobs@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":771},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":166},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":185},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":199},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":276},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":551},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":575},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":583},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":588},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":594},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":651},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":695},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":758},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":763},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":791},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":796},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":804},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":813},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":845},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":861},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":922},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":125},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":144},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":156},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":214},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":384},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":406},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":453},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":461},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":466},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":472},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":530},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":597},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":621},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":626},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":634},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":643},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":690},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":706},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":711},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":771},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":166},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":185},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":199},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":276},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":551},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":575},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":583},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":588},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":594},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":695},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":758},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":763},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":791},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":796},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":804},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":813},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":845},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":861},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":922},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":188},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":202},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":565},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":589},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":596},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":601},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":664},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":708},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":771},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":776},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":804},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":809},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":817},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":826},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":858},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":874},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":879},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":935},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":188},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":202},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":565},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":589},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":596},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":601},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":664},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":708},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":771},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":776},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":804},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":809},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":817},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":826},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":858},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":874},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":879},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":935},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":188},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":202},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":565},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":595},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":602},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":613},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":670},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":720},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":783},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":821},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":829},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":838},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":870},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":886},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":891},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":947},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":188},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":202},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":565},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":595},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":602},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":613},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":670},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":720},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":783},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":821},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":829},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":838},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":870},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":886},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":891},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":947},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":283},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":577},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":614},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":619},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":625},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":682},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":795},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":800},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":828},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":833},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":841},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":850},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":882},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":903},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":959},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":283},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":577},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":614},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":619},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":625},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":682},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":795},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":800},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":828},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":833},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":841},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":850},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":882},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":903},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":959},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":286},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":580},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":610},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":617},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":628},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":685},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":735},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":798},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":803},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":831},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":836},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":901},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":962},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":286},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":580},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":610},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":617},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":628},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":685},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":735},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":798},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":803},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":831},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":836},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":901},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":962},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":286},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":580},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":610},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":617},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":628},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":685},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":735},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":798},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":803},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":831},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":836},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":901},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":962},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":286},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":580},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":610},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":617},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":628},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":685},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":735},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":798},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":803},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":831},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":836},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":901},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":962},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":298},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":623},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":630},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":635},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":641},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":698},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":748},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":811},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":849},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":857},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":914},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":919},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":975},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":298},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":623},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":630},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":635},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":641},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":698},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":748},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":811},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":849},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":857},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":914},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":919},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":975},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":298},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":623},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":630},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":635},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":641},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":698},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":748},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":811},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":849},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":857},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":914},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":919},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":975},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":178},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":197},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":211},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":303},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":594},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":625},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":632},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":637},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":643},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":700},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":750},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":813},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":818},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":846},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":851},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":859},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":868},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":900},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":916},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":921},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":977},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":178},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":197},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":211},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":309},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":600},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":632},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":639},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":644},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":650},"Microsoft.RecoveryServices/vaults/replicationPolicies@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":707},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":757},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":820},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":825},"Microsoft.RecoveryServices/vaults/replicationEvents@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":858},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":875},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":907},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":923},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":928},"Microsoft.RecoveryServices/vaults/replicationJobs@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":984},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":180},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":199},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":213},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":311},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":602},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":634},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":641},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":652},"Microsoft.RecoveryServices/vaults/replicationPolicies@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":709},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":759},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":822},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":827},"Microsoft.RecoveryServices/vaults/replicationEvents@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":855},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":860},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":868},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":877},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":909},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":925},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":930},"Microsoft.RecoveryServices/vaults/replicationJobs@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":986},"Microsoft.RedHatOpenShift/openShiftClusters@2020-04-30":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2020-04-30/types.json","Index":44},"Microsoft.RedHatOpenShift/openShiftClusters@2021-09-01-preview":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2021-09-01-preview/types.json","Index":104},"Microsoft.RedHatOpenShift/openShiftClusters@2022-04-01":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-04-01/types.json","Index":56},"Microsoft.RedHatOpenShift/openShiftClusters@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":56},"Microsoft.RedHatOpenShift/openshiftclusters/machinePool@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":61},"Microsoft.RedHatOpenShift/openshiftclusters/secret@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":66},"Microsoft.RedHatOpenShift/openshiftclusters/syncIdentityProvider@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":71},"Microsoft.RedHatOpenShift/openshiftclusters/syncSet@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":76},"Microsoft.Cache/Redis@2015-08-01":{"RelativePath":"redis/microsoft.cache/2015-08-01/types.json","Index":23},"Microsoft.Cache/Redis@2016-04-01":{"RelativePath":"redis/microsoft.cache/2016-04-01/types.json","Index":24},"Microsoft.Cache/Redis/firewallRules@2016-04-01":{"RelativePath":"redis/microsoft.cache/2016-04-01/types.json","Index":29},"Microsoft.Cache/Redis/patchSchedules@2016-04-01":{"RelativePath":"redis/microsoft.cache/2016-04-01/types.json","Index":47},"Microsoft.Cache/Redis@2017-02-01":{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":27},"Microsoft.Cache/Redis/firewallRules@2017-02-01":{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":32},"Microsoft.Cache/Redis/patchSchedules@2017-02-01":{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":50},"Microsoft.Cache/Redis/linkedServers@2017-02-01":{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":58},"Microsoft.Cache/Redis@2017-10-01":{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":27},"Microsoft.Cache/Redis/firewallRules@2017-10-01":{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":32},"Microsoft.Cache/Redis/patchSchedules@2017-10-01":{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":51},"Microsoft.Cache/Redis/linkedServers@2017-10-01":{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":59},"Microsoft.Cache/Redis@2018-03-01":{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":44},"Microsoft.Cache/Redis/firewallRules@2018-03-01":{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":49},"Microsoft.Cache/Redis/patchSchedules@2018-03-01":{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":68},"Microsoft.Cache/Redis/linkedServers@2018-03-01":{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":76},"Microsoft.Cache/Redis@2019-07-01":{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":46},"Microsoft.Cache/Redis/firewallRules@2019-07-01":{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":51},"Microsoft.Cache/Redis/patchSchedules@2019-07-01":{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":70},"Microsoft.Cache/Redis/linkedServers@2019-07-01":{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":78},"Microsoft.Cache/redis@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":63},"Microsoft.Cache/redis/firewallRules@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":68},"Microsoft.Cache/redis/patchSchedules@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":87},"Microsoft.Cache/redis/linkedServers@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":95},"Microsoft.Cache/redis/privateEndpointConnections@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":99},"Microsoft.Cache/redis@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":63},"Microsoft.Cache/redis/firewallRules@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":68},"Microsoft.Cache/redis/patchSchedules@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":87},"Microsoft.Cache/redis/linkedServers@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":95},"Microsoft.Cache/redis/privateEndpointConnections@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":99},"Microsoft.Cache/redis@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":71},"Microsoft.Cache/redis/firewallRules@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":76},"Microsoft.Cache/redis/patchSchedules@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":95},"Microsoft.Cache/redis/linkedServers@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":103},"Microsoft.Cache/redis/privateEndpointConnections@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":107},"Microsoft.Cache/redis@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":71},"Microsoft.Cache/redis/firewallRules@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":76},"Microsoft.Cache/redis/patchSchedules@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":95},"Microsoft.Cache/redis/linkedServers@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":103},"Microsoft.Cache/redis/privateEndpointConnections@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":107},"Microsoft.Cache/redis@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":71},"Microsoft.Cache/redis/firewallRules@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":76},"Microsoft.Cache/redis/patchSchedules@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":95},"Microsoft.Cache/redis/linkedServers@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":103},"Microsoft.Cache/redis/privateEndpointConnections@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":107},"Microsoft.Cache/redisEnterprise@2020-10-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2020-10-01-preview/types.json","Index":57},"Microsoft.Cache/redisEnterprise/databases@2020-10-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2020-10-01-preview/types.json","Index":99},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2020-10-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2020-10-01-preview/types.json","Index":103},"Microsoft.Cache/redisEnterprise@2021-02-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2021-02-01-preview/types.json","Index":61},"Microsoft.Cache/redisEnterprise/databases@2021-02-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2021-02-01-preview/types.json","Index":120},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2021-02-01-preview/types.json","Index":124},"Microsoft.Cache/redisEnterprise@2021-03-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-03-01/types.json","Index":61},"Microsoft.Cache/redisEnterprise/databases@2021-03-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-03-01/types.json","Index":111},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2021-03-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-03-01/types.json","Index":115},"Microsoft.Cache/redisEnterprise@2021-08-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-08-01/types.json","Index":61},"Microsoft.Cache/redisEnterprise/databases@2021-08-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-08-01/types.json","Index":111},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2021-08-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-08-01/types.json","Index":115},"Microsoft.Cache/redisEnterprise@2022-01-01":{"RelativePath":"redisenterprise/microsoft.cache/2022-01-01/types.json","Index":61},"Microsoft.Cache/redisEnterprise/databases@2022-01-01":{"RelativePath":"redisenterprise/microsoft.cache/2022-01-01/types.json","Index":120},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2022-01-01":{"RelativePath":"redisenterprise/microsoft.cache/2022-01-01/types.json","Index":124},"Microsoft.Cache/redisEnterprise@2022-11-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2022-11-01-preview/types.json","Index":92},"Microsoft.Cache/redisEnterprise/databases@2022-11-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2022-11-01-preview/types.json","Index":151},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2022-11-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2022-11-01-preview/types.json","Index":155},"Microsoft.Cache/redisEnterprise@2023-03-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2023-03-01-preview/types.json","Index":86},"Microsoft.Cache/redisEnterprise/databases@2023-03-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2023-03-01-preview/types.json","Index":145},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2023-03-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2023-03-01-preview/types.json","Index":149},"Microsoft.Relay/namespaces@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":18},"Microsoft.Relay/namespaces/AuthorizationRules@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":28},"Microsoft.Relay/namespaces/HybridConnections@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":33},"Microsoft.Relay/namespaces/HybridConnections/authorizationRules@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":37},"Microsoft.Relay/namespaces/WcfRelays@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":45},"Microsoft.Relay/namespaces/WcfRelays/authorizationRules@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":49},"Microsoft.Relay/namespaces@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":23},"Microsoft.Relay/namespaces/authorizationRules@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":33},"Microsoft.Relay/namespaces/hybridConnections@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":38},"Microsoft.Relay/namespaces/hybridConnections/authorizationRules@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":42},"Microsoft.Relay/namespaces/wcfRelays@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":50},"Microsoft.Relay/namespaces/wcfRelays/authorizationRules@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":54},"Microsoft.Relay/namespaces@2018-01-01-preview":{"RelativePath":"relay/microsoft.relay/2018-01-01-preview/types.json","Index":25},"Microsoft.Relay/namespaces/networkRuleSets@2018-01-01-preview":{"RelativePath":"relay/microsoft.relay/2018-01-01-preview/types.json","Index":38},"Microsoft.Relay/namespaces/privateEndpointConnections@2018-01-01-preview":{"RelativePath":"relay/microsoft.relay/2018-01-01-preview/types.json","Index":59},"Microsoft.Relay/namespaces/authorizationRules@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":28},"Microsoft.Relay/namespaces@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":60},"Microsoft.Relay/namespaces/networkRuleSets@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":77},"Microsoft.Relay/namespaces/hybridConnections/authorizationRules@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":81},"Microsoft.Relay/namespaces/hybridConnections@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":86},"Microsoft.Relay/namespaces/wcfRelays/authorizationRules@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":90},"Microsoft.Relay/namespaces/wcfRelays@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":98},"Microsoft.Relay/namespaces/privateEndpointConnections@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":102},"Microsoft.Capacity/reservationOrders@2017-11-01":{"RelativePath":"reservations/microsoft.capacity/2017-11-01/types.json","Index":94},"Microsoft.Capacity/reservationOrders/reservations@2017-11-01":{"RelativePath":"reservations/microsoft.capacity/2017-11-01/types.json","Index":124},"Microsoft.Capacity/reservationOrders@2018-06-01":{"RelativePath":"reservations/microsoft.capacity/2018-06-01/types.json","Index":48},"Microsoft.Capacity/reservationOrders/reservations@2018-06-01":{"RelativePath":"reservations/microsoft.capacity/2018-06-01/types.json","Index":52},"Microsoft.Capacity/reservationOrders@2019-04-01":{"RelativePath":"reservations/microsoft.capacity/2019-04-01/types.json","Index":153},"Microsoft.Capacity/reservationOrders/reservations@2019-04-01":{"RelativePath":"reservations/microsoft.capacity/2019-04-01/types.json","Index":157},"Microsoft.Capacity/resourceProviders/locations/serviceLimits@2019-07-19-preview":{"RelativePath":"reservations/microsoft.capacity/2019-07-19-preview/types.json","Index":19},"Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests@2019-07-19-preview":{"RelativePath":"reservations/microsoft.capacity/2019-07-19-preview/types.json","Index":38},"Microsoft.Capacity/reservationOrders@2020-10-01-preview":{"RelativePath":"reservations/microsoft.capacity/2020-10-01-preview/types.json","Index":145},"Microsoft.Capacity/reservationOrders/reservations@2020-10-01-preview":{"RelativePath":"reservations/microsoft.capacity/2020-10-01-preview/types.json","Index":149},"Microsoft.Capacity/resourceProviders/locations/serviceLimits@2020-10-25":{"RelativePath":"reservations/microsoft.capacity/2020-10-25/types.json","Index":19},"Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests@2020-10-25":{"RelativePath":"reservations/microsoft.capacity/2020-10-25/types.json","Index":38},"Microsoft.Capacity/reservationOrders@2021-07-01":{"RelativePath":"reservations/microsoft.capacity/2021-07-01/types.json","Index":207},"Microsoft.Capacity/reservationOrders/reservations@2021-07-01":{"RelativePath":"reservations/microsoft.capacity/2021-07-01/types.json","Index":212},"Microsoft.Capacity/reservationOrders@2022-03-01":{"RelativePath":"reservations/microsoft.capacity/2022-03-01/types.json","Index":212},"Microsoft.Capacity/reservationOrders/reservations@2022-03-01":{"RelativePath":"reservations/microsoft.capacity/2022-03-01/types.json","Index":217},"Microsoft.Capacity/reservationOrders@2022-11-01":{"RelativePath":"reservations/microsoft.capacity/2022-11-01/types.json","Index":215},"Microsoft.Capacity/reservationOrders/reservations@2022-11-01":{"RelativePath":"reservations/microsoft.capacity/2022-11-01/types.json","Index":220},"Microsoft.ResourceConnector/appliances@2021-10-31-preview":{"RelativePath":"resourceconnector/microsoft.resourceconnector/2021-10-31-preview/types.json","Index":40},"Microsoft.ResourceConnector/appliances@2022-04-15-preview":{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-04-15-preview/types.json","Index":56},"Microsoft.ResourceConnector/appliances@2022-10-27":{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-10-27/types.json","Index":65},"Microsoft.ResourceGraph/queries@2018-09-01-preview":{"RelativePath":"resourcegraph/microsoft.resourcegraph/2018-09-01-preview/types.json","Index":15},"Microsoft.ResourceHealth/emergingIssues@2017-07-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2017-07-01/types.json","Index":29},"Microsoft.ResourceHealth/metadata@2018-07-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2018-07-01-preview/types.json","Index":18},"Microsoft.ResourceHealth/emergingIssues@2018-07-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2018-07-01-preview/types.json","Index":41},"Microsoft.ResourceHealth/emergingIssues@2018-07-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2018-07-01/types.json","Index":30},"Microsoft.ResourceHealth/metadata@2018-07-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2018-07-01/types.json","Index":41},"Microsoft.ResourceHealth/events/impactedResources@2022-05-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-05-01-preview/types.json","Index":25},"Microsoft.ResourceHealth/events@2022-05-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-05-01-preview/types.json","Index":75},"Microsoft.ResourceHealth/events/impactedResources@2022-05-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-05-01/types.json","Index":25},"Microsoft.ResourceHealth/events@2022-05-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-05-01/types.json","Index":75},"Microsoft.ResourceHealth/metadata@2022-10-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":30},"Microsoft.ResourceHealth/events/impactedResources@2022-10-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":37},"Microsoft.ResourceHealth/events@2022-10-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":87},"Microsoft.ResourceHealth/emergingIssues@2022-10-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":110},"Microsoft.Migrate/moveCollections@2019-10-01-preview":{"RelativePath":"resourcemover/microsoft.migrate/2019-10-01-preview/types.json","Index":26},"Microsoft.Migrate/moveCollections/moveResources@2019-10-01-preview":{"RelativePath":"resourcemover/microsoft.migrate/2019-10-01-preview/types.json","Index":127},"Microsoft.Migrate/moveCollections@2021-01-01":{"RelativePath":"resourcemover/microsoft.migrate/2021-01-01/types.json","Index":26},"Microsoft.Migrate/moveCollections/moveResources@2021-01-01":{"RelativePath":"resourcemover/microsoft.migrate/2021-01-01/types.json","Index":127},"Microsoft.Migrate/moveCollections@2021-08-01":{"RelativePath":"resourcemover/microsoft.migrate/2021-08-01/types.json","Index":37},"Microsoft.Migrate/moveCollections/moveResources@2021-08-01":{"RelativePath":"resourcemover/microsoft.migrate/2021-08-01/types.json","Index":148},"Microsoft.Migrate/moveCollections@2022-08-01":{"RelativePath":"resourcemover/microsoft.migrate/2022-08-01/types.json","Index":37},"Microsoft.Migrate/moveCollections/moveResources@2022-08-01":{"RelativePath":"resourcemover/microsoft.migrate/2022-08-01/types.json","Index":148},"Microsoft.Authorization/locks@2015-01-01":{"RelativePath":"resources/microsoft.authorization/2015-01-01/types.json","Index":16},"Microsoft.Authorization/policyassignments@2015-10-01-preview":{"RelativePath":"resources/microsoft.authorization/2015-10-01-preview/types.json","Index":12},"Microsoft.Authorization/policydefinitions@2015-10-01-preview":{"RelativePath":"resources/microsoft.authorization/2015-10-01-preview/types.json","Index":21},"Microsoft.Authorization/policydefinitions@2015-11-01":{"RelativePath":"resources/microsoft.authorization/2015-11-01/types.json","Index":12},"Microsoft.Authorization/policyAssignments@2015-11-01":{"RelativePath":"resources/microsoft.authorization/2015-11-01/types.json","Index":17},"Microsoft.Authorization/policyassignments@2016-04-01":{"RelativePath":"resources/microsoft.authorization/2016-04-01/types.json","Index":12},"Microsoft.Authorization/policydefinitions@2016-04-01":{"RelativePath":"resources/microsoft.authorization/2016-04-01/types.json","Index":21},"Microsoft.Authorization/locks@2016-09-01":{"RelativePath":"resources/microsoft.authorization/2016-09-01/types.json","Index":18},"Microsoft.Authorization/policyDefinitions@2016-12-01":{"RelativePath":"resources/microsoft.authorization/2016-12-01/types.json","Index":20},"Microsoft.Authorization/policyAssignments@2016-12-01":{"RelativePath":"resources/microsoft.authorization/2016-12-01/types.json","Index":25},"Microsoft.Authorization/locks@2017-04-01":{"RelativePath":"resources/microsoft.authorization/2017-04-01/types.json","Index":18},"Microsoft.Authorization/policyAssignments@2017-06-01-preview":{"RelativePath":"resources/microsoft.authorization/2017-06-01-preview/types.json","Index":14},"Microsoft.Authorization/policySetDefinitions@2017-06-01-preview":{"RelativePath":"resources/microsoft.authorization/2017-06-01-preview/types.json","Index":25},"Microsoft.Authorization/policyAssignments@2018-03-01":{"RelativePath":"resources/microsoft.authorization/2018-03-01/types.json","Index":14},"Microsoft.Authorization/policyDefinitions@2018-03-01":{"RelativePath":"resources/microsoft.authorization/2018-03-01/types.json","Index":27},"Microsoft.Authorization/policySetDefinitions@2018-03-01":{"RelativePath":"resources/microsoft.authorization/2018-03-01/types.json","Index":38},"Microsoft.Authorization/policyAssignments@2018-05-01":{"RelativePath":"resources/microsoft.authorization/2018-05-01/types.json","Index":18},"Microsoft.Authorization/policyDefinitions@2018-05-01":{"RelativePath":"resources/microsoft.authorization/2018-05-01/types.json","Index":31},"Microsoft.Authorization/policySetDefinitions@2018-05-01":{"RelativePath":"resources/microsoft.authorization/2018-05-01/types.json","Index":42},"Microsoft.Authorization/policyAssignments@2019-01-01":{"RelativePath":"resources/microsoft.authorization/2019-01-01/types.json","Index":18},"Microsoft.Authorization/policyDefinitions@2019-01-01":{"RelativePath":"resources/microsoft.authorization/2019-01-01/types.json","Index":27},"Microsoft.Authorization/policySetDefinitions@2019-01-01":{"RelativePath":"resources/microsoft.authorization/2019-01-01/types.json","Index":38},"Microsoft.Authorization/policyAssignments@2019-06-01":{"RelativePath":"resources/microsoft.authorization/2019-06-01/types.json","Index":21},"Microsoft.Authorization/policyDefinitions@2019-06-01":{"RelativePath":"resources/microsoft.authorization/2019-06-01/types.json","Index":30},"Microsoft.Authorization/policySetDefinitions@2019-06-01":{"RelativePath":"resources/microsoft.authorization/2019-06-01/types.json","Index":41},"Microsoft.Authorization/policyAssignments@2019-09-01":{"RelativePath":"resources/microsoft.authorization/2019-09-01/types.json","Index":23},"Microsoft.Authorization/policyDefinitions@2019-09-01":{"RelativePath":"resources/microsoft.authorization/2019-09-01/types.json","Index":45},"Microsoft.Authorization/policySetDefinitions@2019-09-01":{"RelativePath":"resources/microsoft.authorization/2019-09-01/types.json","Index":62},"Microsoft.Authorization/policyAssignments@2020-03-01":{"RelativePath":"resources/microsoft.authorization/2020-03-01/types.json","Index":23},"Microsoft.Authorization/policyDefinitions@2020-03-01":{"RelativePath":"resources/microsoft.authorization/2020-03-01/types.json","Index":45},"Microsoft.Authorization/policySetDefinitions@2020-03-01":{"RelativePath":"resources/microsoft.authorization/2020-03-01/types.json","Index":62},"Microsoft.Authorization/privateLinkAssociations@2020-05-01":{"RelativePath":"resources/microsoft.authorization/2020-05-01/types.json","Index":15},"Microsoft.Authorization/resourceManagementPrivateLinks@2020-05-01":{"RelativePath":"resources/microsoft.authorization/2020-05-01/types.json","Index":21},"Microsoft.Authorization/locks@2020-05-01":{"RelativePath":"resources/microsoft.authorization/2020-05-01/types.json","Index":43},"Microsoft.Authorization/policyExemptions@2020-07-01-preview":{"RelativePath":"resources/microsoft.authorization/2020-07-01-preview/types.json","Index":27},"Microsoft.Authorization/policyAssignments@2020-09-01":{"RelativePath":"resources/microsoft.authorization/2020-09-01/types.json","Index":24},"Microsoft.Authorization/policyDefinitions@2020-09-01":{"RelativePath":"resources/microsoft.authorization/2020-09-01/types.json","Index":46},"Microsoft.Authorization/policySetDefinitions@2020-09-01":{"RelativePath":"resources/microsoft.authorization/2020-09-01/types.json","Index":63},"Microsoft.Authorization/dataPolicyManifests@2020-09-01":{"RelativePath":"resources/microsoft.authorization/2020-09-01/types.json","Index":105},"Microsoft.Authorization/policyDefinitions@2021-06-01":{"RelativePath":"resources/microsoft.authorization/2021-06-01/types.json","Index":40},"Microsoft.Authorization/policySetDefinitions@2021-06-01":{"RelativePath":"resources/microsoft.authorization/2021-06-01/types.json","Index":58},"Microsoft.Authorization/policyAssignments@2021-06-01":{"RelativePath":"resources/microsoft.authorization/2021-06-01/types.json","Index":77},"Microsoft.Authorization/policyAssignments@2022-06-01":{"RelativePath":"resources/microsoft.authorization/2022-06-01/types.json","Index":54},"Microsoft.Authorization/policyExemptions@2022-07-01-preview":{"RelativePath":"resources/microsoft.authorization/2022-07-01-preview/types.json","Index":41},"Microsoft.Authorization/variables@2022-08-01-preview":{"RelativePath":"resources/microsoft.authorization/2022-08-01-preview/types.json","Index":25},"Microsoft.Authorization/variables/values@2022-08-01-preview":{"RelativePath":"resources/microsoft.authorization/2022-08-01-preview/types.json","Index":32},"Microsoft.Features/featureProviders/subscriptionFeatureRegistrations@2021-07-01":{"RelativePath":"resources/microsoft.features/2021-07-01/types.json","Index":26},"Microsoft.Resources/deployments@2015-11-01":{"RelativePath":"resources/microsoft.resources/2015-11-01/types.json","Index":32},"Microsoft.Resources/resourceGroups@2015-11-01":{"RelativePath":"resources/microsoft.resources/2015-11-01/types.json","Index":38},"Microsoft.Resources/deployments@2016-02-01":{"RelativePath":"resources/microsoft.resources/2016-02-01/types.json","Index":38},"Microsoft.Resources/resourceGroups@2016-02-01":{"RelativePath":"resources/microsoft.resources/2016-02-01/types.json","Index":44},"Microsoft.Resources/deployments@2016-07-01":{"RelativePath":"resources/microsoft.resources/2016-07-01/types.json","Index":41},"Microsoft.Resources/resourceGroups@2016-07-01":{"RelativePath":"resources/microsoft.resources/2016-07-01/types.json","Index":47},"Microsoft.Resources/deployments@2016-09-01":{"RelativePath":"resources/microsoft.resources/2016-09-01/types.json","Index":41},"Microsoft.Resources/resourceGroups@2016-09-01":{"RelativePath":"resources/microsoft.resources/2016-09-01/types.json","Index":47},"Microsoft.Resources/deployments@2017-05-10":{"RelativePath":"resources/microsoft.resources/2017-05-10/types.json","Index":41},"Microsoft.Resources/resourceGroups@2017-05-10":{"RelativePath":"resources/microsoft.resources/2017-05-10/types.json","Index":47},"Microsoft.Resources/deployments@2018-02-01":{"RelativePath":"resources/microsoft.resources/2018-02-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2018-02-01":{"RelativePath":"resources/microsoft.resources/2018-02-01/types.json","Index":51},"Microsoft.Resources/deployments@2018-05-01":{"RelativePath":"resources/microsoft.resources/2018-05-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2018-05-01":{"RelativePath":"resources/microsoft.resources/2018-05-01/types.json","Index":51},"Microsoft.Resources/deployments@2019-03-01":{"RelativePath":"resources/microsoft.resources/2019-03-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-03-01":{"RelativePath":"resources/microsoft.resources/2019-03-01/types.json","Index":51},"Microsoft.Resources/deployments@2019-05-01":{"RelativePath":"resources/microsoft.resources/2019-05-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-05-01":{"RelativePath":"resources/microsoft.resources/2019-05-01/types.json","Index":51},"Microsoft.Resources/deployments@2019-05-10":{"RelativePath":"resources/microsoft.resources/2019-05-10/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-05-10":{"RelativePath":"resources/microsoft.resources/2019-05-10/types.json","Index":51},"Microsoft.Resources/templateSpecs@2019-06-01-preview":{"RelativePath":"resources/microsoft.resources/2019-06-01-preview/types.json","Index":26},"Microsoft.Resources/templateSpecs/versions@2019-06-01-preview":{"RelativePath":"resources/microsoft.resources/2019-06-01-preview/types.json","Index":36},"Microsoft.Resources/deployments@2019-07-01":{"RelativePath":"resources/microsoft.resources/2019-07-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-07-01":{"RelativePath":"resources/microsoft.resources/2019-07-01/types.json","Index":51},"Microsoft.Resources/deployments@2019-08-01":{"RelativePath":"resources/microsoft.resources/2019-08-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-08-01":{"RelativePath":"resources/microsoft.resources/2019-08-01/types.json","Index":51},"Microsoft.Resources/deploymentScripts@2019-10-01-preview":{"RelativePath":"resources/microsoft.resources/2019-10-01-preview/types.json","Index":70},"Microsoft.Resources/deploymentScripts/logs@2019-10-01-preview":{"RelativePath":"resources/microsoft.resources/2019-10-01-preview/types.json","Index":76},"Microsoft.Resources/deployments@2019-10-01":{"RelativePath":"resources/microsoft.resources/2019-10-01/types.json","Index":57},"Microsoft.Resources/resourceGroups@2019-10-01":{"RelativePath":"resources/microsoft.resources/2019-10-01/types.json","Index":63},"Microsoft.Resources/tags@2019-10-01":{"RelativePath":"resources/microsoft.resources/2019-10-01/types.json","Index":70},"Microsoft.Resources/deployments@2020-06-01":{"RelativePath":"resources/microsoft.resources/2020-06-01/types.json","Index":90},"Microsoft.Resources/resourceGroups@2020-06-01":{"RelativePath":"resources/microsoft.resources/2020-06-01/types.json","Index":96},"Microsoft.Resources/tags@2020-06-01":{"RelativePath":"resources/microsoft.resources/2020-06-01/types.json","Index":103},"Microsoft.Resources/deployments@2020-08-01":{"RelativePath":"resources/microsoft.resources/2020-08-01/types.json","Index":88},"Microsoft.Resources/resourceGroups@2020-08-01":{"RelativePath":"resources/microsoft.resources/2020-08-01/types.json","Index":94},"Microsoft.Resources/tags@2020-08-01":{"RelativePath":"resources/microsoft.resources/2020-08-01/types.json","Index":101},"Microsoft.Resources/deploymentScripts@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":70},"Microsoft.Resources/deployments@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":152},"Microsoft.Resources/resourceGroups@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":158},"Microsoft.Resources/tags@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":165},"Microsoft.Resources/deploymentScripts/logs@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":171},"Microsoft.Resources/deployments@2021-01-01":{"RelativePath":"resources/microsoft.resources/2021-01-01/types.json","Index":93},"Microsoft.Resources/resourceGroups@2021-01-01":{"RelativePath":"resources/microsoft.resources/2021-01-01/types.json","Index":99},"Microsoft.Resources/tags@2021-01-01":{"RelativePath":"resources/microsoft.resources/2021-01-01/types.json","Index":106},"Microsoft.Resources/templateSpecs@2021-03-01-preview":{"RelativePath":"resources/microsoft.resources/2021-03-01-preview/types.json","Index":26},"Microsoft.Resources/templateSpecs/versions@2021-03-01-preview":{"RelativePath":"resources/microsoft.resources/2021-03-01-preview/types.json","Index":34},"Microsoft.Resources/deployments@2021-04-01":{"RelativePath":"resources/microsoft.resources/2021-04-01/types.json","Index":98},"Microsoft.Resources/resourceGroups@2021-04-01":{"RelativePath":"resources/microsoft.resources/2021-04-01/types.json","Index":104},"Microsoft.Resources/tags@2021-04-01":{"RelativePath":"resources/microsoft.resources/2021-04-01/types.json","Index":111},"Microsoft.Resources/templateSpecs@2021-05-01":{"RelativePath":"resources/microsoft.resources/2021-05-01/types.json","Index":26},"Microsoft.Resources/templateSpecs/versions@2021-05-01":{"RelativePath":"resources/microsoft.resources/2021-05-01/types.json","Index":34},"Microsoft.Resources/templateSpecs@2022-02-01":{"RelativePath":"resources/microsoft.resources/2022-02-01/types.json","Index":26},"Microsoft.Resources/templateSpecs/versions@2022-02-01":{"RelativePath":"resources/microsoft.resources/2022-02-01/types.json","Index":34},"Microsoft.Resources/builtInTemplateSpecs@2022-02-01":{"RelativePath":"resources/microsoft.resources/2022-02-01/types.json","Index":39},"Microsoft.Resources/builtInTemplateSpecs/versions@2022-02-01":{"RelativePath":"resources/microsoft.resources/2022-02-01/types.json","Index":44},"Microsoft.Resources/changes@2022-03-01-preview":{"RelativePath":"resources/microsoft.resources/2022-03-01-preview/types.json","Index":27},"Microsoft.Resources/changes@2022-05-01":{"RelativePath":"resources/microsoft.resources/2022-05-01/types.json","Index":26},"Microsoft.Resources/deployments@2022-09-01":{"RelativePath":"resources/microsoft.resources/2022-09-01/types.json","Index":98},"Microsoft.Resources/resourceGroups@2022-09-01":{"RelativePath":"resources/microsoft.resources/2022-09-01/types.json","Index":104},"Microsoft.Resources/tags@2022-09-01":{"RelativePath":"resources/microsoft.resources/2022-09-01/types.json","Index":111},"Microsoft.Resources/snapshots@2022-11-01-preview":{"RelativePath":"resources/microsoft.resources/2022-11-01-preview/types.json","Index":13},"Microsoft.Solutions/appliances@2016-09-01-preview":{"RelativePath":"resources/microsoft.solutions/2016-09-01-preview/types.json","Index":29},"Microsoft.Solutions/applianceDefinitions@2016-09-01-preview":{"RelativePath":"resources/microsoft.solutions/2016-09-01-preview/types.json","Index":46},"Microsoft.Solutions/applications@2017-09-01":{"RelativePath":"resources/microsoft.solutions/2017-09-01/types.json","Index":29},"Microsoft.Solutions/applicationDefinitions@2017-09-01":{"RelativePath":"resources/microsoft.solutions/2017-09-01/types.json","Index":46},"Microsoft.Solutions/applications@2018-06-01":{"RelativePath":"resources/microsoft.solutions/2018-06-01/types.json","Index":29},"Microsoft.Solutions/applicationDefinitions@2018-06-01":{"RelativePath":"resources/microsoft.solutions/2018-06-01/types.json","Index":46},"Microsoft.Solutions/applications@2019-07-01":{"RelativePath":"resources/microsoft.solutions/2019-07-01/types.json","Index":67},"Microsoft.Solutions/applicationDefinitions@2019-07-01":{"RelativePath":"resources/microsoft.solutions/2019-07-01/types.json","Index":107},"Microsoft.Solutions/jitRequests@2019-07-01":{"RelativePath":"resources/microsoft.solutions/2019-07-01/types.json","Index":142},"Microsoft.Solutions/applications@2020-08-21-preview":{"RelativePath":"resources/microsoft.solutions/2020-08-21-preview/types.json","Index":67},"Microsoft.Solutions/applicationDefinitions@2020-08-21-preview":{"RelativePath":"resources/microsoft.solutions/2020-08-21-preview/types.json","Index":107},"Microsoft.Solutions/jitRequests@2020-08-21-preview":{"RelativePath":"resources/microsoft.solutions/2020-08-21-preview/types.json","Index":142},"Microsoft.Easm/workspaces@2022-04-01-preview":{"RelativePath":"riskiq/microsoft.easm/2022-04-01-preview/types.json","Index":38},"Microsoft.Easm/workspaces/labels@2022-04-01-preview":{"RelativePath":"riskiq/microsoft.easm/2022-04-01-preview/types.json","Index":57},"Microsoft.Scheduler/jobCollections@2014-08-01-preview":{"RelativePath":"scheduler/microsoft.scheduler/2014-08-01-preview/types.json","Index":31},"Microsoft.Scheduler/jobCollections/jobs@2014-08-01-preview":{"RelativePath":"scheduler/microsoft.scheduler/2014-08-01-preview/types.json","Index":116},"Microsoft.Scheduler/jobCollections@2016-01-01":{"RelativePath":"scheduler/microsoft.scheduler/2016-01-01/types.json","Index":31},"Microsoft.Scheduler/jobCollections/jobs@2016-01-01":{"RelativePath":"scheduler/microsoft.scheduler/2016-01-01/types.json","Index":116},"Microsoft.Scheduler/jobCollections@2016-03-01":{"RelativePath":"scheduler/microsoft.scheduler/2016-03-01/types.json","Index":32},"Microsoft.Scheduler/jobCollections/jobs@2016-03-01":{"RelativePath":"scheduler/microsoft.scheduler/2016-03-01/types.json","Index":118},"Microsoft.ScVmm/vmmServers@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":26},"Microsoft.ScVmm/clouds@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":35},"Microsoft.ScVmm/virtualNetworks@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":41},"Microsoft.ScVmm/virtualMachines@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":84},"Microsoft.ScVmm/virtualMachineTemplates@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":105},"Microsoft.ScVmm/availabilitySets@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":111},"Microsoft.ScVmm/vmmServers/inventoryItems@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":134},"Microsoft.Search/searchServices@2015-02-28":{"RelativePath":"search/microsoft.search/2015-02-28/types.json","Index":18},"Microsoft.Search/searchServices@2015-08-19":{"RelativePath":"search/microsoft.search/2015-08-19/types.json","Index":40},"Microsoft.Search/searchServices@2019-10-01-preview":{"RelativePath":"search/microsoft.search/2019-10-01-preview/types.json","Index":56},"Microsoft.Search/searchServices/privateEndpointConnections@2019-10-01-preview":{"RelativePath":"search/microsoft.search/2019-10-01-preview/types.json","Index":60},"Microsoft.Search/searchServices@2020-03-13":{"RelativePath":"search/microsoft.search/2020-03-13/types.json","Index":56},"Microsoft.Search/searchServices/privateEndpointConnections@2020-03-13":{"RelativePath":"search/microsoft.search/2020-03-13/types.json","Index":60},"Microsoft.Search/searchServices@2020-08-01-preview":{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":70},"Microsoft.Search/searchServices/privateEndpointConnections@2020-08-01-preview":{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":74},"Microsoft.Search/searchServices/sharedPrivateLinkResources@2020-08-01-preview":{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":78},"Microsoft.Search/searchServices@2020-08-01":{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":70},"Microsoft.Search/searchServices/privateEndpointConnections@2020-08-01":{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":74},"Microsoft.Search/searchServices/sharedPrivateLinkResources@2020-08-01":{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":78},"Microsoft.Search/searchServices@2021-04-01-preview":{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":98},"Microsoft.Search/searchServices/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":102},"Microsoft.Search/searchServices/sharedPrivateLinkResources@2021-04-01-preview":{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":106},"Microsoft.Search/searchServices@2022-09-01":{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":91},"Microsoft.Search/searchServices/privateEndpointConnections@2022-09-01":{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":95},"Microsoft.Search/searchServices/sharedPrivateLinkResources@2022-09-01":{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":99},"Microsoft.Security/locations/jitNetworkAccessPolicies@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":35},"Microsoft.Security/locations/applicationWhitelistings@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":143},"Microsoft.Security/locations@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":147},"Microsoft.Security/locations/tasks@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":153},"Microsoft.Security/locations/alerts@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":168},"Microsoft.Security/locations/discoveredSecuritySolutions@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":178},"Microsoft.Security/locations/ExternalSecuritySolutions@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":186},"Microsoft.Security/locations/topologies@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":197},"Microsoft.Security/locations/allowedConnections@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":210},"Microsoft.Security/adaptiveNetworkHardenings@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":228},"Microsoft.Security/pricings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":15},"Microsoft.Security/workspaceSettings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":20},"Microsoft.Security/autoProvisioningSettings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":28},"Microsoft.Security/advancedThreatProtectionSettings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":35},"Microsoft.Security/deviceSecurityGroups@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":126},"Microsoft.Security/settings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":136},"Microsoft.Security/informationProtectionPolicies@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":156},"Microsoft.Security/iotSecuritySolutions@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":197},"Microsoft.Security/securityContacts@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":208},"Microsoft.Security/compliances@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":215},"Microsoft.Security/iotSecuritySolutions/analyticsModels@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":243},"Microsoft.Security/iotSecuritySolutions/analyticsModels/aggregatedAlerts@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":254},"Microsoft.Security/iotSecuritySolutions/analyticsModels/aggregatedRecommendations@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":265},"Microsoft.Security/complianceResults@2017-08-01":{"RelativePath":"security/microsoft.security/2017-08-01/types.json","Index":17},"Microsoft.Security/pricings@2018-06-01":{"RelativePath":"security/microsoft.security/2018-06-01/types.json","Index":15},"Microsoft.Security/automations@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":56},"Microsoft.Security/alertsSuppressionRules@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":68},"Microsoft.Security/assessmentMetadata@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":106},"Microsoft.Security/assessments@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":123},"Microsoft.Security/assessments/subAssessments@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":153},"Microsoft.Security/regulatoryComplianceStandards@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":163},"Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":173},"Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":183},"Microsoft.Security/advancedThreatProtectionSettings@2019-01-01":{"RelativePath":"security/microsoft.security/2019-01-01/types.json","Index":13},"Microsoft.Security/settings@2019-01-01":{"RelativePath":"security/microsoft.security/2019-01-01/types.json","Index":23},"Microsoft.Security/locations/alerts@2019-01-01":{"RelativePath":"security/microsoft.security/2019-01-01/types.json","Index":38},"Microsoft.Security/deviceSecurityGroups@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":100},"Microsoft.Security/iotSecuritySolutions@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":163},"Microsoft.Security/iotSecuritySolutions/analyticsModels@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":188},"Microsoft.Security/iotSecuritySolutions/analyticsModels/aggregatedAlerts@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":201},"Microsoft.Security/iotSecuritySolutions/analyticsModels/aggregatedRecommendations@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":212},"Microsoft.Security/iotSecuritySolutions/iotAlertTypes@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":240},"Microsoft.Security/iotSecuritySolutions/iotAlerts@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":246},"Microsoft.Security/iotSecuritySolutions/iotRecommendationTypes@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":260},"Microsoft.Security/iotSecuritySolutions/iotRecommendations@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":265},"Microsoft.Security/connectors@2020-01-01-preview":{"RelativePath":"security/microsoft.security/2020-01-01-preview/types.json","Index":40},"Microsoft.Security/securityContacts@2020-01-01-preview":{"RelativePath":"security/microsoft.security/2020-01-01-preview/types.json","Index":63},"Microsoft.Security/secureScores@2020-01-01-preview":{"RelativePath":"security/microsoft.security/2020-01-01-preview/types.json","Index":69},"Microsoft.Security/serverVulnerabilityAssessments@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":19},"Microsoft.Security/locations/applicationWhitelistings@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":121},"Microsoft.Security/locations/jitNetworkAccessPolicies@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":149},"Microsoft.Security/assessmentMetadata@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":189},"Microsoft.Security/assessments@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":207},"Microsoft.Security/adaptiveNetworkHardenings@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":225},"Microsoft.Security/locations/allowedConnections@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":238},"Microsoft.Security/locations/topologies@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":249},"Microsoft.Security/locations/discoveredSecuritySolutions@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":259},"Microsoft.Security/locations/ExternalSecuritySolutions@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":267},"Microsoft.Security/secureScores@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":273},"Microsoft.Security/locations/securitySolutions@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":287},"Microsoft.Security/locations/alerts@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":330},"Microsoft.Security/locations/alerts@2021-01-01":{"RelativePath":"security/microsoft.security/2021-01-01/types.json","Index":50},"Microsoft.Security/ingestionSettings@2021-01-15-preview":{"RelativePath":"security/microsoft.security/2021-01-15-preview/types.json","Index":11},"Microsoft.Security/softwareInventories@2021-05-01-preview":{"RelativePath":"security/microsoft.security/2021-05-01-preview/types.json","Index":18},"Microsoft.Security/assessmentMetadata@2021-06-01":{"RelativePath":"security/microsoft.security/2021-06-01/types.json","Index":170},"Microsoft.Security/assessments@2021-06-01":{"RelativePath":"security/microsoft.security/2021-06-01/types.json","Index":223},"Microsoft.Security/settings@2021-06-01":{"RelativePath":"security/microsoft.security/2021-06-01/types.json","Index":237},"Microsoft.Security/customAssessmentAutomations@2021-07-01-preview":{"RelativePath":"security/microsoft.security/2021-07-01-preview/types.json","Index":30},"Microsoft.Security/customEntityStoreAssignments@2021-07-01-preview":{"RelativePath":"security/microsoft.security/2021-07-01-preview/types.json","Index":35},"Microsoft.Security/securityConnectors@2021-07-01-preview":{"RelativePath":"security/microsoft.security/2021-07-01-preview/types.json","Index":69},"Microsoft.Security/settings@2021-07-01":{"RelativePath":"security/microsoft.security/2021-07-01/types.json","Index":22},"Microsoft.Security/standards@2021-08-01-preview":{"RelativePath":"security/microsoft.security/2021-08-01-preview/types.json","Index":30},"Microsoft.Security/assignments@2021-08-01-preview":{"RelativePath":"security/microsoft.security/2021-08-01-preview/types.json","Index":39},"Microsoft.Security/mdeOnboardings@2021-10-01-preview":{"RelativePath":"security/microsoft.security/2021-10-01-preview/types.json","Index":13},"Microsoft.Security/locations/alerts@2021-11-01":{"RelativePath":"security/microsoft.security/2021-11-01/types.json","Index":50},"Microsoft.Security/securityConnectors@2021-12-01-preview":{"RelativePath":"security/microsoft.security/2021-12-01-preview/types.json","Index":102},"Microsoft.Security/governanceRules@2022-01-01-preview":{"RelativePath":"security/microsoft.security/2022-01-01-preview/types.json","Index":25},"Microsoft.Security/assessments/governanceAssignments@2022-01-01-preview":{"RelativePath":"security/microsoft.security/2022-01-01-preview/types.json","Index":33},"Microsoft.Security/locations/alerts@2022-01-01":{"RelativePath":"security/microsoft.security/2022-01-01/types.json","Index":54},"Microsoft.Security/pricings@2022-03-01":{"RelativePath":"security/microsoft.security/2022-03-01/types.json","Index":16},"Microsoft.Security/securityConnectors@2022-05-01-preview":{"RelativePath":"security/microsoft.security/2022-05-01-preview/types.json","Index":122},"Microsoft.Security/settings@2022-05-01":{"RelativePath":"security/microsoft.security/2022-05-01/types.json","Index":23},"Microsoft.Security/applications@2022-07-01-preview":{"RelativePath":"security/microsoft.security/2022-07-01-preview/types.json","Index":15},"Microsoft.Security/securityConnectors@2022-08-01-preview":{"RelativePath":"security/microsoft.security/2022-08-01-preview/types.json","Index":133},"Microsoft.Security/apiCollections@2022-11-20-preview":{"RelativePath":"security/microsoft.security/2022-11-20-preview/types.json","Index":13},"Microsoft.Security/healthReports@2023-02-01-preview":{"RelativePath":"security/microsoft.security/2023-02-01-preview/types.json","Index":34},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":68},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":72},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":81},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":85},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":94},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":98},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":107},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":111},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":120},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":124},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":131},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":135},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":139},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":143},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":147},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":68},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":72},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":81},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":85},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":94},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":98},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":107},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":111},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":120},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":124},"Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":133},"Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":137},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":144},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":148},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":152},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":156},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":160},"Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":164},"Microsoft.SecurityDevOps/azureDevOpsConnectors@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":40},"Microsoft.SecurityDevOps/azureDevOpsConnectors/orgs/projects/repos@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":65},"Microsoft.SecurityDevOps/azureDevOpsConnectors/orgs@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":77},"Microsoft.SecurityDevOps/azureDevOpsConnectors/orgs/projects@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":89},"Microsoft.SecurityDevOps/gitHubConnectors@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":99},"Microsoft.SecurityDevOps/gitHubConnectors/owners/repos@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":108},"Microsoft.SecurityDevOps/gitHubConnectors/owners@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":117},"Microsoft.SecurityInsights/automationRules@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":119},"Microsoft.SecurityInsights/bookmarks@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":132},"Microsoft.SecurityInsights/bookmarks/relations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":137},"Microsoft.SecurityInsights/cases@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":178},"Microsoft.SecurityInsights/cases/comments@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":183},"Microsoft.SecurityInsights/cases/relations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":195},"Microsoft.SecurityInsights/alertRules@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":205},"Microsoft.SecurityInsights/alertRules/actions@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":221},"Microsoft.SecurityInsights/dataConnectors@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":239},"Microsoft.SecurityInsights/settings@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":248},"Microsoft.SecurityInsights/incidents@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":291},"Microsoft.SecurityInsights/incidents/comments@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":296},"Microsoft.SecurityInsights/incidents/relations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":300},"Microsoft.SecurityInsights/watchlists@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":309},"Microsoft.SecurityInsights/watchlists/watchlistItems@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":314},"Microsoft.SecurityInsights/threatIntelligence/indicators@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":340},"Microsoft.SecurityInsights/aggregations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":346},"Microsoft.SecurityInsights/entities@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":372},"Microsoft.SecurityInsights/entities/relations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":376},"Microsoft.SecurityInsights/officeConsents@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":381},"Microsoft.SecurityInsights/alertRuleTemplates@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":391},"Microsoft.SecurityInsights/entityQueries@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":398},"Microsoft.SecurityInsights/alertRules@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":77},"Microsoft.SecurityInsights/alertRules/actions@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":82},"Microsoft.SecurityInsights/bookmarks@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":95},"Microsoft.SecurityInsights/dataConnectors@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":152},"Microsoft.SecurityInsights/incidents@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":199},"Microsoft.SecurityInsights/incidents/comments@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":205},"Microsoft.SecurityInsights/alertRuleTemplates@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":292},"Microsoft.SecurityInsights/incidents@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":71},"Microsoft.SecurityInsights/incidents/comments@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":77},"Microsoft.SecurityInsights/incidents/relations@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":82},"Microsoft.SecurityInsights/settings@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":104},"Microsoft.SecurityInsights/onboardingStates@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":109},"Microsoft.SecurityInsights/sourcecontrols@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":127},"Microsoft.SecurityInsights/dataConnectors@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":269},"Microsoft.SecurityInsights/watchlists@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":279},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":284},"Microsoft.SecurityInsights/alertRules@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":464},"Microsoft.SecurityInsights/alertRules/actions@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":469},"Microsoft.SecurityInsights/entityQueries@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":553},"Microsoft.SecurityInsights/metadata@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":609},"Microsoft.SecurityInsights/alertRuleTemplates@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":758},"Microsoft.SecurityInsights/entityQueryTemplates@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":794},"Microsoft.SecurityInsights/incidents@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":65},"Microsoft.SecurityInsights/incidents/comments@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":71},"Microsoft.SecurityInsights/incidents/relations@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":76},"Microsoft.SecurityInsights/watchlists@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":86},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":91},"Microsoft.SecurityInsights/threatIntelligence/indicators@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":117},"Microsoft.SecurityInsights/alertRules@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":223},"Microsoft.SecurityInsights/alertRules/actions@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":228},"Microsoft.SecurityInsights/automationRules@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":344},"Microsoft.SecurityInsights/bookmarks@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":357},"Microsoft.SecurityInsights/bookmarks/relations@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":362},"Microsoft.SecurityInsights/entityQueries@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":446},"Microsoft.SecurityInsights/incidents@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":490},"Microsoft.SecurityInsights/incidents/comments@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":495},"Microsoft.SecurityInsights/incidents/relations@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":499},"Microsoft.SecurityInsights/metadata@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":555},"Microsoft.SecurityInsights/onboardingStates@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":560},"Microsoft.SecurityInsights/settings@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":582},"Microsoft.SecurityInsights/sourcecontrols@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":600},"Microsoft.SecurityInsights/watchlists@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":609},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":614},"Microsoft.SecurityInsights/dataConnectors@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":777},"Microsoft.SecurityInsights/threatIntelligence/indicators@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":803},"Microsoft.SecurityInsights/alertRuleTemplates@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":982},"Microsoft.SecurityInsights/entities@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":1197},"Microsoft.SecurityInsights/entities/relations@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":1201},"Microsoft.SecurityInsights/officeConsents@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":1206},"Microsoft.SecurityInsights/entityQueryTemplates@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":1242},"Microsoft.SecurityInsights/alertRules@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":385},"Microsoft.SecurityInsights/incidents@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":434},"Microsoft.SecurityInsights/bookmarks@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":471},"Microsoft.SecurityInsights/bookmarks/relations@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":476},"Microsoft.SecurityInsights/entityQueries@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":560},"Microsoft.SecurityInsights/incidents/comments@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":565},"Microsoft.SecurityInsights/incidents/relations@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":569},"Microsoft.SecurityInsights/metadata@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":625},"Microsoft.SecurityInsights/onboardingStates@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":630},"Microsoft.SecurityInsights/settings@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":652},"Microsoft.SecurityInsights/sourcecontrols@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":670},"Microsoft.SecurityInsights/threatIntelligence/indicators@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":694},"Microsoft.SecurityInsights/watchlists@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":703},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":708},"Microsoft.SecurityInsights/dataConnectors@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":887},"Microsoft.SecurityInsights/alertRuleTemplates@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1102},"Microsoft.SecurityInsights/entities@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1321},"Microsoft.SecurityInsights/entities/relations@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1325},"Microsoft.SecurityInsights/entityQueryTemplates@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1361},"Microsoft.SecurityInsights/officeConsents@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1366},"Microsoft.SecurityInsights/incidents@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":66},"Microsoft.SecurityInsights/incidents/comments@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":72},"Microsoft.SecurityInsights/incidents/relations@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":77},"Microsoft.SecurityInsights/threatIntelligence/indicators@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":101},"Microsoft.SecurityInsights/watchlists@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":111},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":116},"Microsoft.SecurityInsights/onboardingStates@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":121},"Microsoft.SecurityInsights/alertRules@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":253},"Microsoft.SecurityInsights/alertRules/actions@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":258},"Microsoft.SecurityInsights/bookmarks@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":270},"Microsoft.SecurityInsights/dataConnectors@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":327},"Microsoft.SecurityInsights/automationRules@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":440},"Microsoft.SecurityInsights/alertRuleTemplates@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":531},"Microsoft.SecurityInsights/alertRules@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":385},"Microsoft.SecurityInsights/incidents@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":434},"Microsoft.SecurityInsights/bookmarks@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":471},"Microsoft.SecurityInsights/bookmarks/relations@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":476},"Microsoft.SecurityInsights/entityQueries@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":560},"Microsoft.SecurityInsights/incidents/comments@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":565},"Microsoft.SecurityInsights/incidents/relations@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":569},"Microsoft.SecurityInsights/metadata@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":635},"Microsoft.SecurityInsights/onboardingStates@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":640},"Microsoft.SecurityInsights/settings@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":662},"Microsoft.SecurityInsights/sourcecontrols@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":702},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":726},"Microsoft.SecurityInsights/watchlists@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":740},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":747},"Microsoft.SecurityInsights/dataConnectors@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":929},"Microsoft.SecurityInsights/alertRuleTemplates@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1144},"Microsoft.SecurityInsights/entities@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1363},"Microsoft.SecurityInsights/entities/relations@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1367},"Microsoft.SecurityInsights/entityQueryTemplates@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1403},"Microsoft.SecurityInsights/officeConsents@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1408},"Microsoft.SecurityInsights/alertRules@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":385},"Microsoft.SecurityInsights/incidents@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":434},"Microsoft.SecurityInsights/bookmarks@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":471},"Microsoft.SecurityInsights/bookmarks/relations@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":476},"Microsoft.SecurityInsights/entityQueries@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":560},"Microsoft.SecurityInsights/incidents/comments@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":565},"Microsoft.SecurityInsights/incidents/relations@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":569},"Microsoft.SecurityInsights/metadata@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":635},"Microsoft.SecurityInsights/onboardingStates@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":640},"Microsoft.SecurityInsights/settings@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/sourcecontrols@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":706},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":730},"Microsoft.SecurityInsights/watchlists@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":739},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":746},"Microsoft.SecurityInsights/dataConnectors@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":928},"Microsoft.SecurityInsights/alertRuleTemplates@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1143},"Microsoft.SecurityInsights/entities@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1362},"Microsoft.SecurityInsights/entities/relations@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1366},"Microsoft.SecurityInsights/entityQueryTemplates@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1402},"Microsoft.SecurityInsights/officeConsents@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1407},"Microsoft.SecurityInsights/alertRules@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":416},"Microsoft.SecurityInsights/incidents@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":465},"Microsoft.SecurityInsights/bookmarks@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":502},"Microsoft.SecurityInsights/bookmarks/relations@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":507},"Microsoft.SecurityInsights/entityQueries@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":591},"Microsoft.SecurityInsights/incidents/comments@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":596},"Microsoft.SecurityInsights/incidents/relations@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":600},"Microsoft.SecurityInsights/metadata@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/onboardingStates@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":704},"Microsoft.SecurityInsights/settings@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":730},"Microsoft.SecurityInsights/sourcecontrols@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":770},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":794},"Microsoft.SecurityInsights/watchlists@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":803},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":810},"Microsoft.SecurityInsights/dataConnectors@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":992},"Microsoft.SecurityInsights/alertRuleTemplates@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1207},"Microsoft.SecurityInsights/entities@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1426},"Microsoft.SecurityInsights/entities/relations@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1430},"Microsoft.SecurityInsights/entityQueryTemplates@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1466},"Microsoft.SecurityInsights/officeConsents@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1471},"Microsoft.SecurityInsights/alertRules@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":416},"Microsoft.SecurityInsights/incidents@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":465},"Microsoft.SecurityInsights/bookmarks@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":502},"Microsoft.SecurityInsights/bookmarks/relations@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":507},"Microsoft.SecurityInsights/entityQueries@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":591},"Microsoft.SecurityInsights/incidents/comments@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":596},"Microsoft.SecurityInsights/incidents/relations@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":600},"Microsoft.SecurityInsights/metadata@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/onboardingStates@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":704},"Microsoft.SecurityInsights/settings@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":730},"Microsoft.SecurityInsights/sourcecontrols@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":770},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":794},"Microsoft.SecurityInsights/watchlists@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":803},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":810},"Microsoft.SecurityInsights/dataConnectors@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":992},"Microsoft.SecurityInsights/alertRuleTemplates@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1207},"Microsoft.SecurityInsights/entities@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1426},"Microsoft.SecurityInsights/entities/relations@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1430},"Microsoft.SecurityInsights/entityQueryTemplates@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1466},"Microsoft.SecurityInsights/officeConsents@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1471},"Microsoft.SecurityInsights/alertRules@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":418},"Microsoft.SecurityInsights/incidents@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":467},"Microsoft.SecurityInsights/bookmarks@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks/relations@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":509},"Microsoft.SecurityInsights/entityQueries@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":596},"Microsoft.SecurityInsights/incidents/comments@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":601},"Microsoft.SecurityInsights/incidents/relations@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":605},"Microsoft.SecurityInsights/metadata@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/onboardingStates@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":676},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":709},"Microsoft.SecurityInsights/settings@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":735},"Microsoft.SecurityInsights/sourcecontrols@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":775},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":799},"Microsoft.SecurityInsights/watchlists@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":808},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":815},"Microsoft.SecurityInsights/dataConnectors@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":997},"Microsoft.SecurityInsights/alertRuleTemplates@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1212},"Microsoft.SecurityInsights/entities@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1443},"Microsoft.SecurityInsights/entities/relations@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1447},"Microsoft.SecurityInsights/entityQueryTemplates@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1484},"Microsoft.SecurityInsights/officeConsents@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1489},"Microsoft.SecurityInsights/alertRules@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":418},"Microsoft.SecurityInsights/incidents@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":467},"Microsoft.SecurityInsights/bookmarks@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks/relations@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":509},"Microsoft.SecurityInsights/entityQueries@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":596},"Microsoft.SecurityInsights/fileImports@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":629},"Microsoft.SecurityInsights/incidents/comments@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":634},"Microsoft.SecurityInsights/incidents/relations@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":638},"Microsoft.SecurityInsights/metadata@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":704},"Microsoft.SecurityInsights/onboardingStates@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":709},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":742},"Microsoft.SecurityInsights/settings@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":768},"Microsoft.SecurityInsights/sourcecontrols@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":808},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":832},"Microsoft.SecurityInsights/watchlists@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":841},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":848},"Microsoft.SecurityInsights/dataConnectors@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1030},"Microsoft.SecurityInsights/alertRuleTemplates@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1245},"Microsoft.SecurityInsights/entities@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1476},"Microsoft.SecurityInsights/entities/relations@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1480},"Microsoft.SecurityInsights/entityQueryTemplates@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1517},"Microsoft.SecurityInsights/officeConsents@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1522},"Microsoft.SecurityInsights/alertRules@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":160},"Microsoft.SecurityInsights/alertRules/actions@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":165},"Microsoft.SecurityInsights/automationRules@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":283},"Microsoft.SecurityInsights/bookmarks@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":296},"Microsoft.SecurityInsights/dataConnectors@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":353},"Microsoft.SecurityInsights/incidents@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":400},"Microsoft.SecurityInsights/incidents/comments@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":405},"Microsoft.SecurityInsights/incidents/relations@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":410},"Microsoft.SecurityInsights/onboardingStates@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":415},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":439},"Microsoft.SecurityInsights/watchlists@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":448},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":453},"Microsoft.SecurityInsights/alertRuleTemplates@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":554},"Microsoft.SecurityInsights/alertRules@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":437},"Microsoft.SecurityInsights/incidents@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":486},"Microsoft.SecurityInsights/bookmarks@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":523},"Microsoft.SecurityInsights/bookmarks/relations@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":528},"Microsoft.SecurityInsights/entityQueries@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":615},"Microsoft.SecurityInsights/fileImports@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":648},"Microsoft.SecurityInsights/incidents/comments@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":653},"Microsoft.SecurityInsights/incidents/relations@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":657},"Microsoft.SecurityInsights/metadata@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":723},"Microsoft.SecurityInsights/onboardingStates@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":728},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":761},"Microsoft.SecurityInsights/settings@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":787},"Microsoft.SecurityInsights/sourcecontrols@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":827},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":851},"Microsoft.SecurityInsights/watchlists@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":860},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":867},"Microsoft.SecurityInsights/dataConnectors@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1049},"Microsoft.SecurityInsights/alertRuleTemplates@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1264},"Microsoft.SecurityInsights/entities@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1495},"Microsoft.SecurityInsights/entities/relations@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1499},"Microsoft.SecurityInsights/entityQueryTemplates@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1536},"Microsoft.SecurityInsights/officeConsents@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1541},"Microsoft.SecurityInsights/alertRules@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":452},"Microsoft.SecurityInsights/incidents@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":501},"Microsoft.SecurityInsights/bookmarks@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":538},"Microsoft.SecurityInsights/bookmarks/relations@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":543},"Microsoft.SecurityInsights/entityQueries@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":630},"Microsoft.SecurityInsights/fileImports@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":663},"Microsoft.SecurityInsights/incidents/comments@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":668},"Microsoft.SecurityInsights/incidents/relations@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":672},"Microsoft.SecurityInsights/metadata@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":738},"Microsoft.SecurityInsights/onboardingStates@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":743},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":776},"Microsoft.SecurityInsights/settings@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":802},"Microsoft.SecurityInsights/sourcecontrols@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":842},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":866},"Microsoft.SecurityInsights/watchlists@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":875},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":882},"Microsoft.SecurityInsights/dataConnectors@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1064},"Microsoft.SecurityInsights/alertRuleTemplates@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1281},"Microsoft.SecurityInsights/entities@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1512},"Microsoft.SecurityInsights/entities/relations@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1516},"Microsoft.SecurityInsights/entityQueryTemplates@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1553},"Microsoft.SecurityInsights/officeConsents@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1558},"Microsoft.SecurityInsights/alertRules@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":452},"Microsoft.SecurityInsights/incidents@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":501},"Microsoft.SecurityInsights/bookmarks@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":538},"Microsoft.SecurityInsights/bookmarks/relations@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":543},"Microsoft.SecurityInsights/entityQueries@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":630},"Microsoft.SecurityInsights/fileImports@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":663},"Microsoft.SecurityInsights/incidents/comments@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":668},"Microsoft.SecurityInsights/incidents/relations@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":672},"Microsoft.SecurityInsights/metadata@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":738},"Microsoft.SecurityInsights/onboardingStates@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":743},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":776},"Microsoft.SecurityInsights/settings@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":802},"Microsoft.SecurityInsights/sourcecontrols@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":842},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":866},"Microsoft.SecurityInsights/watchlists@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":875},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":882},"Microsoft.SecurityInsights/dataConnectors@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1064},"Microsoft.SecurityInsights/alertRuleTemplates@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1281},"Microsoft.SecurityInsights/entities@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1512},"Microsoft.SecurityInsights/entities/relations@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1516},"Microsoft.SecurityInsights/entityQueryTemplates@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1553},"Microsoft.SecurityInsights/officeConsents@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1558},"Microsoft.SecurityInsights/alertRules@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":160},"Microsoft.SecurityInsights/alertRules/actions@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":165},"Microsoft.SecurityInsights/automationRules@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":317},"Microsoft.SecurityInsights/bookmarks@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":330},"Microsoft.SecurityInsights/dataConnectors@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":387},"Microsoft.SecurityInsights/incidents@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":434},"Microsoft.SecurityInsights/incidents/comments@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":439},"Microsoft.SecurityInsights/incidents/relations@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":444},"Microsoft.SecurityInsights/onboardingStates@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":449},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":482},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":506},"Microsoft.SecurityInsights/watchlists@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":515},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":520},"Microsoft.SecurityInsights/alertRuleTemplates@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":621},"Microsoft.SecurityInsights/alertRules@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":455},"Microsoft.SecurityInsights/incidents@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":541},"Microsoft.SecurityInsights/bookmarks/relations@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":546},"Microsoft.SecurityInsights/entityQueries@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":633},"Microsoft.SecurityInsights/fileImports@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/incidents/comments@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/incidents/relations@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":675},"Microsoft.SecurityInsights/incidents/tasks@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":683},"Microsoft.SecurityInsights/metadata@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":749},"Microsoft.SecurityInsights/onboardingStates@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":754},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":787},"Microsoft.SecurityInsights/settings@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":813},"Microsoft.SecurityInsights/sourcecontrols@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":853},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":877},"Microsoft.SecurityInsights/watchlists@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":886},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":893},"Microsoft.SecurityInsights/dataConnectors@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1075},"Microsoft.SecurityInsights/alertRuleTemplates@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1292},"Microsoft.SecurityInsights/entities@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1523},"Microsoft.SecurityInsights/entities/relations@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1527},"Microsoft.SecurityInsights/entityQueryTemplates@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1564},"Microsoft.SecurityInsights/officeConsents@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1569},"Microsoft.SecurityInsights/alertRules@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":455},"Microsoft.SecurityInsights/incidents@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":541},"Microsoft.SecurityInsights/bookmarks/relations@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":546},"Microsoft.SecurityInsights/entityQueries@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":633},"Microsoft.SecurityInsights/fileImports@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/incidents/comments@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/incidents/relations@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":675},"Microsoft.SecurityInsights/incidents/tasks@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":683},"Microsoft.SecurityInsights/metadata@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":749},"Microsoft.SecurityInsights/onboardingStates@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":754},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":787},"Microsoft.SecurityInsights/settings@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":813},"Microsoft.SecurityInsights/sourcecontrols@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":853},"Microsoft.SecurityInsights/threatIntelligence/indicators@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":877},"Microsoft.SecurityInsights/watchlists@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":886},"Microsoft.SecurityInsights/watchlists/watchlistItems@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":893},"Microsoft.SecurityInsights/dataConnectors@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1092},"Microsoft.SecurityInsights/alertRuleTemplates@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1309},"Microsoft.SecurityInsights/triggeredAnalyticsRuleRuns@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1321},"Microsoft.SecurityInsights/entities@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1552},"Microsoft.SecurityInsights/entities/relations@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1556},"Microsoft.SecurityInsights/entityQueryTemplates@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1593},"Microsoft.SecurityInsights/officeConsents@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1598},"Microsoft.SecurityInsights/alertRules@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":172},"Microsoft.SecurityInsights/alertRules/actions@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":177},"Microsoft.SecurityInsights/automationRules@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":329},"Microsoft.SecurityInsights/bookmarks@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":342},"Microsoft.SecurityInsights/dataConnectors@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":399},"Microsoft.SecurityInsights/incidents@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":446},"Microsoft.SecurityInsights/incidents/comments@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":451},"Microsoft.SecurityInsights/incidents/relations@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":456},"Microsoft.SecurityInsights/metadata@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":486},"Microsoft.SecurityInsights/onboardingStates@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":491},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":524},"Microsoft.SecurityInsights/threatIntelligence/indicators@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":548},"Microsoft.SecurityInsights/watchlists@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":557},"Microsoft.SecurityInsights/watchlists/watchlistItems@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":562},"Microsoft.SecurityInsights/alertRuleTemplates@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":663},"Microsoft.SecurityInsights/alertRules@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":455},"Microsoft.SecurityInsights/incidents@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":541},"Microsoft.SecurityInsights/bookmarks/relations@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":546},"Microsoft.SecurityInsights/entityQueries@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":633},"Microsoft.SecurityInsights/fileImports@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/incidents/comments@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/incidents/relations@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":675},"Microsoft.SecurityInsights/incidents/tasks@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":683},"Microsoft.SecurityInsights/metadata@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":713},"Microsoft.SecurityInsights/onboardingStates@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":718},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":751},"Microsoft.SecurityInsights/settings@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":777},"Microsoft.SecurityInsights/sourcecontrols@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":817},"Microsoft.SecurityInsights/threatIntelligence/indicators@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":841},"Microsoft.SecurityInsights/watchlists@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":850},"Microsoft.SecurityInsights/watchlists/watchlistItems@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":857},"Microsoft.SecurityInsights/dataConnectors@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1052},"Microsoft.SecurityInsights/alertRuleTemplates@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1269},"Microsoft.SecurityInsights/entities@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1500},"Microsoft.SecurityInsights/entities/relations@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1504},"Microsoft.SecurityInsights/entityQueryTemplates@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1541},"Microsoft.SecurityInsights/officeConsents@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1546},"Microsoft.SecurityInsights/triggeredAnalyticsRuleRuns@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1558},"Microsoft.SerialConsole/serialPorts@2018-05-01":{"RelativePath":"serialconsole/microsoft.serialconsole/2018-05-01/types.json","Index":15},"Microsoft.OperationalInsights/workspaces/features/machineGroups@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":40},"Microsoft.OperationalInsights/workspaces/features/machines@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":113},"Microsoft.OperationalInsights/workspaces/features/machines/processes@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":163},"Microsoft.OperationalInsights/workspaces/features/machines/ports@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":177},"Microsoft.OperationalInsights/workspaces/features/clientGroups@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":188},"Microsoft.OperationalInsights/workspaces/features/summaries@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":195},"Microsoft.ServiceBus/namespaces@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":36},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":46},"Microsoft.ServiceBus/namespaces/queues@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":68},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":72},"Microsoft.ServiceBus/namespaces/topics@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":93},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":97},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":118},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":17},"Microsoft.ServiceBus/namespaces@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":32},"Microsoft.ServiceBus/namespaces/networkRuleSets@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":48},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":52},"Microsoft.ServiceBus/namespaces/queues@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":68},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":72},"Microsoft.ServiceBus/namespaces/topics@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":87},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":100},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":107},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":119},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":134},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/AuthorizationRules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":138},"Microsoft.ServiceBus/namespaces/ipfilterrules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":15},"Microsoft.ServiceBus/namespaces@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":35},"Microsoft.ServiceBus/namespaces/virtualnetworkrules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":40},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":50},"Microsoft.ServiceBus/namespaces/networkRuleSets@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":66},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":85},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":98},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":102},"Microsoft.ServiceBus/namespaces/queues@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":118},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":122},"Microsoft.ServiceBus/namespaces/topics@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":137},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":144},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":159},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":171},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":175},"Microsoft.ServiceBus/namespaces@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":63},"Microsoft.ServiceBus/namespaces/networkRuleSets@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":79},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":89},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":93},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":106},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":113},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":117},"Microsoft.ServiceBus/namespaces/queues@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":133},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":137},"Microsoft.ServiceBus/namespaces/topics@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":152},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":164},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":179},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":183},"Microsoft.ServiceBus/namespaces@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":63},"Microsoft.ServiceBus/namespaces/networkRuleSets@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":82},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":92},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":96},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":109},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":116},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":120},"Microsoft.ServiceBus/namespaces/queues@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":136},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":140},"Microsoft.ServiceBus/namespaces/topics@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":155},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":167},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":183},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":187},"Microsoft.ServiceBus/namespaces@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":63},"Microsoft.ServiceBus/namespaces/networkRuleSets@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":82},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":92},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":96},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":109},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":116},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":120},"Microsoft.ServiceBus/namespaces/queues@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":136},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":140},"Microsoft.ServiceBus/namespaces/topics@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":155},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":167},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":183},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":187},"Microsoft.ServiceBus/namespaces@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":72},"Microsoft.ServiceBus/namespaces/networkRuleSets@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":91},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":101},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":105},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":118},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":125},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":129},"Microsoft.ServiceBus/namespaces/queues@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":145},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":149},"Microsoft.ServiceBus/namespaces/topics@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":164},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":176},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":192},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":196},"Microsoft.ServiceBus/namespaces@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":71},"Microsoft.ServiceBus/namespaces/networkRuleSets@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":90},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":100},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":104},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":117},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":124},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":128},"Microsoft.ServiceBus/namespaces/queues@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":144},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":148},"Microsoft.ServiceBus/namespaces/topics@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":163},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":175},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":191},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":195},"Microsoft.ServiceFabric/clusters@2016-09-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2016-09-01/types.json","Index":74},"Microsoft.ServiceFabric/clusters/applicationTypes@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":12},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":18},"Microsoft.ServiceFabric/clusters/applications@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":34},"Microsoft.ServiceFabric/clusters/applications/services@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":72},"Microsoft.ServiceFabric/clusters@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":145},"Microsoft.ServiceFabric/clusters@2018-02-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2018-02-01/types.json","Index":101},"Microsoft.ServiceFabric/clusters@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":101},"Microsoft.ServiceFabric/clusters/applicationTypes@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":107},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":114},"Microsoft.ServiceFabric/clusters/applications@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":131},"Microsoft.ServiceFabric/clusters/applications/services@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":173},"Microsoft.ServiceFabric/clusters@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":101},"Microsoft.ServiceFabric/clusters/applicationTypes@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":107},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":114},"Microsoft.ServiceFabric/clusters/applications@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":131},"Microsoft.ServiceFabric/clusters/applications/services@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":173},"Microsoft.ServiceFabric/clusters@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":101},"Microsoft.ServiceFabric/clusters/applicationTypes@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":107},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":114},"Microsoft.ServiceFabric/clusters/applications@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":141},"Microsoft.ServiceFabric/clusters/applications/services@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":183},"Microsoft.ServiceFabric/clusters@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":102},"Microsoft.ServiceFabric/clusters/applicationTypes@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":108},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":115},"Microsoft.ServiceFabric/clusters/applications@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":147},"Microsoft.ServiceFabric/clusters/applications/services@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":189},"Microsoft.ServiceFabric/managedClusters@2020-01-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-01-01-preview/types.json","Index":60},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2020-01-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-01-01-preview/types.json","Index":89},"Microsoft.ServiceFabric/clusters@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":102},"Microsoft.ServiceFabric/clusters/applicationTypes@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":108},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":115},"Microsoft.ServiceFabric/clusters/applications@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":147},"Microsoft.ServiceFabric/clusters/applications/services@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":189},"Microsoft.ServiceFabric/clusters@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":113},"Microsoft.ServiceFabric/clusters/applicationTypes@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":119},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":126},"Microsoft.ServiceFabric/clusters/applications@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":158},"Microsoft.ServiceFabric/clusters/applications/services@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":200},"Microsoft.ServiceFabric/clusters@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":126},"Microsoft.ServiceFabric/clusters/applicationTypes@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":132},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":139},"Microsoft.ServiceFabric/clusters/applications@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":171},"Microsoft.ServiceFabric/clusters/applications/services@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":213},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":185},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":216},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":188},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":223},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":190},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":232},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":249},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":249},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":250},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":253},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":253},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":204},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":260},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":204},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":262},"Microsoft.ServiceFabricMesh/applications@2018-07-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-07-01-preview/types.json","Index":77},"Microsoft.ServiceFabricMesh/networks@2018-07-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-07-01-preview/types.json","Index":88},"Microsoft.ServiceFabricMesh/volumes@2018-07-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-07-01-preview/types.json","Index":97},"Microsoft.ServiceFabricMesh/applications/services@2018-07-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-07-01-preview/types.json","Index":101},"Microsoft.ServiceFabricMesh/secrets@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":22},"Microsoft.ServiceFabricMesh/secrets/values@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":28},"Microsoft.ServiceFabricMesh/volumes@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":44},"Microsoft.ServiceFabricMesh/networks@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":59},"Microsoft.ServiceFabricMesh/gateways@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":92},"Microsoft.ServiceFabricMesh/applications@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":186},"Microsoft.ServiceFabricMesh/applications/services@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":190},"Microsoft.ServiceLinker/linkers@2021-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2021-11-01-preview/types.json","Index":50},"Microsoft.ServiceLinker/linkers@2022-01-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-01-01-preview/types.json","Index":67},"Microsoft.ServiceLinker/linkers@2022-05-01":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-05-01/types.json","Index":68},"Microsoft.ServiceLinker/locations/dryruns@2022-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":151},"Microsoft.ServiceLinker/locations/connectors@2022-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":169},"Microsoft.ServiceLinker/linkers@2022-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":173},"Microsoft.ServiceLinker/dryruns@2022-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":177},"Microsoft.ServiceNetworking/trafficControllers@2022-10-01-preview":{"RelativePath":"servicenetworking/microsoft.servicenetworking/2022-10-01-preview/types.json","Index":36},"Microsoft.ServiceNetworking/trafficControllers/associations@2022-10-01-preview":{"RelativePath":"servicenetworking/microsoft.servicenetworking/2022-10-01-preview/types.json","Index":52},"Microsoft.ServiceNetworking/trafficControllers/frontends@2022-10-01-preview":{"RelativePath":"servicenetworking/microsoft.servicenetworking/2022-10-01-preview/types.json","Index":71},"Microsoft.SignalRService/SignalR@2018-03-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2018-03-01-preview/types.json","Index":29},"Microsoft.SignalRService/signalR@2018-10-01":{"RelativePath":"signalr/microsoft.signalrservice/2018-10-01/types.json","Index":37},"Microsoft.SignalRService/signalR@2020-05-01":{"RelativePath":"signalr/microsoft.signalrservice/2020-05-01/types.json","Index":95},"Microsoft.SignalRService/signalR/privateEndpointConnections@2020-05-01":{"RelativePath":"signalr/microsoft.signalrservice/2020-05-01/types.json","Index":99},"Microsoft.SignalRService/signalR@2020-07-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2020-07-01-preview/types.json","Index":104},"Microsoft.SignalRService/signalR/privateEndpointConnections@2020-07-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2020-07-01-preview/types.json","Index":108},"Microsoft.SignalRService/signalR@2021-04-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-04-01-preview/types.json","Index":139},"Microsoft.SignalRService/signalR/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-04-01-preview/types.json","Index":143},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-04-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-04-01-preview/types.json","Index":147},"Microsoft.SignalRService/signalR@2021-06-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-06-01-preview/types.json","Index":139},"Microsoft.SignalRService/signalR/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-06-01-preview/types.json","Index":143},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-06-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-06-01-preview/types.json","Index":147},"Microsoft.SignalRService/signalR@2021-09-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-09-01-preview/types.json","Index":139},"Microsoft.SignalRService/signalR/privateEndpointConnections@2021-09-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-09-01-preview/types.json","Index":143},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-09-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-09-01-preview/types.json","Index":147},"Microsoft.SignalRService/signalR@2021-10-01":{"RelativePath":"signalr/microsoft.signalrservice/2021-10-01/types.json","Index":143},"Microsoft.SignalRService/signalR/privateEndpointConnections@2021-10-01":{"RelativePath":"signalr/microsoft.signalrservice/2021-10-01/types.json","Index":147},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-10-01":{"RelativePath":"signalr/microsoft.signalrservice/2021-10-01/types.json","Index":151},"Microsoft.SignalRService/signalR@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":146},"Microsoft.SignalRService/signalR/customCertificates@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":161},"Microsoft.SignalRService/signalR/customDomains@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":177},"Microsoft.SignalRService/signalR/privateEndpointConnections@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":181},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":185},"Microsoft.SignalRService/signalR@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":147},"Microsoft.SignalRService/signalR/customCertificates@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":162},"Microsoft.SignalRService/signalR/customDomains@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":178},"Microsoft.SignalRService/signalR/privateEndpointConnections@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":182},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":186},"Microsoft.SignalRService/signalR@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":147},"Microsoft.SignalRService/signalR/customCertificates@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":162},"Microsoft.SignalRService/signalR/customDomains@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":178},"Microsoft.SignalRService/signalR/privateEndpointConnections@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":182},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":186},"Microsoft.SoftwarePlan/hybridUseBenefits@2019-06-01-preview":{"RelativePath":"softwareplan/microsoft.softwareplan/2019-06-01-preview/types.json","Index":17},"Microsoft.SoftwarePlan/hybridUseBenefits@2019-12-01":{"RelativePath":"softwareplan/microsoft.softwareplan/2019-12-01/types.json","Index":17},"Microsoft.Solutions/applications@2017-12-01":{"RelativePath":"solutions/microsoft.solutions/2017-12-01/types.json","Index":29},"Microsoft.Solutions/applicationDefinitions@2017-12-01":{"RelativePath":"solutions/microsoft.solutions/2017-12-01/types.json","Index":46},"Microsoft.Solutions/applications@2018-02-01":{"RelativePath":"solutions/microsoft.solutions/2018-02-01/types.json","Index":53},"Microsoft.Solutions/applicationDefinitions@2018-02-01":{"RelativePath":"solutions/microsoft.solutions/2018-02-01/types.json","Index":77},"Microsoft.Solutions/applications@2018-03-01":{"RelativePath":"solutions/microsoft.solutions/2018-03-01/types.json","Index":63},"Microsoft.Solutions/applicationDefinitions@2018-03-01":{"RelativePath":"solutions/microsoft.solutions/2018-03-01/types.json","Index":87},"Microsoft.Solutions/jitRequests@2018-03-01":{"RelativePath":"solutions/microsoft.solutions/2018-03-01/types.json","Index":122},"Microsoft.Solutions/jitRequests@2018-06-01":{"RelativePath":"solutions/microsoft.solutions/2018-06-01/types.json","Index":122},"Microsoft.Solutions/applications@2018-09-01-preview":{"RelativePath":"solutions/microsoft.solutions/2018-09-01-preview/types.json","Index":63},"Microsoft.Solutions/applicationDefinitions@2018-09-01-preview":{"RelativePath":"solutions/microsoft.solutions/2018-09-01-preview/types.json","Index":87},"Microsoft.Solutions/jitRequests@2018-09-01-preview":{"RelativePath":"solutions/microsoft.solutions/2018-09-01-preview/types.json","Index":122},"Microsoft.Solutions/applications@2021-02-01-preview":{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":78},"Microsoft.Solutions/applicationDefinitions@2021-02-01-preview":{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":118},"Microsoft.Solutions/jitRequests@2021-02-01-preview":{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":153},"Microsoft.Solutions/applications@2021-07-01":{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":75},"Microsoft.Solutions/applicationDefinitions@2021-07-01":{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":115},"Microsoft.Solutions/jitRequests@2021-07-01":{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":147},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":16},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":31},"Microsoft.Sql/servers/databases/geoBackupPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":41},"Microsoft.Sql/servers/databases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":314},"Microsoft.Sql/servers/databases/extensions@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":328},"Microsoft.Sql/servers/elasticPools@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":344},"Microsoft.Sql/servers/communicationLinks@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":349},"Microsoft.Sql/servers/connectionPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":360},"Microsoft.Sql/servers/databases/securityAlertPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":377},"Microsoft.Sql/servers/firewallRules@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":382},"Microsoft.Sql/servers/databases/transparentDataEncryption@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":388},"Microsoft.Sql/servers@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":400},"Microsoft.Sql/servers/administrators@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":407},"Microsoft.Sql/servers/advisors@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":421},"Microsoft.Sql/servers/databases/advisors@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":425},"Microsoft.Sql/servers/disasterRecoveryConfiguration@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":445},"Microsoft.Sql/servers/auditingPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":452},"Microsoft.Sql/servers/databases/auditingPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":459},"Microsoft.Sql/servers/databases/connectionPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":466},"Microsoft.Sql/servers/elasticPools/databases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":471},"Microsoft.Sql/servers/recommendedElasticPools/databases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":476},"Microsoft.Sql/servers/serviceObjectives@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":481},"Microsoft.Sql/servers/recoverableDatabases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":486},"Microsoft.Sql/servers/restorableDroppedDatabases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":491},"Microsoft.Sql/servers/recommendedElasticPools@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":507},"Microsoft.Sql/servers/databases/replicationLinks@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":529},"Microsoft.Sql/servers/databases/serviceTierAdvisors@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":533},"Microsoft.Sql/servers/encryptionProtector@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":17},"Microsoft.Sql/servers/failoverGroups@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":40},"Microsoft.Sql/servers/keys@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":48},"Microsoft.Sql/servers/syncAgents@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":57},"Microsoft.Sql/servers/virtualNetworkRules@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":68},"Microsoft.Sql/managedInstances@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":91},"Microsoft.Sql/servers@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":97},"Microsoft.Sql/servers/databases/syncGroups@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":116},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":147},"Microsoft.Sql/servers/databases/auditingSettings@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":158},"Microsoft.Sql/servers/firewallRules@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":163},"Microsoft.Sql/servers/databases/automaticTuning@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":196},"Microsoft.Sql/locations/usages@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":201},"Microsoft.Sql/virtualClusters@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":208},"Microsoft.Sql/servers/databases/advisors@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":271},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":275},"Microsoft.Sql/servers/advisors@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":279},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":18},"Microsoft.Sql/servers/extendedAuditingSettings@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":29},"Microsoft.Sql/servers/auditingSettings@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":40},"Microsoft.Sql/servers/databases/auditingSettings@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":51},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":62},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":71},"Microsoft.Sql/servers/jobAgents@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":84},"Microsoft.Sql/servers/jobAgents/credentials@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":89},"Microsoft.Sql/servers/jobAgents/jobs/executions@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":118},"Microsoft.Sql/servers/jobAgents/jobs@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":127},"Microsoft.Sql/servers/jobAgents/jobs/steps@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":141},"Microsoft.Sql/servers/jobAgents/targetGroups@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":157},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":164},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":170},"Microsoft.Sql/servers/dnsAliases@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":175},"Microsoft.Sql/servers/securityAlertPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":188},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":194},"Microsoft.Sql/managedInstances/securityAlertPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":200},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":214},"Microsoft.Sql/managedInstances/administrators@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":222},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":229},"Microsoft.Sql/servers/databases@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":272},"Microsoft.Sql/managedInstances/databases@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":295},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":299},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":303},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":307},"Microsoft.Sql/servers/jobAgents/jobs/versions@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":311},"Microsoft.Sql/servers/automaticTuning@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":338},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":344},"Microsoft.Sql/servers/databases/restorePoints@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":352},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":357},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":364},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":18},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":27},"Microsoft.Sql/locations/instanceFailoverGroups@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":50},"Microsoft.Sql/managedInstances/keys@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":58},"Microsoft.Sql/managedInstances/encryptionProtector@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":68},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":75},"Microsoft.Sql/servers/elasticPools@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":90},"Microsoft.Sql/servers/databases@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":142},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":157},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":161},"Microsoft.Sql/managedInstances/recoverableDatabases@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":166},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":16},"Microsoft.Sql/servers/vulnerabilityAssessments@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":23},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":37},"Microsoft.Sql/instancePools@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":47},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/securityAlertPolicies@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":67},"Microsoft.Sql/managedInstances@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":89},"Microsoft.Sql/managedInstances/databases@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":112},"Microsoft.Sql/servers/privateEndpointConnections@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":119},"Microsoft.Sql/servers/administrators@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":128},"Microsoft.Sql/servers/privateLinkResources@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":134},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":139},"Microsoft.Sql/managedInstances/operations@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":163},"Microsoft.Sql/managedInstances/databases/restoreDetails@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":171},"Microsoft.Sql/servers@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":40},"Microsoft.Sql/servers/databases/workloadGroups@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":45},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":50},"Microsoft.Sql/servers/administrators@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":59},"Microsoft.Sql/servers/databases/syncGroups@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":78},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":109},"Microsoft.Sql/servers/databases@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":166},"Microsoft.Sql/managedInstances/databases@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":189},"Microsoft.Sql/managedInstances/operations@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":213},"Microsoft.Sql/managedInstances/databases/restoreDetails@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":221},"Microsoft.Sql/servers/databases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":64},"Microsoft.Sql/servers@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":97},"Microsoft.Sql/managedInstances/databases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":120},"Microsoft.Sql/servers/azureADOnlyAuthentications@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":127},"Microsoft.Sql/managedInstances@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":159},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":166},"Microsoft.Sql/locations/serverTrustGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":176},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":183},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":194},"Microsoft.Sql/servers/extendedAuditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":205},"Microsoft.Sql/servers/auditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":216},"Microsoft.Sql/servers/databases/auditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":227},"Microsoft.Sql/servers/databases/securityAlertPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":250},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":261},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":270},"Microsoft.Sql/servers/elasticPools@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":284},"Microsoft.Sql/servers/encryptionProtector@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":294},"Microsoft.Sql/servers/failoverGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":317},"Microsoft.Sql/servers/firewallRules@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":322},"Microsoft.Sql/locations/instanceFailoverGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":345},"Microsoft.Sql/instancePools@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":354},"Microsoft.Sql/servers/jobAgents@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":366},"Microsoft.Sql/servers/jobAgents/credentials@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":371},"Microsoft.Sql/servers/jobAgents/jobs/executions@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":400},"Microsoft.Sql/servers/jobAgents/jobs@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":409},"Microsoft.Sql/servers/jobAgents/jobs/steps@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":423},"Microsoft.Sql/servers/jobAgents/targetGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":439},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":446},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":453},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":466},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":480},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":490},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":497},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":503},"Microsoft.Sql/managedInstances/administrators@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":512},"Microsoft.Sql/managedInstances/encryptionProtector@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":522},"Microsoft.Sql/managedInstances/keys@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":530},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":536},"Microsoft.Sql/managedInstances/privateEndpointConnections@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":540},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":547},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":553},"Microsoft.Sql/managedInstances/securityAlertPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":559},"Microsoft.Sql/servers/privateEndpointConnections@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":563},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":570},"Microsoft.Sql/servers/administrators@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":579},"Microsoft.Sql/servers/devOpsAuditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":587},"Microsoft.Sql/servers/dnsAliases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":592},"Microsoft.Sql/servers/keys@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":600},"Microsoft.Sql/servers/securityAlertPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":606},"Microsoft.Sql/servers/vulnerabilityAssessments@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":613},"Microsoft.Sql/managedInstances/sqlAgent@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":622},"Microsoft.Sql/servers/syncAgents@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":631},"Microsoft.Sql/servers/databases/syncGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":650},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":681},"Microsoft.Sql/servers/databases/transparentDataEncryption@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":691},"Microsoft.Sql/servers/virtualNetworkRules@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":703},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":708},"Microsoft.Sql/servers/databases/workloadGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":713},"Microsoft.Sql/managedInstances/databases/restoreDetails@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":721},"Microsoft.Sql/servers/databases/advisors@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":784},"Microsoft.Sql/servers/databases/automaticTuning@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":817},"Microsoft.Sql/servers/databases/schemas/tables/columns@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":861},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":865},"Microsoft.Sql/servers/databases/schemas@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":869},"Microsoft.Sql/servers/databases/schemas/tables@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":878},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":893},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":900},"Microsoft.Sql/locations/deletedServers@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":905},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":909},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":913},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":917},"Microsoft.Sql/servers/jobAgents/jobs/versions@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":921},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":926},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":931},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":935},"Microsoft.Sql/managedInstances/databases/queries@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":940},"Microsoft.Sql/managedInstances/databases/schemas@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":944},"Microsoft.Sql/managedInstances/databases/schemas/tables@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":948},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":952},"Microsoft.Sql/managedInstances/operations@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":976},"Microsoft.Sql/managedInstances/privateLinkResources@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":982},"Microsoft.Sql/servers/privateLinkResources@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":989},"Microsoft.Sql/managedInstances/recoverableDatabases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":994},"Microsoft.Sql/servers/databases/replicationLinks@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":999},"Microsoft.Sql/servers/restorableDroppedDatabases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1005},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1011},"Microsoft.Sql/servers/databases/restorePoints@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1019},"Microsoft.Sql/servers/advisors@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1023},"Microsoft.Sql/servers/automaticTuning@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1050},"Microsoft.Sql/locations/usages@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1055},"Microsoft.Sql/locations/timeZones@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1060},"Microsoft.Sql/virtualClusters@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1067},"Microsoft.Sql/servers/elasticPools@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":22},"Microsoft.Sql/servers/devOpsAuditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":41},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":48},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":59},"Microsoft.Sql/servers/extendedAuditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":70},"Microsoft.Sql/servers/auditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":81},"Microsoft.Sql/servers/databases/auditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":92},"Microsoft.Sql/servers/databases/extensions@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":102},"Microsoft.Sql/servers/databases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":161},"Microsoft.Sql/servers/databases/securityAlertPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":173},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":184},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":193},"Microsoft.Sql/servers/encryptionProtector@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":203},"Microsoft.Sql/servers/failoverGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":226},"Microsoft.Sql/servers/firewallRules@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":231},"Microsoft.Sql/locations/instanceFailoverGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":254},"Microsoft.Sql/instancePools@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":263},"Microsoft.Sql/servers/jobAgents@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":275},"Microsoft.Sql/servers/jobAgents/credentials@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":280},"Microsoft.Sql/servers/jobAgents/jobs/executions@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":309},"Microsoft.Sql/servers/jobAgents/jobs@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":318},"Microsoft.Sql/servers/jobAgents/jobs/steps@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":332},"Microsoft.Sql/servers/jobAgents/targetGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":348},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":355},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":362},"Microsoft.Sql/managedInstances/databases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":385},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":398},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":412},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":422},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":429},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":435},"Microsoft.Sql/managedInstances/administrators@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":444},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":451},"Microsoft.Sql/managedInstances/encryptionProtector@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":461},"Microsoft.Sql/managedInstances/keys@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":469},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":475},"Microsoft.Sql/managedInstances/privateEndpointConnections@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":482},"Microsoft.Sql/managedInstances@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":517},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":524},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":530},"Microsoft.Sql/managedInstances/securityAlertPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":536},"Microsoft.Sql/servers/privateEndpointConnections@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":556},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":563},"Microsoft.Sql/servers/administrators@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":572},"Microsoft.Sql/servers/azureADOnlyAuthentications@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":579},"Microsoft.Sql/servers/dnsAliases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":584},"Microsoft.Sql/servers/keys@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":592},"Microsoft.Sql/servers@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":606},"Microsoft.Sql/servers/securityAlertPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":612},"Microsoft.Sql/locations/serverTrustGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":622},"Microsoft.Sql/servers/vulnerabilityAssessments@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":629},"Microsoft.Sql/managedInstances/sqlAgent@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":638},"Microsoft.Sql/servers/syncAgents@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":647},"Microsoft.Sql/servers/databases/syncGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":666},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":697},"Microsoft.Sql/servers/databases/transparentDataEncryption@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":707},"Microsoft.Sql/servers/virtualNetworkRules@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":719},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":724},"Microsoft.Sql/servers/databases/workloadGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":729},"Microsoft.Sql/servers/databases/advisors@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":792},"Microsoft.Sql/servers/databases/automaticTuning@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":825},"Microsoft.Sql/servers/databases/schemas/tables/columns@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":869},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":873},"Microsoft.Sql/servers/databases/schemas@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":877},"Microsoft.Sql/servers/databases/schemas/tables@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":886},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":901},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":908},"Microsoft.Sql/locations/deletedServers@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":913},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":917},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":921},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":925},"Microsoft.Sql/servers/jobAgents/jobs/versions@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":929},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":938},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":947},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":951},"Microsoft.Sql/managedInstances/databases/queries@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":956},"Microsoft.Sql/managedInstances/databases/restoreDetails@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":964},"Microsoft.Sql/managedInstances/databases/schemas@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":968},"Microsoft.Sql/managedInstances/databases/schemas/tables@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":972},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":976},"Microsoft.Sql/managedInstances/operations@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1000},"Microsoft.Sql/managedInstances/privateLinkResources@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1006},"Microsoft.Sql/servers/privateLinkResources@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1013},"Microsoft.Sql/managedInstances/recoverableDatabases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1018},"Microsoft.Sql/servers/databases/replicationLinks@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1023},"Microsoft.Sql/servers/restorableDroppedDatabases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1029},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1035},"Microsoft.Sql/servers/databases/restorePoints@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1043},"Microsoft.Sql/servers/advisors@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1047},"Microsoft.Sql/servers/automaticTuning@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1074},"Microsoft.Sql/locations/usages@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1079},"Microsoft.Sql/locations/timeZones@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1084},"Microsoft.Sql/virtualClusters@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1091},"Microsoft.Sql/servers/databases/securityAlertPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":30},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":41},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":50},"Microsoft.Sql/servers/encryptionProtector@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":60},"Microsoft.Sql/servers/failoverGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":83},"Microsoft.Sql/servers/firewallRules@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":88},"Microsoft.Sql/instancePools@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":98},"Microsoft.Sql/servers/jobAgents@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":110},"Microsoft.Sql/servers/jobAgents/credentials@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":115},"Microsoft.Sql/servers/jobAgents/jobs/executions@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":144},"Microsoft.Sql/servers/jobAgents/jobs@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":153},"Microsoft.Sql/servers/jobAgents/jobs/steps@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":167},"Microsoft.Sql/servers/jobAgents/targetGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":183},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":190},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":197},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":210},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":220},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":227},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":233},"Microsoft.Sql/managedInstances/administrators@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":242},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":249},"Microsoft.Sql/managedInstances/encryptionProtector@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":259},"Microsoft.Sql/managedInstances/keys@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":267},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":273},"Microsoft.Sql/managedInstances/privateEndpointConnections@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":280},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":287},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":293},"Microsoft.Sql/managedInstances/securityAlertPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":299},"Microsoft.Sql/servers/privateEndpointConnections@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":319},"Microsoft.Sql/servers/administrators@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":328},"Microsoft.Sql/servers/azureADOnlyAuthentications@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":335},"Microsoft.Sql/servers/dnsAliases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":340},"Microsoft.Sql/servers/keys@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":348},"Microsoft.Sql/servers/securityAlertPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":354},"Microsoft.Sql/locations/serverTrustGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":365},"Microsoft.Sql/servers/vulnerabilityAssessments@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":372},"Microsoft.Sql/managedInstances/sqlAgent@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":381},"Microsoft.Sql/servers/syncAgents@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":390},"Microsoft.Sql/servers/databases/syncGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":409},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":440},"Microsoft.Sql/servers/virtualNetworkRules@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":452},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":457},"Microsoft.Sql/servers/databases/workloadGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":462},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":476},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":483},"Microsoft.Sql/servers/databases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":546},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":553},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":563},"Microsoft.Sql/servers/extendedAuditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":573},"Microsoft.Sql/servers/auditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":583},"Microsoft.Sql/servers/databases/auditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":593},"Microsoft.Sql/servers/databases/extensions@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":603},"Microsoft.Sql/servers/elasticPools@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":617},"Microsoft.Sql/locations/instanceFailoverGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":640},"Microsoft.Sql/managedInstances/databases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":663},"Microsoft.Sql/managedInstances@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":707},"Microsoft.Sql/servers/devOpsAuditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":715},"Microsoft.Sql/servers@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":736},"Microsoft.Sql/servers/databases/transparentDataEncryption@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":746},"Microsoft.Sql/servers/databases/advisors@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":809},"Microsoft.Sql/servers/databases/automaticTuning@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":842},"Microsoft.Sql/servers/databases/schemas/tables/columns@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":886},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":890},"Microsoft.Sql/servers/databases/schemas@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":894},"Microsoft.Sql/servers/databases/schemas/tables@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":903},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":918},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":925},"Microsoft.Sql/locations/deletedServers@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":930},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":934},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":938},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":942},"Microsoft.Sql/servers/jobAgents/jobs/versions@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":946},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":950},"Microsoft.Sql/managedInstances/databases/queries@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":955},"Microsoft.Sql/managedInstances/databases/schemas@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":959},"Microsoft.Sql/managedInstances/databases/schemas/tables@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":963},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":967},"Microsoft.Sql/managedInstances/operations@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":991},"Microsoft.Sql/managedInstances/privateLinkResources@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":997},"Microsoft.Sql/servers/privateLinkResources@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1004},"Microsoft.Sql/managedInstances/recoverableDatabases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1009},"Microsoft.Sql/servers/databases/restorePoints@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1017},"Microsoft.Sql/servers/advisors@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1021},"Microsoft.Sql/servers/automaticTuning@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1048},"Microsoft.Sql/locations/usages@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1053},"Microsoft.Sql/locations/timeZones@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1058},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1071},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1080},"Microsoft.Sql/managedInstances/databases/restoreDetails@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1088},"Microsoft.Sql/servers/databases/replicationLinks@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1093},"Microsoft.Sql/servers/restorableDroppedDatabases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1099},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1105},"Microsoft.Sql/virtualClusters@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1112},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":14},"Microsoft.Sql/servers/databases/extensions@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":34},"Microsoft.Sql/servers/outboundFirewallRules@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":39},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":50},"Microsoft.Sql/servers/extendedAuditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":61},"Microsoft.Sql/servers/auditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":72},"Microsoft.Sql/servers/databases/auditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":83},"Microsoft.Sql/servers/databases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":147},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":170},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":181},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":190},"Microsoft.Sql/servers/elasticPools@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":204},"Microsoft.Sql/servers/encryptionProtector@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":214},"Microsoft.Sql/servers/failoverGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":237},"Microsoft.Sql/servers/firewallRules@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":242},"Microsoft.Sql/locations/instanceFailoverGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":265},"Microsoft.Sql/instancePools@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":274},"Microsoft.Sql/servers/jobAgents@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":286},"Microsoft.Sql/servers/jobAgents/credentials@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":291},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":320},"Microsoft.Sql/servers/jobAgents/jobs@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":329},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":343},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":359},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":366},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":373},"Microsoft.Sql/managedInstances/databases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":396},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":409},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":423},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":433},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":440},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":446},"Microsoft.Sql/managedInstances/administrators@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":455},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":462},"Microsoft.Sql/managedInstances/encryptionProtector@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":472},"Microsoft.Sql/managedInstances/keys@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":480},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":486},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":493},"Microsoft.Sql/managedInstances@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":546},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":553},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":559},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":565},"Microsoft.Sql/servers/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":585},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":592},"Microsoft.Sql/servers/administrators@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":601},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":608},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":616},"Microsoft.Sql/servers/dnsAliases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":621},"Microsoft.Sql/servers/keys@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":629},"Microsoft.Sql/servers@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":653},"Microsoft.Sql/servers/securityAlertPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":659},"Microsoft.Sql/locations/serverTrustGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":670},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":677},"Microsoft.Sql/managedInstances/sqlAgent@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":686},"Microsoft.Sql/servers/syncAgents@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":695},"Microsoft.Sql/servers/databases/syncGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":714},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":745},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":755},"Microsoft.Sql/servers/virtualNetworkRules@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":767},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":772},"Microsoft.Sql/servers/databases/workloadGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":777},"Microsoft.Sql/servers/databases/advisors@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":840},"Microsoft.Sql/servers/databases/automaticTuning@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":873},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":917},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":921},"Microsoft.Sql/servers/databases/schemas@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":925},"Microsoft.Sql/servers/databases/schemas/tables@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":934},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":949},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":956},"Microsoft.Sql/locations/deletedServers@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":961},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":965},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":969},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":973},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":977},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":990},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":999},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1003},"Microsoft.Sql/managedInstances/databases/queries@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1008},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1016},"Microsoft.Sql/managedInstances/databases/schemas@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1020},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1024},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1028},"Microsoft.Sql/managedInstances/operations@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1052},"Microsoft.Sql/managedInstances/privateLinkResources@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1058},"Microsoft.Sql/servers/privateLinkResources@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1065},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1070},"Microsoft.Sql/servers/databases/replicationLinks@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1095},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1105},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1111},"Microsoft.Sql/servers/databases/restorePoints@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1119},"Microsoft.Sql/servers/advisors@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1123},"Microsoft.Sql/servers/automaticTuning@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1150},"Microsoft.Sql/locations/usages@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1155},"Microsoft.Sql/locations/timeZones@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1160},"Microsoft.Sql/virtualClusters@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1167},"Microsoft.Sql/servers/connectionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":18},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":25},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":36},"Microsoft.Sql/servers/extendedAuditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":47},"Microsoft.Sql/servers/auditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":58},"Microsoft.Sql/servers/databases/auditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":69},"Microsoft.Sql/servers/databases/extensions@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":82},"Microsoft.Sql/servers/databases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":157},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":180},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":191},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":200},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":208},"Microsoft.Sql/servers/elasticPools@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":222},"Microsoft.Sql/servers/encryptionProtector@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":232},"Microsoft.Sql/servers/failoverGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":255},"Microsoft.Sql/servers/firewallRules@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":260},"Microsoft.Sql/locations/instanceFailoverGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":283},"Microsoft.Sql/instancePools@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":292},"Microsoft.Sql/servers/jobAgents@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":304},"Microsoft.Sql/servers/jobAgents/credentials@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":309},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":338},"Microsoft.Sql/servers/jobAgents/jobs@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":347},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":361},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":377},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":387},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":394},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":401},"Microsoft.Sql/managedInstances/databases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":424},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":437},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":451},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":461},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":468},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":474},"Microsoft.Sql/managedInstances/administrators@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":483},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":490},"Microsoft.Sql/managedInstances/encryptionProtector@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":500},"Microsoft.Sql/managedInstances/keys@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":508},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":514},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":521},"Microsoft.Sql/managedInstances@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":584},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":591},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":597},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":603},"Microsoft.Sql/servers/outboundFirewallRules@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":608},"Microsoft.Sql/servers/privateEndpointConnections@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":629},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":636},"Microsoft.Sql/servers/administrators@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":645},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":652},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":660},"Microsoft.Sql/servers/dnsAliases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":665},"Microsoft.Sql/servers/keys@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":673},"Microsoft.Sql/servers@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":697},"Microsoft.Sql/servers/securityAlertPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":703},"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":708},"Microsoft.Sql/locations/serverTrustGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":719},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":726},"Microsoft.Sql/managedInstances/sqlAgent@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":735},"Microsoft.Sql/servers/syncAgents@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":744},"Microsoft.Sql/servers/databases/syncGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":763},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":794},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":804},"Microsoft.Sql/servers/virtualNetworkRules@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":816},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":821},"Microsoft.Sql/servers/databases/workloadGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":826},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":841},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":851},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":857},"Microsoft.Sql/servers/databases/advisors@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":920},"Microsoft.Sql/servers/databases/automaticTuning@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":953},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":997},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1001},"Microsoft.Sql/servers/databases/schemas@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1005},"Microsoft.Sql/servers/databases/schemas/tables@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1014},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1029},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1036},"Microsoft.Sql/locations/deletedServers@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1041},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1045},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1049},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1053},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1057},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1061},"Microsoft.Sql/managedInstances/databases/queries@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1066},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1074},"Microsoft.Sql/managedInstances/databases/schemas@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1078},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1082},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1086},"Microsoft.Sql/managedInstances/operations@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1110},"Microsoft.Sql/managedInstances/privateLinkResources@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1117},"Microsoft.Sql/servers/privateLinkResources@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1124},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1129},"Microsoft.Sql/servers/databases/replicationLinks@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1154},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1165},"Microsoft.Sql/servers/databases/restorePoints@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1173},"Microsoft.Sql/servers/advisors@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1177},"Microsoft.Sql/servers/automaticTuning@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1204},"Microsoft.Sql/locations/usages@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1209},"Microsoft.Sql/locations/timeZones@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1214},"Microsoft.Sql/virtualClusters@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1221},"Microsoft.Sql/servers/elasticPools@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":22},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":29},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":39},"Microsoft.Sql/servers/extendedAuditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":49},"Microsoft.Sql/servers/auditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":59},"Microsoft.Sql/servers/databases/auditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":69},"Microsoft.Sql/servers/databases/extensions@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":82},"Microsoft.Sql/servers/databases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":156},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":179},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":190},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":199},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":207},"Microsoft.Sql/servers/encryptionProtector@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":217},"Microsoft.Sql/servers/failoverGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":240},"Microsoft.Sql/servers/firewallRules@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":245},"Microsoft.Sql/locations/instanceFailoverGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":268},"Microsoft.Sql/instancePools@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":277},"Microsoft.Sql/servers/ipv6FirewallRules@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":282},"Microsoft.Sql/servers/jobAgents@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":294},"Microsoft.Sql/servers/jobAgents/credentials@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":299},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":328},"Microsoft.Sql/servers/jobAgents/jobs@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":337},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":351},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":367},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":377},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":384},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":391},"Microsoft.Sql/managedInstances/databases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":414},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":427},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":441},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":451},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":458},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":464},"Microsoft.Sql/managedInstances/administrators@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":473},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":480},"Microsoft.Sql/managedInstances/encryptionProtector@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":490},"Microsoft.Sql/managedInstances/keys@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":498},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":504},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":511},"Microsoft.Sql/managedInstances@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":574},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":581},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":587},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":593},"Microsoft.Sql/servers/outboundFirewallRules@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":598},"Microsoft.Sql/servers/privateEndpointConnections@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":619},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":626},"Microsoft.Sql/servers/administrators@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":635},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":642},"Microsoft.Sql/servers/connectionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":653},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":661},"Microsoft.Sql/servers/dnsAliases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":666},"Microsoft.Sql/servers/keys@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":674},"Microsoft.Sql/servers@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":698},"Microsoft.Sql/servers/securityAlertPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":704},"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":709},"Microsoft.Sql/locations/serverTrustGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":720},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":727},"Microsoft.Sql/managedInstances/sqlAgent@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":736},"Microsoft.Sql/servers/syncAgents@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":745},"Microsoft.Sql/servers/databases/syncGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":764},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":795},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":805},"Microsoft.Sql/servers/virtualNetworkRules@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":817},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":822},"Microsoft.Sql/servers/databases/workloadGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":827},"Microsoft.Sql/servers/databases/advisors@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":890},"Microsoft.Sql/servers/databases/automaticTuning@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":923},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":967},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":971},"Microsoft.Sql/servers/databases/schemas@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":975},"Microsoft.Sql/servers/databases/schemas/tables@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":984},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":999},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1006},"Microsoft.Sql/locations/deletedServers@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1011},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1015},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1019},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1023},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1027},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1042},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1052},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1056},"Microsoft.Sql/managedInstances/databases/queries@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1061},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1069},"Microsoft.Sql/managedInstances/databases/schemas@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1073},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1077},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1081},"Microsoft.Sql/managedInstances/operations@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1105},"Microsoft.Sql/managedInstances/privateLinkResources@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1112},"Microsoft.Sql/servers/privateLinkResources@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1119},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1124},"Microsoft.Sql/servers/databases/replicationLinks@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1149},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1160},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1166},"Microsoft.Sql/servers/databases/restorePoints@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1174},"Microsoft.Sql/servers/advisors@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1178},"Microsoft.Sql/servers/automaticTuning@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1205},"Microsoft.Sql/locations/usages@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1210},"Microsoft.Sql/locations/timeZones@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1215},"Microsoft.Sql/virtualClusters@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1222},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":76},"Microsoft.Sql/servers/databases/extensions@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":89},"Microsoft.Sql/servers/databases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":164},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":176},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":187},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":196},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":204},"Microsoft.Sql/servers/elasticPools@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":218},"Microsoft.Sql/servers/encryptionProtector@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":228},"Microsoft.Sql/servers/failoverGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":251},"Microsoft.Sql/servers/firewallRules@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":256},"Microsoft.Sql/locations/instanceFailoverGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":279},"Microsoft.Sql/instancePools@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":288},"Microsoft.Sql/servers/ipv6FirewallRules@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":293},"Microsoft.Sql/servers/jobAgents@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":305},"Microsoft.Sql/servers/jobAgents/credentials@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":310},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":339},"Microsoft.Sql/servers/jobAgents/jobs@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":348},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":362},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":378},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":388},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":395},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":402},"Microsoft.Sql/managedInstances/databases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":425},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":438},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":452},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":462},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":469},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":475},"Microsoft.Sql/managedInstances/administrators@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":484},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":491},"Microsoft.Sql/managedInstances/encryptionProtector@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":501},"Microsoft.Sql/managedInstances/keys@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":509},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":515},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":522},"Microsoft.Sql/managedInstances@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":585},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":592},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":598},"Microsoft.Sql/managedInstances/dnsAliases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":603},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":609},"Microsoft.Sql/servers/outboundFirewallRules@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":614},"Microsoft.Sql/servers/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":635},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":642},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":648},"Microsoft.Sql/servers/administrators@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":657},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":664},"Microsoft.Sql/servers/connectionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":675},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":683},"Microsoft.Sql/servers/dnsAliases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":688},"Microsoft.Sql/servers/keys@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":696},"Microsoft.Sql/servers@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":720},"Microsoft.Sql/servers/securityAlertPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":726},"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":731},"Microsoft.Sql/locations/serverTrustGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":742},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":749},"Microsoft.Sql/managedInstances/sqlAgent@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":758},"Microsoft.Sql/servers/syncAgents@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":767},"Microsoft.Sql/servers/databases/syncGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":786},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":817},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":827},"Microsoft.Sql/servers/virtualNetworkRules@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":839},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":844},"Microsoft.Sql/servers/databases/workloadGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":849},"Microsoft.Sql/servers/databases/advisors@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":912},"Microsoft.Sql/servers/databases/automaticTuning@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":945},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":989},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":993},"Microsoft.Sql/servers/databases/schemas@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":997},"Microsoft.Sql/servers/databases/schemas/tables@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1006},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1021},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1028},"Microsoft.Sql/locations/deletedServers@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1033},"Microsoft.Sql/managedInstances/endpointCertificates@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1038},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1042},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1046},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1050},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1054},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1069},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1079},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1083},"Microsoft.Sql/managedInstances/databases/queries@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1088},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1096},"Microsoft.Sql/managedInstances/databases/schemas@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1100},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1104},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1108},"Microsoft.Sql/managedInstances/operations@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1132},"Microsoft.Sql/managedInstances/privateLinkResources@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1139},"Microsoft.Sql/servers/privateLinkResources@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1146},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1151},"Microsoft.Sql/servers/databases/replicationLinks@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1176},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1187},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1193},"Microsoft.Sql/servers/databases/restorePoints@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1201},"Microsoft.Sql/servers/advisors@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1205},"Microsoft.Sql/servers/automaticTuning@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1232},"Microsoft.Sql/locations/usages@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1237},"Microsoft.Sql/locations/timeZones@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1242},"Microsoft.Sql/virtualClusters@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1249},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":54},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":76},"Microsoft.Sql/servers/databases/extensions@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":89},"Microsoft.Sql/servers/databases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":164},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":176},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":187},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":196},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":206},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":221},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":229},"Microsoft.Sql/servers/elasticPools@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":243},"Microsoft.Sql/servers/encryptionProtector@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":253},"Microsoft.Sql/servers/failoverGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":276},"Microsoft.Sql/servers/firewallRules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":281},"Microsoft.Sql/servers/databases/geoBackupPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":291},"Microsoft.Sql/locations/instanceFailoverGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":314},"Microsoft.Sql/instancePools@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":323},"Microsoft.Sql/servers/ipv6FirewallRules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":328},"Microsoft.Sql/servers/jobAgents@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":340},"Microsoft.Sql/servers/jobAgents/credentials@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":345},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":374},"Microsoft.Sql/servers/jobAgents/jobs@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":383},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":397},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":413},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":423},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":430},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":437},"Microsoft.Sql/managedInstances/databases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":460},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":473},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":487},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":497},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":504},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":511},"Microsoft.Sql/managedInstances/administrators@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":520},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":527},"Microsoft.Sql/managedInstances/encryptionProtector@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":537},"Microsoft.Sql/managedInstances/keys@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":545},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":551},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":558},"Microsoft.Sql/managedInstances@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":621},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":628},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":634},"Microsoft.Sql/managedInstances/dnsAliases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":639},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":651},"Microsoft.Sql/servers/outboundFirewallRules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":656},"Microsoft.Sql/servers/privateEndpointConnections@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":677},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":684},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":690},"Microsoft.Sql/servers/administrators@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":699},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":706},"Microsoft.Sql/servers/connectionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":717},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":725},"Microsoft.Sql/servers/dnsAliases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":730},"Microsoft.Sql/servers/keys@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":738},"Microsoft.Sql/servers@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":762},"Microsoft.Sql/servers/securityAlertPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":768},"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":773},"Microsoft.Sql/locations/serverTrustGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":784},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":791},"Microsoft.Sql/managedInstances/sqlAgent@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":800},"Microsoft.Sql/servers/syncAgents@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":809},"Microsoft.Sql/servers/databases/syncGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":828},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":859},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":869},"Microsoft.Sql/servers/virtualNetworkRules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":881},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":886},"Microsoft.Sql/servers/databases/workloadGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":891},"Microsoft.Sql/servers/databases/advisors@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":954},"Microsoft.Sql/servers/databases/automaticTuning@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":987},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1031},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1035},"Microsoft.Sql/servers/databases/schemas@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1039},"Microsoft.Sql/servers/databases/schemas/tables@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1048},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1063},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1070},"Microsoft.Sql/locations/deletedServers@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1075},"Microsoft.Sql/managedInstances/endpointCertificates@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1080},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1084},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1088},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1092},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1096},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1111},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1121},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1125},"Microsoft.Sql/managedInstances/databases/queries@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1130},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1138},"Microsoft.Sql/managedInstances/databases/schemas@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1142},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1146},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1150},"Microsoft.Sql/managedInstances/operations@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1174},"Microsoft.Sql/managedInstances/privateLinkResources@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1181},"Microsoft.Sql/servers/privateLinkResources@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1188},"Microsoft.Sql/servers/recoverableDatabases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1193},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1198},"Microsoft.Sql/servers/databases/replicationLinks@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1224},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1235},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1241},"Microsoft.Sql/servers/databases/restorePoints@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1249},"Microsoft.Sql/servers/advisors@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1253},"Microsoft.Sql/servers/automaticTuning@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1280},"Microsoft.Sql/locations/usages@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1285},"Microsoft.Sql/locations/timeZones@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1290},"Microsoft.Sql/virtualClusters@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1297},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":76},"Microsoft.Sql/servers/databases/extensions@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":89},"Microsoft.Sql/servers/databases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":165},"Microsoft.Sql/servers/databases/securityAlertPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":177},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":187},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":194},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":205},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":214},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":224},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":239},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":247},"Microsoft.Sql/servers/elasticPools@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":261},"Microsoft.Sql/servers/encryptionProtector@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":271},"Microsoft.Sql/servers/failoverGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":294},"Microsoft.Sql/servers/firewallRules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":299},"Microsoft.Sql/servers/databases/geoBackupPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":309},"Microsoft.Sql/locations/instanceFailoverGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":332},"Microsoft.Sql/instancePools@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":341},"Microsoft.Sql/servers/ipv6FirewallRules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":346},"Microsoft.Sql/servers/jobAgents@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":358},"Microsoft.Sql/servers/jobAgents/credentials@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":363},"Microsoft.Sql/servers/jobAgents/jobs/executions@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":392},"Microsoft.Sql/servers/jobAgents/jobs@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":401},"Microsoft.Sql/servers/jobAgents/jobs/steps@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":415},"Microsoft.Sql/servers/jobAgents/targetGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":431},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":441},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":448},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":455},"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":461},"Microsoft.Sql/managedInstances/databases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":484},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":497},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":511},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":521},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":528},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":534},"Microsoft.Sql/managedInstances/administrators@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":543},"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":549},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":556},"Microsoft.Sql/managedInstances/dtc@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":572},"Microsoft.Sql/managedInstances/encryptionProtector@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":582},"Microsoft.Sql/managedInstances/keys@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":590},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":596},"Microsoft.Sql/managedInstances/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":603},"Microsoft.Sql/managedInstances@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":666},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":673},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":679},"Microsoft.Sql/managedInstances/dnsAliases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":684},"Microsoft.Sql/managedInstances/securityAlertPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":690},"Microsoft.Sql/servers/outboundFirewallRules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":695},"Microsoft.Sql/servers/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":716},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":723},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":729},"Microsoft.Sql/servers/administrators@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":738},"Microsoft.Sql/servers/azureADOnlyAuthentications@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":745},"Microsoft.Sql/servers/connectionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":756},"Microsoft.Sql/servers/devOpsAuditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":766},"Microsoft.Sql/servers/dnsAliases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":771},"Microsoft.Sql/servers/keys@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":779},"Microsoft.Sql/servers@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":803},"Microsoft.Sql/servers/securityAlertPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":809},"Microsoft.Sql/managedInstances/serverTrustCertificates@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":814},"Microsoft.Sql/locations/serverTrustGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":825},"Microsoft.Sql/servers/vulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":832},"Microsoft.Sql/managedInstances/sqlAgent@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":841},"Microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":851},"Microsoft.Sql/servers/syncAgents@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":860},"Microsoft.Sql/servers/databases/syncGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":879},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":910},"Microsoft.Sql/servers/databases/transparentDataEncryption@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":920},"Microsoft.Sql/servers/virtualNetworkRules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":932},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":937},"Microsoft.Sql/servers/databases/workloadGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":942},"Microsoft.Sql/servers/databases/advisors@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1005},"Microsoft.Sql/servers/databases/automaticTuning@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1038},"Microsoft.Sql/servers/databases/schemas/tables/columns@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1082},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1086},"Microsoft.Sql/servers/databases/schemas@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1090},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans/scanResults@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1133},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1148},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1154},"Microsoft.Sql/servers/databases/schemas/tables@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1163},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1178},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1185},"Microsoft.Sql/locations/deletedServers@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1190},"Microsoft.Sql/managedInstances/endpointCertificates@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1195},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1199},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1203},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1207},"Microsoft.Sql/servers/jobAgents/jobs/versions@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1211},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1226},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1236},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1240},"Microsoft.Sql/managedInstances/databases/queries@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1245},"Microsoft.Sql/managedInstances/databases/restoreDetails@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1258},"Microsoft.Sql/managedInstances/databases/schemas@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1262},"Microsoft.Sql/managedInstances/databases/schemas/tables@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1266},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1270},"Microsoft.Sql/managedInstances/operations@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1294},"Microsoft.Sql/managedInstances/privateLinkResources@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1301},"Microsoft.Sql/servers/privateLinkResources@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1308},"Microsoft.Sql/servers/recoverableDatabases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1313},"Microsoft.Sql/managedInstances/recoverableDatabases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1318},"Microsoft.Sql/servers/databases/replicationLinks@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1344},"Microsoft.Sql/servers/restorableDroppedDatabases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1355},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1361},"Microsoft.Sql/servers/databases/restorePoints@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1369},"Microsoft.Sql/servers/advisors@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1373},"Microsoft.Sql/servers/automaticTuning@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1400},"Microsoft.Sql/locations/usages@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1405},"Microsoft.Sql/locations/timeZones@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1410},"Microsoft.Sql/virtualClusters@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1417},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":64},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":79},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":101},"Microsoft.Sql/servers/databases/extensions@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":114},"Microsoft.Sql/servers/databases/securityAlertPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":126},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":136},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":143},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":154},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":163},"Microsoft.Sql/servers/databases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":242},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":250},"Microsoft.Sql/servers/elasticPools@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":264},"Microsoft.Sql/servers/encryptionProtector@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":274},"Microsoft.Sql/servers/failoverGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":297},"Microsoft.Sql/servers/firewallRules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":302},"Microsoft.Sql/servers/databases/geoBackupPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":312},"Microsoft.Sql/servers/ipv6FirewallRules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":317},"Microsoft.Sql/locations/instanceFailoverGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":343},"Microsoft.Sql/instancePools@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":352},"Microsoft.Sql/servers/jobAgents@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":364},"Microsoft.Sql/servers/jobAgents/credentials@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":369},"Microsoft.Sql/servers/jobAgents/jobs/executions@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":398},"Microsoft.Sql/servers/jobAgents/jobs/steps@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":412},"Microsoft.Sql/servers/jobAgents/targetGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":428},"Microsoft.Sql/servers/jobAgents/jobs@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":437},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":447},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":454},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":461},"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":467},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":480},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":494},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":504},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":511},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":517},"Microsoft.Sql/managedInstances/databases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":545},"Microsoft.Sql/managedInstances/administrators@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":554},"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":560},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":567},"Microsoft.Sql/managedInstances/dtc@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":583},"Microsoft.Sql/managedInstances/encryptionProtector@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":593},"Microsoft.Sql/managedInstances/keys@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":601},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":607},"Microsoft.Sql/managedInstances/privateEndpointConnections@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":614},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":621},"Microsoft.Sql/managedInstances@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":684},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":690},"Microsoft.Sql/managedInstances/dnsAliases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":695},"Microsoft.Sql/managedInstances/securityAlertPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":701},"Microsoft.Sql/servers/outboundFirewallRules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":706},"Microsoft.Sql/servers/privateEndpointConnections@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":727},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":734},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":740},"Microsoft.Sql/servers/administrators@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":749},"Microsoft.Sql/servers/azureADOnlyAuthentications@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":756},"Microsoft.Sql/servers/connectionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":767},"Microsoft.Sql/servers/devOpsAuditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":777},"Microsoft.Sql/servers/dnsAliases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":782},"Microsoft.Sql/servers/keys@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":790},"Microsoft.Sql/servers/securityAlertPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":796},"Microsoft.Sql/managedInstances/serverTrustCertificates@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":801},"Microsoft.Sql/locations/serverTrustGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":812},"Microsoft.Sql/servers/vulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":819},"Microsoft.Sql/servers@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":843},"Microsoft.Sql/managedInstances/sqlAgent@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":852},"Microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":862},"Microsoft.Sql/servers/syncAgents@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":871},"Microsoft.Sql/servers/databases/syncGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":890},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":921},"Microsoft.Sql/servers/databases/transparentDataEncryption@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":931},"Microsoft.Sql/servers/virtualNetworkRules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":943},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":948},"Microsoft.Sql/servers/databases/workloadGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":953},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":960},"Microsoft.Sql/servers/databases/advisors@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1023},"Microsoft.Sql/servers/databases/automaticTuning@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1056},"Microsoft.Sql/servers/databases/schemas/tables/columns@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1100},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1104},"Microsoft.Sql/servers/databases/schemas@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1108},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans/scanResults@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1151},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1166},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1172},"Microsoft.Sql/servers/databases/schemas/tables@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1181},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1196},"Microsoft.Sql/locations/deletedServers@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1201},"Microsoft.Sql/managedInstances/endpointCertificates@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1206},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1210},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1214},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1218},"Microsoft.Sql/servers/jobAgents/jobs/versions@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1222},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1237},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1247},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1251},"Microsoft.Sql/locations/managedDatabaseMoveOperationResults@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1266},"Microsoft.Sql/managedInstances/databases/queries@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1271},"Microsoft.Sql/managedInstances/databases/restoreDetails@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1284},"Microsoft.Sql/managedInstances/databases/schemas@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1288},"Microsoft.Sql/managedInstances/databases/schemas/tables@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1292},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1296},"Microsoft.Sql/managedInstances/operations@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1320},"Microsoft.Sql/managedInstances/privateLinkResources@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1327},"Microsoft.Sql/servers/privateLinkResources@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1334},"Microsoft.Sql/servers/recoverableDatabases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1339},"Microsoft.Sql/managedInstances/recoverableDatabases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1344},"Microsoft.Sql/servers/databases/replicationLinks@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1370},"Microsoft.Sql/servers/restorableDroppedDatabases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1381},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1387},"Microsoft.Sql/servers/databases/restorePoints@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1395},"Microsoft.Sql/servers/advisors@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1399},"Microsoft.Sql/servers/automaticTuning@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1426},"Microsoft.Sql/locations/usages@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1431},"Microsoft.Sql/locations/timeZones@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1436},"Microsoft.Sql/virtualClusters@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1443},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":64},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":79},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":101},"Microsoft.Sql/servers/databases/extensions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":114},"Microsoft.Sql/servers/databases/securityAlertPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":126},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":136},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":143},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":154},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":163},"Microsoft.Sql/servers/databases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":251},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":259},"Microsoft.Sql/servers/elasticPools@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":281},"Microsoft.Sql/servers/encryptionProtector@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":291},"Microsoft.Sql/servers/failoverGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":314},"Microsoft.Sql/servers/firewallRules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":319},"Microsoft.Sql/servers/databases/geoBackupPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":329},"Microsoft.Sql/servers/ipv6FirewallRules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":334},"Microsoft.Sql/locations/instanceFailoverGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":360},"Microsoft.Sql/instancePools@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":369},"Microsoft.Sql/servers/jobAgents@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":381},"Microsoft.Sql/servers/jobAgents/credentials@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":386},"Microsoft.Sql/servers/jobAgents/jobs/executions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":415},"Microsoft.Sql/servers/jobAgents/jobs/steps@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":429},"Microsoft.Sql/servers/jobAgents/targetGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":445},"Microsoft.Sql/servers/jobAgents/jobs@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":454},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":464},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":471},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":478},"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":484},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":497},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":511},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":521},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":528},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":535},"Microsoft.Sql/managedInstances/databases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":563},"Microsoft.Sql/managedInstances/administrators@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":572},"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":578},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":585},"Microsoft.Sql/managedInstances/dtc@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":601},"Microsoft.Sql/managedInstances/encryptionProtector@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":611},"Microsoft.Sql/managedInstances/keys@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":619},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":625},"Microsoft.Sql/managedInstances/privateEndpointConnections@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":632},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":639},"Microsoft.Sql/managedInstances@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":702},"Microsoft.Sql/managedInstances/databases/ledgerDigestUploads@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":712},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":718},"Microsoft.Sql/managedInstances/dnsAliases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":723},"Microsoft.Sql/managedInstances/securityAlertPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":735},"Microsoft.Sql/servers/outboundFirewallRules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":740},"Microsoft.Sql/servers/privateEndpointConnections@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":761},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":768},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":774},"Microsoft.Sql/servers/administrators@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":783},"Microsoft.Sql/servers/azureADOnlyAuthentications@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":790},"Microsoft.Sql/managedInstances/serverConfigurationOptions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":803},"Microsoft.Sql/servers/connectionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":814},"Microsoft.Sql/servers/devOpsAuditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":824},"Microsoft.Sql/servers/dnsAliases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":829},"Microsoft.Sql/servers/keys@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":837},"Microsoft.Sql/servers/securityAlertPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":843},"Microsoft.Sql/managedInstances/serverTrustCertificates@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":848},"Microsoft.Sql/locations/serverTrustGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":859},"Microsoft.Sql/servers/vulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":866},"Microsoft.Sql/servers@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":894},"Microsoft.Sql/managedInstances/sqlAgent@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":903},"Microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":913},"Microsoft.Sql/managedInstances/startStopSchedules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":938},"Microsoft.Sql/servers/syncAgents@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":947},"Microsoft.Sql/servers/databases/syncGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":966},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":997},"Microsoft.Sql/servers/databases/transparentDataEncryption@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1007},"Microsoft.Sql/servers/virtualNetworkRules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1019},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1024},"Microsoft.Sql/servers/databases/workloadGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1029},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1036},"Microsoft.Sql/servers/databases/advisors@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1099},"Microsoft.Sql/servers/databases/automaticTuning@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1132},"Microsoft.Sql/servers/databases/schemas/tables/columns@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1176},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1180},"Microsoft.Sql/servers/databases/schemas@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1184},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans/scanResults@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1227},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1242},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1248},"Microsoft.Sql/servers/databases/schemas/tables@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1257},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1272},"Microsoft.Sql/locations/deletedServers@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1277},"Microsoft.Sql/managedInstances/endpointCertificates@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1282},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1286},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1290},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1294},"Microsoft.Sql/servers/jobAgents/jobs/versions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1298},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1313},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1323},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1327},"Microsoft.Sql/locations/managedDatabaseMoveOperationResults@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1342},"Microsoft.Sql/managedInstances/databases/queries@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1347},"Microsoft.Sql/managedInstances/databases/restoreDetails@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1360},"Microsoft.Sql/managedInstances/databases/schemas@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1364},"Microsoft.Sql/managedInstances/databases/schemas/tables@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1368},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1372},"Microsoft.Sql/managedInstances/operations@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1396},"Microsoft.Sql/managedInstances/privateLinkResources@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1403},"Microsoft.Sql/servers/privateLinkResources@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1410},"Microsoft.Sql/servers/recoverableDatabases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1416},"Microsoft.Sql/managedInstances/recoverableDatabases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1421},"Microsoft.Sql/servers/databases/replicationLinks@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1447},"Microsoft.Sql/servers/restorableDroppedDatabases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1459},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1465},"Microsoft.Sql/servers/databases/restorePoints@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1473},"Microsoft.Sql/servers/advisors@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1477},"Microsoft.Sql/servers/automaticTuning@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1504},"Microsoft.Sql/locations/usages@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1509},"Microsoft.Sql/locations/timeZones@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1514},"Microsoft.Sql/virtualClusters@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1521},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2017-03-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2017-03-01-preview/types.json","Index":16},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2017-03-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2017-03-01-preview/types.json","Index":32},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2017-03-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2017-03-01-preview/types.json","Index":101},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2021-11-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2021-11-01-preview/types.json","Index":43},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2021-11-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2021-11-01-preview/types.json","Index":59},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2021-11-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2021-11-01-preview/types.json","Index":152},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2022-02-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01-preview/types.json","Index":45},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2022-02-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01-preview/types.json","Index":64},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-02-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01-preview/types.json","Index":157},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2022-02-01":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01/types.json","Index":45},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2022-02-01":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01/types.json","Index":64},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-02-01":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01/types.json","Index":157},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2022-07-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-07-01-preview/types.json","Index":45},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2022-07-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-07-01-preview/types.json","Index":64},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-07-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-07-01-preview/types.json","Index":160},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2022-08-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-08-01-preview/types.json","Index":45},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2022-08-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-08-01-preview/types.json","Index":64},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-08-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-08-01-preview/types.json","Index":166},"Microsoft.Storage/storageAccounts@2015-05-01-preview":{"RelativePath":"storage/microsoft.storage/2015-05-01-preview/types.json","Index":31},"Microsoft.Storage/storageAccounts@2015-06-15":{"RelativePath":"storage/microsoft.storage/2015-06-15/types.json","Index":31},"Microsoft.Storage/storageAccounts@2016-01-01":{"RelativePath":"storage/microsoft.storage/2016-01-01/types.json","Index":46},"Microsoft.Storage/storageAccounts@2016-05-01":{"RelativePath":"storage/microsoft.storage/2016-05-01/types.json","Index":46},"Microsoft.Storage/storageAccounts@2016-12-01":{"RelativePath":"storage/microsoft.storage/2016-12-01/types.json","Index":46},"Microsoft.Storage/storageAccounts@2017-06-01":{"RelativePath":"storage/microsoft.storage/2017-06-01/types.json","Index":83},"Microsoft.Storage/storageAccounts@2017-10-01":{"RelativePath":"storage/microsoft.storage/2017-10-01/types.json","Index":85},"Microsoft.Storage/storageAccounts@2018-02-01":{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":85},"Microsoft.Storage/storageAccounts/blobServices/containers@2018-02-01":{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":121},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-02-01":{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":127},"Microsoft.Storage/storageAccounts/managementPolicies@2018-03-01-preview":{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":14},"Microsoft.Storage/storageAccounts@2018-03-01-preview":{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":92},"Microsoft.Storage/storageAccounts/blobServices/containers@2018-03-01-preview":{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":128},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-03-01-preview":{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":134},"Microsoft.Storage/storageAccounts@2018-07-01":{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":95},"Microsoft.Storage/storageAccounts/blobServices@2018-07-01":{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":118},"Microsoft.Storage/storageAccounts/blobServices/containers@2018-07-01":{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":154},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-07-01":{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":160},"Microsoft.Storage/storageAccounts@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":95},"Microsoft.Storage/storageAccounts/managementPolicies@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":116},"Microsoft.Storage/storageAccounts/blobServices@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":139},"Microsoft.Storage/storageAccounts/blobServices/containers@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":175},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":181},"Microsoft.Storage/storageAccounts@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":110},"Microsoft.Storage/storageAccounts/managementPolicies@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":131},"Microsoft.Storage/storageAccounts/blobServices@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":155},"Microsoft.Storage/storageAccounts/blobServices/containers@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":191},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":197},"Microsoft.Storage/storageAccounts/fileServices@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":204},"Microsoft.Storage/storageAccounts/fileServices/shares@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":210},"Microsoft.Storage/storageAccounts@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":126},"Microsoft.Storage/storageAccounts/managementPolicies@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":150},"Microsoft.Storage/storageAccounts/inventoryPolicies@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":177},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":181},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":190},"Microsoft.Storage/storageAccounts/encryptionScopes@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":202},"Microsoft.Storage/storageAccounts/blobServices@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":231},"Microsoft.Storage/storageAccounts/blobServices/containers@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":267},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":273},"Microsoft.Storage/storageAccounts/fileServices@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":280},"Microsoft.Storage/storageAccounts/fileServices/shares@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":298},"Microsoft.Storage/storageAccounts/queueServices@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":305},"Microsoft.Storage/storageAccounts/queueServices/queues@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":311},"Microsoft.Storage/storageAccounts/tableServices@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":318},"Microsoft.Storage/storageAccounts/tableServices/tables@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":323},"Microsoft.Storage/storageAccounts@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":131},"Microsoft.Storage/storageAccounts/managementPolicies@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":155},"Microsoft.Storage/storageAccounts/inventoryPolicies@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":182},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":186},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":195},"Microsoft.Storage/storageAccounts/encryptionScopes@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":207},"Microsoft.Storage/storageAccounts/blobServices@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":236},"Microsoft.Storage/storageAccounts/blobServices/containers@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":272},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":278},"Microsoft.Storage/storageAccounts/fileServices@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":288},"Microsoft.Storage/storageAccounts/fileServices/shares@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":306},"Microsoft.Storage/storageAccounts/queueServices@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":313},"Microsoft.Storage/storageAccounts/queueServices/queues@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":319},"Microsoft.Storage/storageAccounts/tableServices@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":326},"Microsoft.Storage/storageAccounts/tableServices/tables@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":331},"Microsoft.Storage/locations/deletedAccounts@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":336},"Microsoft.Storage/storageAccounts@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":138},"Microsoft.Storage/storageAccounts/managementPolicies@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":162},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":189},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":193},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":202},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":214},"Microsoft.Storage/storageAccounts/blobServices@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":243},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":279},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":285},"Microsoft.Storage/storageAccounts/fileServices@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":295},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":313},"Microsoft.Storage/storageAccounts/queueServices@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":320},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":326},"Microsoft.Storage/storageAccounts/tableServices@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":333},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":338},"Microsoft.Storage/locations/deletedAccounts@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":343},"Microsoft.Storage/storageAccounts@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":143},"Microsoft.Storage/storageAccounts/managementPolicies@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":167},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":194},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":198},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":207},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":219},"Microsoft.Storage/storageAccounts/blobServices@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":248},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":284},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":290},"Microsoft.Storage/storageAccounts/fileServices@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":300},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":318},"Microsoft.Storage/storageAccounts/queueServices@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":325},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":331},"Microsoft.Storage/storageAccounts/tableServices@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":338},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":343},"Microsoft.Storage/locations/deletedAccounts@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":348},"Microsoft.Storage/storageAccounts@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":149},"Microsoft.Storage/storageAccounts/managementPolicies@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":173},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":210},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":214},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":223},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":235},"Microsoft.Storage/storageAccounts/blobServices@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":264},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":304},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":310},"Microsoft.Storage/storageAccounts/fileServices@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":320},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":353},"Microsoft.Storage/storageAccounts/queueServices@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":360},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":366},"Microsoft.Storage/storageAccounts/tableServices@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":373},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":378},"Microsoft.Storage/locations/deletedAccounts@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":383},"Microsoft.Storage/storageAccounts@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":157},"Microsoft.Storage/storageAccounts/managementPolicies@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":181},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":218},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":222},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":231},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":243},"Microsoft.Storage/storageAccounts/blobServices@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":271},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":312},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":317},"Microsoft.Storage/storageAccounts/fileServices@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":326},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":359},"Microsoft.Storage/storageAccounts/queueServices@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":365},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":371},"Microsoft.Storage/storageAccounts/tableServices@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":377},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":382},"Microsoft.Storage/locations/deletedAccounts@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":387},"Microsoft.Storage/storageAccounts@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":163},"Microsoft.Storage/storageAccounts/managementPolicies@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":187},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":224},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":228},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":237},"Microsoft.Storage/storageAccounts/localUsers@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":246},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":258},"Microsoft.Storage/storageAccounts/blobServices@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":286},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":327},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":332},"Microsoft.Storage/storageAccounts/fileServices@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":341},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":374},"Microsoft.Storage/storageAccounts/queueServices@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":380},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":386},"Microsoft.Storage/storageAccounts/tableServices@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":392},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":397},"Microsoft.Storage/locations/deletedAccounts@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":402},"Microsoft.Storage/storageAccounts@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":181},"Microsoft.Storage/storageAccounts/managementPolicies@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":205},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":243},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":247},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":256},"Microsoft.Storage/storageAccounts/localUsers@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":265},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":277},"Microsoft.Storage/storageAccounts/blobServices@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":306},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":347},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":352},"Microsoft.Storage/storageAccounts/fileServices@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":361},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":394},"Microsoft.Storage/storageAccounts/queueServices@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":400},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":406},"Microsoft.Storage/storageAccounts/tableServices@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":412},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":420},"Microsoft.Storage/locations/deletedAccounts@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":425},"Microsoft.Storage/storageAccounts@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":182},"Microsoft.Storage/storageAccounts/managementPolicies@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":206},"Microsoft.Storage/storageAccounts/inventoryPolicies@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":244},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":248},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":257},"Microsoft.Storage/storageAccounts/localUsers@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":266},"Microsoft.Storage/storageAccounts/encryptionScopes@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":278},"Microsoft.Storage/storageAccounts/blobServices@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":307},"Microsoft.Storage/storageAccounts/blobServices/containers@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":348},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":353},"Microsoft.Storage/storageAccounts/fileServices@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":362},"Microsoft.Storage/storageAccounts/fileServices/shares@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":395},"Microsoft.Storage/storageAccounts/queueServices@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":401},"Microsoft.Storage/storageAccounts/queueServices/queues@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":407},"Microsoft.Storage/storageAccounts/tableServices@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":413},"Microsoft.Storage/storageAccounts/tableServices/tables@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":421},"Microsoft.Storage/locations/deletedAccounts@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":426},"Microsoft.Storage/storageAccounts@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":182},"Microsoft.Storage/storageAccounts/managementPolicies@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":206},"Microsoft.Storage/storageAccounts/inventoryPolicies@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":244},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":248},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":257},"Microsoft.Storage/storageAccounts/localUsers@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":266},"Microsoft.Storage/storageAccounts/encryptionScopes@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":278},"Microsoft.Storage/storageAccounts/blobServices@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":307},"Microsoft.Storage/storageAccounts/blobServices/containers@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":348},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":353},"Microsoft.Storage/storageAccounts/fileServices@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":362},"Microsoft.Storage/storageAccounts/fileServices/shares@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":395},"Microsoft.Storage/storageAccounts/queueServices@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":401},"Microsoft.Storage/storageAccounts/queueServices/queues@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":407},"Microsoft.Storage/storageAccounts/tableServices@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":413},"Microsoft.Storage/storageAccounts/tableServices/tables@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":421},"Microsoft.Storage/locations/deletedAccounts@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":426},"Microsoft.StorageCache/caches@2019-08-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2019-08-01-preview/types.json","Index":36},"Microsoft.StorageCache/caches/storageTargets@2019-08-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2019-08-01-preview/types.json","Index":58},"Microsoft.StorageCache/caches@2019-11-01":{"RelativePath":"storagecache/microsoft.storagecache/2019-11-01/types.json","Index":36},"Microsoft.StorageCache/caches/storageTargets@2019-11-01":{"RelativePath":"storagecache/microsoft.storagecache/2019-11-01/types.json","Index":58},"Microsoft.StorageCache/caches@2020-03-01":{"RelativePath":"storagecache/microsoft.storagecache/2020-03-01/types.json","Index":57},"Microsoft.StorageCache/caches/storageTargets@2020-03-01":{"RelativePath":"storagecache/microsoft.storagecache/2020-03-01/types.json","Index":81},"Microsoft.StorageCache/caches@2020-10-01":{"RelativePath":"storagecache/microsoft.storagecache/2020-10-01/types.json","Index":87},"Microsoft.StorageCache/caches/storageTargets@2020-10-01":{"RelativePath":"storagecache/microsoft.storagecache/2020-10-01/types.json","Index":111},"Microsoft.StorageCache/caches@2021-03-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-03-01/types.json","Index":91},"Microsoft.StorageCache/caches/storageTargets@2021-03-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-03-01/types.json","Index":115},"Microsoft.StorageCache/caches@2021-05-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-05-01/types.json","Index":95},"Microsoft.StorageCache/caches/storageTargets@2021-05-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-05-01/types.json","Index":119},"Microsoft.StorageCache/caches@2021-09-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-09-01/types.json","Index":95},"Microsoft.StorageCache/caches/storageTargets@2021-09-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-09-01/types.json","Index":124},"Microsoft.StorageCache/caches@2022-01-01":{"RelativePath":"storagecache/microsoft.storagecache/2022-01-01/types.json","Index":96},"Microsoft.StorageCache/caches/storageTargets@2022-01-01":{"RelativePath":"storagecache/microsoft.storagecache/2022-01-01/types.json","Index":125},"Microsoft.StorageCache/caches@2022-05-01":{"RelativePath":"storagecache/microsoft.storagecache/2022-05-01/types.json","Index":109},"Microsoft.StorageCache/caches/storageTargets@2022-05-01":{"RelativePath":"storagecache/microsoft.storagecache/2022-05-01/types.json","Index":138},"Microsoft.StorageCache/caches@2023-01-01":{"RelativePath":"storagecache/microsoft.storagecache/2023-01-01/types.json","Index":109},"Microsoft.StorageCache/caches/storageTargets@2023-01-01":{"RelativePath":"storagecache/microsoft.storagecache/2023-01-01/types.json","Index":138},"Microsoft.StorageCache/caches@2023-03-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2023-03-01-preview/types.json","Index":109},"Microsoft.StorageCache/caches/storageTargets@2023-03-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2023-03-01-preview/types.json","Index":138},"Microsoft.StorageCache/amlFilesystems@2023-03-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2023-03-01-preview/types.json","Index":190},"Microsoft.ImportExport/jobs@2016-11-01":{"RelativePath":"storageimportexport/microsoft.importexport/2016-11-01/types.json","Index":51},"Microsoft.ImportExport/jobs@2020-08-01":{"RelativePath":"storageimportexport/microsoft.importexport/2020-08-01/types.json","Index":51},"Microsoft.ImportExport/jobs@2021-01-01":{"RelativePath":"storageimportexport/microsoft.importexport/2021-01-01/types.json","Index":51},"Microsoft.StorageMover/storageMovers@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":26},"Microsoft.StorageMover/storageMovers/agents@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":41},"Microsoft.StorageMover/storageMovers/endpoints@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":56},"Microsoft.StorageMover/storageMovers/projects@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":63},"Microsoft.StorageMover/storageMovers/projects/jobDefinitions@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":82},"Microsoft.StorageMover/storageMovers/projects/jobDefinitions/jobRuns@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":103},"Microsoft.StorageMover/storageMovers@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":26},"Microsoft.StorageMover/storageMovers/agents@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":41},"Microsoft.StorageMover/storageMovers/endpoints@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":56},"Microsoft.StorageMover/storageMovers/projects@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":63},"Microsoft.StorageMover/storageMovers/projects/jobDefinitions@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":82},"Microsoft.StorageMover/storageMovers/projects/jobDefinitions/jobRuns@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":103},"Microsoft.StoragePool/diskPools@2020-03-15-preview":{"RelativePath":"storagepool/microsoft.storagepool/2020-03-15-preview/types.json","Index":40},"Microsoft.StoragePool/diskPools/iscsiTargets@2020-03-15-preview":{"RelativePath":"storagepool/microsoft.storagepool/2020-03-15-preview/types.json","Index":73},"Microsoft.StoragePool/diskPools@2021-04-01-preview":{"RelativePath":"storagepool/microsoft.storagepool/2021-04-01-preview/types.json","Index":47},"Microsoft.StoragePool/diskPools/iscsiTargets@2021-04-01-preview":{"RelativePath":"storagepool/microsoft.storagepool/2021-04-01-preview/types.json","Index":79},"Microsoft.StoragePool/diskPools@2021-08-01":{"RelativePath":"storagepool/microsoft.storagepool/2021-08-01/types.json","Index":48},"Microsoft.StoragePool/diskPools/iscsiTargets@2021-08-01":{"RelativePath":"storagepool/microsoft.storagepool/2021-08-01/types.json","Index":82},"Microsoft.StorageSync/storageSyncServices@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":17},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":22},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":42},"Microsoft.StorageSync/storageSyncServices/registeredServers@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":47},"Microsoft.StorageSync/storageSyncServices/workflows@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":62},"Microsoft.StorageSync/storageSyncServices@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":13},"Microsoft.StorageSync/storageSyncServices/syncGroups@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":18},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":24},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":33},"Microsoft.StorageSync/storageSyncServices/registeredServers@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":39},"Microsoft.StorageSync/storageSyncServices/workflows@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":54},"Microsoft.StorageSync/storageSyncServices@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":29},"Microsoft.StorageSync/storageSyncServices/registeredServers@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":34},"Microsoft.StorageSync/storageSyncServices/workflows@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":49},"Microsoft.StorageSync/storageSyncServices@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":64},"Microsoft.StorageSync/storageSyncServices/registeredServers@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":69},"Microsoft.StorageSync/storageSyncServices/workflows@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":84},"Microsoft.StorageSync/storageSyncServices@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":64},"Microsoft.StorageSync/storageSyncServices/registeredServers@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":69},"Microsoft.StorageSync/storageSyncServices/workflows@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":84},"Microsoft.StorageSync/storageSyncServices@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":64},"Microsoft.StorageSync/storageSyncServices/registeredServers@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":69},"Microsoft.StorageSync/storageSyncServices/workflows@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":84},"Microsoft.StorageSync/storageSyncServices@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":71},"Microsoft.StorageSync/storageSyncServices/registeredServers@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":76},"Microsoft.StorageSync/storageSyncServices/workflows@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":91},"Microsoft.StorageSync/storageSyncServices@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":78},"Microsoft.StorageSync/storageSyncServices/registeredServers@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":83},"Microsoft.StorageSync/storageSyncServices/workflows@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":98},"Microsoft.StorageSync/storageSyncServices@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":30},"Microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":34},"Microsoft.StorageSync/storageSyncServices/syncGroups@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":38},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":43},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":119},"Microsoft.StorageSync/storageSyncServices/registeredServers@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":129},"Microsoft.StorageSync/storageSyncServices/workflows@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":144},"Microsoft.StorageSync/storageSyncServices@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":41},"Microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":45},"Microsoft.StorageSync/storageSyncServices/syncGroups@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":49},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":63},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":138},"Microsoft.StorageSync/storageSyncServices/registeredServers@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":148},"Microsoft.StorageSync/storageSyncServices/workflows@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":163},"Microsoft.StorageSync/storageSyncServices@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":41},"Microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":45},"Microsoft.StorageSync/storageSyncServices/syncGroups@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":49},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":63},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":142},"Microsoft.StorageSync/storageSyncServices/registeredServers@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":152},"Microsoft.StorageSync/storageSyncServices/workflows@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":167},"Microsoft.StorSimple/managers@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":19},"Microsoft.StorSimple/managers/certificates@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":58},"Microsoft.StorSimple/managers/extendedInformation@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":64},"Microsoft.StorSimple/managers/accessControlRecords@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":69},"Microsoft.StorSimple/managers/devices/alertSettings@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":82},"Microsoft.StorSimple/managers/devices/backupScheduleGroups@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":88},"Microsoft.StorSimple/managers/devices/chapSettings@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":98},"Microsoft.StorSimple/managers/devices/iscsiservers/disks@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":115},"Microsoft.StorSimple/managers/devices/fileservers@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":120},"Microsoft.StorSimple/managers/devices/fileservers/shares@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":136},"Microsoft.StorSimple/managers/devices/iscsiservers@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":141},"Microsoft.StorSimple/managers/storageAccountCredentials@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":155},"Microsoft.StorSimple/managers/storageDomains@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":164},"Microsoft.StorSimple/managers@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":19},"Microsoft.StorSimple/managers/extendedInformation@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":26},"Microsoft.StorSimple/managers/accessControlRecords@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":32},"Microsoft.StorSimple/managers/bandwidthSettings@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":50},"Microsoft.StorSimple/managers/devices/alertSettings@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":64},"Microsoft.StorSimple/managers/devices/timeSettings@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":72},"Microsoft.StorSimple/managers/devices/backupPolicies@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":85},"Microsoft.StorSimple/managers/devices/backupPolicies/schedules@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":112},"Microsoft.StorSimple/managers/devices/volumeContainers@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":129},"Microsoft.StorSimple/managers/devices/volumeContainers/volumes@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":155},"Microsoft.StorSimple/managers/storageAccountCredentials@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":164},"Microsoft.StreamAnalytics/streamingjobs@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":129},"Microsoft.StreamAnalytics/streamingjobs/inputs@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":133},"Microsoft.StreamAnalytics/streamingjobs/outputs@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":137},"Microsoft.StreamAnalytics/streamingjobs/transformations@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":141},"Microsoft.StreamAnalytics/streamingjobs/functions@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":145},"Microsoft.StreamAnalytics/streamingjobs/functions@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":42},"Microsoft.StreamAnalytics/streamingjobs/inputs@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":119},"Microsoft.StreamAnalytics/streamingjobs/outputs@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":198},"Microsoft.StreamAnalytics/streamingjobs@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":241},"Microsoft.StreamAnalytics/streamingjobs/transformations@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":245},"Microsoft.StreamAnalytics/clusters@2020-03-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01-preview/types.json","Index":21},"Microsoft.StreamAnalytics/clusters/privateEndpoints@2020-03-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01-preview/types.json","Index":31},"Microsoft.StreamAnalytics/streamingjobs@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":221},"Microsoft.StreamAnalytics/streamingjobs/inputs@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":225},"Microsoft.StreamAnalytics/streamingjobs/outputs@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":229},"Microsoft.StreamAnalytics/streamingjobs/transformations@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":233},"Microsoft.StreamAnalytics/streamingjobs/functions@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":237},"Microsoft.StreamAnalytics/clusters@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":251},"Microsoft.StreamAnalytics/clusters/privateEndpoints@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":261},"Microsoft.StreamAnalytics/streamingjobs/functions@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":45},"Microsoft.StreamAnalytics/streamingjobs/inputs@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":157},"Microsoft.StreamAnalytics/streamingjobs/outputs@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":263},"Microsoft.StreamAnalytics/streamingjobs@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":312},"Microsoft.StreamAnalytics/streamingjobs/transformations@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":316},"Microsoft.Subscription/subscriptionDefinitions@2017-11-01-preview":{"RelativePath":"subscription/microsoft.subscription/2017-11-01-preview/types.json","Index":12},"Microsoft.Subscription/subscriptionOperations@2017-11-01-preview":{"RelativePath":"subscription/microsoft.subscription/2017-11-01-preview/types.json","Index":16},"Microsoft.Subscription/aliases@2019-10-01-preview":{"RelativePath":"subscription/microsoft.subscription/2019-10-01-preview/types.json","Index":19},"Microsoft.Subscription/aliases@2020-09-01":{"RelativePath":"subscription/microsoft.subscription/2020-09-01/types.json","Index":19},"Microsoft.Subscription/aliases@2021-10-01":{"RelativePath":"subscription/microsoft.subscription/2021-10-01/types.json","Index":37},"Microsoft.Subscription/policies@2021-10-01":{"RelativePath":"subscription/microsoft.subscription/2021-10-01/types.json","Index":45},"Microsoft.Support/supportTickets@2019-05-01-preview":{"RelativePath":"support/microsoft.support/2019-05-01-preview/types.json","Index":27},"Microsoft.Support/supportTickets/communications@2019-05-01-preview":{"RelativePath":"support/microsoft.support/2019-05-01-preview/types.json","Index":38},"Microsoft.Support/supportTickets@2020-04-01":{"RelativePath":"support/microsoft.support/2020-04-01/types.json","Index":28},"Microsoft.Support/supportTickets/communications@2020-04-01":{"RelativePath":"support/microsoft.support/2020-04-01/types.json","Index":39},"Microsoft.Synapse/workspaces/bigDataPools@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":30},"Microsoft.Synapse/workspaces/firewallRules@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":41},"Microsoft.Synapse/workspaces/sqlPools@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":53},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":59},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":69},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":79},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":90},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":104},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":113},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":126},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":137},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":148},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":157},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":172},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":177},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":182},"Microsoft.Synapse/workspaces@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":209},"Microsoft.Synapse/workspaces/administrators@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":215},"Microsoft.Synapse/workspaces/sqlAdministrators@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":220},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":236},"Microsoft.Synapse/workspaces/integrationRuntimes@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":308},"Microsoft.Synapse/workspaces/privateEndpointConnections@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":312},"Microsoft.Synapse/privateLinkHubs@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":320},"Microsoft.Synapse/workspaces/auditingSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":331},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":342},"Microsoft.Synapse/workspaces/securityAlertPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":355},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":362},"Microsoft.Synapse/workspaces/keys@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":367},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":374},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":382},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":404},"Microsoft.Synapse/workspaces/sqlPools/schemas@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":408},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":412},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":419},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":434},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":474},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":479},"Microsoft.Synapse/workspaces/privateLinkResources@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":486},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":490},"Microsoft.Synapse/workspaces/recoverableSqlPools@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":495},"Microsoft.Synapse/workspaces/sqlPools@2020-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2020-04-01-preview/types.json","Index":38},"Microsoft.Synapse/workspaces/sqlDatabases@2020-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2020-04-01-preview/types.json","Index":72},"Microsoft.Synapse/workspaces/bigDataPools@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":32},"Microsoft.Synapse/workspaces/firewallRules@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":43},"Microsoft.Synapse/workspaces/sqlPools@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":59},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":65},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":75},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":85},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":96},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":110},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":119},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":132},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":143},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":154},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":163},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":178},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":183},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":188},"Microsoft.Synapse/workspaces@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":214},"Microsoft.Synapse/workspaces/administrators@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":220},"Microsoft.Synapse/workspaces/sqlAdministrators@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":225},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":241},"Microsoft.Synapse/workspaces/integrationRuntimes@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":310},"Microsoft.Synapse/workspaces/privateEndpointConnections@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":314},"Microsoft.Synapse/privateLinkHubs@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":322},"Microsoft.Synapse/workspaces/auditingSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":333},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":344},"Microsoft.Synapse/workspaces/securityAlertPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":357},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":364},"Microsoft.Synapse/workspaces/encryptionProtector@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":374},"Microsoft.Synapse/workspaces/keys@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":379},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":386},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":394},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":416},"Microsoft.Synapse/workspaces/sqlPools/schemas@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":420},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":424},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":431},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":446},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":486},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":491},"Microsoft.Synapse/workspaces/privateLinkResources@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":498},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":502},"Microsoft.Synapse/workspaces/recoverableSqlPools@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":507},"Microsoft.Synapse/workspaces/libraries@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":511},"Microsoft.Synapse/workspaces/bigDataPools@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":32},"Microsoft.Synapse/workspaces/firewallRules@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":43},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":112},"Microsoft.Synapse/workspaces/keys@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":117},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":124},"Microsoft.Synapse/privateLinkHubs@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":132},"Microsoft.Synapse/workspaces/sqlPools@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":148},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":154},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":164},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":174},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":185},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":199},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":208},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":221},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":232},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":243},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":252},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":267},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":272},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":277},"Microsoft.Synapse/workspaces/auditingSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":288},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":299},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":312},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":319},"Microsoft.Synapse/workspaces/encryptionProtector@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":329},"Microsoft.Synapse/workspaces@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":355},"Microsoft.Synapse/workspaces/administrators@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":361},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":366},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":382},"Microsoft.Synapse/workspaces/libraries@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":386},"Microsoft.Synapse/workspaces/privateLinkResources@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":393},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":397},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":404},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":412},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":434},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":438},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":442},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":449},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":464},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":504},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":509},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":514},"Microsoft.Synapse/workspaces/bigDataPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":32},"Microsoft.Synapse/workspaces/firewallRules@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":43},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":112},"Microsoft.Synapse/workspaces/keys@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":117},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":124},"Microsoft.Synapse/privateLinkHubs@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":132},"Microsoft.Synapse/workspaces/sqlPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":148},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":154},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":164},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":174},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":185},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":199},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":208},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":221},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":232},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":243},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":252},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":267},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":272},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":277},"Microsoft.Synapse/workspaces/auditingSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":288},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":299},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":312},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":319},"Microsoft.Synapse/workspaces/encryptionProtector@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":329},"Microsoft.Synapse/workspaces@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":355},"Microsoft.Synapse/workspaces/administrators@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":361},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":366},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":382},"Microsoft.Synapse/workspaces/kustoPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":450},"Microsoft.Synapse/workspaces/kustoPools/databases@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":466},"Microsoft.Synapse/workspaces/kustoPools/databases/dataConnections@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":562},"Microsoft.Synapse/workspaces/kustoPools/principalAssignments@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":582},"Microsoft.Synapse/workspaces/kustoPools/databases/principalAssignments@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":606},"Microsoft.Synapse/workspaces/libraries@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":610},"Microsoft.Synapse/workspaces/privateLinkResources@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":617},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":621},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":628},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":636},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":658},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":662},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":666},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":673},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":688},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":728},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":733},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":738},"Microsoft.Synapse/workspaces/bigDataPools@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":32},"Microsoft.Synapse/workspaces/firewallRules@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":43},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":112},"Microsoft.Synapse/workspaces/keys@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":117},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":124},"Microsoft.Synapse/privateLinkHubs@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":132},"Microsoft.Synapse/workspaces/sqlPools@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":148},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":154},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":164},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":174},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":185},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":199},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":208},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":221},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":232},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":243},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":252},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":267},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":272},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":277},"Microsoft.Synapse/workspaces/auditingSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":288},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":299},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":312},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":319},"Microsoft.Synapse/workspaces/encryptionProtector@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":329},"Microsoft.Synapse/workspaces@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":360},"Microsoft.Synapse/workspaces/administrators@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":366},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":371},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":387},"Microsoft.Synapse/workspaces/libraries@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":391},"Microsoft.Synapse/workspaces/privateLinkResources@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":398},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":402},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":409},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":417},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":439},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":443},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":447},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":454},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":469},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":509},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":514},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":519},"Microsoft.Synapse/workspaces/bigDataPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":36},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":106},"Microsoft.Synapse/workspaces/kustoPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":157},"Microsoft.Synapse/workspaces/kustoPools/attachedDatabaseConfigurations@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":182},"Microsoft.Synapse/workspaces/kustoPools/databases@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":213},"Microsoft.Synapse/workspaces/kustoPools/databases/dataConnections@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":309},"Microsoft.Synapse/workspaces/kustoPools/principalAssignments@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":329},"Microsoft.Synapse/workspaces/kustoPools/databases/principalAssignments@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":353},"Microsoft.Synapse/workspaces/firewallRules@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":364},"Microsoft.Synapse/workspaces/keys@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":369},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":376},"Microsoft.Synapse/privateLinkHubs@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":384},"Microsoft.Synapse/workspaces/sqlPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":399},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":405},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":415},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":425},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":436},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":450},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":459},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":472},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":483},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":494},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":503},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":518},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":523},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":528},"Microsoft.Synapse/workspaces/auditingSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":539},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":550},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":563},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":570},"Microsoft.Synapse/workspaces/encryptionProtector@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":580},"Microsoft.Synapse/workspaces/dedicatedSQLminimalTlsSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":587},"Microsoft.Synapse/workspaces@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":618},"Microsoft.Synapse/workspaces/administrators@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":624},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":629},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":645},"Microsoft.Synapse/workspaces/trustedServiceByPassConfiguration@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":650},"Microsoft.Synapse/workspaces/azureADOnlyAuthentications@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":661},"Microsoft.Synapse/workspaces/libraries@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":665},"Microsoft.Synapse/workspaces/sparkconfigurations@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":673},"Microsoft.Synapse/workspaces/privateLinkResources@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":680},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":684},"Microsoft.Synapse/workspaces/sqlPools/operationResults@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":689},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":696},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":704},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":726},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":730},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":734},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":741},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":756},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":796},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":801},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":806},"Microsoft.Synapse/workspaces/azureADOnlyAuthentications@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":18},"Microsoft.Synapse/workspaces/firewallRules@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":29},"Microsoft.Synapse/workspaces/keys@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":34},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":41},"Microsoft.Synapse/privateLinkHubs@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":49},"Microsoft.Synapse/workspaces/sqlPools@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":64},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":70},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":80},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":90},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":100},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":114},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":123},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":136},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":147},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":157},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":166},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":181},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":186},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":191},"Microsoft.Synapse/workspaces/auditingSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":202},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":213},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":226},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":235},"Microsoft.Synapse/workspaces/encryptionProtector@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":245},"Microsoft.Synapse/workspaces/dedicatedSQLminimalTlsSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":252},"Microsoft.Synapse/workspaces@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":283},"Microsoft.Synapse/workspaces/administrators@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":289},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":294},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":310},"Microsoft.Synapse/workspaces/bigDataPools@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":339},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":410},"Microsoft.Synapse/workspaces/privateLinkResources@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":417},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":421},"Microsoft.Synapse/workspaces/sqlPools/operationResults@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":426},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":433},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":441},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":463},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":467},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":471},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":478},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":493},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":533},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":538},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":543},"Microsoft.Synapse/workspaces/libraries@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":547},"Microsoft.Syntex/documentProcessors@2022-09-15-preview":{"RelativePath":"syntex/microsoft.syntex/2022-09-15-preview/types.json","Index":28},"Microsoft.TestBase/testBaseAccounts@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":37},"Microsoft.TestBase/testBaseAccounts/packages@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":92},"Microsoft.TestBase/testBaseAccounts/packages/favoriteProcesses@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":97},"Microsoft.TestBase/testBaseAccounts/customerEvents@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":110},"Microsoft.TestBase/testBaseAccounts/availableOSs@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":115},"Microsoft.TestBase/testBaseAccounts/flightingRings@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":120},"Microsoft.TestBase/testBaseAccounts/testTypes@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":125},"Microsoft.TestBase/testBaseAccounts/testSummaries@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":202},"Microsoft.TestBase/testBaseAccounts/packages/testResults@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":245},"Microsoft.TestBase/testBaseAccounts/packages/osUpdates@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":253},"Microsoft.TestBase/testBaseAccounts/packages/testResults/analysisResults@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":333},"Microsoft.TestBase/testBaseAccounts/emailEvents@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":338},"Microsoft.TestBase/testBaseAccounts@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":37},"Microsoft.TestBase/testBaseAccounts/packages@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":93},"Microsoft.TestBase/testBaseAccounts/packages/favoriteProcesses@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":98},"Microsoft.TestBase/testBaseAccounts/customerEvents@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":111},"Microsoft.TestBase/testBaseAccounts/availableOSs@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":116},"Microsoft.TestBase/testBaseAccounts/flightingRings@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":121},"Microsoft.TestBase/testBaseAccounts/testTypes@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":126},"Microsoft.TestBase/testBaseAccounts/testSummaries@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":204},"Microsoft.TestBase/testBaseAccounts/packages/testResults@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":247},"Microsoft.TestBase/testBaseAccounts/packages/osUpdates@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":255},"Microsoft.TestBase/testBaseAccounts/packages/testResults/analysisResults@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":335},"Microsoft.TestBase/testBaseAccounts/emailEvents@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":340},"Microsoft.TimeSeriesInsights/environments@2017-02-28-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-02-28-preview/types.json","Index":27},"Microsoft.TimeSeriesInsights/environments/eventSources@2017-02-28-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-02-28-preview/types.json","Index":62},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2017-02-28-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-02-28-preview/types.json","Index":82},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2017-02-28-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-02-28-preview/types.json","Index":91},"Microsoft.TimeSeriesInsights/environments@2017-11-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-11-15/types.json","Index":40},"Microsoft.TimeSeriesInsights/environments/eventSources@2017-11-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-11-15/types.json","Index":75},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2017-11-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-11-15/types.json","Index":98},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2017-11-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-11-15/types.json","Index":107},"Microsoft.TimeSeriesInsights/environments@2018-08-15-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2018-08-15-preview/types.json","Index":64},"Microsoft.TimeSeriesInsights/environments/eventSources@2018-08-15-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2018-08-15-preview/types.json","Index":93},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2018-08-15-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2018-08-15-preview/types.json","Index":116},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2018-08-15-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2018-08-15-preview/types.json","Index":125},"Microsoft.TimeSeriesInsights/environments@2020-05-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2020-05-15/types.json","Index":64},"Microsoft.TimeSeriesInsights/environments/eventSources@2020-05-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2020-05-15/types.json","Index":98},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2020-05-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2020-05-15/types.json","Index":121},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2020-05-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2020-05-15/types.json","Index":130},"Microsoft.TimeSeriesInsights/environments@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":82},"Microsoft.TimeSeriesInsights/environments/eventSources@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":116},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":139},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":148},"Microsoft.TimeSeriesInsights/environments/privateEndpointConnections@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":152},"Microsoft.TimeSeriesInsights/environments@2021-06-30-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-06-30-preview/types.json","Index":64},"Microsoft.TimeSeriesInsights/environments/eventSources@2021-06-30-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-06-30-preview/types.json","Index":98},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2021-06-30-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-06-30-preview/types.json","Index":121},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2021-06-30-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-06-30-preview/types.json","Index":130},"Microsoft.Network/trafficmanagerprofiles@2015-11-01":{"RelativePath":"trafficmanager/microsoft.network/2015-11-01/types.json","Index":18},"Microsoft.Network/trafficmanagerprofiles@2017-03-01":{"RelativePath":"trafficmanager/microsoft.network/2017-03-01/types.json","Index":19},"Microsoft.Network/trafficManagerGeographicHierarchies@2017-03-01":{"RelativePath":"trafficmanager/microsoft.network/2017-03-01/types.json","Index":28},"Microsoft.Network/trafficmanagerprofiles@2017-05-01":{"RelativePath":"trafficmanager/microsoft.network/2017-05-01/types.json","Index":47},"Microsoft.Network/trafficManagerGeographicHierarchies@2017-05-01":{"RelativePath":"trafficmanager/microsoft.network/2017-05-01/types.json","Index":55},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2017-09-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2017-09-01-preview/types.json","Index":20},"Microsoft.Network/trafficmanagerprofiles@2018-02-01":{"RelativePath":"trafficmanager/microsoft.network/2018-02-01/types.json","Index":50},"Microsoft.Network/trafficManagerGeographicHierarchies@2018-02-01":{"RelativePath":"trafficmanager/microsoft.network/2018-02-01/types.json","Index":58},"Microsoft.Network/trafficmanagerprofiles@2018-03-01":{"RelativePath":"trafficmanager/microsoft.network/2018-03-01/types.json","Index":56},"Microsoft.Network/trafficManagerGeographicHierarchies@2018-03-01":{"RelativePath":"trafficmanager/microsoft.network/2018-03-01/types.json","Index":64},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2018-03-01":{"RelativePath":"trafficmanager/microsoft.network/2018-03-01/types.json","Index":77},"Microsoft.Network/trafficmanagerprofiles@2018-04-01":{"RelativePath":"trafficmanager/microsoft.network/2018-04-01/types.json","Index":60},"Microsoft.Network/trafficManagerUserMetricsKeys@2018-04-01":{"RelativePath":"trafficmanager/microsoft.network/2018-04-01/types.json","Index":66},"Microsoft.Network/trafficManagerGeographicHierarchies@2018-04-01":{"RelativePath":"trafficmanager/microsoft.network/2018-04-01/types.json","Index":74},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2018-04-01":{"RelativePath":"trafficmanager/microsoft.network/2018-04-01/types.json","Index":87},"Microsoft.Network/trafficmanagerprofiles/AzureEndpoints@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":27},"Microsoft.Network/trafficmanagerprofiles/ExternalEndpoints@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":31},"Microsoft.Network/trafficmanagerprofiles/NestedEndpoints@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":35},"Microsoft.Network/trafficmanagerprofiles@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":78},"Microsoft.Network/trafficManagerUserMetricsKeys@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":84},"Microsoft.Network/trafficManagerGeographicHierarchies@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":92},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":104},"Microsoft.Network/trafficmanagerprofiles/AzureEndpoints@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":30},"Microsoft.Network/trafficmanagerprofiles/ExternalEndpoints@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":34},"Microsoft.Network/trafficmanagerprofiles/NestedEndpoints@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":38},"Microsoft.Network/trafficmanagerprofiles@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":81},"Microsoft.Network/trafficManagerUserMetricsKeys@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":87},"Microsoft.Network/trafficManagerGeographicHierarchies@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":95},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":107},"Microsoft.VideoIndexer/accounts@2021-10-18-preview":{"RelativePath":"vi/microsoft.videoindexer/2021-10-18-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2021-10-27-preview":{"RelativePath":"vi/microsoft.videoindexer/2021-10-27-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2021-11-10-preview":{"RelativePath":"vi/microsoft.videoindexer/2021-11-10-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2022-04-13-preview":{"RelativePath":"vi/microsoft.videoindexer/2022-04-13-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2022-07-20-preview":{"RelativePath":"vi/microsoft.videoindexer/2022-07-20-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2022-08-01":{"RelativePath":"vi/microsoft.videoindexer/2022-08-01/types.json","Index":40},"Microsoft.Media/videoAnalyzers@2021-05-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":39},"Microsoft.Media/videoAnalyzers/edgeModules@2021-05-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":44},"Microsoft.Media/videoAnalyzers/videos@2021-05-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":54},"Microsoft.Media/videoAnalyzers/accessPolicies@2021-05-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":82},"Microsoft.Media/videoAnalyzers/edgeModules@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":23},"Microsoft.Media/videoAnalyzers/pipelineTopologies@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":107},"Microsoft.Media/videoAnalyzers/livePipelines@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":119},"Microsoft.Media/videoAnalyzers/pipelineJobs@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":131},"Microsoft.Media/videoAnalyzers@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":180},"Microsoft.Media/videoAnalyzers/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":184},"Microsoft.Media/videoAnalyzers/videos@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":197},"Microsoft.Media/videoAnalyzers/accessPolicies@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":225},"Microsoft.Media/videoAnalyzers/privateLinkResources@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":232},"Microsoft.Media/videoAnalyzers/privateEndpointConnections/operationResults@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":236},"Microsoft.Media/locations/videoAnalyzerOperationResults@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":241},"microsoft.visualstudio/account@2014-04-01-preview":{"RelativePath":"visualstudio/microsoft.visualstudio/2014-04-01-preview/types.json","Index":18},"microsoft.visualstudio/account/extension@2014-04-01-preview":{"RelativePath":"visualstudio/microsoft.visualstudio/2014-04-01-preview/types.json","Index":25},"microsoft.visualstudio/account/project@2014-04-01-preview":{"RelativePath":"visualstudio/microsoft.visualstudio/2014-04-01-preview/types.json","Index":31},"Microsoft.AVS/privateClouds@2020-03-20":{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":40},"Microsoft.AVS/privateClouds/clusters@2020-03-20":{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":52},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2020-03-20":{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":62},"Microsoft.AVS/privateClouds/authorizations@2020-03-20":{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":71},"Microsoft.AVS/privateClouds@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":40},"Microsoft.AVS/privateClouds/clusters@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":52},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":62},"Microsoft.AVS/privateClouds/authorizations@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":71},"Microsoft.AVS/privateClouds/globalReachConnections@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":84},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":101},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":118},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":133},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":147},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":168},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":181},"Microsoft.AVS/privateClouds/addons@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":195},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":200},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":207},"Microsoft.AVS/privateClouds@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":40},"Microsoft.AVS/privateClouds/clusters@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":52},"Microsoft.AVS/privateClouds/clusters/datastores@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":66},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":76},"Microsoft.AVS/privateClouds/authorizations@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":85},"Microsoft.AVS/privateClouds/globalReachConnections@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":98},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":115},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":132},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":147},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":161},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":182},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":195},"Microsoft.AVS/privateClouds/addons@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":210},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":215},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":222},"Microsoft.AVS/privateClouds@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":41},"Microsoft.AVS/privateClouds/clusters@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":53},"Microsoft.AVS/privateClouds/clusters/datastores@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":71},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":81},"Microsoft.AVS/privateClouds/authorizations@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":90},"Microsoft.AVS/privateClouds/globalReachConnections@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":103},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":120},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":137},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":152},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":166},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":187},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":200},"Microsoft.AVS/privateClouds/workloadNetworks/publicIPs@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":211},"Microsoft.AVS/privateClouds/cloudLinks@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":222},"Microsoft.AVS/privateClouds/addons@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":240},"Microsoft.AVS/privateClouds/scriptExecutions@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":267},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":272},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":279},"Microsoft.AVS/privateClouds/scriptPackages@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":284},"Microsoft.AVS/privateClouds/scriptPackages/scriptCmdlets@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":304},"Microsoft.AVS/privateClouds@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":60},"Microsoft.AVS/privateClouds/clusters@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":72},"Microsoft.AVS/privateClouds/clusters/datastores@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":98},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":108},"Microsoft.AVS/privateClouds/authorizations@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":117},"Microsoft.AVS/privateClouds/globalReachConnections@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":130},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":148},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":165},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":183},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":198},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":219},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":232},"Microsoft.AVS/privateClouds/workloadNetworks/publicIPs@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":243},"Microsoft.AVS/privateClouds/cloudLinks@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":254},"Microsoft.AVS/privateClouds/addons@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":272},"Microsoft.AVS/privateClouds/clusters/placementPolicies@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":299},"Microsoft.AVS/privateClouds/scriptExecutions@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":326},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":331},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":340},"Microsoft.AVS/privateClouds/clusters/virtualMachines@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":348},"Microsoft.AVS/privateClouds/scriptPackages@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":353},"Microsoft.AVS/privateClouds/scriptPackages/scriptCmdlets@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":373},"Microsoft.AVS/privateClouds@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":65},"Microsoft.AVS/privateClouds/clusters@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":78},"Microsoft.AVS/privateClouds/clusters/datastores@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":105},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":115},"Microsoft.AVS/privateClouds/authorizations@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":125},"Microsoft.AVS/privateClouds/globalReachConnections@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":139},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":158},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":176},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":195},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":211},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":233},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":247},"Microsoft.AVS/privateClouds/workloadNetworks/publicIPs@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":259},"Microsoft.AVS/privateClouds/cloudLinks@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":270},"Microsoft.AVS/privateClouds/addons@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":291},"Microsoft.AVS/privateClouds/clusters/placementPolicies@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":325},"Microsoft.AVS/privateClouds/scriptExecutions@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":353},"Microsoft.AVS/privateClouds/workloadNetworks@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":359},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":364},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":373},"Microsoft.AVS/privateClouds/clusters/virtualMachines@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":381},"Microsoft.AVS/privateClouds/scriptPackages@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":386},"Microsoft.AVS/privateClouds/scriptPackages/scriptCmdlets@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":406},"Microsoft.VMwareCloudSimple/dedicatedCloudServices@2019-04-01":{"RelativePath":"vmwarecloudsimple/microsoft.vmwarecloudsimple/2019-04-01/types.json","Index":18},"Microsoft.VMwareCloudSimple/dedicatedCloudNodes@2019-04-01":{"RelativePath":"vmwarecloudsimple/microsoft.vmwarecloudsimple/2019-04-01/types.json","Index":29},"Microsoft.VMwareCloudSimple/virtualMachines@2019-04-01":{"RelativePath":"vmwarecloudsimple/microsoft.vmwarecloudsimple/2019-04-01/types.json","Index":77},"Microsoft.VoiceServices/communicationsGateways@2022-12-01-preview":{"RelativePath":"voiceservices/microsoft.voiceservices/2022-12-01-preview/types.json","Index":53},"Microsoft.VoiceServices/communicationsGateways/contacts@2022-12-01-preview":{"RelativePath":"voiceservices/microsoft.voiceservices/2022-12-01-preview/types.json","Index":63},"Microsoft.VoiceServices/communicationsGateways/testLines@2022-12-01-preview":{"RelativePath":"voiceservices/microsoft.voiceservices/2022-12-01-preview/types.json","Index":76},"Microsoft.VoiceServices/communicationsGateways@2023-01-31":{"RelativePath":"voiceservices/microsoft.voiceservices/2023-01-31/types.json","Index":61},"Microsoft.VoiceServices/communicationsGateways/testLines@2023-01-31":{"RelativePath":"voiceservices/microsoft.voiceservices/2023-01-31/types.json","Index":74},"Microsoft.CertificateRegistration/certificateOrders/certificates@2015-08-01":{"RelativePath":"web/microsoft.certificateregistration/2015-08-01/types.json","Index":24},"Microsoft.CertificateRegistration/certificateOrders@2015-08-01":{"RelativePath":"web/microsoft.certificateregistration/2015-08-01/types.json","Index":56},"Microsoft.CertificateRegistration/certificateOrders@2018-02-01":{"RelativePath":"web/microsoft.certificateregistration/2018-02-01/types.json","Index":53},"Microsoft.CertificateRegistration/certificateOrders/certificates@2018-02-01":{"RelativePath":"web/microsoft.certificateregistration/2018-02-01/types.json","Index":58},"Microsoft.CertificateRegistration/certificateOrders@2019-08-01":{"RelativePath":"web/microsoft.certificateregistration/2019-08-01/types.json","Index":53},"Microsoft.CertificateRegistration/certificateOrders/certificates@2019-08-01":{"RelativePath":"web/microsoft.certificateregistration/2019-08-01/types.json","Index":58},"Microsoft.CertificateRegistration/certificateOrders@2020-06-01":{"RelativePath":"web/microsoft.certificateregistration/2020-06-01/types.json","Index":53},"Microsoft.CertificateRegistration/certificateOrders/certificates@2020-06-01":{"RelativePath":"web/microsoft.certificateregistration/2020-06-01/types.json","Index":58},"Microsoft.CertificateRegistration/certificateOrders@2020-09-01":{"RelativePath":"web/microsoft.certificateregistration/2020-09-01/types.json","Index":64},"Microsoft.CertificateRegistration/certificateOrders/certificates@2020-09-01":{"RelativePath":"web/microsoft.certificateregistration/2020-09-01/types.json","Index":69},"Microsoft.CertificateRegistration/certificateOrders@2020-10-01":{"RelativePath":"web/microsoft.certificateregistration/2020-10-01/types.json","Index":64},"Microsoft.CertificateRegistration/certificateOrders/certificates@2020-10-01":{"RelativePath":"web/microsoft.certificateregistration/2020-10-01/types.json","Index":69},"Microsoft.CertificateRegistration/certificateOrders@2020-12-01":{"RelativePath":"web/microsoft.certificateregistration/2020-12-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2020-12-01":{"RelativePath":"web/microsoft.certificateregistration/2020-12-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2020-12-01":{"RelativePath":"web/microsoft.certificateregistration/2020-12-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2021-01-01":{"RelativePath":"web/microsoft.certificateregistration/2021-01-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2021-01-01":{"RelativePath":"web/microsoft.certificateregistration/2021-01-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2021-01-01":{"RelativePath":"web/microsoft.certificateregistration/2021-01-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2021-01-15":{"RelativePath":"web/microsoft.certificateregistration/2021-01-15/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2021-01-15":{"RelativePath":"web/microsoft.certificateregistration/2021-01-15/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2021-01-15":{"RelativePath":"web/microsoft.certificateregistration/2021-01-15/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2021-02-01":{"RelativePath":"web/microsoft.certificateregistration/2021-02-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2021-02-01":{"RelativePath":"web/microsoft.certificateregistration/2021-02-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2021-02-01":{"RelativePath":"web/microsoft.certificateregistration/2021-02-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2021-03-01":{"RelativePath":"web/microsoft.certificateregistration/2021-03-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2021-03-01":{"RelativePath":"web/microsoft.certificateregistration/2021-03-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2021-03-01":{"RelativePath":"web/microsoft.certificateregistration/2021-03-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2022-03-01":{"RelativePath":"web/microsoft.certificateregistration/2022-03-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2022-03-01":{"RelativePath":"web/microsoft.certificateregistration/2022-03-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2022-03-01":{"RelativePath":"web/microsoft.certificateregistration/2022-03-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2022-09-01":{"RelativePath":"web/microsoft.certificateregistration/2022-09-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2022-09-01":{"RelativePath":"web/microsoft.certificateregistration/2022-09-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2022-09-01":{"RelativePath":"web/microsoft.certificateregistration/2022-09-01/types.json","Index":122},"Microsoft.DomainRegistration/domains@2015-04-01":{"RelativePath":"web/microsoft.domainregistration/2015-04-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2015-04-01":{"RelativePath":"web/microsoft.domainregistration/2015-04-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2015-04-01":{"RelativePath":"web/microsoft.domainregistration/2015-04-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2015-08-01":{"RelativePath":"web/microsoft.domainregistration/2015-08-01/types.json","Index":63},"Microsoft.DomainRegistration/domains/operationresults@2015-08-01":{"RelativePath":"web/microsoft.domainregistration/2015-08-01/types.json","Index":68},"Microsoft.DomainRegistration/topLevelDomains@2015-08-01":{"RelativePath":"web/microsoft.domainregistration/2015-08-01/types.json","Index":74},"Microsoft.DomainRegistration/domains@2018-02-01":{"RelativePath":"web/microsoft.domainregistration/2018-02-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2018-02-01":{"RelativePath":"web/microsoft.domainregistration/2018-02-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2018-02-01":{"RelativePath":"web/microsoft.domainregistration/2018-02-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2019-08-01":{"RelativePath":"web/microsoft.domainregistration/2019-08-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2019-08-01":{"RelativePath":"web/microsoft.domainregistration/2019-08-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2019-08-01":{"RelativePath":"web/microsoft.domainregistration/2019-08-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2020-06-01":{"RelativePath":"web/microsoft.domainregistration/2020-06-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2020-06-01":{"RelativePath":"web/microsoft.domainregistration/2020-06-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2020-06-01":{"RelativePath":"web/microsoft.domainregistration/2020-06-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2020-09-01":{"RelativePath":"web/microsoft.domainregistration/2020-09-01/types.json","Index":80},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2020-09-01":{"RelativePath":"web/microsoft.domainregistration/2020-09-01/types.json","Index":85},"Microsoft.DomainRegistration/topLevelDomains@2020-09-01":{"RelativePath":"web/microsoft.domainregistration/2020-09-01/types.json","Index":90},"Microsoft.DomainRegistration/domains@2020-10-01":{"RelativePath":"web/microsoft.domainregistration/2020-10-01/types.json","Index":80},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2020-10-01":{"RelativePath":"web/microsoft.domainregistration/2020-10-01/types.json","Index":85},"Microsoft.DomainRegistration/topLevelDomains@2020-10-01":{"RelativePath":"web/microsoft.domainregistration/2020-10-01/types.json","Index":90},"Microsoft.DomainRegistration/domains@2020-12-01":{"RelativePath":"web/microsoft.domainregistration/2020-12-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2020-12-01":{"RelativePath":"web/microsoft.domainregistration/2020-12-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2020-12-01":{"RelativePath":"web/microsoft.domainregistration/2020-12-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2021-01-01":{"RelativePath":"web/microsoft.domainregistration/2021-01-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-01-01":{"RelativePath":"web/microsoft.domainregistration/2021-01-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2021-01-01":{"RelativePath":"web/microsoft.domainregistration/2021-01-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2021-01-15":{"RelativePath":"web/microsoft.domainregistration/2021-01-15/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-01-15":{"RelativePath":"web/microsoft.domainregistration/2021-01-15/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2021-01-15":{"RelativePath":"web/microsoft.domainregistration/2021-01-15/types.json","Index":79},"Microsoft.DomainRegistration/domains@2021-02-01":{"RelativePath":"web/microsoft.domainregistration/2021-02-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-02-01":{"RelativePath":"web/microsoft.domainregistration/2021-02-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2021-02-01":{"RelativePath":"web/microsoft.domainregistration/2021-02-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2021-03-01":{"RelativePath":"web/microsoft.domainregistration/2021-03-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-03-01":{"RelativePath":"web/microsoft.domainregistration/2021-03-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2021-03-01":{"RelativePath":"web/microsoft.domainregistration/2021-03-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2022-03-01":{"RelativePath":"web/microsoft.domainregistration/2022-03-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2022-03-01":{"RelativePath":"web/microsoft.domainregistration/2022-03-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2022-03-01":{"RelativePath":"web/microsoft.domainregistration/2022-03-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2022-09-01":{"RelativePath":"web/microsoft.domainregistration/2022-09-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2022-09-01":{"RelativePath":"web/microsoft.domainregistration/2022-09-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2022-09-01":{"RelativePath":"web/microsoft.domainregistration/2022-09-01/types.json","Index":79},"Microsoft.Web/connections@2015-08-01-preview":{"RelativePath":"web/microsoft.web/2015-08-01-preview/types.json","Index":71},"Microsoft.Web/locations/managedApis@2015-08-01-preview":{"RelativePath":"web/microsoft.web/2015-08-01-preview/types.json","Index":76},"Microsoft.Web/certificates@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":15},"Microsoft.Web/csrs@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":21},"Microsoft.Web/hostingEnvironments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":73},"Microsoft.Web/hostingEnvironments/multiRolePools@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":79},"Microsoft.Web/hostingEnvironments/workerPools@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":84},"Microsoft.Web/managedHostingEnvironments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":110},"Microsoft.Web/sourcecontrols@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":116},"Microsoft.Web/publishingUsers@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":123},"Microsoft.Web/serverfarms@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":132},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":138},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":144},"Microsoft.Web/sites/slots/virtualNetworkConnections@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":153},"Microsoft.Web/sites/virtualNetworkConnections@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":158},"Microsoft.Web/sites/config@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":311},"Microsoft.Web/sites@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":337},"Microsoft.Web/sites/slots@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":342},"Microsoft.Web/sites/instances/deployments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":348},"Microsoft.Web/sites/deployments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":353},"Microsoft.Web/sites/slots/deployments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":358},"Microsoft.Web/sites/slots/instances/deployments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":363},"Microsoft.Web/sites/hostNameBindings@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":378},"Microsoft.Web/sites/slots/hostNameBindings@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":383},"Microsoft.Web/sites/slots/config@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":437},"Microsoft.Web/sites/sourcecontrols@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":444},"Microsoft.Web/sites/slots/sourcecontrols@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":450},"Microsoft.Web/sites/premieraddons@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":456},"Microsoft.Web/sites/slots/premieraddons@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":461},"Microsoft.Web/sites/backups@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":485},"Microsoft.Web/sites/slots/backups@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":492},"Microsoft.Web/sites/hybridconnection@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":498},"Microsoft.Web/sites/slots/hybridconnection@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":503},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":508},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":513},"Microsoft.Web/classicMobileServices@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":519},"Microsoft.Web/serverfarms/virtualNetworkConnections@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":524},"Microsoft.Web/serverfarms/operationresults@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":529},"Microsoft.Web/sites/slots/networkFeatures@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":540},"Microsoft.Web/sites/networkFeatures@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":545},"Microsoft.Web/certificates@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":27},"Microsoft.Web/publishingUsers@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":33},"Microsoft.Web/sourcecontrols@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":38},"Microsoft.Web/hostingEnvironments/detectors@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":57},"Microsoft.Web/sites/detectors@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":61},"Microsoft.Web/sites/diagnostics@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":66},"Microsoft.Web/sites/diagnostics/analyses@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":113},"Microsoft.Web/sites/slots/detectors@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":117},"Microsoft.Web/sites/slots/diagnostics@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":121},"Microsoft.Web/sites/slots/diagnostics/analyses@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":125},"Microsoft.Web/sites/recommendations@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":142},"Microsoft.Web/sites/resourceHealthMetadata@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":148},"Microsoft.Web/sites/slots/resourceHealthMetadata@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":153},"Microsoft.Web/connectionGateways@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":15},"Microsoft.Web/customApis@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":52},"Microsoft.Web/connections@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":69},"Microsoft.Web/locations/connectionGatewayInstallations@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":76},"Microsoft.Web/locations/managedApis@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":97},"Microsoft.Web/sites@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":117},"Microsoft.Web/sites/backups@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":147},"Microsoft.Web/sites/config@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":258},"Microsoft.Web/sites/deployments@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":263},"Microsoft.Web/sites/domainOwnershipIdentifiers@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":268},"Microsoft.Web/sites/extensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":281},"Microsoft.Web/sites/functions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":287},"Microsoft.Web/sites/hostNameBindings@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":305},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":310},"Microsoft.Web/sites/hybridconnection@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":315},"Microsoft.Web/sites/instances/extensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":320},"Microsoft.Web/sites/premieraddons@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":327},"Microsoft.Web/sites/publicCertificates@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":336},"Microsoft.Web/sites/siteextensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":345},"Microsoft.Web/sites/slots@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":350},"Microsoft.Web/sites/slots/backups@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":356},"Microsoft.Web/sites/slots/config@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":393},"Microsoft.Web/sites/slots/deployments@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":397},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":401},"Microsoft.Web/sites/slots/extensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":406},"Microsoft.Web/sites/slots/functions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":410},"Microsoft.Web/sites/slots/hostNameBindings@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":414},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":418},"Microsoft.Web/sites/slots/hybridconnection@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":422},"Microsoft.Web/sites/slots/instances/extensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":427},"Microsoft.Web/sites/slots/premieraddons@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":432},"Microsoft.Web/sites/slots/publicCertificates@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":436},"Microsoft.Web/sites/slots/siteextensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":440},"Microsoft.Web/sites/slots/sourcecontrols@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":446},"Microsoft.Web/sites/slots/virtualNetworkConnections@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":458},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":463},"Microsoft.Web/sites/sourcecontrols@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":468},"Microsoft.Web/sites/virtualNetworkConnections@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":472},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":476},"Microsoft.Web/sites/config/snapshots@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":480},"Microsoft.Web/sites/continuouswebjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":495},"Microsoft.Web/sites/instances/processes@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":509},"Microsoft.Web/sites/instances/processes/modules@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":513},"Microsoft.Web/sites/instances/processes/threads@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":517},"Microsoft.Web/sites/migratemysql@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":529},"Microsoft.Web/sites/networkFeatures@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":539},"Microsoft.Web/sites/processes@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":543},"Microsoft.Web/sites/processes/modules@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":547},"Microsoft.Web/sites/processes/threads@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":551},"Microsoft.Web/sites/slots/config/snapshots@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":555},"Microsoft.Web/sites/slots/continuouswebjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":559},"Microsoft.Web/sites/slots/instances/processes@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":563},"Microsoft.Web/sites/slots/instances/processes/modules@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":567},"Microsoft.Web/sites/slots/instances/processes/threads@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":571},"Microsoft.Web/sites/slots/migratemysql@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":576},"Microsoft.Web/sites/slots/networkFeatures@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":580},"Microsoft.Web/sites/slots/processes@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":584},"Microsoft.Web/sites/slots/processes/modules@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":588},"Microsoft.Web/sites/slots/processes/threads@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":592},"Microsoft.Web/sites/slots/triggeredwebjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":607},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":613},"Microsoft.Web/sites/slots/webjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":622},"Microsoft.Web/sites/triggeredwebjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":626},"Microsoft.Web/sites/triggeredwebjobs/history@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":630},"Microsoft.Web/sites/webjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":634},"Microsoft.Web/hostingEnvironments@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":60},"Microsoft.Web/hostingEnvironments/multiRolePools@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":70},"Microsoft.Web/hostingEnvironments/workerPools@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":74},"Microsoft.Web/serverfarms@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":91},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":96},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":105},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":110},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":116},"Microsoft.Web/serverfarms/virtualNetworkConnections@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":123},"Microsoft.Web/publishingUsers@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":13},"Microsoft.Web/sourcecontrols@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":18},"Microsoft.Web/hostingEnvironments@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":71},"Microsoft.Web/hostingEnvironments/multiRolePools@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":81},"Microsoft.Web/hostingEnvironments/workerPools@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":85},"Microsoft.Web/serverfarms@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":102},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":107},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":116},"Microsoft.Web/sites@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":251},"Microsoft.Web/sites/config@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":369},"Microsoft.Web/sites/deployments@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":374},"Microsoft.Web/sites/domainOwnershipIdentifiers@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":379},"Microsoft.Web/sites/extensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":392},"Microsoft.Web/sites/functions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":398},"Microsoft.Web/sites/functions/keys@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":402},"Microsoft.Web/sites/hostNameBindings@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":420},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":425},"Microsoft.Web/sites/hybridconnection@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":430},"Microsoft.Web/sites/instances/extensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":435},"Microsoft.Web/sites/networkConfig@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":441},"Microsoft.Web/sites/premieraddons@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":447},"Microsoft.Web/sites/privateAccess@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":457},"Microsoft.Web/sites/publicCertificates@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":466},"Microsoft.Web/sites/siteextensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":475},"Microsoft.Web/sites/slots@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":480},"Microsoft.Web/sites/slots/config@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":522},"Microsoft.Web/sites/slots/deployments@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":526},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":530},"Microsoft.Web/sites/slots/extensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":535},"Microsoft.Web/sites/slots/functions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":539},"Microsoft.Web/sites/slots/functions/keys@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":543},"Microsoft.Web/sites/slots/hostNameBindings@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":547},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":551},"Microsoft.Web/sites/slots/hybridconnection@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":555},"Microsoft.Web/sites/slots/instances/extensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":560},"Microsoft.Web/sites/slots/networkConfig@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":565},"Microsoft.Web/sites/slots/premieraddons@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":570},"Microsoft.Web/sites/slots/privateAccess@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":575},"Microsoft.Web/sites/slots/publicCertificates@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":579},"Microsoft.Web/sites/slots/siteextensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":583},"Microsoft.Web/sites/slots/sourcecontrols@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":589},"Microsoft.Web/sites/slots/virtualNetworkConnections@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":596},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":600},"Microsoft.Web/sites/sourcecontrols@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":605},"Microsoft.Web/sites/virtualNetworkConnections@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":609},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":613},"Microsoft.Web/certificates@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":632},"Microsoft.Web/locations/deletedSites@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":637},"Microsoft.Web/hostingEnvironments/detectors@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":656},"Microsoft.Web/sites/detectors@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":660},"Microsoft.Web/sites/diagnostics@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":665},"Microsoft.Web/sites/diagnostics/analyses@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":711},"Microsoft.Web/sites/slots/detectors@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":715},"Microsoft.Web/sites/slots/diagnostics@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":719},"Microsoft.Web/sites/slots/diagnostics/analyses@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":723},"Microsoft.Web/hostingEnvironments/recommendations@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":740},"Microsoft.Web/sites/recommendations@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":744},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":748},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":754},"Microsoft.Web/serverfarms/virtualNetworkConnections@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":758},"Microsoft.Web/sites/resourceHealthMetadata@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":764},"Microsoft.Web/sites/slots/resourceHealthMetadata@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":769},"Microsoft.Web/sites/backups@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":786},"Microsoft.Web/sites/config/snapshots@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":790},"Microsoft.Web/sites/continuouswebjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":805},"Microsoft.Web/sites/instances/processes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":819},"Microsoft.Web/sites/instances/processes/modules@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":823},"Microsoft.Web/sites/instances/processes/threads@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":827},"Microsoft.Web/sites/migratemysql@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":839},"Microsoft.Web/sites/networkFeatures@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":849},"Microsoft.Web/sites/processes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":853},"Microsoft.Web/sites/processes/modules@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":857},"Microsoft.Web/sites/processes/threads@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":861},"Microsoft.Web/sites/slots/backups@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":865},"Microsoft.Web/sites/slots/config/snapshots@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":869},"Microsoft.Web/sites/slots/continuouswebjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":873},"Microsoft.Web/sites/slots/instances/processes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":877},"Microsoft.Web/sites/slots/instances/processes/modules@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":881},"Microsoft.Web/sites/slots/instances/processes/threads@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":885},"Microsoft.Web/sites/slots/migratemysql@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":890},"Microsoft.Web/sites/slots/networkFeatures@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":894},"Microsoft.Web/sites/slots/processes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":898},"Microsoft.Web/sites/slots/processes/modules@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":902},"Microsoft.Web/sites/slots/processes/threads@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":906},"Microsoft.Web/sites/slots/triggeredwebjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":921},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":927},"Microsoft.Web/sites/slots/webjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":936},"Microsoft.Web/sites/triggeredwebjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":940},"Microsoft.Web/sites/triggeredwebjobs/history@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":944},"Microsoft.Web/sites/webjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":948},"Microsoft.Web/certificates@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":27},"Microsoft.Web/sites@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":163},"Microsoft.Web/sites/config@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":281},"Microsoft.Web/sites/deployments@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":286},"Microsoft.Web/sites/domainOwnershipIdentifiers@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":291},"Microsoft.Web/sites/extensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":304},"Microsoft.Web/sites/functions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":310},"Microsoft.Web/sites/hostNameBindings@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":328},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":333},"Microsoft.Web/sites/hybridconnection@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":338},"Microsoft.Web/sites/instances/extensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":343},"Microsoft.Web/sites/networkConfig@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":349},"Microsoft.Web/sites/premieraddons@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":355},"Microsoft.Web/sites/privateAccess@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":365},"Microsoft.Web/sites/publicCertificates@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":374},"Microsoft.Web/sites/siteextensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":383},"Microsoft.Web/sites/slots@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":388},"Microsoft.Web/sites/slots/config@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":430},"Microsoft.Web/sites/slots/deployments@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":434},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":438},"Microsoft.Web/sites/slots/extensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":443},"Microsoft.Web/sites/slots/functions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":447},"Microsoft.Web/sites/slots/hostNameBindings@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":451},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":455},"Microsoft.Web/sites/slots/hybridconnection@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":459},"Microsoft.Web/sites/slots/instances/extensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":464},"Microsoft.Web/sites/slots/networkConfig@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":469},"Microsoft.Web/sites/slots/premieraddons@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":474},"Microsoft.Web/sites/slots/privateAccess@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":479},"Microsoft.Web/sites/slots/publicCertificates@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":483},"Microsoft.Web/sites/slots/siteextensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":487},"Microsoft.Web/sites/slots/sourcecontrols@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":493},"Microsoft.Web/sites/slots/virtualNetworkConnections@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":505},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":510},"Microsoft.Web/sites/sourcecontrols@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":515},"Microsoft.Web/sites/virtualNetworkConnections@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":519},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":523},"Microsoft.Web/sites/backups@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":540},"Microsoft.Web/sites/config/snapshots@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":544},"Microsoft.Web/sites/continuouswebjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":559},"Microsoft.Web/sites/instances/processes@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":573},"Microsoft.Web/sites/instances/processes/modules@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":577},"Microsoft.Web/sites/instances/processes/threads@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":581},"Microsoft.Web/sites/migratemysql@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":593},"Microsoft.Web/sites/networkFeatures@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":603},"Microsoft.Web/sites/processes@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":607},"Microsoft.Web/sites/processes/modules@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":611},"Microsoft.Web/sites/processes/threads@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":615},"Microsoft.Web/sites/slots/backups@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":619},"Microsoft.Web/sites/slots/config/snapshots@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":623},"Microsoft.Web/sites/slots/continuouswebjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":627},"Microsoft.Web/sites/slots/instances/processes@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":631},"Microsoft.Web/sites/slots/instances/processes/modules@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":635},"Microsoft.Web/sites/slots/instances/processes/threads@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":639},"Microsoft.Web/sites/slots/migratemysql@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":644},"Microsoft.Web/sites/slots/networkFeatures@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":648},"Microsoft.Web/sites/slots/processes@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":652},"Microsoft.Web/sites/slots/processes/modules@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":656},"Microsoft.Web/sites/slots/processes/threads@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":660},"Microsoft.Web/sites/slots/triggeredwebjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":675},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":681},"Microsoft.Web/sites/slots/webjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":690},"Microsoft.Web/sites/triggeredwebjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":694},"Microsoft.Web/sites/triggeredwebjobs/history@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":698},"Microsoft.Web/sites/webjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":702},"Microsoft.Web/certificates@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":27},"Microsoft.Web/publishingUsers@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":33},"Microsoft.Web/sourcecontrols@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":38},"Microsoft.Web/sites@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":165},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":176},"Microsoft.Web/sites/config@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":302},"Microsoft.Web/sites/deployments@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":307},"Microsoft.Web/sites/domainOwnershipIdentifiers@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":312},"Microsoft.Web/sites/extensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":325},"Microsoft.Web/sites/functions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":331},"Microsoft.Web/sites/functions/keys@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":335},"Microsoft.Web/sites/hostNameBindings@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":353},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":358},"Microsoft.Web/sites/hybridconnection@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":363},"Microsoft.Web/sites/instances/extensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":368},"Microsoft.Web/sites/networkConfig@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":374},"Microsoft.Web/sites/premieraddons@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":380},"Microsoft.Web/sites/privateAccess@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":390},"Microsoft.Web/sites/publicCertificates@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":399},"Microsoft.Web/sites/siteextensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":408},"Microsoft.Web/sites/slots@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":413},"Microsoft.Web/sites/slots/config@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":455},"Microsoft.Web/sites/slots/deployments@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":459},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":463},"Microsoft.Web/sites/slots/extensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":468},"Microsoft.Web/sites/slots/functions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":472},"Microsoft.Web/sites/slots/functions/keys@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":476},"Microsoft.Web/sites/slots/hostNameBindings@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":480},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":484},"Microsoft.Web/sites/slots/hybridconnection@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":488},"Microsoft.Web/sites/slots/instances/extensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":493},"Microsoft.Web/sites/slots/networkConfig@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":498},"Microsoft.Web/sites/slots/premieraddons@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":503},"Microsoft.Web/sites/slots/privateAccess@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":508},"Microsoft.Web/sites/privateEndpointConnections@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":515},"Microsoft.Web/sites/slots/publicCertificates@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":519},"Microsoft.Web/sites/slots/siteextensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":523},"Microsoft.Web/sites/slots/sourcecontrols@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":529},"Microsoft.Web/sites/slots/virtualNetworkConnections@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":541},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":546},"Microsoft.Web/sites/sourcecontrols@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":551},"Microsoft.Web/sites/virtualNetworkConnections@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":555},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":559},"Microsoft.Web/staticSites@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":572},"Microsoft.Web/staticSites/builds/config@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":578},"Microsoft.Web/staticSites/config@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":584},"Microsoft.Web/staticSites/customDomains@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":588},"Microsoft.Web/hostingEnvironments@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":641},"Microsoft.Web/hostingEnvironments/multiRolePools@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":646},"Microsoft.Web/hostingEnvironments/workerPools@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":650},"Microsoft.Web/serverfarms@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":666},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":670},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":674},"Microsoft.Web/locations/deletedSites@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":679},"Microsoft.Web/hostingEnvironments/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":698},"Microsoft.Web/sites/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":702},"Microsoft.Web/sites/diagnostics@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":707},"Microsoft.Web/sites/diagnostics/analyses@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":712},"Microsoft.Web/sites/diagnostics/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":717},"Microsoft.Web/sites/slots/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":721},"Microsoft.Web/sites/slots/diagnostics@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":725},"Microsoft.Web/sites/slots/diagnostics/analyses@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":729},"Microsoft.Web/sites/slots/diagnostics/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":733},"Microsoft.Web/hostingEnvironments/recommendations@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":750},"Microsoft.Web/sites/recommendations@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":754},"Microsoft.Web/sites/backups@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":771},"Microsoft.Web/sites/config/appsettings@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":793},"Microsoft.Web/sites/config/snapshots@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":797},"Microsoft.Web/sites/continuouswebjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":812},"Microsoft.Web/sites/instances@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":829},"Microsoft.Web/sites/instances/processes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":843},"Microsoft.Web/sites/instances/processes/modules@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":847},"Microsoft.Web/sites/migratemysql@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":859},"Microsoft.Web/sites/networkFeatures@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":869},"Microsoft.Web/sites/processes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":873},"Microsoft.Web/sites/processes/modules@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":877},"Microsoft.Web/sites/slots/backups@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":881},"Microsoft.Web/sites/slots/config/snapshots@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":885},"Microsoft.Web/sites/slots/continuouswebjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":889},"Microsoft.Web/sites/slots/instances@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":893},"Microsoft.Web/sites/slots/instances/processes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":897},"Microsoft.Web/sites/slots/instances/processes/modules@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":901},"Microsoft.Web/sites/slots/migratemysql@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":906},"Microsoft.Web/sites/slots/networkFeatures@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":910},"Microsoft.Web/sites/slots/processes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":914},"Microsoft.Web/sites/slots/processes/modules@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":918},"Microsoft.Web/sites/slots/triggeredwebjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":933},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":939},"Microsoft.Web/sites/slots/webjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":948},"Microsoft.Web/sites/triggeredwebjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":952},"Microsoft.Web/sites/triggeredwebjobs/history@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":956},"Microsoft.Web/sites/webjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":960},"Microsoft.Web/staticSites/builds@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":973},"Microsoft.Web/hostingEnvironments/capacities@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":981},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":985},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":991},"Microsoft.Web/serverfarms/virtualNetworkConnections@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":995},"Microsoft.Web/sites/resourceHealthMetadata@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1001},"Microsoft.Web/sites/slots/resourceHealthMetadata@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1006},"Microsoft.Web/certificates@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":27},"Microsoft.Web/publishingUsers@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":33},"Microsoft.Web/sourcecontrols@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":38},"Microsoft.Web/sites@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":175},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":186},"Microsoft.Web/sites/config@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":406},"Microsoft.Web/sites/deployments@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":411},"Microsoft.Web/sites/domainOwnershipIdentifiers@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":416},"Microsoft.Web/sites/extensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":429},"Microsoft.Web/sites/functions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":435},"Microsoft.Web/sites/functions/keys@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":439},"Microsoft.Web/sites/hostNameBindings@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":457},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":462},"Microsoft.Web/sites/hybridconnection@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":467},"Microsoft.Web/sites/instances/extensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":472},"Microsoft.Web/sites/networkConfig@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":478},"Microsoft.Web/sites/premieraddons@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":484},"Microsoft.Web/sites/privateAccess@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":494},"Microsoft.Web/sites/publicCertificates@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":503},"Microsoft.Web/sites/siteextensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":512},"Microsoft.Web/sites/slots@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":517},"Microsoft.Web/sites/slots/config@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":563},"Microsoft.Web/sites/slots/deployments@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":567},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":571},"Microsoft.Web/sites/slots/extensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":576},"Microsoft.Web/sites/slots/functions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":580},"Microsoft.Web/sites/slots/functions/keys@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":584},"Microsoft.Web/sites/slots/hostNameBindings@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":588},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":592},"Microsoft.Web/sites/slots/hybridconnection@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":596},"Microsoft.Web/sites/slots/instances/extensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":601},"Microsoft.Web/sites/slots/networkConfig@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":606},"Microsoft.Web/sites/slots/premieraddons@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":611},"Microsoft.Web/sites/slots/privateAccess@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":616},"Microsoft.Web/sites/privateEndpointConnections@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":623},"Microsoft.Web/sites/slots/publicCertificates@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":627},"Microsoft.Web/sites/slots/siteextensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":631},"Microsoft.Web/sites/slots/sourcecontrols@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":637},"Microsoft.Web/sites/slots/virtualNetworkConnections@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":649},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":654},"Microsoft.Web/sites/sourcecontrols@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":659},"Microsoft.Web/sites/virtualNetworkConnections@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":663},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":667},"Microsoft.Web/staticSites@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":680},"Microsoft.Web/staticSites/builds/config@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":686},"Microsoft.Web/staticSites/config@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":692},"Microsoft.Web/staticSites/customDomains@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":696},"Microsoft.Web/hostingEnvironments@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":750},"Microsoft.Web/hostingEnvironments/multiRolePools@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":755},"Microsoft.Web/hostingEnvironments/workerPools@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":759},"Microsoft.Web/serverfarms@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":775},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":779},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":783},"Microsoft.Web/locations/deletedSites@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":788},"Microsoft.Web/hostingEnvironments/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":807},"Microsoft.Web/sites/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":811},"Microsoft.Web/sites/diagnostics@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":816},"Microsoft.Web/sites/diagnostics/analyses@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":821},"Microsoft.Web/sites/diagnostics/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":826},"Microsoft.Web/sites/slots/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":830},"Microsoft.Web/sites/slots/diagnostics@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":834},"Microsoft.Web/sites/slots/diagnostics/analyses@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":838},"Microsoft.Web/sites/slots/diagnostics/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":842},"Microsoft.Web/hostingEnvironments/recommendations@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":859},"Microsoft.Web/sites/recommendations@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":863},"Microsoft.Web/sites/backups@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":880},"Microsoft.Web/sites/config/snapshots@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":884},"Microsoft.Web/sites/continuouswebjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":899},"Microsoft.Web/sites/instances@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":916},"Microsoft.Web/sites/instances/processes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":930},"Microsoft.Web/sites/instances/processes/modules@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":934},"Microsoft.Web/sites/migratemysql@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":946},"Microsoft.Web/sites/networkFeatures@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":956},"Microsoft.Web/sites/processes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":960},"Microsoft.Web/sites/processes/modules@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":964},"Microsoft.Web/sites/slots/backups@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":968},"Microsoft.Web/sites/slots/config/snapshots@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":972},"Microsoft.Web/sites/slots/continuouswebjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":976},"Microsoft.Web/sites/slots/instances@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":980},"Microsoft.Web/sites/slots/instances/processes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":984},"Microsoft.Web/sites/slots/instances/processes/modules@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":988},"Microsoft.Web/sites/slots/migratemysql@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":993},"Microsoft.Web/sites/slots/networkFeatures@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":997},"Microsoft.Web/sites/slots/processes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1001},"Microsoft.Web/sites/slots/processes/modules@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1005},"Microsoft.Web/sites/slots/triggeredwebjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1020},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1026},"Microsoft.Web/sites/slots/webjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1035},"Microsoft.Web/sites/triggeredwebjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1039},"Microsoft.Web/sites/triggeredwebjobs/history@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1043},"Microsoft.Web/sites/webjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1047},"Microsoft.Web/staticSites/builds@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1060},"Microsoft.Web/hostingEnvironments/capacities@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1068},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1072},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1078},"Microsoft.Web/serverfarms/virtualNetworkConnections@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1082},"Microsoft.Web/sites/resourceHealthMetadata@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1088},"Microsoft.Web/sites/slots/resourceHealthMetadata@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1093},"Microsoft.Web/certificates@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":38},"Microsoft.Web/publishingUsers@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":44},"Microsoft.Web/sourcecontrols@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":49},"Microsoft.Web/sites@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":186},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":197},"Microsoft.Web/sites/config@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":417},"Microsoft.Web/sites/deployments@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":422},"Microsoft.Web/sites/domainOwnershipIdentifiers@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":427},"Microsoft.Web/sites/extensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":440},"Microsoft.Web/sites/functions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":446},"Microsoft.Web/sites/functions/keys@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":450},"Microsoft.Web/sites/hostNameBindings@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":468},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":473},"Microsoft.Web/sites/hybridconnection@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":478},"Microsoft.Web/sites/instances/extensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":483},"Microsoft.Web/sites/networkConfig@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":489},"Microsoft.Web/sites/premieraddons@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":495},"Microsoft.Web/sites/privateAccess@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":505},"Microsoft.Web/sites/publicCertificates@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":514},"Microsoft.Web/sites/siteextensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":523},"Microsoft.Web/sites/slots@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":528},"Microsoft.Web/sites/slots/config@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":574},"Microsoft.Web/sites/slots/deployments@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":578},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":582},"Microsoft.Web/sites/slots/extensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":587},"Microsoft.Web/sites/slots/functions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":591},"Microsoft.Web/sites/slots/functions/keys@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":595},"Microsoft.Web/sites/slots/hostNameBindings@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":599},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":603},"Microsoft.Web/sites/slots/hybridconnection@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":607},"Microsoft.Web/sites/slots/instances/extensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":612},"Microsoft.Web/sites/slots/networkConfig@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":617},"Microsoft.Web/sites/slots/premieraddons@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":622},"Microsoft.Web/sites/slots/privateAccess@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":627},"Microsoft.Web/sites/privateEndpointConnections@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":634},"Microsoft.Web/sites/slots/publicCertificates@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":638},"Microsoft.Web/sites/slots/siteextensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":642},"Microsoft.Web/sites/slots/sourcecontrols@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":648},"Microsoft.Web/sites/slots/virtualNetworkConnections@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":660},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":665},"Microsoft.Web/sites/sourcecontrols@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":670},"Microsoft.Web/sites/virtualNetworkConnections@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":674},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":678},"Microsoft.Web/staticSites@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":691},"Microsoft.Web/staticSites/builds/config@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":697},"Microsoft.Web/staticSites/config@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":703},"Microsoft.Web/staticSites/customDomains@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":707},"Microsoft.Web/hostingEnvironments@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":761},"Microsoft.Web/hostingEnvironments/multiRolePools@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":766},"Microsoft.Web/hostingEnvironments/workerPools@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":770},"Microsoft.Web/serverfarms@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":786},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":790},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":794},"Microsoft.Web/locations/deletedSites@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":799},"Microsoft.Web/hostingEnvironments/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":818},"Microsoft.Web/sites/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":822},"Microsoft.Web/sites/diagnostics@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":827},"Microsoft.Web/sites/diagnostics/analyses@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":832},"Microsoft.Web/sites/diagnostics/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":837},"Microsoft.Web/sites/slots/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":841},"Microsoft.Web/sites/slots/diagnostics@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":845},"Microsoft.Web/sites/slots/diagnostics/analyses@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":849},"Microsoft.Web/sites/slots/diagnostics/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":853},"Microsoft.Web/hostingEnvironments/recommendations@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":870},"Microsoft.Web/sites/recommendations@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":874},"Microsoft.Web/sites/backups@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":891},"Microsoft.Web/sites/config/snapshots@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":895},"Microsoft.Web/sites/continuouswebjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":910},"Microsoft.Web/sites/instances@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":927},"Microsoft.Web/sites/instances/processes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":941},"Microsoft.Web/sites/instances/processes/modules@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":945},"Microsoft.Web/sites/migratemysql@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":957},"Microsoft.Web/sites/networkFeatures@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":967},"Microsoft.Web/sites/processes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":971},"Microsoft.Web/sites/processes/modules@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":975},"Microsoft.Web/sites/slots/backups@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":979},"Microsoft.Web/sites/slots/config/snapshots@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":983},"Microsoft.Web/sites/slots/continuouswebjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":987},"Microsoft.Web/sites/slots/instances@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":991},"Microsoft.Web/sites/slots/instances/processes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":995},"Microsoft.Web/sites/slots/instances/processes/modules@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":999},"Microsoft.Web/sites/slots/migratemysql@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1004},"Microsoft.Web/sites/slots/networkFeatures@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1008},"Microsoft.Web/sites/slots/processes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1012},"Microsoft.Web/sites/slots/processes/modules@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1016},"Microsoft.Web/sites/slots/triggeredwebjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1031},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1037},"Microsoft.Web/sites/slots/webjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1046},"Microsoft.Web/sites/triggeredwebjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1050},"Microsoft.Web/sites/triggeredwebjobs/history@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1054},"Microsoft.Web/sites/webjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1058},"Microsoft.Web/staticSites/builds@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1071},"Microsoft.Web/hostingEnvironments/capacities@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1079},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1083},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1089},"Microsoft.Web/serverfarms/virtualNetworkConnections@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1093},"Microsoft.Web/sites/resourceHealthMetadata@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1099},"Microsoft.Web/sites/slots/resourceHealthMetadata@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1104},"Microsoft.Web/certificates@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":38},"Microsoft.Web/publishingUsers@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":44},"Microsoft.Web/sourcecontrols@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":49},"Microsoft.Web/sites@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":186},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":197},"Microsoft.Web/sites/config@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":417},"Microsoft.Web/sites/deployments@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":422},"Microsoft.Web/sites/domainOwnershipIdentifiers@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":427},"Microsoft.Web/sites/extensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":440},"Microsoft.Web/sites/functions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":446},"Microsoft.Web/sites/functions/keys@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":450},"Microsoft.Web/sites/hostNameBindings@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":468},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":473},"Microsoft.Web/sites/hybridconnection@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":478},"Microsoft.Web/sites/instances/extensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":483},"Microsoft.Web/sites/networkConfig@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":489},"Microsoft.Web/sites/premieraddons@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":495},"Microsoft.Web/sites/privateAccess@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":505},"Microsoft.Web/sites/publicCertificates@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":514},"Microsoft.Web/sites/siteextensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":523},"Microsoft.Web/sites/slots@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":528},"Microsoft.Web/sites/slots/config@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":574},"Microsoft.Web/sites/slots/deployments@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":578},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":582},"Microsoft.Web/sites/slots/extensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":587},"Microsoft.Web/sites/slots/functions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":591},"Microsoft.Web/sites/slots/functions/keys@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":595},"Microsoft.Web/sites/slots/hostNameBindings@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":599},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":603},"Microsoft.Web/sites/slots/hybridconnection@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":607},"Microsoft.Web/sites/slots/instances/extensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":612},"Microsoft.Web/sites/slots/networkConfig@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":617},"Microsoft.Web/sites/slots/premieraddons@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":622},"Microsoft.Web/sites/slots/privateAccess@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":627},"Microsoft.Web/sites/privateEndpointConnections@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":634},"Microsoft.Web/sites/slots/publicCertificates@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":638},"Microsoft.Web/sites/slots/siteextensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":642},"Microsoft.Web/sites/slots/sourcecontrols@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":648},"Microsoft.Web/sites/slots/virtualNetworkConnections@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":660},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":665},"Microsoft.Web/sites/sourcecontrols@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":670},"Microsoft.Web/sites/virtualNetworkConnections@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":674},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":678},"Microsoft.Web/staticSites@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":691},"Microsoft.Web/staticSites/builds/config@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":697},"Microsoft.Web/staticSites/config@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":703},"Microsoft.Web/staticSites/customDomains@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":707},"Microsoft.Web/hostingEnvironments@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":761},"Microsoft.Web/hostingEnvironments/multiRolePools@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":766},"Microsoft.Web/hostingEnvironments/workerPools@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":770},"Microsoft.Web/serverfarms@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":786},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":790},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":794},"Microsoft.Web/locations/deletedSites@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":799},"Microsoft.Web/hostingEnvironments/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":818},"Microsoft.Web/sites/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":822},"Microsoft.Web/sites/diagnostics@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":827},"Microsoft.Web/sites/diagnostics/analyses@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":832},"Microsoft.Web/sites/diagnostics/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":837},"Microsoft.Web/sites/slots/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":841},"Microsoft.Web/sites/slots/diagnostics@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":845},"Microsoft.Web/sites/slots/diagnostics/analyses@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":849},"Microsoft.Web/sites/slots/diagnostics/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":853},"Microsoft.Web/hostingEnvironments/recommendations@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":870},"Microsoft.Web/sites/recommendations@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":874},"Microsoft.Web/sites/backups@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":891},"Microsoft.Web/sites/config/snapshots@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":895},"Microsoft.Web/sites/continuouswebjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":910},"Microsoft.Web/sites/instances@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":927},"Microsoft.Web/sites/instances/processes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":941},"Microsoft.Web/sites/instances/processes/modules@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":945},"Microsoft.Web/sites/migratemysql@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":957},"Microsoft.Web/sites/networkFeatures@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":967},"Microsoft.Web/sites/processes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":971},"Microsoft.Web/sites/processes/modules@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":975},"Microsoft.Web/sites/slots/backups@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":979},"Microsoft.Web/sites/slots/config/snapshots@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":983},"Microsoft.Web/sites/slots/continuouswebjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":987},"Microsoft.Web/sites/slots/instances@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":991},"Microsoft.Web/sites/slots/instances/processes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":995},"Microsoft.Web/sites/slots/instances/processes/modules@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":999},"Microsoft.Web/sites/slots/migratemysql@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1004},"Microsoft.Web/sites/slots/networkFeatures@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1008},"Microsoft.Web/sites/slots/processes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1012},"Microsoft.Web/sites/slots/processes/modules@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1016},"Microsoft.Web/sites/slots/triggeredwebjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1031},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1037},"Microsoft.Web/sites/slots/webjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1046},"Microsoft.Web/sites/triggeredwebjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1050},"Microsoft.Web/sites/triggeredwebjobs/history@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1054},"Microsoft.Web/sites/webjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1058},"Microsoft.Web/staticSites/builds@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1071},"Microsoft.Web/hostingEnvironments/capacities@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1079},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1083},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1089},"Microsoft.Web/serverfarms/virtualNetworkConnections@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1093},"Microsoft.Web/sites/resourceHealthMetadata@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1099},"Microsoft.Web/sites/slots/resourceHealthMetadata@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1104},"Microsoft.Web/certificates@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":27},"Microsoft.Web/publishingUsers@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":33},"Microsoft.Web/sourcecontrols@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":38},"Microsoft.Web/sites@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":190},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":201},"Microsoft.Web/sites/config@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":386},"Microsoft.Web/sites/deployments@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":391},"Microsoft.Web/sites/domainOwnershipIdentifiers@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":396},"Microsoft.Web/sites/extensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":409},"Microsoft.Web/sites/functions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":415},"Microsoft.Web/sites/functions/keys@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":419},"Microsoft.Web/sites/hostNameBindings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":437},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":442},"Microsoft.Web/sites/hybridconnection@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":447},"Microsoft.Web/sites/instances/extensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":452},"Microsoft.Web/sites/networkConfig@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":458},"Microsoft.Web/sites/premieraddons@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":464},"Microsoft.Web/sites/privateAccess@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":474},"Microsoft.Web/sites/privateEndpointConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":482},"Microsoft.Web/sites/publicCertificates@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":491},"Microsoft.Web/sites/siteextensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":500},"Microsoft.Web/sites/slots@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":505},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":515},"Microsoft.Web/sites/slots/config@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":561},"Microsoft.Web/sites/slots/deployments@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":565},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":569},"Microsoft.Web/sites/slots/extensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":574},"Microsoft.Web/sites/slots/functions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":578},"Microsoft.Web/sites/slots/functions/keys@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":582},"Microsoft.Web/sites/slots/hostNameBindings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":586},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":590},"Microsoft.Web/sites/slots/hybridconnection@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":594},"Microsoft.Web/sites/slots/instances/extensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":599},"Microsoft.Web/sites/slots/premieraddons@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":604},"Microsoft.Web/sites/slots/privateAccess@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":609},"Microsoft.Web/sites/slots/privateEndpointConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":613},"Microsoft.Web/sites/slots/publicCertificates@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":617},"Microsoft.Web/sites/slots/siteextensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":621},"Microsoft.Web/sites/slots/sourcecontrols@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":630},"Microsoft.Web/sites/slots/virtualNetworkConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":642},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":647},"Microsoft.Web/sites/sourcecontrols@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":652},"Microsoft.Web/sites/virtualNetworkConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":656},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":660},"Microsoft.Web/staticSites@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":691},"Microsoft.Web/staticSites/builds/config@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":703},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":708},"Microsoft.Web/staticSites/config@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":720},"Microsoft.Web/staticSites/customDomains@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":732},"Microsoft.Web/staticSites/privateEndpointConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":736},"Microsoft.Web/staticSites/userProvidedFunctionApps@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":740},"Microsoft.Web/hostingEnvironments@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":765},"Microsoft.Web/hostingEnvironments/configurations@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":773},"Microsoft.Web/hostingEnvironments/multiRolePools@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":784},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":788},"Microsoft.Web/hostingEnvironments/workerPools@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":792},"Microsoft.Web/serverfarms@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":809},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":813},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":817},"Microsoft.Web/locations/deletedSites@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":822},"Microsoft.Web/hostingEnvironments/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":885},"Microsoft.Web/sites/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":889},"Microsoft.Web/sites/diagnostics@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":894},"Microsoft.Web/sites/diagnostics/analyses@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":899},"Microsoft.Web/sites/diagnostics/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":904},"Microsoft.Web/sites/slots/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":908},"Microsoft.Web/sites/slots/diagnostics@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":912},"Microsoft.Web/sites/slots/diagnostics/analyses@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":916},"Microsoft.Web/sites/slots/diagnostics/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":920},"Microsoft.Web/deletedSites@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":924},"Microsoft.Web/hostingEnvironments/recommendations@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":941},"Microsoft.Web/sites/recommendations@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":945},"Microsoft.Web/sites/backups@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":962},"Microsoft.Web/sites/config/appsettings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":980},"Microsoft.Web/sites/config/connectionstrings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":984},"Microsoft.Web/sites/config/snapshots@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":988},"Microsoft.Web/sites/continuouswebjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1003},"Microsoft.Web/sites/instances@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1020},"Microsoft.Web/sites/instances/processes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1034},"Microsoft.Web/sites/instances/processes/modules@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1038},"Microsoft.Web/sites/migratemysql@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1050},"Microsoft.Web/sites/networkFeatures@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1060},"Microsoft.Web/sites/processes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1064},"Microsoft.Web/sites/processes/modules@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1068},"Microsoft.Web/sites/slots/backups@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1072},"Microsoft.Web/sites/slots/config/appsettings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1076},"Microsoft.Web/sites/slots/config/connectionstrings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1080},"Microsoft.Web/sites/slots/config/snapshots@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1084},"Microsoft.Web/sites/slots/continuouswebjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1088},"Microsoft.Web/sites/slots/instances@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1092},"Microsoft.Web/sites/slots/instances/processes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1096},"Microsoft.Web/sites/slots/instances/processes/modules@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1100},"Microsoft.Web/sites/slots/migratemysql@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1105},"Microsoft.Web/sites/slots/networkConfig@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1110},"Microsoft.Web/sites/slots/networkFeatures@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1114},"Microsoft.Web/sites/slots/processes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1118},"Microsoft.Web/sites/slots/processes/modules@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1122},"Microsoft.Web/sites/slots/triggeredwebjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1137},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1143},"Microsoft.Web/sites/slots/webjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1152},"Microsoft.Web/sites/triggeredwebjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1156},"Microsoft.Web/sites/triggeredwebjobs/history@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1160},"Microsoft.Web/sites/webjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1164},"Microsoft.Web/staticSites/builds@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1178},"Microsoft.Web/hostingEnvironments/capacities@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1187},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1191},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1197},"Microsoft.Web/serverfarms/virtualNetworkConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1201},"Microsoft.Web/sites/resourceHealthMetadata@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1207},"Microsoft.Web/sites/slots/resourceHealthMetadata@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1212},"Microsoft.Web/hostingEnvironments@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":33},"Microsoft.Web/hostingEnvironments/configurations@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":41},"Microsoft.Web/hostingEnvironments/multiRolePools@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":57},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":65},"Microsoft.Web/hostingEnvironments/workerPools@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":69},"Microsoft.Web/serverfarms@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":88},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":93},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":102},"Microsoft.Web/certificates@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":121},"Microsoft.Web/publishingUsers@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":127},"Microsoft.Web/sourcecontrols@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":132},"Microsoft.Web/staticSites@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":166},"Microsoft.Web/staticSites/builds/config@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":178},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":183},"Microsoft.Web/staticSites/config@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":195},"Microsoft.Web/staticSites/customDomains@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":207},"Microsoft.Web/staticSites/privateEndpointConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":211},"Microsoft.Web/staticSites/userProvidedFunctionApps@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":215},"Microsoft.Web/sites@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":358},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":369},"Microsoft.Web/sites/config@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":554},"Microsoft.Web/sites/deployments@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":559},"Microsoft.Web/sites/domainOwnershipIdentifiers@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":564},"Microsoft.Web/sites/extensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":577},"Microsoft.Web/sites/functions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":583},"Microsoft.Web/sites/functions/keys@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":587},"Microsoft.Web/sites/hostNameBindings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":605},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":610},"Microsoft.Web/sites/hybridconnection@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":615},"Microsoft.Web/sites/instances/extensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":620},"Microsoft.Web/sites/networkConfig@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":626},"Microsoft.Web/sites/premieraddons@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":632},"Microsoft.Web/sites/privateAccess@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":642},"Microsoft.Web/sites/privateEndpointConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":646},"Microsoft.Web/sites/publicCertificates@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":655},"Microsoft.Web/sites/siteextensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":664},"Microsoft.Web/sites/slots@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":669},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":679},"Microsoft.Web/sites/slots/config@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":725},"Microsoft.Web/sites/slots/deployments@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":729},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":733},"Microsoft.Web/sites/slots/extensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":738},"Microsoft.Web/sites/slots/functions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":742},"Microsoft.Web/sites/slots/functions/keys@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":746},"Microsoft.Web/sites/slots/hostNameBindings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":750},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":754},"Microsoft.Web/sites/slots/hybridconnection@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":758},"Microsoft.Web/sites/slots/instances/extensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":763},"Microsoft.Web/sites/slots/premieraddons@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":768},"Microsoft.Web/sites/slots/privateAccess@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":773},"Microsoft.Web/sites/slots/privateEndpointConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":777},"Microsoft.Web/sites/slots/publicCertificates@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":781},"Microsoft.Web/sites/slots/siteextensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":785},"Microsoft.Web/sites/slots/sourcecontrols@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":794},"Microsoft.Web/sites/slots/virtualNetworkConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":801},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":805},"Microsoft.Web/sites/sourcecontrols@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":810},"Microsoft.Web/sites/virtualNetworkConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":814},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":818},"Microsoft.Web/kubeEnvironments@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":845},"Microsoft.Web/hostingEnvironments/capacities@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":854},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":858},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":864},"Microsoft.Web/serverfarms/virtualNetworkConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":868},"Microsoft.Web/locations/deletedSites@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":873},"Microsoft.Web/hostingEnvironments/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":936},"Microsoft.Web/sites/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":940},"Microsoft.Web/sites/diagnostics@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":945},"Microsoft.Web/sites/diagnostics/analyses@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":950},"Microsoft.Web/sites/diagnostics/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":955},"Microsoft.Web/sites/slots/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":959},"Microsoft.Web/sites/slots/diagnostics@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":963},"Microsoft.Web/sites/slots/diagnostics/analyses@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":967},"Microsoft.Web/sites/slots/diagnostics/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":971},"Microsoft.Web/deletedSites@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":975},"Microsoft.Web/hostingEnvironments/recommendations@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":992},"Microsoft.Web/sites/recommendations@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":996},"Microsoft.Web/sites/resourceHealthMetadata@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1002},"Microsoft.Web/sites/slots/resourceHealthMetadata@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1007},"Microsoft.Web/staticSites/builds@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1021},"Microsoft.Web/sites/backups@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1038},"Microsoft.Web/sites/config/appsettings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1056},"Microsoft.Web/sites/config/connectionstrings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1060},"Microsoft.Web/sites/config/snapshots@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1064},"Microsoft.Web/sites/continuouswebjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1079},"Microsoft.Web/sites/instances@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1096},"Microsoft.Web/sites/instances/processes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1110},"Microsoft.Web/sites/instances/processes/modules@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1114},"Microsoft.Web/sites/migratemysql@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1126},"Microsoft.Web/sites/networkFeatures@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1136},"Microsoft.Web/sites/processes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1140},"Microsoft.Web/sites/processes/modules@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1144},"Microsoft.Web/sites/slots/backups@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1148},"Microsoft.Web/sites/slots/config/appsettings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1152},"Microsoft.Web/sites/slots/config/connectionstrings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1156},"Microsoft.Web/sites/slots/config/snapshots@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1160},"Microsoft.Web/sites/slots/continuouswebjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1164},"Microsoft.Web/sites/slots/instances@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1168},"Microsoft.Web/sites/slots/instances/processes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1172},"Microsoft.Web/sites/slots/instances/processes/modules@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1176},"Microsoft.Web/sites/slots/migratemysql@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1181},"Microsoft.Web/sites/slots/networkConfig@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1186},"Microsoft.Web/sites/slots/networkFeatures@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1190},"Microsoft.Web/sites/slots/processes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1194},"Microsoft.Web/sites/slots/processes/modules@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1198},"Microsoft.Web/sites/slots/triggeredwebjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1213},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1219},"Microsoft.Web/sites/slots/webjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1228},"Microsoft.Web/sites/triggeredwebjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1232},"Microsoft.Web/sites/triggeredwebjobs/history@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1236},"Microsoft.Web/sites/webjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1240},"Microsoft.Web/hostingEnvironments@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":33},"Microsoft.Web/hostingEnvironments/configurations@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":41},"Microsoft.Web/hostingEnvironments/multiRolePools@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":57},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":65},"Microsoft.Web/hostingEnvironments/workerPools@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":69},"Microsoft.Web/serverfarms@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":88},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":93},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":102},"Microsoft.Web/certificates@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":121},"Microsoft.Web/kubeEnvironments@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":148},"Microsoft.Web/publishingUsers@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":154},"Microsoft.Web/sourcecontrols@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":159},"Microsoft.Web/staticSites@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":193},"Microsoft.Web/staticSites/builds/config@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":205},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":210},"Microsoft.Web/staticSites/config@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":222},"Microsoft.Web/staticSites/customDomains@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":234},"Microsoft.Web/staticSites/privateEndpointConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":238},"Microsoft.Web/staticSites/userProvidedFunctionApps@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":242},"Microsoft.Web/sites@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":385},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":396},"Microsoft.Web/sites/config@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":581},"Microsoft.Web/sites/deployments@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":586},"Microsoft.Web/sites/domainOwnershipIdentifiers@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":591},"Microsoft.Web/sites/extensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":604},"Microsoft.Web/sites/functions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":610},"Microsoft.Web/sites/functions/keys@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":614},"Microsoft.Web/sites/hostNameBindings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":632},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":637},"Microsoft.Web/sites/hybridconnection@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":642},"Microsoft.Web/sites/instances/extensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":647},"Microsoft.Web/sites/networkConfig@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":653},"Microsoft.Web/sites/premieraddons@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":659},"Microsoft.Web/sites/privateAccess@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":669},"Microsoft.Web/sites/privateEndpointConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":673},"Microsoft.Web/sites/publicCertificates@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":682},"Microsoft.Web/sites/siteextensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":691},"Microsoft.Web/sites/slots@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":696},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":706},"Microsoft.Web/sites/slots/config@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":752},"Microsoft.Web/sites/slots/deployments@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":756},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":760},"Microsoft.Web/sites/slots/extensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":765},"Microsoft.Web/sites/slots/functions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":769},"Microsoft.Web/sites/slots/functions/keys@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":773},"Microsoft.Web/sites/slots/hostNameBindings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":777},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":781},"Microsoft.Web/sites/slots/hybridconnection@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":785},"Microsoft.Web/sites/slots/instances/extensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":790},"Microsoft.Web/sites/slots/networkConfig@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":795},"Microsoft.Web/sites/slots/premieraddons@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":800},"Microsoft.Web/sites/slots/privateAccess@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":805},"Microsoft.Web/sites/slots/privateEndpointConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":809},"Microsoft.Web/sites/slots/publicCertificates@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":813},"Microsoft.Web/sites/slots/siteextensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":817},"Microsoft.Web/sites/slots/sourcecontrols@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":826},"Microsoft.Web/sites/slots/virtualNetworkConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":833},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":837},"Microsoft.Web/sites/sourcecontrols@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":842},"Microsoft.Web/sites/virtualNetworkConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":846},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":850},"Microsoft.Web/hostingEnvironments/capacities@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":859},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":863},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":869},"Microsoft.Web/serverfarms/virtualNetworkConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":873},"Microsoft.Web/locations/deletedSites@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":878},"Microsoft.Web/hostingEnvironments/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":941},"Microsoft.Web/sites/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":945},"Microsoft.Web/sites/diagnostics@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":950},"Microsoft.Web/sites/diagnostics/analyses@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":955},"Microsoft.Web/sites/diagnostics/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":960},"Microsoft.Web/sites/slots/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":964},"Microsoft.Web/sites/slots/diagnostics@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":968},"Microsoft.Web/sites/slots/diagnostics/analyses@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":972},"Microsoft.Web/sites/slots/diagnostics/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":976},"Microsoft.Web/deletedSites@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":980},"Microsoft.Web/hostingEnvironments/recommendations@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":997},"Microsoft.Web/sites/recommendations@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1001},"Microsoft.Web/sites/resourceHealthMetadata@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1007},"Microsoft.Web/sites/slots/resourceHealthMetadata@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1012},"Microsoft.Web/staticSites/builds@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1026},"Microsoft.Web/sites/backups@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1043},"Microsoft.Web/sites/config/appsettings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1061},"Microsoft.Web/sites/config/connectionstrings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1065},"Microsoft.Web/sites/config/snapshots@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1069},"Microsoft.Web/sites/continuouswebjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1084},"Microsoft.Web/sites/instances@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1101},"Microsoft.Web/sites/instances/processes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1115},"Microsoft.Web/sites/instances/processes/modules@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1119},"Microsoft.Web/sites/migratemysql@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1131},"Microsoft.Web/sites/networkFeatures@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1141},"Microsoft.Web/sites/processes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1145},"Microsoft.Web/sites/processes/modules@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1149},"Microsoft.Web/sites/slots/backups@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1153},"Microsoft.Web/sites/slots/config/appsettings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1157},"Microsoft.Web/sites/slots/config/connectionstrings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1161},"Microsoft.Web/sites/slots/config/snapshots@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1165},"Microsoft.Web/sites/slots/continuouswebjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1169},"Microsoft.Web/sites/slots/instances@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1173},"Microsoft.Web/sites/slots/instances/processes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1177},"Microsoft.Web/sites/slots/instances/processes/modules@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1181},"Microsoft.Web/sites/slots/migratemysql@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1186},"Microsoft.Web/sites/slots/networkFeatures@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1190},"Microsoft.Web/sites/slots/processes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1194},"Microsoft.Web/sites/slots/processes/modules@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1198},"Microsoft.Web/sites/slots/triggeredwebjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1213},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1219},"Microsoft.Web/sites/slots/webjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1228},"Microsoft.Web/sites/triggeredwebjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1232},"Microsoft.Web/sites/triggeredwebjobs/history@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1236},"Microsoft.Web/sites/webjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1240},"Microsoft.Web/hostingEnvironments@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":33},"Microsoft.Web/hostingEnvironments/configurations@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":43},"Microsoft.Web/hostingEnvironments/multiRolePools@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":59},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":67},"Microsoft.Web/hostingEnvironments/workerPools@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":71},"Microsoft.Web/serverfarms@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":90},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":95},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":104},"Microsoft.Web/certificates@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":123},"Microsoft.Web/kubeEnvironments@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":150},"Microsoft.Web/publishingUsers@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":156},"Microsoft.Web/sourcecontrols@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":161},"Microsoft.Web/staticSites@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":196},"Microsoft.Web/staticSites/builds/config@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":208},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":213},"Microsoft.Web/staticSites/config@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":225},"Microsoft.Web/staticSites/customDomains@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":237},"Microsoft.Web/staticSites/privateEndpointConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":241},"Microsoft.Web/staticSites/userProvidedFunctionApps@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":245},"Microsoft.Web/sites@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":388},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":399},"Microsoft.Web/sites/config@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":589},"Microsoft.Web/sites/deployments@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":594},"Microsoft.Web/sites/domainOwnershipIdentifiers@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":599},"Microsoft.Web/sites/extensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":612},"Microsoft.Web/sites/functions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":618},"Microsoft.Web/sites/functions/keys@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":622},"Microsoft.Web/sites/hostNameBindings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":640},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":645},"Microsoft.Web/sites/hybridconnection@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":650},"Microsoft.Web/sites/instances/extensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":655},"Microsoft.Web/sites/networkConfig@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":661},"Microsoft.Web/sites/premieraddons@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":667},"Microsoft.Web/sites/privateAccess@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":677},"Microsoft.Web/sites/privateEndpointConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":681},"Microsoft.Web/sites/publicCertificates@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":690},"Microsoft.Web/sites/siteextensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":699},"Microsoft.Web/sites/slots@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":704},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":714},"Microsoft.Web/sites/slots/config@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":760},"Microsoft.Web/sites/slots/deployments@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":764},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":768},"Microsoft.Web/sites/slots/extensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":773},"Microsoft.Web/sites/slots/functions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":777},"Microsoft.Web/sites/slots/functions/keys@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":781},"Microsoft.Web/sites/slots/hostNameBindings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":785},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":789},"Microsoft.Web/sites/slots/hybridconnection@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":793},"Microsoft.Web/sites/slots/instances/extensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":798},"Microsoft.Web/sites/slots/networkConfig@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":803},"Microsoft.Web/sites/slots/premieraddons@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":808},"Microsoft.Web/sites/slots/privateAccess@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":813},"Microsoft.Web/sites/slots/privateEndpointConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":817},"Microsoft.Web/sites/slots/publicCertificates@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":821},"Microsoft.Web/sites/slots/siteextensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":825},"Microsoft.Web/sites/slots/sourcecontrols@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":834},"Microsoft.Web/sites/slots/virtualNetworkConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":841},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":845},"Microsoft.Web/sites/sourcecontrols@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":850},"Microsoft.Web/sites/virtualNetworkConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":854},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":858},"Microsoft.Web/hostingEnvironments/capacities@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":867},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":871},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":877},"Microsoft.Web/serverfarms/virtualNetworkConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":881},"Microsoft.Web/locations/deletedSites@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":886},"Microsoft.Web/hostingEnvironments/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":949},"Microsoft.Web/sites/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":953},"Microsoft.Web/sites/diagnostics@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":958},"Microsoft.Web/sites/diagnostics/analyses@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":963},"Microsoft.Web/sites/diagnostics/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":968},"Microsoft.Web/sites/slots/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":972},"Microsoft.Web/sites/slots/diagnostics@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":976},"Microsoft.Web/sites/slots/diagnostics/analyses@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":980},"Microsoft.Web/sites/slots/diagnostics/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":984},"Microsoft.Web/deletedSites@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":988},"Microsoft.Web/hostingEnvironments/recommendations@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1005},"Microsoft.Web/sites/recommendations@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1009},"Microsoft.Web/sites/resourceHealthMetadata@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1015},"Microsoft.Web/sites/slots/resourceHealthMetadata@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1020},"Microsoft.Web/staticSites/builds@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1034},"Microsoft.Web/sites/backups@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1051},"Microsoft.Web/sites/config/appsettings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1069},"Microsoft.Web/sites/config/connectionstrings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1073},"Microsoft.Web/sites/config/snapshots@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1077},"Microsoft.Web/sites/continuouswebjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1092},"Microsoft.Web/sites/instances@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1109},"Microsoft.Web/sites/instances/processes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1123},"Microsoft.Web/sites/instances/processes/modules@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1127},"Microsoft.Web/sites/migratemysql@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1139},"Microsoft.Web/sites/networkFeatures@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1148},"Microsoft.Web/sites/processes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1152},"Microsoft.Web/sites/processes/modules@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1156},"Microsoft.Web/sites/slots/backups@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1160},"Microsoft.Web/sites/slots/config/appsettings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1164},"Microsoft.Web/sites/slots/config/connectionstrings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1168},"Microsoft.Web/sites/slots/config/snapshots@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1172},"Microsoft.Web/sites/slots/continuouswebjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1176},"Microsoft.Web/sites/slots/instances@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1180},"Microsoft.Web/sites/slots/instances/processes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1184},"Microsoft.Web/sites/slots/instances/processes/modules@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1188},"Microsoft.Web/sites/slots/migratemysql@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1193},"Microsoft.Web/sites/slots/networkFeatures@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1197},"Microsoft.Web/sites/slots/processes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1201},"Microsoft.Web/sites/slots/processes/modules@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1205},"Microsoft.Web/sites/slots/triggeredwebjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1219},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1225},"Microsoft.Web/sites/slots/webjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1234},"Microsoft.Web/sites/triggeredwebjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1238},"Microsoft.Web/sites/triggeredwebjobs/history@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1242},"Microsoft.Web/sites/webjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1246},"Microsoft.Web/hostingEnvironments@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":33},"Microsoft.Web/hostingEnvironments/configurations@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":43},"Microsoft.Web/hostingEnvironments/multiRolePools@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":59},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":67},"Microsoft.Web/hostingEnvironments/workerPools@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":71},"Microsoft.Web/serverfarms@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":90},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":95},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":104},"Microsoft.Web/certificates@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":123},"Microsoft.Web/containerApps@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":174},"Microsoft.Web/kubeEnvironments@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":202},"Microsoft.Web/publishingUsers@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":208},"Microsoft.Web/sourcecontrols@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":213},"Microsoft.Web/staticSites@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":253},"Microsoft.Web/staticSites/builds/config@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":265},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":270},"Microsoft.Web/staticSites/config@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":282},"Microsoft.Web/staticSites/customDomains@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":294},"Microsoft.Web/staticSites/privateEndpointConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":298},"Microsoft.Web/staticSites/userProvidedFunctionApps@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":302},"Microsoft.Web/sites@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":445},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":456},"Microsoft.Web/sites/config@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":646},"Microsoft.Web/sites/deployments@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":651},"Microsoft.Web/sites/domainOwnershipIdentifiers@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":656},"Microsoft.Web/sites/extensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":674},"Microsoft.Web/sites/functions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":680},"Microsoft.Web/sites/functions/keys@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":684},"Microsoft.Web/sites/hostNameBindings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":702},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":707},"Microsoft.Web/sites/hybridconnection@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":712},"Microsoft.Web/sites/instances/extensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":717},"Microsoft.Web/sites/networkConfig@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":723},"Microsoft.Web/sites/premieraddons@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":729},"Microsoft.Web/sites/privateAccess@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":739},"Microsoft.Web/sites/privateEndpointConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":743},"Microsoft.Web/sites/publicCertificates@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":752},"Microsoft.Web/sites/siteextensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":761},"Microsoft.Web/sites/slots@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":766},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":776},"Microsoft.Web/sites/slots/config@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":822},"Microsoft.Web/sites/slots/deployments@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":826},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":830},"Microsoft.Web/sites/slots/extensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":835},"Microsoft.Web/sites/slots/functions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":839},"Microsoft.Web/sites/slots/functions/keys@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":843},"Microsoft.Web/sites/slots/hostNameBindings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":847},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":851},"Microsoft.Web/sites/slots/hybridconnection@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":855},"Microsoft.Web/sites/slots/instances/extensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":860},"Microsoft.Web/sites/slots/networkConfig@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":865},"Microsoft.Web/sites/slots/premieraddons@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":870},"Microsoft.Web/sites/slots/privateAccess@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":875},"Microsoft.Web/sites/slots/privateEndpointConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":879},"Microsoft.Web/sites/slots/publicCertificates@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":883},"Microsoft.Web/sites/slots/siteextensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":887},"Microsoft.Web/sites/slots/sourcecontrols@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":896},"Microsoft.Web/sites/slots/virtualNetworkConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":903},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":907},"Microsoft.Web/sites/sourcecontrols@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":912},"Microsoft.Web/sites/virtualNetworkConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":916},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":920},"Microsoft.Web/hostingEnvironments/capacities@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":929},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":933},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":939},"Microsoft.Web/serverfarms/virtualNetworkConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":943},"Microsoft.Web/containerApps/revisions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":959},"Microsoft.Web/locations/deletedSites@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":964},"Microsoft.Web/hostingEnvironments/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1027},"Microsoft.Web/sites/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1031},"Microsoft.Web/sites/diagnostics@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1036},"Microsoft.Web/sites/diagnostics/analyses@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1041},"Microsoft.Web/sites/diagnostics/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1046},"Microsoft.Web/sites/slots/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1050},"Microsoft.Web/sites/slots/diagnostics@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1054},"Microsoft.Web/sites/slots/diagnostics/analyses@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1058},"Microsoft.Web/sites/slots/diagnostics/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1062},"Microsoft.Web/deletedSites@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1066},"Microsoft.Web/hostingEnvironments/recommendations@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1083},"Microsoft.Web/sites/recommendations@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1087},"Microsoft.Web/sites/resourceHealthMetadata@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1093},"Microsoft.Web/sites/slots/resourceHealthMetadata@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1098},"Microsoft.Web/staticSites/builds@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1112},"Microsoft.Web/sites/backups@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1129},"Microsoft.Web/sites/config/appsettings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1147},"Microsoft.Web/sites/config/connectionstrings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1151},"Microsoft.Web/sites/config/snapshots@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1155},"Microsoft.Web/sites/continuouswebjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1170},"Microsoft.Web/sites/instances@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1187},"Microsoft.Web/sites/instances/processes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1201},"Microsoft.Web/sites/instances/processes/modules@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1205},"Microsoft.Web/sites/migratemysql@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1217},"Microsoft.Web/sites/networkFeatures@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1226},"Microsoft.Web/sites/processes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1230},"Microsoft.Web/sites/processes/modules@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1234},"Microsoft.Web/sites/slots/backups@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1238},"Microsoft.Web/sites/slots/config/appsettings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1242},"Microsoft.Web/sites/slots/config/connectionstrings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1246},"Microsoft.Web/sites/slots/config/snapshots@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1250},"Microsoft.Web/sites/slots/continuouswebjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1254},"Microsoft.Web/sites/slots/instances@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1258},"Microsoft.Web/sites/slots/instances/processes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1262},"Microsoft.Web/sites/slots/instances/processes/modules@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1266},"Microsoft.Web/sites/slots/migratemysql@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1271},"Microsoft.Web/sites/slots/networkFeatures@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1275},"Microsoft.Web/sites/slots/processes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1279},"Microsoft.Web/sites/slots/processes/modules@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1283},"Microsoft.Web/sites/slots/triggeredwebjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1297},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1303},"Microsoft.Web/sites/slots/webjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1312},"Microsoft.Web/sites/triggeredwebjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1316},"Microsoft.Web/sites/triggeredwebjobs/history@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1320},"Microsoft.Web/sites/webjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1324},"Microsoft.Web/hostingEnvironments@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":54},"Microsoft.Web/hostingEnvironments/configurations@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":64},"Microsoft.Web/hostingEnvironments/multiRolePools@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":80},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":88},"Microsoft.Web/hostingEnvironments/workerPools@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":92},"Microsoft.Web/serverfarms@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":111},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":116},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":125},"Microsoft.Web/certificates@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":144},"Microsoft.Web/containerApps@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":195},"Microsoft.Web/kubeEnvironments@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":223},"Microsoft.Web/publishingUsers@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":229},"Microsoft.Web/sourcecontrols@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":234},"Microsoft.Web/staticSites@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":276},"Microsoft.Web/staticSites/builds/config@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":288},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":293},"Microsoft.Web/staticSites/config@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":305},"Microsoft.Web/staticSites/customDomains@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":318},"Microsoft.Web/staticSites/privateEndpointConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":322},"Microsoft.Web/staticSites/userProvidedFunctionApps@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":326},"Microsoft.Web/staticSites/linkedBackends@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":331},"Microsoft.Web/staticSites/builds/linkedBackends@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":335},"Microsoft.Web/sites@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":478},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":489},"Microsoft.Web/sites/config@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":679},"Microsoft.Web/sites/deployments@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":684},"Microsoft.Web/sites/domainOwnershipIdentifiers@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":689},"Microsoft.Web/sites/extensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":707},"Microsoft.Web/sites/functions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":713},"Microsoft.Web/sites/functions/keys@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":717},"Microsoft.Web/sites/hostNameBindings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":735},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":740},"Microsoft.Web/sites/hybridconnection@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":745},"Microsoft.Web/sites/instances/extensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":750},"Microsoft.Web/sites/networkConfig@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":756},"Microsoft.Web/sites/premieraddons@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":762},"Microsoft.Web/sites/privateAccess@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":772},"Microsoft.Web/sites/privateEndpointConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":776},"Microsoft.Web/sites/publicCertificates@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":785},"Microsoft.Web/sites/siteextensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":794},"Microsoft.Web/sites/slots@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":799},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":809},"Microsoft.Web/sites/slots/config@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":855},"Microsoft.Web/sites/slots/deployments@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":859},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":863},"Microsoft.Web/sites/slots/extensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":868},"Microsoft.Web/sites/slots/functions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":872},"Microsoft.Web/sites/slots/functions/keys@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":876},"Microsoft.Web/sites/slots/hostNameBindings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":880},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":884},"Microsoft.Web/sites/slots/hybridconnection@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":888},"Microsoft.Web/sites/slots/instances/extensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":893},"Microsoft.Web/sites/slots/networkConfig@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":898},"Microsoft.Web/sites/slots/premieraddons@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":903},"Microsoft.Web/sites/slots/privateAccess@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":908},"Microsoft.Web/sites/slots/privateEndpointConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":912},"Microsoft.Web/sites/slots/publicCertificates@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":916},"Microsoft.Web/sites/slots/siteextensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":920},"Microsoft.Web/sites/slots/sourcecontrols@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":929},"Microsoft.Web/sites/slots/virtualNetworkConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":936},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":940},"Microsoft.Web/sites/sourcecontrols@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":945},"Microsoft.Web/sites/virtualNetworkConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":949},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":953},"Microsoft.Web/hostingEnvironments/capacities@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":962},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":966},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":972},"Microsoft.Web/serverfarms/virtualNetworkConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":976},"Microsoft.Web/containerApps/revisions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":992},"Microsoft.Web/locations/deletedSites@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":997},"Microsoft.Web/hostingEnvironments/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1060},"Microsoft.Web/sites/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1064},"Microsoft.Web/sites/diagnostics@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1069},"Microsoft.Web/sites/diagnostics/analyses@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1074},"Microsoft.Web/sites/diagnostics/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1079},"Microsoft.Web/sites/slots/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1083},"Microsoft.Web/sites/slots/diagnostics@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1087},"Microsoft.Web/sites/slots/diagnostics/analyses@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1091},"Microsoft.Web/sites/slots/diagnostics/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1095},"Microsoft.Web/deletedSites@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1099},"Microsoft.Web/hostingEnvironments/recommendations@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1116},"Microsoft.Web/sites/recommendations@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1120},"Microsoft.Web/sites/resourceHealthMetadata@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1126},"Microsoft.Web/sites/slots/resourceHealthMetadata@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1131},"Microsoft.Web/staticSites/builds@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1146},"Microsoft.Web/sites/backups@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1163},"Microsoft.Web/sites/config/appsettings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1181},"Microsoft.Web/sites/config/connectionstrings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1185},"Microsoft.Web/sites/config/snapshots@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1189},"Microsoft.Web/sites/continuouswebjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1204},"Microsoft.Web/sites/deploymentStatus@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1225},"Microsoft.Web/sites/instances@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1242},"Microsoft.Web/sites/instances/processes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1256},"Microsoft.Web/sites/instances/processes/modules@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1260},"Microsoft.Web/sites/migratemysql@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1272},"Microsoft.Web/sites/networkFeatures@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1281},"Microsoft.Web/sites/processes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1285},"Microsoft.Web/sites/processes/modules@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1289},"Microsoft.Web/sites/slots/backups@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1293},"Microsoft.Web/sites/slots/config/appsettings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1297},"Microsoft.Web/sites/slots/config/connectionstrings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1301},"Microsoft.Web/sites/slots/config/snapshots@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1305},"Microsoft.Web/sites/slots/continuouswebjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1309},"Microsoft.Web/sites/slots/deploymentStatus@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1313},"Microsoft.Web/sites/slots/instances@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1317},"Microsoft.Web/sites/slots/instances/processes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1321},"Microsoft.Web/sites/slots/instances/processes/modules@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1325},"Microsoft.Web/sites/slots/migratemysql@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1330},"Microsoft.Web/sites/slots/networkFeatures@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1334},"Microsoft.Web/sites/slots/processes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1338},"Microsoft.Web/sites/slots/processes/modules@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1342},"Microsoft.Web/sites/slots/triggeredwebjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1356},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1362},"Microsoft.Web/sites/slots/webjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1371},"Microsoft.Web/sites/triggeredwebjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1375},"Microsoft.Web/sites/triggeredwebjobs/history@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1379},"Microsoft.Web/sites/webjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1383},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1433},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1458},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1481},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions/requestHistories@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1489},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/scopeRepetitions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1494},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1572},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/histories@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1591},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/versions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1663},"Microsoft.Web/hostingEnvironments@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":54},"Microsoft.Web/hostingEnvironments/configurations@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":64},"Microsoft.Web/hostingEnvironments/multiRolePools@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":80},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":88},"Microsoft.Web/hostingEnvironments/workerPools@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":92},"Microsoft.Web/serverfarms@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":111},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":116},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":125},"Microsoft.Web/certificates@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":144},"Microsoft.Web/containerApps@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":195},"Microsoft.Web/kubeEnvironments@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":223},"Microsoft.Web/publishingUsers@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":229},"Microsoft.Web/sourcecontrols@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":234},"Microsoft.Web/staticSites@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":280},"Microsoft.Web/staticSites/builds/config@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":292},"Microsoft.Web/staticSites/builds/databaseConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":298},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":303},"Microsoft.Web/staticSites/config@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":315},"Microsoft.Web/staticSites/basicAuth@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":323},"Microsoft.Web/staticSites/customDomains@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":336},"Microsoft.Web/staticSites/databaseConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":340},"Microsoft.Web/staticSites/privateEndpointConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":344},"Microsoft.Web/staticSites/userProvidedFunctionApps@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":348},"Microsoft.Web/staticSites/linkedBackends@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":353},"Microsoft.Web/staticSites/builds/linkedBackends@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":357},"Microsoft.Web/sites@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":507},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":518},"Microsoft.Web/sites/config@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":708},"Microsoft.Web/sites/deployments@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":713},"Microsoft.Web/sites/domainOwnershipIdentifiers@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":718},"Microsoft.Web/sites/extensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":736},"Microsoft.Web/sites/functions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":742},"Microsoft.Web/sites/functions/keys@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":746},"Microsoft.Web/sites/hostNameBindings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":764},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":769},"Microsoft.Web/sites/hybridconnection@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":774},"Microsoft.Web/sites/instances/extensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":779},"Microsoft.Web/sites/networkConfig@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":785},"Microsoft.Web/sites/premieraddons@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":791},"Microsoft.Web/sites/privateAccess@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":801},"Microsoft.Web/sites/privateEndpointConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":805},"Microsoft.Web/sites/publicCertificates@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":814},"Microsoft.Web/sites/siteextensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":823},"Microsoft.Web/sites/slots@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":828},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":838},"Microsoft.Web/sites/slots/config@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":884},"Microsoft.Web/sites/slots/deployments@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":888},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":892},"Microsoft.Web/sites/slots/extensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":897},"Microsoft.Web/sites/slots/functions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":901},"Microsoft.Web/sites/slots/functions/keys@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":905},"Microsoft.Web/sites/slots/hostNameBindings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":909},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":913},"Microsoft.Web/sites/slots/hybridconnection@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":917},"Microsoft.Web/sites/slots/instances/extensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":922},"Microsoft.Web/sites/slots/networkConfig@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":927},"Microsoft.Web/sites/slots/premieraddons@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":932},"Microsoft.Web/sites/slots/privateAccess@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":937},"Microsoft.Web/sites/slots/privateEndpointConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":941},"Microsoft.Web/sites/slots/publicCertificates@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":945},"Microsoft.Web/sites/slots/siteextensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":949},"Microsoft.Web/sites/slots/sourcecontrols@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":958},"Microsoft.Web/sites/slots/virtualNetworkConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":965},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":969},"Microsoft.Web/sites/sourcecontrols@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":974},"Microsoft.Web/sites/virtualNetworkConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":978},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":982},"Microsoft.Web/hostingEnvironments/capacities@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":991},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":995},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1001},"Microsoft.Web/serverfarms/virtualNetworkConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1005},"Microsoft.Web/containerApps/revisions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1021},"Microsoft.Web/locations/deletedSites@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1026},"Microsoft.Web/hostingEnvironments/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1089},"Microsoft.Web/sites/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1093},"Microsoft.Web/sites/diagnostics@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1098},"Microsoft.Web/sites/diagnostics/analyses@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1103},"Microsoft.Web/sites/diagnostics/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1108},"Microsoft.Web/sites/slots/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1112},"Microsoft.Web/sites/slots/diagnostics@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1116},"Microsoft.Web/sites/slots/diagnostics/analyses@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1120},"Microsoft.Web/sites/slots/diagnostics/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1124},"Microsoft.Web/deletedSites@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1128},"Microsoft.Web/hostingEnvironments/recommendations@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1145},"Microsoft.Web/sites/recommendations@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1149},"Microsoft.Web/sites/resourceHealthMetadata@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1155},"Microsoft.Web/sites/slots/resourceHealthMetadata@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1160},"Microsoft.Web/staticSites/builds@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1176},"Microsoft.Web/sites/backups@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1193},"Microsoft.Web/sites/config/appsettings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1211},"Microsoft.Web/sites/config/connectionstrings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1215},"Microsoft.Web/sites/config/snapshots@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1219},"Microsoft.Web/sites/continuouswebjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1234},"Microsoft.Web/sites/deploymentStatus@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1255},"Microsoft.Web/sites/instances@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1272},"Microsoft.Web/sites/instances/processes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1286},"Microsoft.Web/sites/instances/processes/modules@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1290},"Microsoft.Web/sites/migratemysql@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1302},"Microsoft.Web/sites/networkFeatures@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1311},"Microsoft.Web/sites/processes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1315},"Microsoft.Web/sites/processes/modules@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1319},"Microsoft.Web/sites/slots/backups@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1323},"Microsoft.Web/sites/slots/config/appsettings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1327},"Microsoft.Web/sites/slots/config/connectionstrings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1331},"Microsoft.Web/sites/slots/config/snapshots@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1335},"Microsoft.Web/sites/slots/continuouswebjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1339},"Microsoft.Web/sites/slots/deploymentStatus@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1343},"Microsoft.Web/sites/slots/instances@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1347},"Microsoft.Web/sites/slots/instances/processes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1351},"Microsoft.Web/sites/slots/instances/processes/modules@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1355},"Microsoft.Web/sites/slots/migratemysql@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1360},"Microsoft.Web/sites/slots/networkFeatures@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1364},"Microsoft.Web/sites/slots/processes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1368},"Microsoft.Web/sites/slots/processes/modules@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1372},"Microsoft.Web/sites/slots/triggeredwebjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1386},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1392},"Microsoft.Web/sites/slots/webjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1401},"Microsoft.Web/sites/triggeredwebjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1405},"Microsoft.Web/sites/triggeredwebjobs/history@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1409},"Microsoft.Web/sites/webjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1413},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1463},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1488},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1511},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions/requestHistories@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1519},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/scopeRepetitions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1524},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1602},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/histories@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1621},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/versions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1693},"Microsoft.SignalRService/webPubSub@2021-04-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-04-01-preview/types.json","Index":134},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-04-01-preview/types.json","Index":138},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-04-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-04-01-preview/types.json","Index":142},"Microsoft.SignalRService/webPubSub@2021-06-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-06-01-preview/types.json","Index":128},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-06-01-preview/types.json","Index":132},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-06-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-06-01-preview/types.json","Index":136},"Microsoft.SignalRService/webPubSub@2021-09-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-09-01-preview/types.json","Index":130},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-09-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-09-01-preview/types.json","Index":134},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-09-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-09-01-preview/types.json","Index":138},"Microsoft.SignalRService/webPubSub@2021-10-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":125},"Microsoft.SignalRService/webPubSub/hubs@2021-10-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":138},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-10-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":142},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-10-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":146},"Microsoft.SignalRService/webPubSub@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":125},"Microsoft.SignalRService/webPubSub/customCertificates@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":140},"Microsoft.SignalRService/webPubSub/customDomains@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":156},"Microsoft.SignalRService/webPubSub/hubs@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":178},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":182},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":186},"Microsoft.SignalRService/webPubSub@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":125},"Microsoft.SignalRService/webPubSub/customCertificates@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":140},"Microsoft.SignalRService/webPubSub/customDomains@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":156},"Microsoft.SignalRService/webPubSub/hubs@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":178},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":182},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":186},"Microsoft.WindowsESU/multipleActivationKeys@2019-09-16-preview":{"RelativePath":"windowsesu/microsoft.windowsesu/2019-09-16-preview/types.json","Index":26},"Microsoft.WindowsIoT/deviceServices@2018-02-16-preview":{"RelativePath":"windowsiot/microsoft.windowsiot/2018-02-16-preview/types.json","Index":13},"Microsoft.WindowsIoT/deviceServices@2019-06-01":{"RelativePath":"windowsiot/microsoft.windowsiot/2019-06-01/types.json","Index":13},"Microsoft.WorkloadMonitor/notificationSettings@2018-08-31-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2018-08-31-preview/types.json","Index":15},"Microsoft.WorkloadMonitor/monitors@2018-08-31-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2018-08-31-preview/types.json","Index":51},"Microsoft.WorkloadMonitor/components@2018-08-31-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2018-08-31-preview/types.json","Index":74},"Microsoft.WorkloadMonitor/monitorInstances@2018-08-31-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2018-08-31-preview/types.json","Index":117},"Microsoft.WorkloadMonitor/monitors@2020-01-13-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2020-01-13-preview/types.json","Index":26},"Microsoft.WorkloadMonitor/monitors/history@2020-01-13-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2020-01-13-preview/types.json","Index":45},"Microsoft.Workloads/phpWorkloads@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":119},"Microsoft.Workloads/phpWorkloads/wordpressInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":138},"Microsoft.Workloads/sapVirtualInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":258},"Microsoft.Workloads/sapVirtualInstances/centralInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":322},"Microsoft.Workloads/sapVirtualInstances/databaseInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":351},"Microsoft.Workloads/sapVirtualInstances/applicationInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":376},"Microsoft.Workloads/monitors@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":398},"Microsoft.Workloads/monitors/providerInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":451},"Microsoft.Workloads/sapVirtualInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":163},"Microsoft.Workloads/sapVirtualInstances/centralInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":228},"Microsoft.Workloads/sapVirtualInstances/databaseInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":259},"Microsoft.Workloads/sapVirtualInstances/applicationInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":291},"Microsoft.Workloads/monitors@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":313},"Microsoft.Workloads/monitors/providerInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":366},"Microsoft.Workloads/monitors/sapLandscapeMonitor@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":385},"Microsoft.Workloads/sapVirtualInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":163},"Microsoft.Workloads/sapVirtualInstances/centralInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":228},"Microsoft.Workloads/sapVirtualInstances/databaseInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":259},"Microsoft.Workloads/sapVirtualInstances/applicationInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":291},"Microsoft.Workloads/monitors@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":313},"Microsoft.Workloads/monitors/providerInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":366},"Microsoft.Workloads/monitors/sapLandscapeMonitor@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":385}},"Functions":{"microsoft.addons/supportproviders":{"2018-03-01":[{"RelativePath":"addons/microsoft.addons/2018-03-01/types.json","Index":35}]},"microsoft.analysisservices/servers":{"2017-07-14":[{"RelativePath":"analysisservices/microsoft.analysisservices/2017-07-14/types.json","Index":50}],"2017-08-01":[{"RelativePath":"analysisservices/microsoft.analysisservices/2017-08-01/types.json","Index":56}]},"microsoft.apimanagement/service/authorizationservers":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":489}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":500}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":565}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":565}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":581}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":646}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":646}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":672}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":711}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":740}]},"microsoft.apimanagement/service/gateways":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":491}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":502}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":567}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":567}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":583}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":648}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":648}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":674}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":713}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":742}]},"microsoft.apimanagement/service/identityproviders":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":492}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":503}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":569}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":569}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":585}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":650}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":650}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":676}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":715}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":744}]},"microsoft.apimanagement/service/openidconnectproviders":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":493}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":506}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":572}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":572}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":588}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":653}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":653}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":679}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":718}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":747}]},"microsoft.apimanagement/service/portalsettings":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":495}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":508}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":574}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":574}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":590}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":655}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":655}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":685}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":724}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":753}]},"microsoft.apimanagement/service/namedvalues":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":497}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":505}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":571}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":571}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":587}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":652}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":652}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":678}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":717}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":746}]},"microsoft.apimanagement/service/subscriptions":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":499}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":510}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":576}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":576}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":592}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":657}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":657}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":687}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":726}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":755}]},"microsoft.apimanagement/service/tenant":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":501}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":512}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":578}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":578}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":594}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":659}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":659}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":689}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":728}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":757}]},"microsoft.apimanagement/service/policyfragments":{"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":683}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":722}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":751}]},"microsoft.app/containerapps":{"2022-01-01-preview":[{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":268},{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":272}],"2022-03-01":[{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":268},{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":272}],"2022-06-01-preview":[{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":372},{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":376}],"2022-10-01":[{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":385},{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":389}]},"microsoft.app/managedenvironments/daprcomponents":{"2022-03-01":[{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":276}],"2022-06-01-preview":[{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":380}],"2022-10-01":[{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":390}]},"microsoft.app/connectedenvironments/daprcomponents":{"2022-06-01-preview":[{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":381}],"2022-10-01":[{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":371}]},"microsoft.appconfiguration/configurationstores":{"2019-02-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-02-01-preview/types.json","Index":24},{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-02-01-preview/types.json","Index":28}],"2019-10-01":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-10-01/types.json","Index":33},{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-10-01/types.json","Index":37}],"2019-11-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-11-01-preview/types.json","Index":62},{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-11-01-preview/types.json","Index":66}],"2020-06-01":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-06-01/types.json","Index":62},{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-06-01/types.json","Index":66}],"2020-07-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-07-01-preview/types.json","Index":68}],"2021-03-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-03-01-preview/types.json","Index":79}],"2021-10-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.json","Index":82}],"2022-03-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":93}],"2022-05-01":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-05-01/types.json","Index":82}]},"microsoft.appplatform/spring":{"2020-07-01":[{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":133}],"2020-11-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":134}],"2021-06-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":140}],"2021-09-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":176}],"2022-01-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":374}],"2022-03-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":376}],"2022-04-01":[{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":284}],"2022-05-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":406}],"2022-09-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":418}],"2022-11-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":520}],"2022-12-01":[{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":415}],"2023-01-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":535}]},"microsoft.appplatform/spring/buildservices/builders":{"2022-09-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":421}],"2022-11-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":523}],"2022-12-01":[{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":418}],"2023-01-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":538}]},"microsoft.appplatform/spring/gateways":{"2022-11-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":525}],"2023-01-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":540}]},"microsoft.automation/automationaccounts":{"2015-10-31":[{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":249}],"2019-06-01":[{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":355}],"2020-01-13-preview":[{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":243}],"2021-06-22":[{"RelativePath":"automation/microsoft.automation/2021-06-22/types.json","Index":80}],"2022-08-08":[{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":310}]},"microsoft.kusto/clusters/databases":{"2018-09-07-preview":[{"RelativePath":"azure-kusto/microsoft.kusto/2018-09-07-preview/types.json","Index":79}],"2019-01-21":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-01-21/types.json","Index":109}],"2019-05-15":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-05-15/types.json","Index":134}],"2019-09-07":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":178}],"2019-11-09":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":229}],"2020-02-15":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":245}],"2020-06-14":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":254}],"2020-09-18":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":281}],"2021-01-01":[{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":314}],"2021-08-27":[{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":350}],"2022-02-01":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":383}],"2022-07-07":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":409}],"2022-11-11":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":435}],"2022-12-29":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":439}]},"microsoft.kusto/clusters":{"2019-09-07":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":163}],"2019-11-09":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":214}],"2020-02-15":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":229},{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":230}],"2020-06-14":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":238},{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":239}],"2020-09-18":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":265},{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":266}],"2021-01-01":[{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":298},{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":299}],"2021-08-27":[{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":334},{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":335}],"2022-02-01":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":367},{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":368}],"2022-07-07":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":393},{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":394}],"2022-11-11":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":419},{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":420}],"2022-12-29":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":423},{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":424}]},"microsoft.azurestack/registrations/products":{"2016-01-01":[{"RelativePath":"azurestack/microsoft.azurestack/2016-01-01/types.json","Index":56},{"RelativePath":"azurestack/microsoft.azurestack/2016-01-01/types.json","Index":64}],"2017-06-01":[{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":68},{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":76}],"2020-06-01-preview":[{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":87}],"2022-06-01":[{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":68},{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":76}]},"microsoft.batch/batchaccounts":{"2015-12-01":[{"RelativePath":"batch/microsoft.batch/2015-12-01/types.json","Index":41}],"2017-01-01":[{"RelativePath":"batch/microsoft.batch/2017-01-01/types.json","Index":45}],"2017-05-01":[{"RelativePath":"batch/microsoft.batch/2017-05-01/types.json","Index":45}],"2017-09-01":[{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":167}],"2018-12-01":[{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":167}],"2019-04-01":[{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":169}],"2019-08-01":[{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":180}],"2020-03-01":[{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":223}],"2020-05-01":[{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":227}],"2020-09-01":[{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":227}],"2021-01-01":[{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":243}],"2021-06-01":[{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":254}],"2022-01-01":[{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":262}],"2022-06-01":[{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":274}],"2022-10-01":[{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":282}]},"microsoft.billing/billingaccounts":{"2019-10-01-preview":[{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":307}],"2020-05-01":[{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":287}]},"microsoft.blockchain/blockchainmembers":{"2018-06-01-preview":[{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":45}]},"microsoft.blockchain/locations":{"2018-06-01-preview":[{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":54}]},"microsoft.blockchain/blockchainmembers/transactionnodes":{"2018-06-01-preview":[{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":55}]},"microsoft.botservice/botservices/channels":{"2017-12-01":[{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":107}],"2018-07-12":[{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":143}],"2020-06-02":[{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":122}],"2021-03-01":[{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":167}],"2021-05-01-preview":[{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":182}],"2022-06-15-preview":[{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":186}],"2022-09-15":[{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":186}]},"microsoft.botservice/botservices/connections":{"2017-12-01":[{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":115}],"2018-07-12":[{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":151}],"2020-06-02":[{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":130}],"2021-03-01":[{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":177}],"2021-05-01-preview":[{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":191}],"2022-06-15-preview":[{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":196}],"2022-09-15":[{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":196}]},"microsoft.cognitiveservices/accounts":{"2016-02-01-preview":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2016-02-01-preview/types.json","Index":49}],"2017-04-18":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2017-04-18/types.json","Index":72}],"2021-04-30":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-04-30/types.json","Index":104}],"2021-10-01":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":132}],"2022-03-01":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":132}],"2022-10-01":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":133}],"2022-12-01":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":161}]},"microsoft.communication/communicationservices":{"2020-08-20-preview":[{"RelativePath":"communication/microsoft.communication/2020-08-20-preview/types.json","Index":25}],"2020-08-20":[{"RelativePath":"communication/microsoft.communication/2020-08-20/types.json","Index":36}],"2021-10-01-preview":[{"RelativePath":"communication/microsoft.communication/2021-10-01-preview/types.json","Index":88}],"2022-07-01-preview":[{"RelativePath":"communication/microsoft.communication/2022-07-01-preview/types.json","Index":88}],"2023-03-01-preview":[{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":102}]},"microsoft.containerregistry/registries":{"2017-03-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-03-01/types.json","Index":27}],"2017-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":72}],"2017-10-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":89}],"2018-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":123}],"2019-04-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":138}],"2019-05-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":104}],"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":201}],"2019-12-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":228}],"2020-11-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":320}],"2021-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":324}],"2021-08-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":327}],"2021-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":164}],"2021-12-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":327}],"2022-02-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":331}],"2022-12-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":203}],"2023-01-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":363}]},"microsoft.containerregistry/registries/webhooks":{"2017-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":85}],"2017-10-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":102}],"2019-05-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":117}],"2019-12-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":241}],"2020-11-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":333}],"2021-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":337}],"2021-08-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":340}],"2021-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":177}],"2021-12-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":340}],"2022-02-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":344}],"2022-12-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":216}],"2023-01-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":376}]},"microsoft.containerregistry/registries/buildtasks/steps":{"2018-02-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":95}]},"microsoft.containerregistry/registries/buildtasks":{"2018-02-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":96}]},"microsoft.containerregistry/registries/runs":{"2018-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":125}],"2019-04-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":140}],"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":203}]},"microsoft.containerregistry/registries/tasks":{"2018-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":128}],"2019-04-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":143}],"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":208}]},"microsoft.containerregistry/registries/agentpools":{"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":199}]},"microsoft.containerregistry/registries/taskruns":{"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":205}]},"microsoft.containerservice/managedclusters/accessprofiles":{"2017-08-31":[{"RelativePath":"containerservice/microsoft.containerservice/2017-08-31/types.json","Index":212}],"2018-03-31":[{"RelativePath":"containerservice/microsoft.containerservice/2018-03-31/types.json","Index":215}],"2018-08-01-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2018-08-01-preview/types.json","Index":215}],"2019-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":405}],"2019-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":413}],"2019-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":427}],"2019-08-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":436}],"2019-10-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":436}],"2019-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":446}],"2020-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":446}],"2020-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":452}],"2020-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":465}],"2020-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":464}],"2020-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":484}],"2020-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":487}],"2020-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":501}],"2020-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":527}],"2020-12-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":561}],"2021-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":563}],"2021-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":240}],"2021-05-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":240}],"2021-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":252}],"2021-08-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":270}],"2021-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":277}],"2021-10-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":283}],"2021-11-01-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":284}],"2022-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":283}],"2022-01-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":285}],"2022-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":283}],"2022-02-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":311}],"2022-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":283}],"2022-03-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":315}],"2022-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":287}],"2022-04-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":340}],"2022-05-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":347}],"2022-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":293}],"2022-06-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":374}],"2022-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":299}],"2022-07-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":396}],"2022-08-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":384}],"2022-08-03-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":387}],"2022-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":301}],"2022-09-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":426}],"2022-10-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":435}],"2022-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":306}],"2022-11-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":441}],"2023-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":311}],"2023-01-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":448}]},"microsoft.containerservice/managedclusters":{"2018-03-31":[{"RelativePath":"containerservice/microsoft.containerservice/2018-03-31/types.json","Index":219},{"RelativePath":"containerservice/microsoft.containerservice/2018-03-31/types.json","Index":220}],"2018-08-01-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2018-08-01-preview/types.json","Index":219},{"RelativePath":"containerservice/microsoft.containerservice/2018-08-01-preview/types.json","Index":220}],"2019-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":409},{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":410}],"2019-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":417},{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":418}],"2019-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":431},{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":432}],"2019-08-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":440},{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":441}],"2019-10-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":440},{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":441},{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":442}],"2019-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":450},{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":451},{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":452}],"2020-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":450},{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":451},{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":452}],"2020-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":456},{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":457},{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":458}],"2020-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":469},{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":470},{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":471}],"2020-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":468},{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":469},{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":470}],"2020-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":488},{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":489},{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":490}],"2020-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":491},{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":492},{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":493}],"2020-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":505},{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":506},{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":507}],"2020-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":531},{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":532},{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":533}],"2020-12-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":565},{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":566},{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":567}],"2021-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":567},{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":568},{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":569}],"2021-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":244},{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":245},{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":246}],"2021-05-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":244},{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":245},{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":246}],"2021-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":256},{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":257},{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":258}],"2021-08-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":274},{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":275},{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":276}],"2021-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":281},{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":282},{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":283}],"2021-10-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":287},{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":289}],"2021-11-01-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":289},{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":290}],"2022-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":287},{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":289}],"2022-01-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":289},{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":290},{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":291}],"2022-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":287},{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":289}],"2022-02-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":315},{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":316},{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":317}],"2022-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":287},{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":289}],"2022-03-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":319},{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":320},{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":321}],"2022-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":291},{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":292},{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":293}],"2022-04-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":344},{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":345},{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":346}],"2022-05-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":351},{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":352},{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":353}],"2022-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":297},{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":298},{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":299}],"2022-06-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":378},{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":379},{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":380}],"2022-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":303},{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":304},{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":305}],"2022-07-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":400},{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":401},{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":402}],"2022-08-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":388},{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":389},{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":390}],"2022-08-03-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":391},{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":392},{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":393}],"2022-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":305},{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":306},{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":307}],"2022-09-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":430},{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":431},{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":432}],"2022-10-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":439},{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":440},{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":441}],"2022-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":310},{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":311},{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":312}],"2022-11-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":445},{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":446},{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":447}],"2023-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":315},{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":316},{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":317}],"2023-01-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":452},{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":453},{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":454}]},"microsoft.containerservice/fleets":{"2022-06-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":384}],"2022-07-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":392}],"2022-09-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":422}]},"microsoft.documentdb/databaseaccounts":{"2015-04-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":193}],"2015-04-08":[{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":193}],"2015-11-06":[{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":193}],"2016-03-19":[{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":193}],"2016-03-31":[{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":193}],"2019-08-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":269},{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":273}],"2019-12-12":[{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":261},{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":265}],"2020-03-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":278},{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":282}],"2020-04-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":287},{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":291}],"2020-06-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":344},{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":348}],"2020-09-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":293},{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":297}],"2021-01-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":318},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":322}],"2021-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":412},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":416}],"2021-03-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":318},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":322}],"2021-04-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":428},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":432}],"2021-04-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":336},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":340}],"2021-05-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":340},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":344}],"2021-06-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":369},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":373}],"2021-07-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":467},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":471}],"2021-10-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":513},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":517}],"2021-10-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":425},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":429}],"2021-11-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":519},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":523}],"2022-02-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":527},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":531}],"2022-05-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":529},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":533}],"2022-05-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":441},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":445}],"2022-08-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":544},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":548}],"2022-08-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":463},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":467}],"2022-11-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":555},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":559}],"2022-11-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":481},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":485}],"2023-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":605},{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":609}]},"microsoft.documentdb/databaseaccounts/notebookworkspaces":{"2019-08-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":275}],"2019-12-12":[{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":267}],"2020-03-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":284}],"2020-04-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":293}],"2020-06-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":350}],"2020-09-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":299}],"2021-01-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":324}],"2021-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":418}],"2021-03-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":324}],"2021-04-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":434}],"2021-04-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":342}],"2021-05-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":346}],"2021-06-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":375}],"2021-07-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":473}],"2021-10-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":519}],"2021-10-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":431}],"2021-11-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":525}],"2022-02-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":533}],"2022-05-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":535}],"2022-05-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":447}],"2022-08-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":550}],"2022-08-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":469}],"2022-11-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":561}],"2022-11-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":487}],"2023-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":615}]},"microsoft.documentdb/mongoclusters":{"2023-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":613}]},"microsoft.databox/jobs":{"2018-01-01":[{"RelativePath":"databox/microsoft.databox/2018-01-01/types.json","Index":151}],"2019-09-01":[{"RelativePath":"databox/microsoft.databox/2019-09-01/types.json","Index":177}],"2020-04-01":[{"RelativePath":"databox/microsoft.databox/2020-04-01/types.json","Index":224}],"2020-11-01":[{"RelativePath":"databox/microsoft.databox/2020-11-01/types.json","Index":233}],"2021-03-01":[{"RelativePath":"databox/microsoft.databox/2021-03-01/types.json","Index":243}],"2021-05-01":[{"RelativePath":"databox/microsoft.databox/2021-05-01/types.json","Index":246}],"2021-08-01-preview":[{"RelativePath":"databox/microsoft.databox/2021-08-01-preview/types.json","Index":369}],"2021-12-01":[{"RelativePath":"databox/microsoft.databox/2021-12-01/types.json","Index":409}],"2022-02-01":[{"RelativePath":"databox/microsoft.databox/2022-02-01/types.json","Index":431}],"2022-09-01":[{"RelativePath":"databox/microsoft.databox/2022-09-01/types.json","Index":441}],"2022-10-01":[{"RelativePath":"databox/microsoft.databox/2022-10-01/types.json","Index":455}],"2022-12-01":[{"RelativePath":"databox/microsoft.databox/2022-12-01/types.json","Index":455}]},"microsoft.databoxedge/databoxedgedevices/orders":{"2020-09-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":458}],"2020-09-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":458}],"2020-12-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":458}],"2021-02-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":494}],"2021-02-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":529}],"2021-06-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":529}],"2021-06-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":529}],"2022-03-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":552}],"2022-04-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":574}],"2022-12-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":579}],"2023-01-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":579}]},"microsoft.datadog/monitors":{"2020-02-01-preview":[{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":94},{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":103},{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":107},{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":111}],"2021-03-01":[{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":105},{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":114},{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":118},{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":122}],"2022-06-01":[{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":105},{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":114},{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":118},{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":122}]},"microsoft.datafactory/factories/integrationruntimes":{"2017-09-01-preview":[{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":745}],"2018-06-01":[{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1822}]},"microsoft.datalakeanalytics/accounts/storageaccounts/containers":{"2015-10-01-preview":[{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":114}],"2016-11-01":[{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":116}],"2019-11-01-preview":[{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":116}]},"microsoft.datamigration/sqlmigrationservices":{"2021-10-30-preview":[{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1189},{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1194}],"2022-01-30-preview":[{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1215},{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1220}],"2022-03-30-preview":[{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1232},{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1237}]},"microsoft.datashare/accounts/shares":{"2018-11-01-preview":[{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":327},{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":330}],"2019-11-01":[{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":327},{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":330}],"2020-09-01":[{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":354},{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":357}],"2020-10-01-preview":[{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":390},{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":393}],"2021-08-01":[{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":383},{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":386}]},"microsoft.datashare/accounts/sharesubscriptions":{"2018-11-01-preview":[{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":340},{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":345},{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":348}],"2019-11-01":[{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":340},{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":345},{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":348}],"2020-09-01":[{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":367},{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":372},{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":375}],"2020-10-01-preview":[{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":403},{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":408},{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":411}],"2021-08-01":[{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":396},{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":401},{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":404}]},"microsoft.devices/provisioningservices":{"2017-08-21-preview":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-08-21-preview/types.json","Index":52}],"2017-11-15":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-11-15/types.json","Index":52}],"2018-01-22":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2018-01-22/types.json","Index":52}],"2020-01-01":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-01-01/types.json","Index":61}],"2020-03-01":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":78}],"2020-09-01-preview":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":85}],"2021-10-15":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":89}],"2022-02-05":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":89}],"2022-12-12":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":89}]},"microsoft.devices/provisioningservices/keys":{"2017-08-21-preview":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-08-21-preview/types.json","Index":53}],"2017-11-15":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-11-15/types.json","Index":53}],"2018-01-22":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2018-01-22/types.json","Index":53}],"2020-01-01":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-01-01/types.json","Index":62}],"2020-03-01":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":79}],"2020-09-01-preview":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":86}],"2021-10-15":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":90}],"2022-02-05":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":90}],"2022-12-12":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":90}]},"microsoft.devspaces/controllers":{"2019-04-01":[{"RelativePath":"devspaces/microsoft.devspaces/2019-04-01/types.json","Index":34}]},"microsoft.devtestlab/labs":{"2015-05-21-preview":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":159}],"2016-05-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":277}],"2018-09-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":337}]},"microsoft.devtestlab/labs/schedules":{"2016-05-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":280}],"2018-09-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":340}]},"microsoft.devtestlab/labs/virtualmachines":{"2016-05-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":281}],"2018-09-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":342}]},"microsoft.devtestlab/labs/users/servicefabrics":{"2018-09-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":341}]},"microsoft.network/virtualnetworks":{"2020-04-01-preview":[{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":114},{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":119}],"2022-07-01":[{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":114},{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":119},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3115},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3125}],"2021-02-01-preview":[{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":394},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":404}],"2021-05-01-preview":[{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":325},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":335}],"2022-01-01":[{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3010},{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3020}],"2022-02-01-preview":[{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":331},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":341}],"2022-04-01-preview":[{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":336},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":346}],"2022-05-01":[{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3109},{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3119}],"2022-09-01":[{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3127},{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3137}]},"dynatrace.observability/monitors":{"2021-09-01-preview":[{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":118},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":150},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":182},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":187}],"2021-09-01":[{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":118},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":150},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":182},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":187}]},"microsoft.elastic/monitors":{"2020-07-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":86}],"2020-07-01":[{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":86}],"2021-09-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":86}],"2021-10-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":86},{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":89}],"2022-05-05-preview":[{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":86},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":89},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":98},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":99}],"2022-07-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":86},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":89},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":98},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":99}],"2022-09-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":86},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":89},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":98},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":99}],"2023-02-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":84},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":88},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":91},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":100},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":101}]},"microsoft.engagementfabric/accounts":{"2018-09-01-preview":[{"RelativePath":"engagementfabric/microsoft.engagementfabric/2018-09-01-preview/types.json","Index":27},{"RelativePath":"engagementfabric/microsoft.engagementfabric/2018-09-01-preview/types.json","Index":32}]},"microsoft.eventgrid/topics":{"2017-06-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2017-06-15-preview/types.json","Index":56}],"2017-09-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2017-09-15-preview/types.json","Index":60}],"2018-01-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2018-01-01/types.json","Index":60}],"2018-05-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2018-05-01-preview/types.json","Index":86}],"2018-09-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":142}],"2019-01-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-01-01/types.json","Index":72}],"2019-02-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":153}],"2019-06-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":135}],"2020-01-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":159}],"2020-04-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":324}],"2020-06-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":208}],"2020-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":368}],"2021-06-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":376}],"2021-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":481}],"2021-12-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":284}],"2022-06-15":[{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":417}]},"microsoft.eventgrid/domains":{"2018-09-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":140}],"2019-02-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":151}],"2019-06-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":133}],"2020-01-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":157}],"2020-04-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":320}],"2020-06-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":206}],"2020-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":364}],"2021-06-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":372}],"2021-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":477}],"2021-12-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":282}],"2022-06-15":[{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":415}]},"microsoft.eventgrid/partnernamespaces":{"2020-04-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":322}],"2020-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":366}],"2021-06-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":374}],"2021-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":479}],"2022-06-15":[{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":419}]},"microsoft.eventhub/namespaces/authorizationrules":{"2015-08-01":[{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":72}],"2017-04-01":[{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":96}],"2018-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":143}],"2021-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":143}],"2021-06-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":155}],"2021-11-01":[{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":168}],"2022-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":191}],"2022-10-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":195}]},"microsoft.eventhub/namespaces/eventhubs/authorizationrules":{"2015-08-01":[{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":73}],"2017-04-01":[{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":98}],"2018-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":145}],"2021-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":144}],"2021-06-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":156}],"2021-11-01":[{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":169}],"2022-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":193}],"2022-10-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":197}]},"microsoft.eventhub/namespaces/disasterrecoveryconfigs/authorizationrules":{"2017-04-01":[{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":97}],"2018-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":144}],"2021-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":145}],"2021-06-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":157}],"2021-11-01":[{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":170}],"2022-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":192}],"2022-10-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":196}]},"microsoft.fluidrelay/fluidrelayservers":{"2022-04-21":[{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-04-21/types.json","Index":56}],"2022-05-11":[{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-11/types.json","Index":56}],"2022-05-26":[{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-26/types.json","Index":60}],"2022-06-01":[{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-06-01/types.json","Index":60}]},"microsoft.hdinsight/clusters":{"2015-03-01-preview":[{"RelativePath":"hdinsight/microsoft.hdinsight/2015-03-01-preview/types.json","Index":113}],"2018-06-01-preview":[{"RelativePath":"hdinsight/microsoft.hdinsight/2018-06-01-preview/types.json","Index":113}],"2021-06-01":[{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":177}]},"microsoft.healthbot/healthbots":{"2022-08-08":[{"RelativePath":"healthbot/microsoft.healthbot/2022-08-08/types.json","Index":42}]},"microsoft.hybridconnectivity/endpoints":{"2021-10-06-preview":[{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2021-10-06-preview/types.json","Index":29}],"2022-05-01-preview":[{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2022-05-01-preview/types.json","Index":29},{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2022-05-01-preview/types.json","Index":32}]},"microsoft.kubernetes/connectedclusters":{"2020-01-01-preview":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2020-01-01-preview/types.json","Index":40}],"2021-04-01-preview":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-04-01-preview/types.json","Index":53}],"2021-10-01":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-10-01/types.json","Index":50}],"2022-05-01-preview":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2022-05-01-preview/types.json","Index":53}],"2022-10-01-preview":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2022-10-01-preview/types.json","Index":58}]},"microsoft.hybridnetwork/devices":{"2020-01-01-preview":[{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":211}],"2021-05-01":[{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":243}],"2022-01-01-preview":[{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":243}]},"microsoft.hybridnetwork/vendors/vendorskus":{"2022-01-01-preview":[{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":246}]},"microsoft.devices/iothubs":{"2016-02-03":[{"RelativePath":"iothub/microsoft.devices/2016-02-03/types.json","Index":72}],"2017-01-19":[{"RelativePath":"iothub/microsoft.devices/2017-01-19/types.json","Index":95}],"2017-07-01":[{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":102}],"2018-01-22":[{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":102}],"2018-04-01":[{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":108}],"2018-12-01-preview":[{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":112}],"2019-03-22-preview":[{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":115}],"2019-03-22":[{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":110}],"2019-07-01-preview":[{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":117}],"2019-11-04":[{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":113}],"2020-03-01":[{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":145}],"2020-04-01":[{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":145}],"2020-06-15":[{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":145}],"2020-07-10-preview":[{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":156}],"2020-08-01":[{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":145}],"2020-08-31-preview":[{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":164}],"2020-08-31":[{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":153}],"2021-02-01-preview":[{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":171}],"2021-03-03-preview":[{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":171}],"2021-03-31":[{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":164}],"2021-07-01-preview":[{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":174}],"2021-07-01":[{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":165}],"2021-07-02-preview":[{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":185}],"2021-07-02":[{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":176}],"2022-04-30-preview":[{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":191}],"2022-11-15-preview":[{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":195}]},"microsoft.devices/iothubs/iothubkeys":{"2016-02-03":[{"RelativePath":"iothub/microsoft.devices/2016-02-03/types.json","Index":73}],"2017-01-19":[{"RelativePath":"iothub/microsoft.devices/2017-01-19/types.json","Index":96}],"2017-07-01":[{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":103}],"2018-01-22":[{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":103}],"2018-04-01":[{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":109}],"2018-12-01-preview":[{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":113}],"2019-03-22-preview":[{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":116}],"2019-03-22":[{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":111}],"2019-07-01-preview":[{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":118}],"2019-11-04":[{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":114}],"2020-03-01":[{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":146}],"2020-04-01":[{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":146}],"2020-06-15":[{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":146}],"2020-07-10-preview":[{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":157}],"2020-08-01":[{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":146}],"2020-08-31-preview":[{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":165}],"2020-08-31":[{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":154}],"2021-02-01-preview":[{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":172}],"2021-03-03-preview":[{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":172}],"2021-03-31":[{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":165}],"2021-07-01-preview":[{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":175}],"2021-07-01":[{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":166}],"2021-07-02-preview":[{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":186}],"2021-07-02":[{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":177}],"2022-04-30-preview":[{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":192}],"2022-11-15-preview":[{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":196}]},"microsoft.labservices/users":{"2018-10-15":[{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":81},{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":85}]},"microsoft.logic/workflows/accesskeys":{"2015-02-01-preview":[{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":184}]},"microsoft.logic/integrationaccounts":{"2015-08-01-preview":[{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":245}],"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":611},{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":618}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":577},{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":584}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":773},{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":780}]},"microsoft.logic/workflows":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":596},{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":597}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":562},{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":563}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":758},{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":759}]},"microsoft.logic/workflows/versions/triggers":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":598}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":565}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":761}]},"microsoft.logic/workflows/triggers":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":599}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":564}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":760}]},"microsoft.logic/workflows/runs/actions":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":608}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":574}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":770}]},"microsoft.logic/workflows/runs/actions/repetitions":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":609}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":575}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":771}]},"microsoft.logic/integrationaccounts/assemblies":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":619}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":585}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":781}]},"microsoft.logic/integrationaccounts/schemas":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":620}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":586}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":782}]},"microsoft.logic/integrationaccounts/maps":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":621}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":587}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":783}]},"microsoft.logic/integrationaccounts/partners":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":622}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":588}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":784}]},"microsoft.logic/integrationaccounts/agreements":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":623}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":589}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":785}]},"microsoft.logz/monitors":{"2020-10-01-preview":[{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":104},{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":113},{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":117}],"2020-10-01":[{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":104},{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":113},{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":117}],"2022-01-01-preview":[{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":127},{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":136},{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":140}]},"microsoft.logz/monitors/accounts":{"2020-10-01-preview":[{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":118},{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":119}],"2020-10-01":[{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":118},{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":119}],"2022-01-01-preview":[{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":141},{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":142}]},"microsoft.machinelearning/workspaces":{"2016-04-01":[{"RelativePath":"machinelearning/microsoft.machinelearning/2016-04-01/types.json","Index":29}],"2019-10-01":[{"RelativePath":"machinelearning/microsoft.machinelearning/2019-10-01/types.json","Index":30}]},"microsoft.machinelearningcompute/operationalizationclusters":{"2017-06-01-preview":[{"RelativePath":"machinelearningcompute/microsoft.machinelearningcompute/2017-06-01-preview/types.json","Index":96}],"2017-08-01-preview":[{"RelativePath":"machinelearningcompute/microsoft.machinelearningcompute/2017-08-01-preview/types.json","Index":108}]},"microsoft.machinelearningservices/workspaces":{"2018-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-03-01-preview/types.json","Index":69}],"2018-11-19":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":86}],"2019-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":86}],"2019-06-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":90}],"2019-11-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":91}],"2020-01-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":113}],"2020-02-18-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":152}],"2020-03-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":133}],"2020-04-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":141}],"2020-05-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":298}],"2020-05-15-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":192}],"2020-06-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":171}],"2020-08-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":195}],"2020-09-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":310},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":312}],"2021-01-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":271},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":273},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":274},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":276}],"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":691},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":693},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":695},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":696}],"2021-04-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":279},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":281},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":282},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":284}],"2021-07-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":242},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":244},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":246},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":247}],"2022-01-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":248},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":250},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":252},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":253}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1121},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1123},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1125},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1126}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":757},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":759},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":761},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":762}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1307},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1309},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1311},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1312}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1470},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1472},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1474},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1475}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1167},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1169},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1171},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1172}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1513},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1515},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1517},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1518}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1624},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1626},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1628},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1629}]},"microsoft.machinelearningservices/workspaces/computes":{"2018-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-03-01-preview/types.json","Index":75}],"2018-11-19":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":98},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":106}],"2019-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":98},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":106}],"2019-06-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":109},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":117}],"2019-11-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":110},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":118}],"2020-01-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":132},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":140}],"2020-02-18-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":172},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":180}],"2020-03-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":152},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":160}],"2020-04-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":160},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":168}],"2020-05-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":317},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":325}],"2020-05-15-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":211},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":219}],"2020-06-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":191},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":199}],"2020-08-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":215},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":223}],"2020-09-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":332},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":340}],"2021-01-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":296},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":304}],"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":717},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":725}],"2021-04-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":305},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":313}],"2021-07-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":258},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":266}],"2022-01-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":264},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":272}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1137},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1145}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":773},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":781}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1323},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1331}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1486},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1494}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1183},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1191}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1529},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1537}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1640},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1648}]},"microsoft.machinelearningservices/workspaces/batchendpoints":{"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":726}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1146}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":782}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1332}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1495}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1192}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1538}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1649}]},"microsoft.machinelearningservices/workspaces/datastores":{"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":740}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1160}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":792}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1346}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1509}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1202}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1552}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1663}]},"microsoft.machinelearningservices/workspaces/onlineendpoints":{"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":741}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1161}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":793}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1347}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1510}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1203}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1553}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1703}]},"microsoft.machinelearningservices/workspaces/featuresets/versions":{"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1677},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1702}]},"microsoft.maps/accounts":{"2017-01-01-preview":[{"RelativePath":"maps/microsoft.maps/2017-01-01-preview/types.json","Index":16}],"2018-05-01":[{"RelativePath":"maps/microsoft.maps/2018-05-01/types.json","Index":16}],"2020-02-01-preview":[{"RelativePath":"maps/microsoft.maps/2020-02-01-preview/types.json","Index":39}],"2021-02-01":[{"RelativePath":"maps/microsoft.maps/2021-02-01/types.json","Index":40}],"2021-07-01-preview":[{"RelativePath":"maps/microsoft.maps/2021-07-01-preview/types.json","Index":50}],"2021-12-01-preview":[{"RelativePath":"maps/microsoft.maps/2021-12-01-preview/types.json","Index":59},{"RelativePath":"maps/microsoft.maps/2021-12-01-preview/types.json","Index":61}]},"microsoft.marketplace/privatestores":{"2021-12-01":[{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":83},{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":91},{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":94}],"2022-03-01":[{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":83},{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":91},{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":94}],"2022-09-01":[{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":89},{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":97},{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":100}],"2023-01-01":[{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":89},{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":97},{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":100}]},"microsoft.media/mediaservices":{"2015-10-01":[{"RelativePath":"mediaservices/microsoft.media/2015-10-01/types.json","Index":19}],"2020-05-01":[{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":635}],"2021-05-01":[{"RelativePath":"mediaservices/microsoft.media/2021-05-01/types.json","Index":75}],"2021-06-01":[{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":623}],"2021-11-01":[{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":665}],"2023-01-01":[{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":272}]},"microsoft.media/mediaservices/assets":{"2018-03-30-preview":[{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":376}],"2018-06-01-preview":[{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":382}],"2018-07-01":[{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":432},{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":436}],"2019-05-01-preview":[{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":432},{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":436}],"2020-05-01":[{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":607},{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":611}],"2021-06-01":[{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":631},{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":635}],"2021-11-01":[{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":673},{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":677}],"2022-08-01":[{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":296},{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":300}],"2023-01-01":[{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":280},{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":284}]},"microsoft.media/mediaservices/streaminglocators":{"2018-03-30-preview":[{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":385},{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":401}],"2018-06-01-preview":[{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":385},{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":401}],"2018-07-01":[{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":439},{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":455}],"2019-05-01-preview":[{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":439},{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":455}],"2020-05-01":[{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":614},{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":630}],"2021-06-01":[{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":638},{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":654}],"2021-11-01":[{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":680},{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":696}],"2022-08-01":[{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":303},{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":319}],"2023-01-01":[{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":287},{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":303}]},"microsoft.mixedreality/remoterenderingaccounts":{"2020-04-06-preview":[{"RelativePath":"mixedreality/microsoft.mixedreality/2020-04-06-preview/types.json","Index":34}],"2021-01-01":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-01-01/types.json","Index":40}],"2021-03-01-preview":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":47}]},"microsoft.mixedreality/spatialanchorsaccounts":{"2020-05-01":[{"RelativePath":"mixedreality/microsoft.mixedreality/2020-05-01/types.json","Index":34}],"2021-01-01":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-01-01/types.json","Index":39}],"2021-03-01-preview":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":46}]},"microsoft.mixedreality/objectanchorsaccounts":{"2021-03-01-preview":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":48}]},"microsoft.mobilenetwork/mobilenetworks":{"2022-03-01-preview":[{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":239}],"2022-04-01-preview":[{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":301}]},"microsoft.managedidentity/userassignedidentities":{"2021-09-30-preview":[{"RelativePath":"msi/microsoft.managedidentity/2021-09-30-preview/types.json","Index":24}],"2022-01-31-preview":[{"RelativePath":"msi/microsoft.managedidentity/2022-01-31-preview/types.json","Index":30}]},"microsoft.netapp/netappaccounts/capacitypools/volumes":{"2022-01-01":[{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":193}],"2022-03-01":[{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":194}],"2022-05-01":[{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":219}],"2022-09-01":[{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":224}]},"microsoft.network/networkmanagers":{"2021-02-01-preview":[{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":351},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":359},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":367},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":377},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":387}],"2021-05-01-preview":[{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":283},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":291},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":299},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":309},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":319}],"2022-01-01":[{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2975},{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2985},{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3004}],"2022-02-01-preview":[{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":289},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":297},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":305},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":315},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":325}],"2022-04-01-preview":[{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":294},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":302},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":310},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":320},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":330}],"2022-05-01":[{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3074},{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3084},{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3103}],"2022-07-01":[{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3080},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3090},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3109}],"2022-09-01":[{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3092},{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3102},{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3121}]},"microsoft.network/networkmanagers/networkgroups":{"2021-02-01-preview":[{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":389}],"2021-05-01-preview":[{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":336}],"2022-02-01-preview":[{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":342}],"2022-04-01-preview":[{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":347}]},"microsoft.network/firewallpolicies":{"2021-05-01":[{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2663},{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2667}],"2021-08-01":[{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2758},{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2762}],"2022-01-01":[{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3034},{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3038}],"2022-05-01":[{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3133},{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3137}],"2022-07-01":[{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3139},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3143}],"2022-09-01":[{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3151},{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3155}]},"newrelic.observability/monitors":{"2022-07-01-preview":[{"RelativePath":"newrelic/newrelic.observability/2022-07-01-preview/types.json","Index":126},{"RelativePath":"newrelic/newrelic.observability/2022-07-01-preview/types.json","Index":132}],"2022-07-01":[{"RelativePath":"newrelic/newrelic.observability/2022-07-01/types.json","Index":126},{"RelativePath":"newrelic/newrelic.observability/2022-07-01/types.json","Index":132}]},"microsoft.notificationhubs/namespaces/authorizationrules":{"2014-09-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":51}],"2016-03-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":58}],"2017-04-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":58}]},"microsoft.notificationhubs/namespaces/notificationhubs/authorizationrules":{"2014-09-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":52}],"2016-03-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":59}],"2017-04-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":59}]},"microsoft.openenergyplatform/energyservices":{"2022-04-04-preview":[{"RelativePath":"oep/microsoft.openenergyplatform/2022-04-04-preview/types.json","Index":38}]},"microsoft.operationalinsights/workspaces":{"2015-03-20":[{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-03-20/types.json","Index":29}]},"microsoft.orbital/spacecrafts":{"2021-04-04-preview":[{"RelativePath":"orbital/microsoft.orbital/2021-04-04-preview/types.json","Index":84}],"2022-03-01":[{"RelativePath":"orbital/microsoft.orbital/2022-03-01/types.json","Index":106}],"2022-11-01":[{"RelativePath":"orbital/microsoft.orbital/2022-11-01/types.json","Index":108}]},"paloaltonetworks.cloudngfw/globalrulestacks":{"2022-08-29-preview":[{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":245},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":249},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":252},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":256}]},"paloaltonetworks.cloudngfw/localrulestacks":{"2022-08-29-preview":[{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":257},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":258},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":259},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":260}]},"microsoft.policyinsights/remediations":{"2018-07-01-preview":[{"RelativePath":"policyinsights/microsoft.policyinsights/2018-07-01-preview/types.json","Index":23}],"2019-07-01":[{"RelativePath":"policyinsights/microsoft.policyinsights/2019-07-01/types.json","Index":26}],"2021-10-01":[{"RelativePath":"policyinsights/microsoft.policyinsights/2021-10-01/types.json","Index":38}]},"microsoft.powerbi/workspacecollections":{"2016-01-29":[{"RelativePath":"powerbiembedded/microsoft.powerbi/2016-01-29/types.json","Index":19}]},"microsoft.purview/accounts":{"2020-12-01-preview":[{"RelativePath":"purview/microsoft.purview/2020-12-01-preview/types.json","Index":64}],"2021-07-01":[{"RelativePath":"purview/microsoft.purview/2021-07-01/types.json","Index":68}]},"microsoft.redhatopenshift/openshiftclusters":{"2020-04-30":[{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2020-04-30/types.json","Index":46}],"2021-09-01-preview":[{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2021-09-01-preview/types.json","Index":106},{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2021-09-01-preview/types.json","Index":108}],"2022-04-01":[{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-04-01/types.json","Index":58},{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-04-01/types.json","Index":60}],"2022-09-04":[{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":78},{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":80}]},"microsoft.cache/redis":{"2015-08-01":[{"RelativePath":"redis/microsoft.cache/2015-08-01/types.json","Index":25}],"2016-04-01":[{"RelativePath":"redis/microsoft.cache/2016-04-01/types.json","Index":48}],"2017-02-01":[{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":59}],"2017-10-01":[{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":60}],"2018-03-01":[{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":77}],"2019-07-01":[{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":79}],"2020-06-01":[{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":100}],"2020-12-01":[{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":100}],"2021-06-01":[{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":108}],"2022-05-01":[{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":108}],"2022-06-01":[{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":108}]},"microsoft.cache/redisenterprise/databases":{"2020-10-01-preview":[{"RelativePath":"redisenterprise/microsoft.cache/2020-10-01-preview/types.json","Index":105}],"2021-02-01-preview":[{"RelativePath":"redisenterprise/microsoft.cache/2021-02-01-preview/types.json","Index":126}],"2021-03-01":[{"RelativePath":"redisenterprise/microsoft.cache/2021-03-01/types.json","Index":117}],"2021-08-01":[{"RelativePath":"redisenterprise/microsoft.cache/2021-08-01/types.json","Index":117}],"2022-01-01":[{"RelativePath":"redisenterprise/microsoft.cache/2022-01-01/types.json","Index":126}],"2022-11-01-preview":[{"RelativePath":"redisenterprise/microsoft.cache/2022-11-01-preview/types.json","Index":157}],"2023-03-01-preview":[{"RelativePath":"redisenterprise/microsoft.cache/2023-03-01-preview/types.json","Index":151}]},"microsoft.relay/namespaces/authorizationrules":{"2016-07-01":[{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":51}],"2017-04-01":[{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":56}],"2021-11-01":[{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":104}]},"microsoft.relay/namespaces/hybridconnections/authorizationrules":{"2016-07-01":[{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":52}],"2017-04-01":[{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":57}],"2021-11-01":[{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":105}]},"microsoft.relay/namespaces/wcfrelays/authorizationrules":{"2016-07-01":[{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":53}],"2017-04-01":[{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":58}],"2021-11-01":[{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":106}]},"microsoft.resourceconnector/appliances":{"2021-10-31-preview":[{"RelativePath":"resourceconnector/microsoft.resourceconnector/2021-10-31-preview/types.json","Index":47}],"2022-04-15-preview":[{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-04-15-preview/types.json","Index":65},{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-04-15-preview/types.json","Index":69}],"2022-10-27":[{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-10-27/types.json","Index":73},{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-10-27/types.json","Index":80}]},"microsoft.resourcehealth/events":{"2022-10-01-preview":[{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":114}]},"microsoft.search/searchservices":{"2015-02-28":[{"RelativePath":"search/microsoft.search/2015-02-28/types.json","Index":20}],"2015-08-19":[{"RelativePath":"search/microsoft.search/2015-08-19/types.json","Index":42},{"RelativePath":"search/microsoft.search/2015-08-19/types.json","Index":46}],"2019-10-01-preview":[{"RelativePath":"search/microsoft.search/2019-10-01-preview/types.json","Index":62},{"RelativePath":"search/microsoft.search/2019-10-01-preview/types.json","Index":66}],"2020-03-13":[{"RelativePath":"search/microsoft.search/2020-03-13/types.json","Index":62},{"RelativePath":"search/microsoft.search/2020-03-13/types.json","Index":66}],"2020-08-01-preview":[{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":80},{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":84}],"2020-08-01":[{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":80},{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":84}],"2021-04-01-preview":[{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":108},{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":112}],"2022-09-01":[{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":101},{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":105}]},"microsoft.security/ingestionsettings":{"2021-01-15-preview":[{"RelativePath":"security/microsoft.security/2021-01-15-preview/types.json","Index":13},{"RelativePath":"security/microsoft.security/2021-01-15-preview/types.json","Index":17}]},"microsoft.servicebus/namespaces/authorizationrules":{"2015-08-01":[{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":120}],"2017-04-01":[{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":140}],"2018-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":177}],"2021-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":185}],"2021-06-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":189}],"2021-11-01":[{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":189}],"2022-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":198}],"2022-10-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":197}]},"microsoft.servicebus/namespaces/queues/authorizationrules":{"2015-08-01":[{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":121}],"2017-04-01":[{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":141}],"2018-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":179}],"2021-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":187}],"2021-06-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":191}],"2021-11-01":[{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":191}],"2022-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":200}],"2022-10-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":199}]},"microsoft.servicebus/namespaces/topics/authorizationrules":{"2015-08-01":[{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":122}],"2017-04-01":[{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":142}],"2018-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":180}],"2021-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":188}],"2021-06-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":192}],"2021-11-01":[{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":192}],"2022-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":201}],"2022-10-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":200}]},"microsoft.servicebus/namespaces/disasterrecoveryconfigs/authorizationrules":{"2017-04-01":[{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":143}],"2018-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":178}],"2021-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":186}],"2021-06-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":190}],"2021-11-01":[{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":190}],"2022-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":199}],"2022-10-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":198}]},"microsoft.servicefabric/clusters":{"2020-12-01-preview":[{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":204}],"2021-06-01":[{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":217}]},"microsoft.servicefabricmesh/secrets/values":{"2018-09-01-preview":[{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":192}]},"microsoft.servicelinker/linkers":{"2021-11-01-preview":[{"RelativePath":"servicelinker/microsoft.servicelinker/2021-11-01-preview/types.json","Index":54}],"2022-01-01-preview":[{"RelativePath":"servicelinker/microsoft.servicelinker/2022-01-01-preview/types.json","Index":71}],"2022-05-01":[{"RelativePath":"servicelinker/microsoft.servicelinker/2022-05-01/types.json","Index":72}],"2022-11-01-preview":[{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":181}]},"microsoft.signalrservice/signalr":{"2018-03-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2018-03-01-preview/types.json","Index":31}],"2018-10-01":[{"RelativePath":"signalr/microsoft.signalrservice/2018-10-01/types.json","Index":39}],"2020-05-01":[{"RelativePath":"signalr/microsoft.signalrservice/2020-05-01/types.json","Index":101}],"2020-07-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2020-07-01-preview/types.json","Index":110}],"2021-04-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2021-04-01-preview/types.json","Index":149}],"2021-06-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2021-06-01-preview/types.json","Index":149}],"2021-09-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2021-09-01-preview/types.json","Index":149}],"2021-10-01":[{"RelativePath":"signalr/microsoft.signalrservice/2021-10-01/types.json","Index":153}],"2022-02-01":[{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":187}],"2022-08-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":188}],"2023-02-01":[{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":188}]},"microsoft.solutions/applications":{"2018-03-01":[{"RelativePath":"solutions/microsoft.solutions/2018-03-01/types.json","Index":128}],"2018-06-01":[{"RelativePath":"solutions/microsoft.solutions/2018-06-01/types.json","Index":128}],"2018-09-01-preview":[{"RelativePath":"solutions/microsoft.solutions/2018-09-01-preview/types.json","Index":128}],"2019-07-01":[{"RelativePath":"solutions/microsoft.solutions/2019-07-01/types.json","Index":145},{"RelativePath":"solutions/microsoft.solutions/2019-07-01/types.json","Index":151}],"2020-08-21-preview":[{"RelativePath":"solutions/microsoft.solutions/2020-08-21-preview/types.json","Index":145},{"RelativePath":"solutions/microsoft.solutions/2020-08-21-preview/types.json","Index":151}],"2021-02-01-preview":[{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":156},{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":162}],"2021-07-01":[{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":150},{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":156}]},"microsoft.storage/storageaccounts":{"2015-05-01-preview":[{"RelativePath":"storage/microsoft.storage/2015-05-01-preview/types.json","Index":33}],"2015-06-15":[{"RelativePath":"storage/microsoft.storage/2015-06-15/types.json","Index":33}],"2016-01-01":[{"RelativePath":"storage/microsoft.storage/2016-01-01/types.json","Index":53}],"2016-05-01":[{"RelativePath":"storage/microsoft.storage/2016-05-01/types.json","Index":53},{"RelativePath":"storage/microsoft.storage/2016-05-01/types.json","Index":77},{"RelativePath":"storage/microsoft.storage/2016-05-01/types.json","Index":97}],"2016-12-01":[{"RelativePath":"storage/microsoft.storage/2016-12-01/types.json","Index":53},{"RelativePath":"storage/microsoft.storage/2016-12-01/types.json","Index":77},{"RelativePath":"storage/microsoft.storage/2016-12-01/types.json","Index":97}],"2017-06-01":[{"RelativePath":"storage/microsoft.storage/2017-06-01/types.json","Index":90},{"RelativePath":"storage/microsoft.storage/2017-06-01/types.json","Index":114},{"RelativePath":"storage/microsoft.storage/2017-06-01/types.json","Index":134}],"2017-10-01":[{"RelativePath":"storage/microsoft.storage/2017-10-01/types.json","Index":92},{"RelativePath":"storage/microsoft.storage/2017-10-01/types.json","Index":116},{"RelativePath":"storage/microsoft.storage/2017-10-01/types.json","Index":136}],"2018-02-01":[{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":134},{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":158},{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":178}],"2018-03-01-preview":[{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":141},{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":165},{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":185}],"2018-07-01":[{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":167},{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":191},{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":211}],"2018-11-01":[{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":188},{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":212},{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":232}],"2019-04-01":[{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":217},{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":241},{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":261}],"2019-06-01":[{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":330},{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":354},{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":374}],"2020-08-01-preview":[{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":343},{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":367},{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":387}],"2021-01-01":[{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":350},{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":374},{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":394}],"2021-02-01":[{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":355},{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":379},{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":399}],"2021-04-01":[{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":390},{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":414},{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":434}],"2021-06-01":[{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":394},{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":418},{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":438}],"2021-08-01":[{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":409},{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":433},{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":453}],"2021-09-01":[{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":432},{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":456},{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":476}],"2022-05-01":[{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":433},{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":457},{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":477}],"2022-09-01":[{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":433},{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":457},{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":477}]},"microsoft.storage/storageaccounts/localusers":{"2021-08-01":[{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":456}],"2021-09-01":[{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":479}],"2022-05-01":[{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":480}],"2022-09-01":[{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":480}]},"microsoft.importexport/jobs":{"2016-11-01":[{"RelativePath":"storageimportexport/microsoft.importexport/2016-11-01/types.json","Index":55}],"2020-08-01":[{"RelativePath":"storageimportexport/microsoft.importexport/2020-08-01/types.json","Index":55}],"2021-01-01":[{"RelativePath":"storageimportexport/microsoft.importexport/2021-01-01/types.json","Index":55}]},"microsoft.storsimple/managers":{"2017-06-01":[{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":166},{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":172}]},"microsoft.storsimple/managers/devices":{"2017-06-01":[{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":185},{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":217}]},"microsoft.streamanalytics/clusters":{"2020-03-01-preview":[{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01-preview/types.json","Index":46}],"2020-03-01":[{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":276}]},"microsoft.synapse/workspaces/integrationruntimes":{"2019-06-01-preview":[{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":497}],"2020-12-01":[{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":513}],"2021-03-01":[{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":516}],"2021-04-01-preview":[{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":740}],"2021-05-01":[{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":521}],"2021-06-01-preview":[{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":808}],"2021-06-01":[{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":549}]},"microsoft.synapse/workspaces/kustopools":{"2021-06-01-preview":[{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":809},{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":813}]},"microsoft.media/videoanalyzers/edgemodules":{"2021-05-01-preview":[{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":85}],"2021-11-01-preview":[{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":244}]},"microsoft.media/videoanalyzers/videos":{"2021-05-01-preview":[{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":87}],"2021-11-01-preview":[{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":246}]},"microsoft.avs/privateclouds":{"2020-03-20":[{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":73}],"2020-07-17-preview":[{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":209}],"2021-01-01-preview":[{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":224}],"2021-06-01":[{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":306}],"2021-12-01":[{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":375}],"2022-05-01":[{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":408}]},"microsoft.avs/privateclouds/clusters":{"2022-05-01":[{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":413}]},"microsoft.domainregistration/topleveldomains":{"2015-04-01":[{"RelativePath":"web/microsoft.domainregistration/2015-04-01/types.json","Index":84}],"2015-08-01":[{"RelativePath":"web/microsoft.domainregistration/2015-08-01/types.json","Index":79}],"2018-02-01":[{"RelativePath":"web/microsoft.domainregistration/2018-02-01/types.json","Index":84}],"2019-08-01":[{"RelativePath":"web/microsoft.domainregistration/2019-08-01/types.json","Index":84}],"2020-06-01":[{"RelativePath":"web/microsoft.domainregistration/2020-06-01/types.json","Index":84}],"2020-09-01":[{"RelativePath":"web/microsoft.domainregistration/2020-09-01/types.json","Index":95}],"2020-10-01":[{"RelativePath":"web/microsoft.domainregistration/2020-10-01/types.json","Index":95}],"2020-12-01":[{"RelativePath":"web/microsoft.domainregistration/2020-12-01/types.json","Index":84}],"2021-01-01":[{"RelativePath":"web/microsoft.domainregistration/2021-01-01/types.json","Index":84}],"2021-01-15":[{"RelativePath":"web/microsoft.domainregistration/2021-01-15/types.json","Index":84}],"2021-02-01":[{"RelativePath":"web/microsoft.domainregistration/2021-02-01/types.json","Index":84}],"2021-03-01":[{"RelativePath":"web/microsoft.domainregistration/2021-03-01/types.json","Index":84}],"2022-03-01":[{"RelativePath":"web/microsoft.domainregistration/2022-03-01/types.json","Index":84}],"2022-09-01":[{"RelativePath":"web/microsoft.domainregistration/2022-09-01/types.json","Index":84}]},"microsoft.web/connections":{"2015-08-01-preview":[{"RelativePath":"web/microsoft.web/2015-08-01-preview/types.json","Index":93},{"RelativePath":"web/microsoft.web/2015-08-01-preview/types.json","Index":99}],"2016-06-01":[{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":111}]},"microsoft.web/sites/slots/config":{"2015-08-01":[{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":549}],"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":662}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":969}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":717}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1026}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1112}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1123}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1123}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1231}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1275}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1275}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1281}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1363}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1702}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1749}]},"microsoft.web/sites/config":{"2015-08-01":[{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":550}],"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":653}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":957}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":708}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1012}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1099}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1110}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1110}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1218}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1262}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1262}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1268}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1350}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1689}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1719}]},"microsoft.web/sites/slots/backups":{"2015-08-01":[{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":568}],"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":661}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":968}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":716}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1025}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1111}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1122}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1122}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1230}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1274}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1274}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1280}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1362}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1701}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1748}]},"microsoft.web/sites/backups":{"2015-08-01":[{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":569}],"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":650}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":954}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":705}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1009}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1096}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1107}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1107}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1215}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1261}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1261}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1267}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1349}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1688}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1718}]},"microsoft.web/locations":{"2016-06-01":[{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":100}]},"microsoft.web/sites/functions":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":656}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":958},{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":961}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":711}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1013},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1016}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1100},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1102}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1111},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1113}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1111},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1113}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1219},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1221}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1263},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1265}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1263},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1265}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1269},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1271}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1351},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1353}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1690},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1692}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1720},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1722}]},"microsoft.web/sites/hybridconnectionnamespaces/relays":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":659}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":966}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":714}]},"microsoft.web/sites":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":660}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":967}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":715}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1023},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1024}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1109},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1110}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1120},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1121}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1120},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1121}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1228},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1229}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1272},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1273}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1272},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1273}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1278},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1279}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1360},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1361}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1699},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1700}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1729},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1730},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1747}]},"microsoft.web/sites/slots/functions":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":663}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":970},{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":971}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":718}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1027},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1028}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1113},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1114}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1124},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1125}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1124},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1125}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1232},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1233}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1276},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1277}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1276},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1277}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1282},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1283}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1364},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1365}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1703},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1704}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1750},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1751}]},"microsoft.web/sites/slots/hybridconnectionnamespaces/relays":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":664}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":973}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":719}]},"microsoft.web/sites/slots":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":665}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":974}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":720}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1030},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1031}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1116},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1117}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1127},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1128}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1127},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1128}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1235},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1236}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1279},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1280}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1279},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1280}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1285},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1286}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1367},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1368}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1706},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1707}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1753},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1754},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1755}]},"microsoft.web/serverfarms/hybridconnectionnamespaces/relays":{"2016-09-01":[{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":126}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":951}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1042}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1128}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1139}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1139}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1252}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1243}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1243}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1249}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1327}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1666}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1696}]},"microsoft.web/sites/host":{"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":965}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1020}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1106}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1117}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1117}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1225}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1269}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1269}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1275}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1357}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1696}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1726}]},"microsoft.web/sites/slots/host":{"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":972}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1029}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1115}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1126}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1126}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1234}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1278}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1278}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1284}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1366}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1705}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1752}]},"microsoft.web/staticsites/authproviders":{"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1036}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1122}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1133}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1133}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1241}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1248}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1248}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1254}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1336}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1675}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1705}]},"microsoft.web/staticsites/builds":{"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1037}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1123}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1134}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1134}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1242},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1243}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1251},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1252}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1251},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1252}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1257},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1258}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1339},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1340}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1678},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1679}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1708},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1709}]},"microsoft.web/staticsites":{"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1038},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1039}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1124},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1125}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1135},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1136}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1135},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1136}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1244},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1247},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1248},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1249}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1253},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1256},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1257},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1258}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1253},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1256},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1257},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1258}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1259},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1262},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1263},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1264}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1341},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1344},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1345},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1346}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1680},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1683},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1684},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1685}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1710},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1713},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1714},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1715}]},"microsoft.web/containerapps":{"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1331}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1670}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1700}]},"microsoft.web/sites/hostruntime/webhooks/api/workflows/runs/actions":{"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1716}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1764}]},"microsoft.web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions":{"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1717}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1765}]},"microsoft.web/sites/hostruntime/webhooks/api/workflows/triggers":{"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1721}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1769}]},"microsoft.signalrservice/webpubsub":{"2021-04-01-preview":[{"RelativePath":"webpubsub/microsoft.signalrservice/2021-04-01-preview/types.json","Index":144}],"2021-06-01-preview":[{"RelativePath":"webpubsub/microsoft.signalrservice/2021-06-01-preview/types.json","Index":138}],"2021-09-01-preview":[{"RelativePath":"webpubsub/microsoft.signalrservice/2021-09-01-preview/types.json","Index":140}],"2021-10-01":[{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":148}],"2022-08-01-preview":[{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":188}],"2023-02-01":[{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":188}]}}} \ No newline at end of file +{"Resources":{"Microsoft.Addons/supportProviders/supportPlanTypes@2017-05-15":{"RelativePath":"addons/microsoft.addons/2017-05-15/types.json","Index":24},"Microsoft.Addons/supportProviders/supportPlanTypes@2018-03-01":{"RelativePath":"addons/microsoft.addons/2018-03-01/types.json","Index":24},"Microsoft.AutonomousDevelopmentPlatform/accounts@2020-07-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2020-07-01-preview/types.json","Index":31},"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools@2020-07-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2020-07-01-preview/types.json","Index":45},"Microsoft.AutonomousDevelopmentPlatform/accounts@2021-02-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2021-02-01-preview/types.json","Index":31},"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools@2021-02-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2021-02-01-preview/types.json","Index":46},"Microsoft.AutonomousDevelopmentPlatform/accounts@2021-11-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2021-11-01-preview/types.json","Index":31},"Microsoft.AutonomousDevelopmentPlatform/accounts/dataPools@2021-11-01-preview":{"RelativePath":"adp/microsoft.autonomousdevelopmentplatform/2021-11-01-preview/types.json","Index":57},"Microsoft.Advisor/recommendations/suppressions@2016-07-12-preview":{"RelativePath":"advisor/microsoft.advisor/2016-07-12-preview/types.json","Index":12},"Microsoft.Advisor/recommendations/suppressions@2017-03-31":{"RelativePath":"advisor/microsoft.advisor/2017-03-31/types.json","Index":12},"Microsoft.Advisor/recommendations@2017-03-31":{"RelativePath":"advisor/microsoft.advisor/2017-03-31/types.json","Index":34},"Microsoft.Advisor/recommendations/suppressions@2017-04-19":{"RelativePath":"advisor/microsoft.advisor/2017-04-19/types.json","Index":12},"Microsoft.Advisor/recommendations@2017-04-19":{"RelativePath":"advisor/microsoft.advisor/2017-04-19/types.json","Index":35},"Microsoft.Advisor/configurations@2020-01-01":{"RelativePath":"advisor/microsoft.advisor/2020-01-01/types.json","Index":31},"Microsoft.Advisor/recommendations/suppressions@2020-01-01":{"RelativePath":"advisor/microsoft.advisor/2020-01-01/types.json","Index":36},"Microsoft.Advisor/recommendations@2020-01-01":{"RelativePath":"advisor/microsoft.advisor/2020-01-01/types.json","Index":61},"Microsoft.Advisor/configurations@2022-09-01":{"RelativePath":"advisor/microsoft.advisor/2022-09-01/types.json","Index":38},"Microsoft.Advisor/recommendations/suppressions@2022-09-01":{"RelativePath":"advisor/microsoft.advisor/2022-09-01/types.json","Index":43},"Microsoft.Advisor/recommendations@2022-09-01":{"RelativePath":"advisor/microsoft.advisor/2022-09-01/types.json","Index":72},"Microsoft.Advisor/configurations@2022-10-01":{"RelativePath":"advisor/microsoft.advisor/2022-10-01/types.json","Index":49},"Microsoft.Advisor/recommendations/suppressions@2022-10-01":{"RelativePath":"advisor/microsoft.advisor/2022-10-01/types.json","Index":54},"Microsoft.Advisor/recommendations@2022-10-01":{"RelativePath":"advisor/microsoft.advisor/2022-10-01/types.json","Index":83},"Microsoft.Advisor/advisorScore@2022-10-01":{"RelativePath":"advisor/microsoft.advisor/2022-10-01/types.json","Index":96},"Microsoft.AgFoodPlatform/farmBeats/extensions@2020-05-12-preview":{"RelativePath":"agfood/microsoft.agfoodplatform/2020-05-12-preview/types.json","Index":23},"Microsoft.AgFoodPlatform/farmBeats@2020-05-12-preview":{"RelativePath":"agfood/microsoft.agfoodplatform/2020-05-12-preview/types.json","Index":32},"Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions@2020-05-12-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2020-05-12-preview/types.json","Index":50},"Microsoft.AgFoodPlatform/farmBeats/extensions@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":26},"Microsoft.AgFoodPlatform/farmBeats@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":69},"Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":73},"Microsoft.AgFoodPlatform/farmBeats/solutions@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":78},"Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":90},"Microsoft.AgFoodPlatform/farmBeats/privateLinkResources@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":97},"Microsoft.AgFoodPlatform/farmBeatsSolutionDefinitions@2021-09-01-preview":{"RelativePath":"agrifood/microsoft.agfoodplatform/2021-09-01-preview/types.json","Index":115},"Microsoft.AlertsManagement/alerts@2018-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2018-05-05-preview/types.json","Index":45},"Microsoft.AlertsManagement/smartGroups@2018-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2018-05-05-preview/types.json","Index":68},"Microsoft.AlertsManagement/alerts@2018-05-05":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2018-05-05/types.json","Index":46},"Microsoft.AlertsManagement/smartGroups@2018-05-05":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2018-05-05/types.json","Index":69},"microsoft.alertsManagement/smartDetectorAlertRules@2019-03-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-03-01/types.json","Index":29},"Microsoft.AlertsManagement/alerts@2019-03-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-03-01/types.json","Index":69},"Microsoft.AlertsManagement/actionRules@2019-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-05-05-preview/types.json","Index":45},"Microsoft.AlertsManagement/alerts@2019-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-05-05-preview/types.json","Index":84},"Microsoft.AlertsManagement/smartGroups@2019-05-05-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-05-05-preview/types.json","Index":107},"microsoft.alertsManagement/smartDetectorAlertRules@2019-06-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2019-06-01/types.json","Index":30},"microsoft.alertsManagement/smartDetectorAlertRules@2021-04-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2021-04-01/types.json","Index":39},"Microsoft.AlertsManagement/prometheusRuleGroups@2021-07-22-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2021-07-22-preview/types.json","Index":33},"Microsoft.AlertsManagement/actionRules@2021-08-08-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2021-08-08-preview/types.json","Index":71},"Microsoft.AlertsManagement/actionRules@2021-08-08":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2021-08-08/types.json","Index":71},"Microsoft.AlertsManagement/prometheusRuleGroups@2023-03-01":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2023-03-01/types.json","Index":33},"Microsoft.AlertsManagement/tenantActivityLogAlerts@2023-04-01-preview":{"RelativePath":"alertsmanagement/microsoft.alertsmanagement/2023-04-01-preview/types.json","Index":26},"Microsoft.AnalysisServices/servers@2016-05-16":{"RelativePath":"analysisservices/microsoft.analysisservices/2016-05-16/types.json","Index":46},"Microsoft.AnalysisServices/servers@2017-07-14":{"RelativePath":"analysisservices/microsoft.analysisservices/2017-07-14/types.json","Index":47},"Microsoft.AnalysisServices/servers@2017-08-01":{"RelativePath":"analysisservices/microsoft.analysisservices/2017-08-01/types.json","Index":53},"Microsoft.ApiManagement/service/apis@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":25},"Microsoft.ApiManagement/service/apis/operations@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":40},"Microsoft.ApiManagement/service/subscriptions@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":51},"Microsoft.ApiManagement/service/products@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":58},"Microsoft.ApiManagement/service/products/apis@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":62},"Microsoft.ApiManagement/service/products/groups@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":66},"Microsoft.ApiManagement/service/groups@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":70},"Microsoft.ApiManagement/service/groups/users@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":74},"Microsoft.ApiManagement/service/certificates@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":78},"Microsoft.ApiManagement/service/users@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":87},"Microsoft.ApiManagement/service/authorizationServers@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":117},"Microsoft.ApiManagement/service/loggers@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":122},"Microsoft.ApiManagement/service/properties@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":127},"Microsoft.ApiManagement/service/openidConnectProviders@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":131},"Microsoft.ApiManagement/service/backends@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":135},"Microsoft.ApiManagement/service/identityProviders@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":146},"Microsoft.ApiManagement/service@2016-07-07":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-07-07/types.json","Index":179},"Microsoft.ApiManagement/service/apis@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":25},"Microsoft.ApiManagement/service/apis/operations@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":40},"Microsoft.ApiManagement/service/authorizationServers@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":70},"Microsoft.ApiManagement/service/backends@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":83},"Microsoft.ApiManagement/service/certificates@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":87},"Microsoft.ApiManagement/service@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":120},"Microsoft.ApiManagement/service/groups@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":124},"Microsoft.ApiManagement/service/groups/users@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":128},"Microsoft.ApiManagement/service/identityProviders@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":140},"Microsoft.ApiManagement/service/loggers@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":145},"Microsoft.ApiManagement/service/openidConnectProviders@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":149},"Microsoft.ApiManagement/service/products@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":156},"Microsoft.ApiManagement/service/products/apis@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":160},"Microsoft.ApiManagement/service/products/groups@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":164},"Microsoft.ApiManagement/service/properties@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":169},"Microsoft.ApiManagement/service/subscriptions@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":180},"Microsoft.ApiManagement/service/tenant@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":185},"Microsoft.ApiManagement/service/users@2016-10-10":{"RelativePath":"apimanagement/microsoft.apimanagement/2016-10-10/types.json","Index":194},"Microsoft.ApiManagement/service/policies@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":14},"Microsoft.ApiManagement/service/apis@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":43},"Microsoft.ApiManagement/service/apis/releases@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":48},"Microsoft.ApiManagement/service/apis/operations@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":66},"Microsoft.ApiManagement/service/apis/operations/policies@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":72},"Microsoft.ApiManagement/service/apis/policies@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":78},"Microsoft.ApiManagement/service/apis/schemas@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":84},"Microsoft.ApiManagement/service/apis/diagnostics@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":89},"Microsoft.ApiManagement/service/apis/diagnostics/loggers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":93},"Microsoft.ApiManagement/service/apis/issues@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":104},"Microsoft.ApiManagement/service/apis/issues/comments@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":109},"Microsoft.ApiManagement/service/apis/issues/attachments@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":114},"Microsoft.ApiManagement/service/authorizationServers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":145},"Microsoft.ApiManagement/service/backends@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":168},"Microsoft.ApiManagement/service/certificates@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":173},"Microsoft.ApiManagement/service@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":211},"Microsoft.ApiManagement/service/diagnostics@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":215},"Microsoft.ApiManagement/service/diagnostics/loggers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":219},"Microsoft.ApiManagement/service/templates@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":241},"Microsoft.ApiManagement/service/groups@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":250},"Microsoft.ApiManagement/service/groups/users@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":254},"Microsoft.ApiManagement/service/identityProviders@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":274},"Microsoft.ApiManagement/service/loggers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":288},"Microsoft.ApiManagement/service/notifications@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":304},"Microsoft.ApiManagement/service/notifications/recipientUsers@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":308},"Microsoft.ApiManagement/service/notifications/recipientEmails@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":312},"Microsoft.ApiManagement/service/openidConnectProviders@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":317},"Microsoft.ApiManagement/service/portalsettings@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":337},"Microsoft.ApiManagement/service/products@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":345},"Microsoft.ApiManagement/service/products/apis@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":349},"Microsoft.ApiManagement/service/products/groups@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":353},"Microsoft.ApiManagement/service/products/policies@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":359},"Microsoft.ApiManagement/service/properties@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":365},"Microsoft.ApiManagement/service/subscriptions@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":377},"Microsoft.ApiManagement/service/tags@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":382},"Microsoft.ApiManagement/service/apis/tags@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":386},"Microsoft.ApiManagement/service/apis/operations/tags@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":390},"Microsoft.ApiManagement/service/products/tags@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":394},"Microsoft.ApiManagement/service/apis/tagDescriptions@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":399},"Microsoft.ApiManagement/service/users@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":421},"Microsoft.ApiManagement/service/api-version-sets@2017-03-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2017-03-01/types.json","Index":425},"Microsoft.ApiManagement/service/policies@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":19},"Microsoft.ApiManagement/service/apis@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":55},"Microsoft.ApiManagement/service/apis/releases@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":60},"Microsoft.ApiManagement/service/apis/operations@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":78},"Microsoft.ApiManagement/service/apis/operations/policies@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":84},"Microsoft.ApiManagement/service/apis/policies@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":90},"Microsoft.ApiManagement/service/apis/schemas@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":96},"Microsoft.ApiManagement/service/apis/diagnostics@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":101},"Microsoft.ApiManagement/service/apis/diagnostics/loggers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":105},"Microsoft.ApiManagement/service/apis/issues@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":116},"Microsoft.ApiManagement/service/apis/issues/comments@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":121},"Microsoft.ApiManagement/service/apis/issues/attachments@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":126},"Microsoft.ApiManagement/service/authorizationServers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":157},"Microsoft.ApiManagement/service/backends@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":180},"Microsoft.ApiManagement/service/certificates@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":185},"Microsoft.ApiManagement/service@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":225},"Microsoft.ApiManagement/service/diagnostics@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":229},"Microsoft.ApiManagement/service/diagnostics/loggers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":233},"Microsoft.ApiManagement/service/templates@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":255},"Microsoft.ApiManagement/service/groups@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":264},"Microsoft.ApiManagement/service/groups/users@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":268},"Microsoft.ApiManagement/service/identityProviders@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":288},"Microsoft.ApiManagement/service/loggers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":297},"Microsoft.ApiManagement/service/notifications@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":313},"Microsoft.ApiManagement/service/notifications/recipientUsers@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":317},"Microsoft.ApiManagement/service/notifications/recipientEmails@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":321},"Microsoft.ApiManagement/service/openidConnectProviders@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":326},"Microsoft.ApiManagement/service/portalsettings@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":346},"Microsoft.ApiManagement/service/products@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":354},"Microsoft.ApiManagement/service/products/apis@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":358},"Microsoft.ApiManagement/service/products/groups@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":362},"Microsoft.ApiManagement/service/products/policies@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":368},"Microsoft.ApiManagement/service/properties@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":374},"Microsoft.ApiManagement/service/subscriptions@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":386},"Microsoft.ApiManagement/service/tags@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":391},"Microsoft.ApiManagement/service/apis/tags@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":395},"Microsoft.ApiManagement/service/apis/operations/tags@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":399},"Microsoft.ApiManagement/service/products/tags@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":403},"Microsoft.ApiManagement/service/apis/tagDescriptions@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":408},"Microsoft.ApiManagement/service/users@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":429},"Microsoft.ApiManagement/service/api-version-sets@2018-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-01-01/types.json","Index":438},"Microsoft.ApiManagement/service/apis@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":46},"Microsoft.ApiManagement/service/apis/releases@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":51},"Microsoft.ApiManagement/service/apis/operations@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":69},"Microsoft.ApiManagement/service/apis/operations/policies@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":81},"Microsoft.ApiManagement/service/apis/operations/tags@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":86},"Microsoft.ApiManagement/service/apis/tags@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":90},"Microsoft.ApiManagement/service/products/tags@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":94},"Microsoft.ApiManagement/service/tags@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":98},"Microsoft.ApiManagement/service/apis/policies@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":104},"Microsoft.ApiManagement/service/apis/schemas@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":110},"Microsoft.ApiManagement/service/apis/diagnostics@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":124},"Microsoft.ApiManagement/service/apis/issues@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":135},"Microsoft.ApiManagement/service/apis/issues/comments@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":140},"Microsoft.ApiManagement/service/apis/issues/attachments@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":145},"Microsoft.ApiManagement/service/apis/tagDescriptions@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":150},"Microsoft.ApiManagement/service/authorizationServers@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":181},"Microsoft.ApiManagement/service/backends@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":204},"Microsoft.ApiManagement/service/caches@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":209},"Microsoft.ApiManagement/service/certificates@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":214},"Microsoft.ApiManagement/service@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":255},"Microsoft.ApiManagement/service/diagnostics@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":259},"Microsoft.ApiManagement/service/templates@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":281},"Microsoft.ApiManagement/service/groups@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":290},"Microsoft.ApiManagement/service/groups/users@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":294},"Microsoft.ApiManagement/service/identityProviders@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":314},"Microsoft.ApiManagement/service/loggers@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":323},"Microsoft.ApiManagement/service/notifications@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":339},"Microsoft.ApiManagement/service/notifications/recipientUsers@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":343},"Microsoft.ApiManagement/service/notifications/recipientEmails@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":347},"Microsoft.ApiManagement/service/openidConnectProviders@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":352},"Microsoft.ApiManagement/service/policies@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":358},"Microsoft.ApiManagement/service/portalsettings@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":378},"Microsoft.ApiManagement/service/products@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":386},"Microsoft.ApiManagement/service/products/apis@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":390},"Microsoft.ApiManagement/service/products/groups@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":394},"Microsoft.ApiManagement/service/products/policies@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":400},"Microsoft.ApiManagement/service/properties@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":406},"Microsoft.ApiManagement/service/subscriptions@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":418},"Microsoft.ApiManagement/service/users@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":439},"Microsoft.ApiManagement/service/api-version-sets@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/issues@2018-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2018-06-01-preview/types.json","Index":452},"Microsoft.ApiManagement/service/apis@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":133},"Microsoft.ApiManagement/service/apis/issues@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":144},"Microsoft.ApiManagement/service/apis/issues/comments@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":149},"Microsoft.ApiManagement/service/apis/issues/attachments@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":154},"Microsoft.ApiManagement/service/apis/tagDescriptions@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":159},"Microsoft.ApiManagement/service/apiVersionSets@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":168},"Microsoft.ApiManagement/service/authorizationServers@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":199},"Microsoft.ApiManagement/service/backends@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":222},"Microsoft.ApiManagement/service/caches@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":227},"Microsoft.ApiManagement/service/certificates@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":232},"Microsoft.ApiManagement/service@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":274},"Microsoft.ApiManagement/service/diagnostics@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":278},"Microsoft.ApiManagement/service/templates@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":300},"Microsoft.ApiManagement/service/groups@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":309},"Microsoft.ApiManagement/service/groups/users@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":313},"Microsoft.ApiManagement/service/identityProviders@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":333},"Microsoft.ApiManagement/service/loggers@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":342},"Microsoft.ApiManagement/service/notifications@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":358},"Microsoft.ApiManagement/service/notifications/recipientUsers@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":362},"Microsoft.ApiManagement/service/notifications/recipientEmails@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":366},"Microsoft.ApiManagement/service/openidConnectProviders@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":371},"Microsoft.ApiManagement/service/policies@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":377},"Microsoft.ApiManagement/service/portalsettings@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":397},"Microsoft.ApiManagement/service/products@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":405},"Microsoft.ApiManagement/service/products/apis@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":409},"Microsoft.ApiManagement/service/products/groups@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":413},"Microsoft.ApiManagement/service/products/policies@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":419},"Microsoft.ApiManagement/service/properties@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":425},"Microsoft.ApiManagement/service/subscriptions@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":437},"Microsoft.ApiManagement/service/users@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":461},"Microsoft.ApiManagement/service/issues@2019-01-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-01-01/types.json","Index":465},"Microsoft.ApiManagement/service/apis@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":133},"Microsoft.ApiManagement/service/apis/issues@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":144},"Microsoft.ApiManagement/service/apis/issues/comments@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":149},"Microsoft.ApiManagement/service/apis/issues/attachments@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":154},"Microsoft.ApiManagement/service/apis/tagDescriptions@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":159},"Microsoft.ApiManagement/service/apiVersionSets@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":168},"Microsoft.ApiManagement/service/authorizationServers@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":199},"Microsoft.ApiManagement/service/backends@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":222},"Microsoft.ApiManagement/service/caches@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":227},"Microsoft.ApiManagement/service/certificates@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":232},"Microsoft.ApiManagement/service@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":280},"Microsoft.ApiManagement/service/diagnostics@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":284},"Microsoft.ApiManagement/service/templates@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":306},"Microsoft.ApiManagement/service/gateways@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":312},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":317},"Microsoft.ApiManagement/service/gateways/apis@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":323},"Microsoft.ApiManagement/service/groups@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":332},"Microsoft.ApiManagement/service/groups/users@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":336},"Microsoft.ApiManagement/service/identityProviders@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":356},"Microsoft.ApiManagement/service/loggers@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":365},"Microsoft.ApiManagement/service/notifications@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":381},"Microsoft.ApiManagement/service/notifications/recipientUsers@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":385},"Microsoft.ApiManagement/service/notifications/recipientEmails@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":389},"Microsoft.ApiManagement/service/openidConnectProviders@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":394},"Microsoft.ApiManagement/service/policies@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":400},"Microsoft.ApiManagement/service/portalsettings@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":420},"Microsoft.ApiManagement/service/products@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":428},"Microsoft.ApiManagement/service/products/apis@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":432},"Microsoft.ApiManagement/service/products/groups@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":436},"Microsoft.ApiManagement/service/products/policies@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":442},"Microsoft.ApiManagement/service/namedValues@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/subscriptions@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":460},"Microsoft.ApiManagement/service/users@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":483},"Microsoft.ApiManagement/service/issues@2019-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":487},"Microsoft.ApiManagement/service/apis@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":133},"Microsoft.ApiManagement/service/apis/issues@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":144},"Microsoft.ApiManagement/service/apis/issues/comments@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":149},"Microsoft.ApiManagement/service/apis/issues/attachments@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":154},"Microsoft.ApiManagement/service/apis/tagDescriptions@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":159},"Microsoft.ApiManagement/service/apiVersionSets@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":168},"Microsoft.ApiManagement/service/authorizationServers@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":199},"Microsoft.ApiManagement/service/backends@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":222},"Microsoft.ApiManagement/service/caches@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":227},"Microsoft.ApiManagement/service/certificates@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":232},"Microsoft.ApiManagement/service/contentTypes@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":237},"Microsoft.ApiManagement/service/contentTypes/contentItems@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":242},"Microsoft.ApiManagement/service@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":290},"Microsoft.ApiManagement/service/diagnostics@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":294},"Microsoft.ApiManagement/service/templates@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":316},"Microsoft.ApiManagement/service/gateways@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":322},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":327},"Microsoft.ApiManagement/service/gateways/apis@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":333},"Microsoft.ApiManagement/service/groups@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":342},"Microsoft.ApiManagement/service/groups/users@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":346},"Microsoft.ApiManagement/service/identityProviders@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":366},"Microsoft.ApiManagement/service/loggers@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":375},"Microsoft.ApiManagement/service/namedValues@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":381},"Microsoft.ApiManagement/service/notifications@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":397},"Microsoft.ApiManagement/service/notifications/recipientUsers@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":401},"Microsoft.ApiManagement/service/notifications/recipientEmails@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":405},"Microsoft.ApiManagement/service/openidConnectProviders@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":410},"Microsoft.ApiManagement/service/policies@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":416},"Microsoft.ApiManagement/service/portalsettings@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":436},"Microsoft.ApiManagement/service/products@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":444},"Microsoft.ApiManagement/service/products/apis@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":448},"Microsoft.ApiManagement/service/products/groups@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":452},"Microsoft.ApiManagement/service/products/policies@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":458},"Microsoft.ApiManagement/service/subscriptions@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":470},"Microsoft.ApiManagement/service/users@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":494},"Microsoft.ApiManagement/service/issues@2019-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":498},"Microsoft.ApiManagement/service/apis@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":143},"Microsoft.ApiManagement/service/apis/issues@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":154},"Microsoft.ApiManagement/service/apis/issues/comments@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":159},"Microsoft.ApiManagement/service/apis/issues/attachments@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":164},"Microsoft.ApiManagement/service/apis/tagDescriptions@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":169},"Microsoft.ApiManagement/service/apiVersionSets@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":178},"Microsoft.ApiManagement/service/authorizationServers@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":209},"Microsoft.ApiManagement/service/backends@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":233},"Microsoft.ApiManagement/service/caches@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":238},"Microsoft.ApiManagement/service/certificates@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":245},"Microsoft.ApiManagement/service/contentTypes@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":250},"Microsoft.ApiManagement/service/contentTypes/contentItems@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":255},"Microsoft.ApiManagement/service@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":306},"Microsoft.ApiManagement/service/diagnostics@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":310},"Microsoft.ApiManagement/service/templates@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":332},"Microsoft.ApiManagement/service/gateways@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":338},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":343},"Microsoft.ApiManagement/service/gateways/apis@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":349},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":354},"Microsoft.ApiManagement/service/groups@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":363},"Microsoft.ApiManagement/service/groups/users@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":367},"Microsoft.ApiManagement/service/identityProviders@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":387},"Microsoft.ApiManagement/service/loggers@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":397},"Microsoft.ApiManagement/service/namedValues@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":403},"Microsoft.ApiManagement/service/notifications@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":419},"Microsoft.ApiManagement/service/notifications/recipientUsers@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":423},"Microsoft.ApiManagement/service/notifications/recipientEmails@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":427},"Microsoft.ApiManagement/service/openidConnectProviders@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":432},"Microsoft.ApiManagement/service/policies@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":438},"Microsoft.ApiManagement/service/portalRevisions@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/portalsettings@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":468},"Microsoft.ApiManagement/service/products@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":476},"Microsoft.ApiManagement/service/products/apis@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":480},"Microsoft.ApiManagement/service/products/groups@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":484},"Microsoft.ApiManagement/service/products/policies@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":490},"Microsoft.ApiManagement/service/subscriptions@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":502},"Microsoft.ApiManagement/service/tenant@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":510},"Microsoft.ApiManagement/service/users@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":534},"Microsoft.ApiManagement/locations/deletedservices@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":539},"Microsoft.ApiManagement/service/issues@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":543},"Microsoft.ApiManagement/service/settings@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":551},"Microsoft.ApiManagement/service/users/subscriptions@2020-06-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":563},"Microsoft.ApiManagement/service/apis@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":47},"Microsoft.ApiManagement/service/apis/releases@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":52},"Microsoft.ApiManagement/service/apis/operations@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":70},"Microsoft.ApiManagement/service/apis/operations/policies@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/tags@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":87},"Microsoft.ApiManagement/service/apis/tags@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":91},"Microsoft.ApiManagement/service/products/tags@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":95},"Microsoft.ApiManagement/service/tags@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/policies@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":105},"Microsoft.ApiManagement/service/apis/schemas@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":111},"Microsoft.ApiManagement/service/apis/diagnostics@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":143},"Microsoft.ApiManagement/service/apis/issues@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":154},"Microsoft.ApiManagement/service/apis/issues/comments@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":159},"Microsoft.ApiManagement/service/apis/issues/attachments@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":164},"Microsoft.ApiManagement/service/apis/tagDescriptions@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":169},"Microsoft.ApiManagement/service/apiVersionSets@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":178},"Microsoft.ApiManagement/service/authorizationServers@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":209},"Microsoft.ApiManagement/service/backends@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":233},"Microsoft.ApiManagement/service/caches@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":238},"Microsoft.ApiManagement/service/certificates@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":245},"Microsoft.ApiManagement/service/contentTypes@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":250},"Microsoft.ApiManagement/service/contentTypes/contentItems@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":255},"Microsoft.ApiManagement/service@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":306},"Microsoft.ApiManagement/service/diagnostics@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":310},"Microsoft.ApiManagement/service/templates@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":332},"Microsoft.ApiManagement/service/gateways@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":338},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":343},"Microsoft.ApiManagement/service/gateways/apis@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":349},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":354},"Microsoft.ApiManagement/service/groups@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":363},"Microsoft.ApiManagement/service/groups/users@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":367},"Microsoft.ApiManagement/service/identityProviders@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":387},"Microsoft.ApiManagement/service/loggers@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":397},"Microsoft.ApiManagement/service/namedValues@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":403},"Microsoft.ApiManagement/service/notifications@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":419},"Microsoft.ApiManagement/service/notifications/recipientUsers@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":423},"Microsoft.ApiManagement/service/notifications/recipientEmails@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":427},"Microsoft.ApiManagement/service/openidConnectProviders@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":432},"Microsoft.ApiManagement/service/policies@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":438},"Microsoft.ApiManagement/service/portalRevisions@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":448},"Microsoft.ApiManagement/service/portalsettings@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":468},"Microsoft.ApiManagement/service/products@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":476},"Microsoft.ApiManagement/service/products/apis@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":480},"Microsoft.ApiManagement/service/products/groups@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":484},"Microsoft.ApiManagement/service/products/policies@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":490},"Microsoft.ApiManagement/service/subscriptions@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":502},"Microsoft.ApiManagement/service/tenant@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":510},"Microsoft.ApiManagement/service/users@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":534},"Microsoft.ApiManagement/locations/deletedservices@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":539},"Microsoft.ApiManagement/service/issues@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":543},"Microsoft.ApiManagement/service/settings@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":551},"Microsoft.ApiManagement/service/users/subscriptions@2020-12-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":563},"Microsoft.ApiManagement/service/apis@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":53},"Microsoft.ApiManagement/service/apis/releases@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":58},"Microsoft.ApiManagement/service/apis/operations@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":78},"Microsoft.ApiManagement/service/apis/operations/policies@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":90},"Microsoft.ApiManagement/service/apis/operations/tags@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":95},"Microsoft.ApiManagement/service/apis/tags@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/products/tags@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":103},"Microsoft.ApiManagement/service/tags@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":107},"Microsoft.ApiManagement/service/apis/policies@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":113},"Microsoft.ApiManagement/service/apis/schemas@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":118},"Microsoft.ApiManagement/service/apis/diagnostics@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":150},"Microsoft.ApiManagement/service/apis/issues@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":161},"Microsoft.ApiManagement/service/apis/issues/comments@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":166},"Microsoft.ApiManagement/service/apis/issues/attachments@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":171},"Microsoft.ApiManagement/service/apis/tagDescriptions@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":176},"Microsoft.ApiManagement/service/apiVersionSets@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":185},"Microsoft.ApiManagement/service/authorizationServers@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":216},"Microsoft.ApiManagement/service/backends@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":240},"Microsoft.ApiManagement/service/caches@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":245},"Microsoft.ApiManagement/service/certificates@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":252},"Microsoft.ApiManagement/service/contentTypes@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":257},"Microsoft.ApiManagement/service/contentTypes/contentItems@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":262},"Microsoft.ApiManagement/service@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":322},"Microsoft.ApiManagement/service/diagnostics@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":326},"Microsoft.ApiManagement/service/templates@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":348},"Microsoft.ApiManagement/service/gateways@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":354},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":359},"Microsoft.ApiManagement/service/gateways/apis@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":365},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":370},"Microsoft.ApiManagement/service/groups@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":379},"Microsoft.ApiManagement/service/groups/users@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":383},"Microsoft.ApiManagement/service/identityProviders@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":403},"Microsoft.ApiManagement/service/loggers@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":413},"Microsoft.ApiManagement/service/namedValues@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":419},"Microsoft.ApiManagement/service/notifications@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":435},"Microsoft.ApiManagement/service/notifications/recipientUsers@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":439},"Microsoft.ApiManagement/service/notifications/recipientEmails@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":443},"Microsoft.ApiManagement/service/openidConnectProviders@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/policies@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":454},"Microsoft.ApiManagement/service/portalRevisions@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":464},"Microsoft.ApiManagement/service/portalsettings@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":484},"Microsoft.ApiManagement/service/products@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":492},"Microsoft.ApiManagement/service/products/apis@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":496},"Microsoft.ApiManagement/service/products/groups@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":500},"Microsoft.ApiManagement/service/products/policies@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":506},"Microsoft.ApiManagement/service/subscriptions@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":518},"Microsoft.ApiManagement/service/tenant@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":526},"Microsoft.ApiManagement/service/users@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":550},"Microsoft.ApiManagement/locations/deletedservices@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":555},"Microsoft.ApiManagement/service/issues@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":559},"Microsoft.ApiManagement/service/settings@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":567},"Microsoft.ApiManagement/service/users/subscriptions@2021-01-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":579},"Microsoft.ApiManagement/service/apis@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":56},"Microsoft.ApiManagement/service/apis/releases@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":61},"Microsoft.ApiManagement/service/apis/operations@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/policies@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":94},"Microsoft.ApiManagement/service/apis/operations/tags@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/tags@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":103},"Microsoft.ApiManagement/service/products/tags@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":107},"Microsoft.ApiManagement/service/tags@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":111},"Microsoft.ApiManagement/service/apis/policies@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":117},"Microsoft.ApiManagement/service/apis/schemas@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":123},"Microsoft.ApiManagement/service/apis/diagnostics@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":155},"Microsoft.ApiManagement/service/apis/issues@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":166},"Microsoft.ApiManagement/service/apis/issues/comments@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues/attachments@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":176},"Microsoft.ApiManagement/service/apis/tagDescriptions@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":181},"Microsoft.ApiManagement/service/apiVersionSets@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":190},"Microsoft.ApiManagement/service/authorizationServers@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":221},"Microsoft.ApiManagement/service/backends@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":245},"Microsoft.ApiManagement/service/caches@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":250},"Microsoft.ApiManagement/service/certificates@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":257},"Microsoft.ApiManagement/service/contentTypes@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":262},"Microsoft.ApiManagement/service/contentTypes/contentItems@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":267},"Microsoft.ApiManagement/service@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":361},"Microsoft.ApiManagement/service/diagnostics@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":365},"Microsoft.ApiManagement/service/templates@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":387},"Microsoft.ApiManagement/service/gateways@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":393},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":398},"Microsoft.ApiManagement/service/gateways/apis@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":404},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":409},"Microsoft.ApiManagement/service/groups@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":418},"Microsoft.ApiManagement/service/groups/users@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":422},"Microsoft.ApiManagement/service/identityProviders@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":442},"Microsoft.ApiManagement/service/loggers@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":452},"Microsoft.ApiManagement/service/namedValues@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":458},"Microsoft.ApiManagement/service/notifications@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":474},"Microsoft.ApiManagement/service/notifications/recipientUsers@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":478},"Microsoft.ApiManagement/service/notifications/recipientEmails@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":482},"Microsoft.ApiManagement/service/openidConnectProviders@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":487},"Microsoft.ApiManagement/service/policies@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":493},"Microsoft.ApiManagement/service/portalRevisions@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":503},"Microsoft.ApiManagement/service/portalsettings@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":523},"Microsoft.ApiManagement/service/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":534},"Microsoft.ApiManagement/service/products@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":542},"Microsoft.ApiManagement/service/products/apis@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":546},"Microsoft.ApiManagement/service/products/groups@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":550},"Microsoft.ApiManagement/service/products/policies@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":556},"Microsoft.ApiManagement/service/schemas@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":564},"Microsoft.ApiManagement/service/subscriptions@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":576},"Microsoft.ApiManagement/service/tenant@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":584},"Microsoft.ApiManagement/service/users@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":608},"Microsoft.ApiManagement/locations/deletedservices@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":613},"Microsoft.ApiManagement/service/issues@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":617},"Microsoft.ApiManagement/service/privateLinkResources@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":624},"Microsoft.ApiManagement/service/settings@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":632},"Microsoft.ApiManagement/service/users/subscriptions@2021-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":644},"Microsoft.ApiManagement/service/apis@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":56},"Microsoft.ApiManagement/service/apis/releases@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":61},"Microsoft.ApiManagement/service/apis/operations@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/policies@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":94},"Microsoft.ApiManagement/service/apis/operations/tags@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/tags@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":103},"Microsoft.ApiManagement/service/products/tags@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":107},"Microsoft.ApiManagement/service/tags@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":111},"Microsoft.ApiManagement/service/apis/policies@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":117},"Microsoft.ApiManagement/service/apis/schemas@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":123},"Microsoft.ApiManagement/service/apis/diagnostics@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":155},"Microsoft.ApiManagement/service/apis/issues@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":166},"Microsoft.ApiManagement/service/apis/issues/comments@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues/attachments@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":176},"Microsoft.ApiManagement/service/apis/tagDescriptions@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":181},"Microsoft.ApiManagement/service/apiVersionSets@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":190},"Microsoft.ApiManagement/service/authorizationServers@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":221},"Microsoft.ApiManagement/service/backends@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":245},"Microsoft.ApiManagement/service/caches@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":250},"Microsoft.ApiManagement/service/certificates@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":257},"Microsoft.ApiManagement/service/contentTypes@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":262},"Microsoft.ApiManagement/service/contentTypes/contentItems@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":267},"Microsoft.ApiManagement/service@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":361},"Microsoft.ApiManagement/service/diagnostics@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":365},"Microsoft.ApiManagement/service/templates@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":387},"Microsoft.ApiManagement/service/gateways@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":393},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":398},"Microsoft.ApiManagement/service/gateways/apis@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":404},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":409},"Microsoft.ApiManagement/service/groups@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":418},"Microsoft.ApiManagement/service/groups/users@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":422},"Microsoft.ApiManagement/service/identityProviders@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":442},"Microsoft.ApiManagement/service/loggers@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":452},"Microsoft.ApiManagement/service/namedValues@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":458},"Microsoft.ApiManagement/service/notifications@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":474},"Microsoft.ApiManagement/service/notifications/recipientUsers@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":478},"Microsoft.ApiManagement/service/notifications/recipientEmails@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":482},"Microsoft.ApiManagement/service/openidConnectProviders@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":487},"Microsoft.ApiManagement/service/policies@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":493},"Microsoft.ApiManagement/service/portalRevisions@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":503},"Microsoft.ApiManagement/service/portalsettings@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":523},"Microsoft.ApiManagement/service/privateEndpointConnections@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":534},"Microsoft.ApiManagement/service/products@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":542},"Microsoft.ApiManagement/service/products/apis@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":546},"Microsoft.ApiManagement/service/products/groups@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":550},"Microsoft.ApiManagement/service/products/policies@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":556},"Microsoft.ApiManagement/service/schemas@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":564},"Microsoft.ApiManagement/service/subscriptions@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":576},"Microsoft.ApiManagement/service/tenant@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":584},"Microsoft.ApiManagement/service/users@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":608},"Microsoft.ApiManagement/locations/deletedservices@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":613},"Microsoft.ApiManagement/service/issues@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":617},"Microsoft.ApiManagement/service/privateLinkResources@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":624},"Microsoft.ApiManagement/service/settings@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":632},"Microsoft.ApiManagement/service/users/subscriptions@2021-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":644},"Microsoft.ApiManagement/service/apis@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":56},"Microsoft.ApiManagement/service/apis/releases@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":61},"Microsoft.ApiManagement/service/apis/operations@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":82},"Microsoft.ApiManagement/service/apis/operations/policies@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":94},"Microsoft.ApiManagement/service/apis/operations/tags@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/tags@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":103},"Microsoft.ApiManagement/service/products/tags@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":107},"Microsoft.ApiManagement/service/tags@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":111},"Microsoft.ApiManagement/service/apis/policies@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":117},"Microsoft.ApiManagement/service/apis/schemas@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":123},"Microsoft.ApiManagement/service/apis/diagnostics@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":155},"Microsoft.ApiManagement/service/apis/issues@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":166},"Microsoft.ApiManagement/service/apis/issues/comments@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues/attachments@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":176},"Microsoft.ApiManagement/service/apis/tagDescriptions@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":181},"Microsoft.ApiManagement/service/apiVersionSets@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":190},"Microsoft.ApiManagement/service/authorizationServers@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":221},"Microsoft.ApiManagement/service/backends@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":245},"Microsoft.ApiManagement/service/caches@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":250},"Microsoft.ApiManagement/service/certificates@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":257},"Microsoft.ApiManagement/service/contentTypes@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":262},"Microsoft.ApiManagement/service/contentTypes/contentItems@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":267},"Microsoft.ApiManagement/service@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":361},"Microsoft.ApiManagement/service/diagnostics@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":365},"Microsoft.ApiManagement/service/templates@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":387},"Microsoft.ApiManagement/service/gateways@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":393},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":398},"Microsoft.ApiManagement/service/gateways/apis@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":404},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":409},"Microsoft.ApiManagement/service/groups@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":418},"Microsoft.ApiManagement/service/groups/users@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":422},"Microsoft.ApiManagement/service/identityProviders@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":442},"Microsoft.ApiManagement/service/loggers@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":452},"Microsoft.ApiManagement/service/namedValues@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":458},"Microsoft.ApiManagement/service/notifications@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":474},"Microsoft.ApiManagement/service/notifications/recipientUsers@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":478},"Microsoft.ApiManagement/service/notifications/recipientEmails@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":482},"Microsoft.ApiManagement/service/openidConnectProviders@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":487},"Microsoft.ApiManagement/service/policies@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":493},"Microsoft.ApiManagement/service/policyFragments@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":501},"Microsoft.ApiManagement/service/portalRevisions@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":511},"Microsoft.ApiManagement/service/portalsettings@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":531},"Microsoft.ApiManagement/service/portalconfigs@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":549},"Microsoft.ApiManagement/service/privateEndpointConnections@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":560},"Microsoft.ApiManagement/service/products@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":568},"Microsoft.ApiManagement/service/products/apis@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":572},"Microsoft.ApiManagement/service/products/groups@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":576},"Microsoft.ApiManagement/service/products/policies@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":582},"Microsoft.ApiManagement/service/schemas@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":590},"Microsoft.ApiManagement/service/subscriptions@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":602},"Microsoft.ApiManagement/service/tenant@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":610},"Microsoft.ApiManagement/service/users@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":634},"Microsoft.ApiManagement/locations/deletedservices@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":639},"Microsoft.ApiManagement/service/issues@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":643},"Microsoft.ApiManagement/service/privateLinkResources@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":650},"Microsoft.ApiManagement/service/settings@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":658},"Microsoft.ApiManagement/service/users/subscriptions@2021-12-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":670},"Microsoft.ApiManagement/service/apis@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":61},"Microsoft.ApiManagement/service/apis/releases@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":66},"Microsoft.ApiManagement/service/apis/operations@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":87},"Microsoft.ApiManagement/service/apis/operations/policies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":99},"Microsoft.ApiManagement/service/apis/operations/tags@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":104},"Microsoft.ApiManagement/service/apis/tags@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":108},"Microsoft.ApiManagement/service/products/tags@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":112},"Microsoft.ApiManagement/service/tags@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":116},"Microsoft.ApiManagement/service/apis/policies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":122},"Microsoft.ApiManagement/service/apis/schemas@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":128},"Microsoft.ApiManagement/service/apis/diagnostics@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":160},"Microsoft.ApiManagement/service/apis/issues@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues/comments@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":176},"Microsoft.ApiManagement/service/apis/issues/attachments@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":181},"Microsoft.ApiManagement/service/apis/tagDescriptions@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":186},"Microsoft.ApiManagement/service/apiVersionSets@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":195},"Microsoft.ApiManagement/service/authorizationServers@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":226},"Microsoft.ApiManagement/service/authorizationProviders@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":235},"Microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":247},"Microsoft.ApiManagement/service/authorizationProviders/authorizations/accessPolicies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":252},"Microsoft.ApiManagement/service/backends@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":276},"Microsoft.ApiManagement/service/caches@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":281},"Microsoft.ApiManagement/service/certificates@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":288},"Microsoft.ApiManagement/service/contentTypes@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":293},"Microsoft.ApiManagement/service/contentTypes/contentItems@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":298},"Microsoft.ApiManagement/service@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":400},"Microsoft.ApiManagement/service/diagnostics@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":404},"Microsoft.ApiManagement/service/templates@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":426},"Microsoft.ApiManagement/service/gateways@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":432},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":437},"Microsoft.ApiManagement/service/gateways/apis@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":443},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":448},"Microsoft.ApiManagement/service/groups@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":457},"Microsoft.ApiManagement/service/groups/users@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":461},"Microsoft.ApiManagement/service/identityProviders@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":481},"Microsoft.ApiManagement/service/loggers@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":491},"Microsoft.ApiManagement/service/namedValues@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":497},"Microsoft.ApiManagement/service/notifications@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":513},"Microsoft.ApiManagement/service/notifications/recipientUsers@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":517},"Microsoft.ApiManagement/service/notifications/recipientEmails@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":521},"Microsoft.ApiManagement/service/openidConnectProviders@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":526},"Microsoft.ApiManagement/service/policies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":532},"Microsoft.ApiManagement/service/policyFragments@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":540},"Microsoft.ApiManagement/service/portalconfigs@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":558},"Microsoft.ApiManagement/service/portalRevisions@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":568},"Microsoft.ApiManagement/service/portalsettings@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":588},"Microsoft.ApiManagement/service/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":599},"Microsoft.ApiManagement/service/products@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":607},"Microsoft.ApiManagement/service/products/apis@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":611},"Microsoft.ApiManagement/service/products/groups@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":615},"Microsoft.ApiManagement/service/products/policies@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":621},"Microsoft.ApiManagement/service/schemas@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":629},"Microsoft.ApiManagement/service/subscriptions@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":641},"Microsoft.ApiManagement/service/tenant@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":649},"Microsoft.ApiManagement/service/users@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":673},"Microsoft.ApiManagement/locations/deletedservices@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":678},"Microsoft.ApiManagement/service/issues@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":682},"Microsoft.ApiManagement/service/privateLinkResources@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":689},"Microsoft.ApiManagement/service/settings@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":697},"Microsoft.ApiManagement/service/users/subscriptions@2022-04-01-preview":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":709},"Microsoft.ApiManagement/service/apis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":61},"Microsoft.ApiManagement/service/apis/releases@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":66},"Microsoft.ApiManagement/service/apis/operations@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":87},"Microsoft.ApiManagement/service/apis/operations/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":99},"Microsoft.ApiManagement/service/apis/operations/tags@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":104},"Microsoft.ApiManagement/service/apis/tags@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":108},"Microsoft.ApiManagement/service/products/tags@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":112},"Microsoft.ApiManagement/service/tags@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":116},"Microsoft.ApiManagement/service/apis/resolvers@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":121},"Microsoft.ApiManagement/service/apis/resolvers/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":127},"Microsoft.ApiManagement/service/apis/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":133},"Microsoft.ApiManagement/service/apis/schemas@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":139},"Microsoft.ApiManagement/service/apis/diagnostics@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":171},"Microsoft.ApiManagement/service/apis/issues@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":182},"Microsoft.ApiManagement/service/apis/issues/comments@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":187},"Microsoft.ApiManagement/service/apis/issues/attachments@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":192},"Microsoft.ApiManagement/service/apis/tagDescriptions@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":197},"Microsoft.ApiManagement/service/apis/wikis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":205},"Microsoft.ApiManagement/service/apiVersionSets@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":214},"Microsoft.ApiManagement/service/authorizationServers@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":245},"Microsoft.ApiManagement/service/authorizationProviders@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":254},"Microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":266},"Microsoft.ApiManagement/service/authorizationProviders/authorizations/accessPolicies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":271},"Microsoft.ApiManagement/service/backends@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":295},"Microsoft.ApiManagement/service/caches@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":300},"Microsoft.ApiManagement/service/certificates@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":307},"Microsoft.ApiManagement/service/contentTypes@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":312},"Microsoft.ApiManagement/service/contentTypes/contentItems@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":317},"Microsoft.ApiManagement/service@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":419},"Microsoft.ApiManagement/service/diagnostics@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":423},"Microsoft.ApiManagement/service/templates@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":445},"Microsoft.ApiManagement/service/gateways@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":451},"Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":456},"Microsoft.ApiManagement/service/gateways/apis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":462},"Microsoft.ApiManagement/service/gateways/certificateAuthorities@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":467},"Microsoft.ApiManagement/service/groups@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":476},"Microsoft.ApiManagement/service/groups/users@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":480},"Microsoft.ApiManagement/service/identityProviders@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":500},"Microsoft.ApiManagement/service/loggers@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":510},"Microsoft.ApiManagement/service/namedValues@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":516},"Microsoft.ApiManagement/service/notifications@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":532},"Microsoft.ApiManagement/service/notifications/recipientUsers@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":536},"Microsoft.ApiManagement/service/notifications/recipientEmails@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":540},"Microsoft.ApiManagement/service/openidConnectProviders@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":545},"Microsoft.ApiManagement/service/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":551},"Microsoft.ApiManagement/service/policyFragments@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":559},"Microsoft.ApiManagement/service/portalconfigs@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":577},"Microsoft.ApiManagement/service/portalRevisions@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":587},"Microsoft.ApiManagement/service/portalsettings@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":607},"Microsoft.ApiManagement/service/privateEndpointConnections@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":618},"Microsoft.ApiManagement/service/products@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":626},"Microsoft.ApiManagement/service/products/apis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":630},"Microsoft.ApiManagement/service/products/groups@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":634},"Microsoft.ApiManagement/service/products/policies@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":640},"Microsoft.ApiManagement/service/products/wikis@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":645},"Microsoft.ApiManagement/service/schemas@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":653},"Microsoft.ApiManagement/service/subscriptions@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":665},"Microsoft.ApiManagement/service/tenant@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":673},"Microsoft.ApiManagement/service/users@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":697},"Microsoft.ApiManagement/service/documentations@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":702},"Microsoft.ApiManagement/locations/deletedservices@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":707},"Microsoft.ApiManagement/service/issues@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":711},"Microsoft.ApiManagement/service/privateLinkResources@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":718},"Microsoft.ApiManagement/service/settings@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":726},"Microsoft.ApiManagement/service/users/subscriptions@2022-08-01":{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":738},"Microsoft.App/containerApps@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":103},"Microsoft.App/managedEnvironments@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":123},"Microsoft.App/managedEnvironments/certificates@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":135},"Microsoft.App/containerApps/sourcecontrols@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":148},"Microsoft.App/managedEnvironments/daprComponents@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":157},"Microsoft.App/containerApps/authConfigs@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":223},"Microsoft.App/managedEnvironments/storages@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":232},"Microsoft.App/containerApps/revisions@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":247},"Microsoft.App/containerApps/revisions/replicas@2022-01-01-preview":{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":254},"Microsoft.App/containerApps/authConfigs@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":84},"Microsoft.App/containerApps@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":169},"Microsoft.App/managedEnvironments/daprComponents@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":178},"Microsoft.App/managedEnvironments@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":198},"Microsoft.App/managedEnvironments/certificates@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":210},"Microsoft.App/managedEnvironments/storages@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":219},"Microsoft.App/containerApps/sourcecontrols@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":232},"Microsoft.App/containerApps/revisions@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":247},"Microsoft.App/containerApps/revisions/replicas@2022-03-01":{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":254},"Microsoft.App/containerApps/authConfigs@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":84},"Microsoft.App/containerApps@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":192},"Microsoft.App/managedEnvironments/daprComponents@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":201},"Microsoft.App/managedEnvironments@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":232},"Microsoft.App/managedEnvironments/certificates@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":245},"Microsoft.App/managedEnvironments/storages@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":254},"Microsoft.App/containerApps/sourcecontrols@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":267},"Microsoft.App/connectedEnvironments@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":282},"Microsoft.App/connectedEnvironments/certificates@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":287},"Microsoft.App/connectedEnvironments/daprComponents@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":291},"Microsoft.App/connectedEnvironments/storages@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":296},"Microsoft.App/containerApps/revisions@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":311},"Microsoft.App/containerApps/revisions/replicas@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":318},"Microsoft.App/containerApps/detectors@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":338},"Microsoft.App/containerApps/detectorProperties/revisions@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":342},"Microsoft.App/containerApps/detectorProperties@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":348},"Microsoft.App/managedEnvironments/detectors@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":352},"Microsoft.App/managedEnvironments/detectorProperties@2022-06-01-preview":{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":358},"Microsoft.App/containerApps/authConfigs@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":84},"Microsoft.App/connectedEnvironments@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":103},"Microsoft.App/connectedEnvironments/certificates@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":116},"Microsoft.App/connectedEnvironments/daprComponents@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":126},"Microsoft.App/connectedEnvironments/storages@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":135},"Microsoft.App/containerApps@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":248},"Microsoft.App/managedEnvironments@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":278},"Microsoft.App/managedEnvironments/certificates@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":283},"Microsoft.App/managedEnvironments/daprComponents@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":287},"Microsoft.App/managedEnvironments/storages@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":292},"Microsoft.App/containerApps/sourcecontrols@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":305},"Microsoft.App/containerApps/revisions@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":320},"Microsoft.App/containerApps/revisions/replicas@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":327},"Microsoft.App/containerApps/detectors@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":347},"Microsoft.App/containerApps/detectorProperties/revisions@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":351},"Microsoft.App/containerApps/detectorProperties@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":357},"Microsoft.App/managedEnvironments/detectors@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":361},"Microsoft.App/managedEnvironments/detectorProperties@2022-10-01":{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":367},"Microsoft.AppComplianceAutomation/reports@2022-11-16-preview":{"RelativePath":"appcomplianceautomation/microsoft.appcomplianceautomation/2022-11-16-preview/types.json","Index":40},"Microsoft.AppComplianceAutomation/reports/snapshots@2022-11-16-preview":{"RelativePath":"appcomplianceautomation/microsoft.appcomplianceautomation/2022-11-16-preview/types.json","Index":97},"Microsoft.AppConfiguration/configurationStores@2019-02-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-02-01-preview/types.json","Index":20},"Microsoft.AppConfiguration/configurationStores@2019-10-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-10-01/types.json","Index":29},"Microsoft.AppConfiguration/configurationStores@2019-11-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-11-01-preview/types.json","Index":54},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2019-11-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-11-01-preview/types.json","Index":58},"Microsoft.AppConfiguration/configurationStores@2020-06-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-06-01/types.json","Index":54},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2020-06-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-06-01/types.json","Index":58},"Microsoft.AppConfiguration/configurationStores@2020-07-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-07-01-preview/types.json","Index":54},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2020-07-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-07-01-preview/types.json","Index":58},"Microsoft.AppConfiguration/configurationStores/keyValues@2020-07-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-07-01-preview/types.json","Index":64},"Microsoft.AppConfiguration/configurationStores@2021-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-03-01-preview/types.json","Index":65},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2021-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-03-01-preview/types.json","Index":69},"Microsoft.AppConfiguration/configurationStores/keyValues@2021-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-03-01-preview/types.json","Index":75},"Microsoft.AppConfiguration/configurationStores@2021-10-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.json","Index":68},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2021-10-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.json","Index":72},"Microsoft.AppConfiguration/configurationStores/keyValues@2021-10-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.json","Index":78},"Microsoft.AppConfiguration/configurationStores@2022-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":68},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2022-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":72},"Microsoft.AppConfiguration/configurationStores/keyValues@2022-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":78},"Microsoft.AppConfiguration/configurationStores/replicas@2022-03-01-preview":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":89},"Microsoft.AppConfiguration/configurationStores@2022-05-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-05-01/types.json","Index":68},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2022-05-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-05-01/types.json","Index":72},"Microsoft.AppConfiguration/configurationStores/keyValues@2022-05-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-05-01/types.json","Index":78},"Microsoft.AppConfiguration/configurationStores@2023-03-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2023-03-01/types.json","Index":68},"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2023-03-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2023-03-01/types.json","Index":72},"Microsoft.AppConfiguration/configurationStores/keyValues@2023-03-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2023-03-01/types.json","Index":78},"Microsoft.AppConfiguration/configurationStores/replicas@2023-03-01":{"RelativePath":"appconfiguration/microsoft.appconfiguration/2023-03-01/types.json","Index":89},"Microsoft.Insights/components/exportconfiguration@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":11},"Microsoft.Insights/components/ProactiveDetectionConfigs@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":17},"Microsoft.Insights/components/favorites@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":25},"microsoft.insights/components/analyticsItems@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":39},"microsoft.insights/components/myanalyticsItems@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":52},"Microsoft.Insights/webtests@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":67},"microsoft.insights/workbooks@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":80},"Microsoft.Insights/myWorkbooks@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":90},"Microsoft.Insights/components@2015-05-01":{"RelativePath":"applicationinsights/microsoft.insights/2015-05-01/types.json","Index":109},"microsoft.insights/components/pricingPlans@2017-10-01":{"RelativePath":"applicationinsights/microsoft.insights/2017-10-01/types.json","Index":13},"Microsoft.Insights/components@2018-05-01-preview":{"RelativePath":"applicationinsights/microsoft.insights/2018-05-01-preview/types.json","Index":32},"Microsoft.Insights/components/ProactiveDetectionConfigs@2018-05-01-preview":{"RelativePath":"applicationinsights/microsoft.insights/2018-05-01-preview/types.json","Index":39},"Microsoft.Insights/webtests@2018-05-01-preview":{"RelativePath":"applicationinsights/microsoft.insights/2018-05-01-preview/types.json","Index":61},"microsoft.insights/workbooks@2018-06-17-preview":{"RelativePath":"applicationinsights/microsoft.insights/2018-06-17-preview/types.json","Index":17},"microsoft.insights/workbooktemplates@2019-10-17-preview":{"RelativePath":"applicationinsights/microsoft.insights/2019-10-17-preview/types.json","Index":19},"Microsoft.Insights/components@2020-02-02-preview":{"RelativePath":"applicationinsights/microsoft.insights/2020-02-02-preview/types.json","Index":32},"Microsoft.Insights/components@2020-02-02":{"RelativePath":"applicationinsights/microsoft.insights/2020-02-02/types.json","Index":32},"microsoft.insights/components/linkedStorageAccounts@2020-03-01-preview":{"RelativePath":"applicationinsights/microsoft.insights/2020-03-01-preview/types.json","Index":14},"Microsoft.Insights/webtests@2020-10-05-preview":{"RelativePath":"applicationinsights/microsoft.insights/2020-10-05-preview/types.json","Index":29},"Microsoft.Insights/myWorkbooks@2020-10-20":{"RelativePath":"applicationinsights/microsoft.insights/2020-10-20/types.json","Index":23},"Microsoft.Insights/workbooks@2020-10-20":{"RelativePath":"applicationinsights/microsoft.insights/2020-10-20/types.json","Index":39},"Microsoft.Insights/workbooktemplates@2020-11-20":{"RelativePath":"applicationinsights/microsoft.insights/2020-11-20/types.json","Index":19},"Microsoft.Insights/myWorkbooks@2021-03-08":{"RelativePath":"applicationinsights/microsoft.insights/2021-03-08/types.json","Index":34},"Microsoft.Insights/workbooks@2021-03-08":{"RelativePath":"applicationinsights/microsoft.insights/2021-03-08/types.json","Index":50},"Microsoft.Insights/workbooks/revisions@2021-03-08":{"RelativePath":"applicationinsights/microsoft.insights/2021-03-08/types.json","Index":59},"Microsoft.Insights/workbooks@2021-08-01":{"RelativePath":"applicationinsights/microsoft.insights/2021-08-01/types.json","Index":36},"Microsoft.Insights/workbooks/revisions@2021-08-01":{"RelativePath":"applicationinsights/microsoft.insights/2021-08-01/types.json","Index":44},"Microsoft.Insights/workbooks@2022-04-01":{"RelativePath":"applicationinsights/microsoft.insights/2022-04-01/types.json","Index":35},"Microsoft.Insights/workbooks/revisions@2022-04-01":{"RelativePath":"applicationinsights/microsoft.insights/2022-04-01/types.json","Index":42},"Microsoft.Insights/webtests@2022-06-15":{"RelativePath":"applicationinsights/microsoft.insights/2022-06-15/types.json","Index":29},"Microsoft.AppPlatform/Spring@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":34},"Microsoft.AppPlatform/Spring/configServers@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":54},"Microsoft.AppPlatform/Spring/monitoringSettings@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":65},"Microsoft.AppPlatform/Spring/apps@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":83},"Microsoft.AppPlatform/Spring/apps/bindings@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":89},"Microsoft.AppPlatform/Spring/certificates@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":95},"Microsoft.AppPlatform/Spring/apps/domains@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":100},"Microsoft.AppPlatform/Spring/apps/deployments@2020-07-01":{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":131},"Microsoft.AppPlatform/Spring@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":34},"Microsoft.AppPlatform/Spring/configServers@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":54},"Microsoft.AppPlatform/Spring/monitoringSettings@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":66},"Microsoft.AppPlatform/Spring/apps@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":84},"Microsoft.AppPlatform/Spring/apps/bindings@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":90},"Microsoft.AppPlatform/Spring/certificates@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":96},"Microsoft.AppPlatform/Spring/apps/domains@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":101},"Microsoft.AppPlatform/Spring/apps/deployments@2020-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":132},"Microsoft.AppPlatform/Spring@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":34},"Microsoft.AppPlatform/Spring/configServers@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":54},"Microsoft.AppPlatform/Spring/monitoringSettings@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":66},"Microsoft.AppPlatform/Spring/apps@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":84},"Microsoft.AppPlatform/Spring/apps/bindings@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":90},"Microsoft.AppPlatform/Spring/certificates@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":96},"Microsoft.AppPlatform/Spring/apps/domains@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":101},"Microsoft.AppPlatform/Spring/apps/deployments@2021-06-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":138},"Microsoft.AppPlatform/Spring@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":39},"Microsoft.AppPlatform/Spring/configServers@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":59},"Microsoft.AppPlatform/Spring/monitoringSettings@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":71},"Microsoft.AppPlatform/Spring/apps@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":97},"Microsoft.AppPlatform/Spring/apps/bindings@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":103},"Microsoft.AppPlatform/Spring/storages@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":121},"Microsoft.AppPlatform/Spring/certificates@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":131},"Microsoft.AppPlatform/Spring/apps/domains@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":136},"Microsoft.AppPlatform/Spring/apps/deployments@2021-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":174},"Microsoft.AppPlatform/Spring@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":50},"Microsoft.AppPlatform/Spring/configServers@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":70},"Microsoft.AppPlatform/Spring/configurationServices@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":90},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":104},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":117},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":138},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":154},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":160},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":172},"Microsoft.AppPlatform/Spring/apps@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":201},"Microsoft.AppPlatform/Spring/apps/bindings@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":207},"Microsoft.AppPlatform/Spring/storages@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":214},"Microsoft.AppPlatform/Spring/certificates@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":224},"Microsoft.AppPlatform/Spring/apps/domains@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":229},"Microsoft.AppPlatform/Spring/apps/deployments@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":265},"Microsoft.AppPlatform/Spring/gateways@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":290},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":306},"Microsoft.AppPlatform/Spring/gateways/domains@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":311},"Microsoft.AppPlatform/Spring/apiPortals@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":327},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":332},"Microsoft.AppPlatform/Spring/buildServices@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":344},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":362},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":367},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":372},"Microsoft.AppPlatform/Spring@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":50},"Microsoft.AppPlatform/Spring/configServers@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":70},"Microsoft.AppPlatform/Spring/configurationServices@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":90},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":104},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":117},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":138},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":154},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":160},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":172},"Microsoft.AppPlatform/Spring/apps@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":203},"Microsoft.AppPlatform/Spring/apps/bindings@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":209},"Microsoft.AppPlatform/Spring/storages@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":216},"Microsoft.AppPlatform/Spring/certificates@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":226},"Microsoft.AppPlatform/Spring/apps/domains@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":231},"Microsoft.AppPlatform/Spring/apps/deployments@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":267},"Microsoft.AppPlatform/Spring/gateways@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":292},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":308},"Microsoft.AppPlatform/Spring/gateways/domains@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":313},"Microsoft.AppPlatform/Spring/apiPortals@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":329},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":334},"Microsoft.AppPlatform/Spring/buildServices@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":346},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":364},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":369},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":374},"Microsoft.AppPlatform/Spring@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":47},"Microsoft.AppPlatform/Spring/configServers@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":67},"Microsoft.AppPlatform/Spring/configurationServices@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":87},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":101},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":114},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":135},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":151},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":157},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":169},"Microsoft.AppPlatform/Spring/apps@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":192},"Microsoft.AppPlatform/Spring/apps/bindings@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":198},"Microsoft.AppPlatform/Spring/certificates@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":208},"Microsoft.AppPlatform/Spring/apps/domains@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":213},"Microsoft.AppPlatform/Spring/apps/deployments@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":242},"Microsoft.AppPlatform/Spring/buildServices@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":254},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":272},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":277},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-04-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":282},"Microsoft.AppPlatform/Spring@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":53},"Microsoft.AppPlatform/Spring/configServers@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":73},"Microsoft.AppPlatform/Spring/configurationServices@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":93},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":107},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":121},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":142},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":158},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":164},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":176},"Microsoft.AppPlatform/Spring/apps@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":208},"Microsoft.AppPlatform/Spring/apps/bindings@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":214},"Microsoft.AppPlatform/Spring/storages@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":221},"Microsoft.AppPlatform/Spring/certificates@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":237},"Microsoft.AppPlatform/Spring/apps/domains@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":248},"Microsoft.AppPlatform/Spring/apps/deployments@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":296},"Microsoft.AppPlatform/Spring/gateways@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":321},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":338},"Microsoft.AppPlatform/Spring/gateways/domains@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":343},"Microsoft.AppPlatform/Spring/apiPortals@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":359},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":364},"Microsoft.AppPlatform/Spring/buildServices@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":376},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":394},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":399},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-05-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":404},"Microsoft.AppPlatform/Spring@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":53},"Microsoft.AppPlatform/Spring/configServers@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":73},"Microsoft.AppPlatform/Spring/configurationServices@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":93},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":107},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":121},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":142},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":158},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":164},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":176},"Microsoft.AppPlatform/Spring/apps@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":217},"Microsoft.AppPlatform/Spring/apps/bindings@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":223},"Microsoft.AppPlatform/Spring/storages@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":230},"Microsoft.AppPlatform/Spring/certificates@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":246},"Microsoft.AppPlatform/Spring/apps/domains@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":257},"Microsoft.AppPlatform/Spring/apps/deployments@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":305},"Microsoft.AppPlatform/Spring/gateways@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":330},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":350},"Microsoft.AppPlatform/Spring/gateways/domains@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":355},"Microsoft.AppPlatform/Spring/apiPortals@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":371},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":376},"Microsoft.AppPlatform/Spring/buildServices@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":388},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":406},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":411},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-09-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":416},"Microsoft.AppPlatform/Spring@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":53},"Microsoft.AppPlatform/Spring/configServers@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":73},"Microsoft.AppPlatform/Spring/configurationServices@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":93},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":107},"Microsoft.AppPlatform/Spring/applicationLiveViews@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":124},"Microsoft.AppPlatform/Spring/DevToolPortals@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":146},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":160},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":182},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":198},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":204},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":216},"Microsoft.AppPlatform/Spring/apps@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":257},"Microsoft.AppPlatform/Spring/apps/bindings@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":263},"Microsoft.AppPlatform/Spring/storages@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":270},"Microsoft.AppPlatform/Spring/certificates@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":286},"Microsoft.AppPlatform/Spring/apps/domains@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":297},"Microsoft.AppPlatform/Spring/apps/deployments@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":345},"Microsoft.AppPlatform/Spring/gateways@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":380},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":402},"Microsoft.AppPlatform/Spring/gateways/domains@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":407},"Microsoft.AppPlatform/Spring/apiPortals@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":423},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":428},"Microsoft.AppPlatform/Spring/applicationAccelerators@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":444},"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":464},"Microsoft.AppPlatform/Spring/buildServices@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":476},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":494},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":499},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":504},"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators@2022-11-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":518},"Microsoft.AppPlatform/Spring@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":52},"Microsoft.AppPlatform/Spring/configServers@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":72},"Microsoft.AppPlatform/Spring/configurationServices@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":92},"Microsoft.AppPlatform/Spring/serviceRegistries@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":106},"Microsoft.AppPlatform/Spring/buildServices/builds@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":120},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":141},"Microsoft.AppPlatform/Spring/buildServices/builders@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":157},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":163},"Microsoft.AppPlatform/Spring/monitoringSettings@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":175},"Microsoft.AppPlatform/Spring/apps@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":215},"Microsoft.AppPlatform/Spring/apps/bindings@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":221},"Microsoft.AppPlatform/Spring/storages@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":228},"Microsoft.AppPlatform/Spring/certificates@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":244},"Microsoft.AppPlatform/Spring/apps/domains@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":255},"Microsoft.AppPlatform/Spring/apps/deployments@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":302},"Microsoft.AppPlatform/Spring/gateways@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":327},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":347},"Microsoft.AppPlatform/Spring/gateways/domains@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":352},"Microsoft.AppPlatform/Spring/apiPortals@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":368},"Microsoft.AppPlatform/Spring/apiPortals/domains@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":373},"Microsoft.AppPlatform/Spring/buildServices@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":385},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":403},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":408},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2022-12-01":{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":413},"Microsoft.AppPlatform/Spring@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":53},"Microsoft.AppPlatform/Spring/configServers@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":73},"Microsoft.AppPlatform/Spring/configurationServices@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":93},"Microsoft.AppPlatform/Spring/serviceRegistries@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":107},"Microsoft.AppPlatform/Spring/applicationLiveViews@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":124},"Microsoft.AppPlatform/Spring/DevToolPortals@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":146},"Microsoft.AppPlatform/Spring/buildServices/builds@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":160},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":182},"Microsoft.AppPlatform/Spring/buildServices/builders@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":198},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":204},"Microsoft.AppPlatform/Spring/monitoringSettings@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":216},"Microsoft.AppPlatform/Spring/apps@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":258},"Microsoft.AppPlatform/Spring/apps/bindings@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":264},"Microsoft.AppPlatform/Spring/storages@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":271},"Microsoft.AppPlatform/Spring/certificates@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":287},"Microsoft.AppPlatform/Spring/apps/domains@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":298},"Microsoft.AppPlatform/Spring/apps/deployments@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":360},"Microsoft.AppPlatform/Spring/gateways@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":395},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":417},"Microsoft.AppPlatform/Spring/gateways/domains@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":422},"Microsoft.AppPlatform/Spring/apiPortals@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":438},"Microsoft.AppPlatform/Spring/apiPortals/domains@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":443},"Microsoft.AppPlatform/Spring/applicationAccelerators@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":459},"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":479},"Microsoft.AppPlatform/Spring/buildServices@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":491},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":509},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":514},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":519},"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators@2023-01-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":533},"Microsoft.AppPlatform/Spring@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":53},"Microsoft.AppPlatform/Spring/configServers@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":73},"Microsoft.AppPlatform/Spring/configurationServices@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":93},"Microsoft.AppPlatform/Spring/serviceRegistries@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":107},"Microsoft.AppPlatform/Spring/applicationLiveViews@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":124},"Microsoft.AppPlatform/Spring/DevToolPortals@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":146},"Microsoft.AppPlatform/Spring/containerRegistries@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":160},"Microsoft.AppPlatform/Spring/buildServices@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":172},"Microsoft.AppPlatform/Spring/buildServices/builds@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":186},"Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":208},"Microsoft.AppPlatform/Spring/buildServices/builders@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":224},"Microsoft.AppPlatform/Spring/buildServices/agentPools@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":230},"Microsoft.AppPlatform/Spring/monitoringSettings@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":242},"Microsoft.AppPlatform/Spring/apps@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":284},"Microsoft.AppPlatform/Spring/apps/bindings@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":290},"Microsoft.AppPlatform/Spring/storages@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":297},"Microsoft.AppPlatform/Spring/certificates@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":313},"Microsoft.AppPlatform/Spring/apps/domains@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":324},"Microsoft.AppPlatform/Spring/apps/deployments@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":386},"Microsoft.AppPlatform/Spring/gateways@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":426},"Microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":448},"Microsoft.AppPlatform/Spring/gateways/domains@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":453},"Microsoft.AppPlatform/Spring/apiPortals@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":469},"Microsoft.AppPlatform/Spring/apiPortals/domains@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":474},"Microsoft.AppPlatform/Spring/applicationAccelerators@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":490},"Microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":510},"Microsoft.AppPlatform/Spring/buildServices/builds/results@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":528},"Microsoft.AppPlatform/Spring/buildServices/supportedBuildpacks@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":533},"Microsoft.AppPlatform/Spring/buildServices/supportedStacks@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":538},"Microsoft.AppPlatform/Spring/applicationAccelerators/predefinedAccelerators@2023-03-01-preview":{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":552},"Microsoft.Attestation/attestationProviders@2018-09-01-preview":{"RelativePath":"attestation/microsoft.attestation/2018-09-01-preview/types.json","Index":21},"Microsoft.Attestation/attestationProviders@2020-10-01":{"RelativePath":"attestation/microsoft.attestation/2020-10-01/types.json","Index":46},"Microsoft.Attestation/attestationProviders/privateEndpointConnections@2020-10-01":{"RelativePath":"attestation/microsoft.attestation/2020-10-01/types.json","Index":50},"Microsoft.Attestation/attestationProviders@2021-06-01-preview":{"RelativePath":"attestation/microsoft.attestation/2021-06-01-preview/types.json","Index":49},"Microsoft.Attestation/attestationProviders/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"attestation/microsoft.attestation/2021-06-01-preview/types.json","Index":53},"Microsoft.Authorization/roleDefinitions@2015-07-01":{"RelativePath":"authorization/microsoft.authorization/2015-07-01/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2015-07-01":{"RelativePath":"authorization/microsoft.authorization/2015-07-01/types.json","Index":22},"Microsoft.Authorization/roleAssignments@2017-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2017-10-01-preview/types.json","Index":12},"Microsoft.Authorization/roleDefinitions@2018-01-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-01-01-preview/types.json","Index":19},"Microsoft.Authorization/roleAssignments@2018-01-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-01-01-preview/types.json","Index":24},"Microsoft.Authorization/accessReviewScheduleDefinitions@2018-05-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-05-01-preview/types.json","Index":89},"Microsoft.Authorization/accessReviewScheduleSettings@2018-05-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-05-01-preview/types.json","Index":98},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2018-05-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-05-01-preview/types.json","Index":102},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2018-05-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-05-01-preview/types.json","Index":129},"Microsoft.Authorization/roleAssignments@2018-09-01-preview":{"RelativePath":"authorization/microsoft.authorization/2018-09-01-preview/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2020-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-03-01-preview/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2020-04-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-04-01-preview/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2020-08-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-08-01-preview/types.json","Index":17},"Microsoft.Authorization/roleAssignments@2020-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-10-01-preview/types.json","Index":18},"Microsoft.Authorization/roleAssignmentScheduleRequests@2020-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-10-01-preview/types.json","Index":73},"Microsoft.Authorization/roleEligibilityScheduleRequests@2020-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-10-01-preview/types.json","Index":124},"Microsoft.Authorization/roleManagementPolicyAssignments@2020-10-01-preview":{"RelativePath":"authorization/microsoft.authorization/2020-10-01-preview/types.json","Index":134},"Microsoft.Authorization/roleAssignmentScheduleRequests@2020-10-01":{"RelativePath":"authorization/microsoft.authorization/2020-10-01/types.json","Index":62},"Microsoft.Authorization/roleEligibilityScheduleRequests@2020-10-01":{"RelativePath":"authorization/microsoft.authorization/2020-10-01/types.json","Index":113},"Microsoft.Authorization/roleManagementPolicyAssignments@2020-10-01":{"RelativePath":"authorization/microsoft.authorization/2020-10-01/types.json","Index":170},"Microsoft.Authorization/roleAssignmentApprovals/stages@2021-01-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-01-01-preview/types.json","Index":42},"Microsoft.Authorization/roleAssignmentApprovals@2021-01-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-01-01-preview/types.json","Index":49},"Microsoft.Authorization/accessReviewScheduleDefinitions@2021-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-03-01-preview/types.json","Index":95},"Microsoft.Authorization/accessReviewScheduleSettings@2021-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-03-01-preview/types.json","Index":104},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2021-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-03-01-preview/types.json","Index":108},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2021-03-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-03-01-preview/types.json","Index":136},"Microsoft.Authorization/accessReviewScheduleDefinitions@2021-07-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-07-01-preview/types.json","Index":103},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2021-07-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-07-01-preview/types.json","Index":125},"Microsoft.Authorization/accessReviewScheduleSettings@2021-07-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-07-01-preview/types.json","Index":134},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2021-07-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-07-01-preview/types.json","Index":162},"Microsoft.Authorization/accessReviewHistoryDefinitions@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":71},"Microsoft.Authorization/accessReviewScheduleDefinitions@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":144},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":166},"Microsoft.Authorization/accessReviewScheduleSettings@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":175},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2021-11-16-preview":{"RelativePath":"authorization/microsoft.authorization/2021-11-16-preview/types.json","Index":205},"Microsoft.Authorization/accessReviewHistoryDefinitions@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":71},"Microsoft.Authorization/accessReviewScheduleDefinitions@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":144},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":166},"Microsoft.Authorization/accessReviewScheduleSettings@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":175},"Microsoft.Authorization/accessReviewScheduleDefinitions/instances/decisions@2021-12-01-preview":{"RelativePath":"authorization/microsoft.authorization/2021-12-01-preview/types.json","Index":215},"Microsoft.Authorization/roleAssignmentScheduleRequests@2022-04-01-preview":{"RelativePath":"authorization/microsoft.authorization/2022-04-01-preview/types.json","Index":62},"Microsoft.Authorization/roleEligibilityScheduleRequests@2022-04-01-preview":{"RelativePath":"authorization/microsoft.authorization/2022-04-01-preview/types.json","Index":113},"Microsoft.Authorization/roleAssignments@2022-04-01":{"RelativePath":"authorization/microsoft.authorization/2022-04-01/types.json","Index":18},"Microsoft.Authorization/roleDefinitions@2022-04-01":{"RelativePath":"authorization/microsoft.authorization/2022-04-01/types.json","Index":30},"Microsoft.Automanage/accounts@2020-06-30-preview":{"RelativePath":"automanage/microsoft.automanage/2020-06-30-preview/types.json","Index":16},"Microsoft.Automanage/configurationProfileAssignments@2020-06-30-preview":{"RelativePath":"automanage/microsoft.automanage/2020-06-30-preview/types.json","Index":33},"Microsoft.Automanage/configurationProfilePreferences@2020-06-30-preview":{"RelativePath":"automanage/microsoft.automanage/2020-06-30-preview/types.json","Index":50},"Microsoft.Automanage/configurationProfiles@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":25},"Microsoft.Automanage/configurationProfiles/versions@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":30},"Microsoft.Automanage/configurationProfileAssignments@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":36},"Microsoft.Automanage/bestPractices@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":40},"Microsoft.Automanage/bestPractices/versions@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":44},"Microsoft.Automanage/configurationProfileAssignments/reports@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":55},"Microsoft.Automanage/servicePrincipals@2021-04-30-preview":{"RelativePath":"automanage/microsoft.automanage/2021-04-30-preview/types.json","Index":61},"Microsoft.Automanage/configurationProfiles@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":24},"Microsoft.Automanage/configurationProfiles/versions@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":29},"Microsoft.Automanage/configurationProfileAssignments@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":34},"Microsoft.Automanage/bestPractices@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":38},"Microsoft.Automanage/bestPractices/versions@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":42},"Microsoft.Automanage/configurationProfileAssignments/reports@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":53},"Microsoft.Automanage/servicePrincipals@2022-05-04":{"RelativePath":"automanage/microsoft.automanage/2022-05-04/types.json","Index":59},"Microsoft.Automation/automationAccounts@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":21},"Microsoft.Automation/automationAccounts/certificates@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":26},"Microsoft.Automation/automationAccounts/connections@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":33},"Microsoft.Automation/automationAccounts/connectionTypes@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":40},"Microsoft.Automation/automationAccounts/credentials@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":45},"Microsoft.Automation/automationAccounts/compilationjobs@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":72},"Microsoft.Automation/automationAccounts/configurations@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":90},"Microsoft.Automation/automationAccounts/nodeConfigurations@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":94},"Microsoft.Automation/automationAccounts/jobs@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":121},"Microsoft.Automation/automationAccounts/jobSchedules@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":127},"Microsoft.Automation/automationAccounts/modules@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":152},"Microsoft.Automation/automationAccounts/runbooks/draft@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":163},"Microsoft.Automation/automationAccounts/runbooks@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":189},"Microsoft.Automation/automationAccounts/schedules@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":214},"Microsoft.Automation/automationAccounts/variables@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":219},"Microsoft.Automation/automationAccounts/watchers@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":226},"Microsoft.Automation/automationAccounts/webhooks@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":232},"Microsoft.Automation/automationAccounts/nodes@2015-10-31":{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":239},"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations@2017-05-15-preview":{"RelativePath":"automation/microsoft.automation/2017-05-15-preview/types.json","Index":77},"Microsoft.Automation/automationAccounts/sourceControls@2017-05-15-preview":{"RelativePath":"automation/microsoft.automation/2017-05-15-preview/types.json","Index":90},"Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2017-05-15-preview":{"RelativePath":"automation/microsoft.automation/2017-05-15-preview/types.json","Index":102},"Microsoft.Automation/automationAccounts/jobs@2017-05-15-preview":{"RelativePath":"automation/microsoft.automation/2017-05-15-preview/types.json","Index":128},"Microsoft.Automation/automationAccounts/compilationjobs@2018-01-15":{"RelativePath":"automation/microsoft.automation/2018-01-15/types.json","Index":34},"Microsoft.Automation/automationAccounts/nodeConfigurations@2018-01-15":{"RelativePath":"automation/microsoft.automation/2018-01-15/types.json","Index":45},"Microsoft.Automation/automationAccounts/nodes@2018-01-15":{"RelativePath":"automation/microsoft.automation/2018-01-15/types.json","Index":53},"Microsoft.Automation/automationAccounts/runbooks/draft@2018-06-30":{"RelativePath":"automation/microsoft.automation/2018-06-30/types.json","Index":18},"Microsoft.Automation/automationAccounts/runbooks@2018-06-30":{"RelativePath":"automation/microsoft.automation/2018-06-30/types.json","Index":46},"Microsoft.Automation/automationAccounts/python2Packages@2018-06-30":{"RelativePath":"automation/microsoft.automation/2018-06-30/types.json","Index":70},"Microsoft.Automation/automationAccounts/runbooks/draft@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":18},"Microsoft.Automation/automationAccounts/runbooks@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":46},"Microsoft.Automation/automationAccounts/python2Packages@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":70},"Microsoft.Automation/automationAccounts/compilationjobs@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":97},"Microsoft.Automation/automationAccounts/nodeConfigurations@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":107},"Microsoft.Automation/automationAccounts/sourceControls@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":120},"Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":132},"Microsoft.Automation/automationAccounts/jobs@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":158},"Microsoft.Automation/automationAccounts@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":172},"Microsoft.Automation/automationAccounts/certificates@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":177},"Microsoft.Automation/automationAccounts/connections@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":184},"Microsoft.Automation/automationAccounts/connectionTypes@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":191},"Microsoft.Automation/automationAccounts/credentials@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":196},"Microsoft.Automation/automationAccounts/configurations@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":213},"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":283},"Microsoft.Automation/automationAccounts/jobSchedules@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":290},"Microsoft.Automation/automationAccounts/modules@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":313},"Microsoft.Automation/automationAccounts/schedules@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":325},"Microsoft.Automation/automationAccounts/variables@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":330},"Microsoft.Automation/automationAccounts/watchers@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":337},"Microsoft.Automation/automationAccounts/nodes@2019-06-01":{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":345},"Microsoft.Automation/automationAccounts/privateEndpointConnections@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":15},"Microsoft.Automation/automationAccounts/python2Packages@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":41},"Microsoft.Automation/automationAccounts/nodeConfigurations@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":52},"Microsoft.Automation/automationAccounts/compilationjobs@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":78},"Microsoft.Automation/automationAccounts/sourceControls@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":91},"Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":103},"Microsoft.Automation/automationAccounts@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":133},"Microsoft.Automation/automationAccounts/certificates@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":138},"Microsoft.Automation/automationAccounts/connections@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":145},"Microsoft.Automation/automationAccounts/connectionTypes@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":152},"Microsoft.Automation/automationAccounts/credentials@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":157},"Microsoft.Automation/automationAccounts/jobSchedules@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":165},"Microsoft.Automation/automationAccounts/modules@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":188},"Microsoft.Automation/automationAccounts/schedules@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":213},"Microsoft.Automation/automationAccounts/variables@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":218},"Microsoft.Automation/automationAccounts/watchers@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":225},"Microsoft.Automation/automationAccounts/nodes@2020-01-13-preview":{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":233},"Microsoft.Automation/automationAccounts@2021-06-22":{"RelativePath":"automation/microsoft.automation/2021-06-22/types.json","Index":52},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2021-06-22":{"RelativePath":"automation/microsoft.automation/2021-06-22/types.json","Index":62},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers@2021-06-22":{"RelativePath":"automation/microsoft.automation/2021-06-22/types.json","Index":70},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2022-02-22":{"RelativePath":"automation/microsoft.automation/2022-02-22/types.json","Index":27},"Microsoft.Automation/automationAccounts@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":52},"Microsoft.Automation/automationAccounts/certificates@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":57},"Microsoft.Automation/automationAccounts/connections@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":64},"Microsoft.Automation/automationAccounts/connectionTypes@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":71},"Microsoft.Automation/automationAccounts/credentials@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":76},"Microsoft.Automation/automationAccounts/configurations@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":94},"Microsoft.Automation/automationAccounts/nodeConfigurations@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":105},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":113},"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":122},"Microsoft.Automation/automationAccounts/jobs@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":148},"Microsoft.Automation/automationAccounts/jobSchedules@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":155},"Microsoft.Automation/automationAccounts/modules@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":180},"Microsoft.Automation/automationAccounts/python2Packages@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":203},"Microsoft.Automation/automationAccounts/python3Packages@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":208},"Microsoft.Automation/automationAccounts/runbooks/draft@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":219},"Microsoft.Automation/automationAccounts/runbooks@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":245},"Microsoft.Automation/automationAccounts/schedules@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":270},"Microsoft.Automation/automationAccounts/sourceControls@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":283},"Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":295},"Microsoft.Automation/automationAccounts/variables@2022-08-08":{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":300},"Microsoft.Kusto/clusters@2018-09-07-preview":{"RelativePath":"azure-kusto/microsoft.kusto/2018-09-07-preview/types.json","Index":42},"Microsoft.Kusto/clusters/databases@2018-09-07-preview":{"RelativePath":"azure-kusto/microsoft.kusto/2018-09-07-preview/types.json","Index":55},"Microsoft.Kusto/clusters/databases/eventhubconnections@2018-09-07-preview":{"RelativePath":"azure-kusto/microsoft.kusto/2018-09-07-preview/types.json","Index":64},"Microsoft.Kusto/clusters@2019-01-21":{"RelativePath":"azure-kusto/microsoft.kusto/2019-01-21/types.json","Index":48},"Microsoft.Kusto/clusters/databases@2019-01-21":{"RelativePath":"azure-kusto/microsoft.kusto/2019-01-21/types.json","Index":60},"Microsoft.Kusto/clusters/databases/dataConnections@2019-01-21":{"RelativePath":"azure-kusto/microsoft.kusto/2019-01-21/types.json","Index":94},"Microsoft.Kusto/clusters@2019-05-15":{"RelativePath":"azure-kusto/microsoft.kusto/2019-05-15/types.json","Index":52},"Microsoft.Kusto/clusters/databases@2019-05-15":{"RelativePath":"azure-kusto/microsoft.kusto/2019-05-15/types.json","Index":65},"Microsoft.Kusto/clusters/databases/dataConnections@2019-05-15":{"RelativePath":"azure-kusto/microsoft.kusto/2019-05-15/types.json","Index":119},"Microsoft.Kusto/clusters@2019-09-07":{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":59},"Microsoft.Kusto/clusters/databases@2019-09-07":{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":88},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2019-09-07":{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":105},"Microsoft.Kusto/clusters/databases/dataConnections@2019-09-07":{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":159},"Microsoft.Kusto/clusters@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":59},"Microsoft.Kusto/clusters/principalAssignments@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":78},"Microsoft.Kusto/clusters/databases@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":107},"Microsoft.Kusto/clusters/databases/principalAssignments@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":130},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":147},"Microsoft.Kusto/clusters/databases/dataConnections@2019-11-09":{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":210},"Microsoft.Kusto/clusters@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":74},"Microsoft.Kusto/clusters/principalAssignments@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":93},"Microsoft.Kusto/clusters/databases@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":122},"Microsoft.Kusto/clusters/databases/principalAssignments@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":145},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":162},"Microsoft.Kusto/clusters/databases/dataConnections@2020-02-15":{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":225},"Microsoft.Kusto/clusters@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":74},"Microsoft.Kusto/clusters/principalAssignments@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":93},"Microsoft.Kusto/clusters/databases@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":122},"Microsoft.Kusto/clusters/databases/principalAssignments@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":145},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":162},"Microsoft.Kusto/clusters/databases/dataConnections@2020-06-14":{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":234},"Microsoft.Kusto/clusters@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":80},"Microsoft.Kusto/clusters/principalAssignments@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":99},"Microsoft.Kusto/clusters/databases@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":128},"Microsoft.Kusto/clusters/databases/principalAssignments@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":151},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":168},"Microsoft.Kusto/clusters/databases/dataConnections@2020-09-18":{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":261},"Microsoft.Kusto/clusters@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":83},"Microsoft.Kusto/clusters/principalAssignments@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":102},"Microsoft.Kusto/clusters/databases@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":131},"Microsoft.Kusto/clusters/databases/principalAssignments@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":154},"Microsoft.Kusto/clusters/databases/scripts@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":177},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":201},"Microsoft.Kusto/clusters/databases/dataConnections@2021-01-01":{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":294},"Microsoft.Kusto/clusters@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":104},"Microsoft.Kusto/clusters/principalAssignments@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":123},"Microsoft.Kusto/clusters/databases@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":152},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":176},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":188},"Microsoft.Kusto/clusters/databases/principalAssignments@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":211},"Microsoft.Kusto/clusters/databases/scripts@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":223},"Microsoft.Kusto/clusters/privateEndpointConnections@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":230},"Microsoft.Kusto/clusters/databases/dataConnections@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":323},"Microsoft.Kusto/clusters/privateLinkResources@2021-08-27":{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":330},"Microsoft.Kusto/clusters@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":131},"Microsoft.Kusto/clusters/principalAssignments@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":150},"Microsoft.Kusto/clusters/databases@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":179},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":203},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":215},"Microsoft.Kusto/clusters/databases/principalAssignments@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":238},"Microsoft.Kusto/clusters/databases/scripts@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":250},"Microsoft.Kusto/clusters/privateEndpointConnections@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":254},"Microsoft.Kusto/clusters/databases/dataConnections@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":356},"Microsoft.Kusto/clusters/privateLinkResources@2022-02-01":{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":363},"Microsoft.Kusto/clusters@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":149},"Microsoft.Kusto/clusters/principalAssignments@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":168},"Microsoft.Kusto/clusters/databases@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":208},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":225},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":237},"Microsoft.Kusto/clusters/databases/principalAssignments@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":260},"Microsoft.Kusto/clusters/databases/scripts@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":272},"Microsoft.Kusto/clusters/privateEndpointConnections@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":276},"Microsoft.Kusto/clusters/databases/dataConnections@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":378},"Microsoft.Kusto/clusters/privateLinkResources@2022-07-07":{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":385},"Microsoft.Kusto/clusters@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":154},"Microsoft.Kusto/clusters/principalAssignments@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":174},"Microsoft.Kusto/clusters/databases@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":216},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":234},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":247},"Microsoft.Kusto/clusters/databases/principalAssignments@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":271},"Microsoft.Kusto/clusters/databases/scripts@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":284},"Microsoft.Kusto/clusters/privateEndpointConnections@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":288},"Microsoft.Kusto/clusters/databases/dataConnections@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":404},"Microsoft.Kusto/clusters/privateLinkResources@2022-11-11":{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":411},"Microsoft.Kusto/clusters@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":156},"Microsoft.Kusto/clusters/principalAssignments@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":176},"Microsoft.Kusto/clusters/databases@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":220},"Microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":238},"Microsoft.Kusto/clusters/managedPrivateEndpoints@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":251},"Microsoft.Kusto/clusters/databases/principalAssignments@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":275},"Microsoft.Kusto/clusters/databases/scripts@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":288},"Microsoft.Kusto/clusters/privateEndpointConnections@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":292},"Microsoft.Kusto/clusters/databases/dataConnections@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":408},"Microsoft.Kusto/clusters/privateLinkResources@2022-12-29":{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":415},"microsoft.aadiam/diagnosticSettings@2017-04-01-preview":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2017-04-01-preview/types.json","Index":18},"microsoft.aadiam/diagnosticSettings@2017-04-01":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2017-04-01/types.json","Index":18},"microsoft.aadiam/privateLinkForAzureAd@2020-03-01-preview":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01-preview/types.json","Index":13},"microsoft.aadiam/privateLinkForAzureAd/privateLinkResources@2020-03-01-preview":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01-preview/types.json","Index":19},"microsoft.aadiam/privateLinkForAzureAd@2020-03-01":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01/types.json","Index":13},"microsoft.aadiam/privateLinkForAzureAd/privateEndpointConnections@2020-03-01":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01/types.json","Index":31},"microsoft.aadiam/privateLinkForAzureAd/privateLinkResources@2020-03-01":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-03-01/types.json","Index":37},"microsoft.aadiam/azureADMetrics@2020-07-01-preview":{"RelativePath":"azureactivedirectory/microsoft.aadiam/2020-07-01-preview/types.json","Index":17},"Microsoft.AzureArcData/sqlManagedInstances@2021-06-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-06-01-preview/types.json","Index":32},"Microsoft.AzureArcData/sqlServerInstances@2021-06-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-06-01-preview/types.json","Index":38},"Microsoft.AzureArcData/postgresInstances@2021-06-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-06-01-preview/types.json","Index":46},"Microsoft.AzureArcData/dataControllers@2021-06-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-06-01-preview/types.json","Index":56},"Microsoft.AzureArcData/sqlManagedInstances@2021-07-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-07-01-preview/types.json","Index":37},"Microsoft.AzureArcData/sqlServerInstances@2021-07-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-07-01-preview/types.json","Index":43},"Microsoft.AzureArcData/postgresInstances@2021-07-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-07-01-preview/types.json","Index":51},"Microsoft.AzureArcData/dataControllers@2021-07-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-07-01-preview/types.json","Index":68},"Microsoft.AzureArcData/sqlManagedInstances@2021-08-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-08-01/types.json","Index":44},"Microsoft.AzureArcData/sqlServerInstances@2021-08-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-08-01/types.json","Index":74},"Microsoft.AzureArcData/dataControllers@2021-08-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-08-01/types.json","Index":91},"Microsoft.AzureArcData/sqlManagedInstances@2021-11-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-11-01/types.json","Index":45},"Microsoft.AzureArcData/sqlServerInstances@2021-11-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-11-01/types.json","Index":75},"Microsoft.AzureArcData/dataControllers@2021-11-01":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2021-11-01/types.json","Index":92},"Microsoft.AzureArcData/sqlManagedInstances@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":46},"Microsoft.AzureArcData/sqlServerInstances@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":98},"Microsoft.AzureArcData/dataControllers@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":115},"Microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":131},"Microsoft.AzureArcData/postgresInstances@2022-03-01-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-03-01-preview/types.json","Index":139},"Microsoft.AzureArcData/sqlManagedInstances@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":46},"Microsoft.AzureArcData/sqlServerInstances@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":98},"Microsoft.AzureArcData/dataControllers@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":115},"Microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":131},"Microsoft.AzureArcData/postgresInstances@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":139},"Microsoft.AzureArcData/sqlServerInstances/databases@2022-06-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2022-06-15-preview/types.json","Index":161},"Microsoft.AzureArcData/sqlManagedInstances@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":46},"Microsoft.AzureArcData/sqlManagedInstances/failoverGroups@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":65},"Microsoft.AzureArcData/sqlServerInstances@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":118},"Microsoft.AzureArcData/dataControllers@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":135},"Microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":151},"Microsoft.AzureArcData/postgresInstances@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":159},"Microsoft.AzureArcData/sqlServerInstances/databases@2023-01-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-01-15-preview/types.json","Index":181},"Microsoft.AzureArcData/sqlManagedInstances@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":46},"Microsoft.AzureArcData/sqlManagedInstances/failoverGroups@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":65},"Microsoft.AzureArcData/sqlServerInstances@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":118},"Microsoft.AzureArcData/sqlAvailabilityGroups@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":124},"Microsoft.AzureArcData/dataControllers@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":141},"Microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":157},"Microsoft.AzureArcData/postgresInstances@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":165},"Microsoft.AzureArcData/sqlServerInstances/databases@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":187},"Microsoft.AzureArcData/sqlServerInstances/sqlAvailabilityGroups@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":195},"Microsoft.AzureArcData/sqlAvailabilityGroups/sqlServerInstances@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":201},"Microsoft.AzureArcData/sqlAvailabilityGroups/databases@2023-03-15-preview":{"RelativePath":"azurearcdata/microsoft.azurearcdata/2023-03-15-preview/types.json","Index":209},"Microsoft.AzureData/sqlServerRegistrations@2019-07-24-preview":{"RelativePath":"azuredata/microsoft.azuredata/2019-07-24-preview/types.json","Index":24},"Microsoft.AzureData/sqlServerRegistrations/sqlServers@2019-07-24-preview":{"RelativePath":"azuredata/microsoft.azuredata/2019-07-24-preview/types.json","Index":29},"Microsoft.AzureStack/registrations@2016-01-01":{"RelativePath":"azurestack/microsoft.azurestack/2016-01-01/types.json","Index":15},"Microsoft.AzureStack/registrations/products@2016-01-01":{"RelativePath":"azurestack/microsoft.azurestack/2016-01-01/types.json","Index":37},"Microsoft.AzureStack/registrations@2017-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":15},"Microsoft.AzureStack/registrations/customerSubscriptions@2017-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":20},"Microsoft.AzureStack/cloudManifestFiles@2017-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":27},"Microsoft.AzureStack/registrations/products@2017-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":49},"Microsoft.AzureStack/registrations/customerSubscriptions@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":23},"Microsoft.AzureStack/registrations@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":31},"Microsoft.AzureStack/linkedSubscriptions@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":39},"Microsoft.AzureStack/cloudManifestFiles@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":46},"Microsoft.AzureStack/registrations/products@2020-06-01-preview":{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":68},"Microsoft.AzureStack/registrations/customerSubscriptions@2022-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":12},"Microsoft.AzureStack/registrations@2022-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":20},"Microsoft.AzureStack/cloudManifestFiles@2022-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":27},"Microsoft.AzureStack/registrations/products@2022-06-01":{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":49},"Microsoft.AzureStackHCI/clusters@2020-03-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2020-03-01-preview/types.json","Index":28},"Microsoft.AzureStackHCI/clusters@2020-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2020-10-01/types.json","Index":39},"Microsoft.AzureStackHCI/clusters/arcSettings@2021-01-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-01-01-preview/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2021-01-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-01-01-preview/types.json","Index":81},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2021-01-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-01-01-preview/types.json","Index":124},"Microsoft.AzureStackHCI/galleryimages@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":37},"Microsoft.AzureStackHCI/networkinterfaces@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":59},"Microsoft.AzureStackHCI/virtualharddisks@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":72},"Microsoft.AzureStackHCI/virtualmachines@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":115},"Microsoft.AzureStackHCI/virtualnetworks@2021-07-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.json","Index":158},"Microsoft.AzureStackHCI/clusters/arcSettings@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":142},"Microsoft.AzureStackHCI/galleryimages@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":179},"Microsoft.AzureStackHCI/marketplacegalleryimages@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":208},"Microsoft.AzureStackHCI/networkinterfaces@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":236},"Microsoft.AzureStackHCI/storagecontainers@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":249},"Microsoft.AzureStackHCI/virtualharddisks@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":274},"Microsoft.AzureStackHCI/virtualmachines@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":337},"Microsoft.AzureStackHCI/virtualMachines/hybridIdentityMetadata@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":342},"Microsoft.AzureStackHCI/virtualMachines/extensions@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":354},"Microsoft.AzureStackHCI/virtualMachines/guestAgents@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":365},"Microsoft.AzureStackHCI/virtualnetworks@2021-09-01-preview":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01-preview/types.json","Index":414},"Microsoft.AzureStackHCI/clusters/arcSettings@2021-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2021-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2021-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2021-09-01/types.json","Index":142},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-01-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-01-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-01-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-01-01/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-01-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-01-01/types.json","Index":142},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-03-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-03-01/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-03-01/types.json","Index":142},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-05-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-05-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-05-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-05-01/types.json","Index":99},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-05-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-05-01/types.json","Index":142},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-09-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-09-01/types.json","Index":109},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-09-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-09-01/types.json","Index":152},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":60},"Microsoft.AzureStackHCI/clusters@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":117},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":160},"Microsoft.AzureStackHCI/clusters/publishers/offers@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":168},"Microsoft.AzureStackHCI/clusters/publishers@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":173},"Microsoft.AzureStackHCI/clusters/publishers/offers/skus@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":179},"Microsoft.AzureStackHCI/clusters/updates/updateRuns@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":197},"Microsoft.AzureStackHCI/clusters/updateSummaries@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":220},"Microsoft.AzureStackHCI/clusters/updates@2022-10-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-10-01/types.json","Index":257},"Microsoft.AzureStackHCI/clusters/arcSettings@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":82},"Microsoft.AzureStackHCI/clusters@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":157},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":220},"Microsoft.AzureStackHCI/clusters/updates/updateRuns@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":251},"Microsoft.AzureStackHCI/clusters/updateSummaries@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":312},"Microsoft.AzureStackHCI/clusters/updates@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":375},"Microsoft.AzureStackHCI/clusters/publishers/offers@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":383},"Microsoft.AzureStackHCI/clusters/publishers@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":388},"Microsoft.AzureStackHCI/clusters/publishers/offers/skus@2022-12-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2022-12-01/types.json","Index":394},"Microsoft.AzureStackHCI/clusters/arcSettings@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":82},"Microsoft.AzureStackHCI/clusters@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":157},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":227},"Microsoft.AzureStackHCI/clusters/updates/updateRuns@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":258},"Microsoft.AzureStackHCI/clusters/updateSummaries@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":319},"Microsoft.AzureStackHCI/clusters/updates@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":382},"Microsoft.AzureStackHCI/clusters/publishers/offers@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":390},"Microsoft.AzureStackHCI/clusters/publishers@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":395},"Microsoft.AzureStackHCI/clusters/publishers/offers/skus@2023-02-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-02-01/types.json","Index":401},"Microsoft.AzureStackHCI/clusters/arcSettings@2023-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-03-01/types.json","Index":84},"Microsoft.AzureStackHCI/clusters@2023-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-03-01/types.json","Index":159},"Microsoft.AzureStackHCI/clusters/arcSettings/extensions@2023-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-03-01/types.json","Index":232},"Microsoft.AzureStackHCI/clusters/updates/updateRuns@2023-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-03-01/types.json","Index":263},"Microsoft.AzureStackHCI/clusters/updateSummaries@2023-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-03-01/types.json","Index":324},"Microsoft.AzureStackHCI/clusters/updates@2023-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-03-01/types.json","Index":387},"Microsoft.AzureStackHCI/clusters/publishers/offers@2023-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-03-01/types.json","Index":395},"Microsoft.AzureStackHCI/clusters/publishers@2023-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-03-01/types.json","Index":400},"Microsoft.AzureStackHCI/clusters/publishers/offers/skus@2023-03-01":{"RelativePath":"azurestackhci/microsoft.azurestackhci/2023-03-01/types.json","Index":406},"Microsoft.BareMetalInfrastructure/bareMetalInstances@2020-08-06-preview":{"RelativePath":"baremetalinfrastructure/microsoft.baremetalinfrastructure/2020-08-06-preview/types.json","Index":83},"Microsoft.BareMetalInfrastructure/bareMetalInstances@2021-08-09":{"RelativePath":"baremetalinfrastructure/microsoft.baremetalinfrastructure/2021-08-09/types.json","Index":94},"Microsoft.Batch/batchAccounts@2015-12-01":{"RelativePath":"batch/microsoft.batch/2015-12-01/types.json","Index":21},"Microsoft.Batch/batchAccounts/applications/versions@2015-12-01":{"RelativePath":"batch/microsoft.batch/2015-12-01/types.json","Index":29},"Microsoft.Batch/batchAccounts/applications@2015-12-01":{"RelativePath":"batch/microsoft.batch/2015-12-01/types.json","Index":39},"Microsoft.Batch/batchAccounts@2017-01-01":{"RelativePath":"batch/microsoft.batch/2017-01-01/types.json","Index":25},"Microsoft.Batch/batchAccounts/applications/versions@2017-01-01":{"RelativePath":"batch/microsoft.batch/2017-01-01/types.json","Index":33},"Microsoft.Batch/batchAccounts/applications@2017-01-01":{"RelativePath":"batch/microsoft.batch/2017-01-01/types.json","Index":43},"Microsoft.Batch/batchAccounts@2017-05-01":{"RelativePath":"batch/microsoft.batch/2017-05-01/types.json","Index":25},"Microsoft.Batch/batchAccounts/applications/versions@2017-05-01":{"RelativePath":"batch/microsoft.batch/2017-05-01/types.json","Index":33},"Microsoft.Batch/batchAccounts/applications@2017-05-01":{"RelativePath":"batch/microsoft.batch/2017-05-01/types.json","Index":43},"Microsoft.Batch/batchAccounts@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":25},"Microsoft.Batch/batchAccounts/applications/versions@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":33},"Microsoft.Batch/batchAccounts/applications@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":43},"Microsoft.Batch/batchAccounts/certificates@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":61},"Microsoft.Batch/batchAccounts/pools@2017-09-01":{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":165},"Microsoft.Batch/batchAccounts@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":25},"Microsoft.Batch/batchAccounts/applications/versions@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":33},"Microsoft.Batch/batchAccounts/applications@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":38},"Microsoft.Batch/batchAccounts/certificates@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":56},"Microsoft.Batch/batchAccounts/pools@2018-12-01":{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":165},"Microsoft.Batch/batchAccounts@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":27},"Microsoft.Batch/batchAccounts/applications/versions@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":35},"Microsoft.Batch/batchAccounts/applications@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":40},"Microsoft.Batch/batchAccounts/certificates@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":58},"Microsoft.Batch/batchAccounts/pools@2019-04-01":{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":167},"Microsoft.Batch/batchAccounts@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":27},"Microsoft.Batch/batchAccounts/applications/versions@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":35},"Microsoft.Batch/batchAccounts/applications@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":40},"Microsoft.Batch/batchAccounts/certificates@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":58},"Microsoft.Batch/batchAccounts/pools@2019-08-01":{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":178},"Microsoft.Batch/batchAccounts@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":49},"Microsoft.Batch/batchAccounts/applications/versions@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":57},"Microsoft.Batch/batchAccounts/applications@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":62},"Microsoft.Batch/batchAccounts/certificates@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":80},"Microsoft.Batch/batchAccounts/pools@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":210},"Microsoft.Batch/batchAccounts/privateLinkResources@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":217},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2020-03-01":{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":221},"Microsoft.Batch/batchAccounts@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":53},"Microsoft.Batch/batchAccounts/applications/versions@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":61},"Microsoft.Batch/batchAccounts/applications@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":66},"Microsoft.Batch/batchAccounts/certificates@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":84},"Microsoft.Batch/batchAccounts/pools@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":214},"Microsoft.Batch/batchAccounts/privateLinkResources@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":221},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2020-05-01":{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":225},"Microsoft.Batch/batchAccounts@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":53},"Microsoft.Batch/batchAccounts/applications/versions@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":61},"Microsoft.Batch/batchAccounts/applications@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":66},"Microsoft.Batch/batchAccounts/certificates@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":84},"Microsoft.Batch/batchAccounts/pools@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":214},"Microsoft.Batch/batchAccounts/privateLinkResources@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":221},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2020-09-01":{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":225},"Microsoft.Batch/batchAccounts@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":56},"Microsoft.Batch/batchAccounts/applications/versions@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":64},"Microsoft.Batch/batchAccounts/applications@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":69},"Microsoft.Batch/batchAccounts/certificates@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":87},"Microsoft.Batch/batchAccounts/pools@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":230},"Microsoft.Batch/batchAccounts/privateLinkResources@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":237},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2021-01-01":{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":241},"Microsoft.Batch/batchAccounts@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":65},"Microsoft.Batch/batchAccounts/applications/versions@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":73},"Microsoft.Batch/batchAccounts/applications@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":78},"Microsoft.Batch/batchAccounts/certificates@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":96},"Microsoft.Batch/batchAccounts/pools@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":241},"Microsoft.Batch/batchAccounts/privateLinkResources@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":248},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2021-06-01":{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":252},"Microsoft.Batch/batchAccounts@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":65},"Microsoft.Batch/batchAccounts/applications/versions@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":73},"Microsoft.Batch/batchAccounts/applications@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":78},"Microsoft.Batch/batchAccounts/certificates@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":96},"Microsoft.Batch/batchAccounts/pools@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":244},"Microsoft.Batch/batchAccounts/detectors@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":249},"Microsoft.Batch/batchAccounts/privateLinkResources@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":256},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2022-01-01":{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":260},"Microsoft.Batch/batchAccounts@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":77},"Microsoft.Batch/batchAccounts/applications/versions@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":85},"Microsoft.Batch/batchAccounts/applications@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":90},"Microsoft.Batch/batchAccounts/certificates@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":108},"Microsoft.Batch/batchAccounts/pools@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":256},"Microsoft.Batch/batchAccounts/detectors@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":261},"Microsoft.Batch/batchAccounts/privateLinkResources@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":268},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2022-06-01":{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":272},"Microsoft.Batch/batchAccounts@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":77},"Microsoft.Batch/batchAccounts/applications/versions@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":85},"Microsoft.Batch/batchAccounts/applications@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":90},"Microsoft.Batch/batchAccounts/certificates@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":108},"Microsoft.Batch/batchAccounts/pools@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":264},"Microsoft.Batch/batchAccounts/detectors@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":269},"Microsoft.Batch/batchAccounts/privateLinkResources@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":276},"Microsoft.Batch/batchAccounts/privateEndpointConnections@2022-10-01":{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":280},"Microsoft.BatchAI/clusters@2017-09-01-preview":{"RelativePath":"batchai/microsoft.batchai/2017-09-01-preview/types.json","Index":56},"Microsoft.BatchAI/jobs@2017-09-01-preview":{"RelativePath":"batchai/microsoft.batchai/2017-09-01-preview/types.json","Index":103},"Microsoft.BatchAI/fileServers@2017-09-01-preview":{"RelativePath":"batchai/microsoft.batchai/2017-09-01-preview/types.json","Index":129},"Microsoft.BatchAI/clusters@2018-03-01":{"RelativePath":"batchai/microsoft.batchai/2018-03-01/types.json","Index":60},"Microsoft.BatchAI/jobs@2018-03-01":{"RelativePath":"batchai/microsoft.batchai/2018-03-01/types.json","Index":109},"Microsoft.BatchAI/fileServers@2018-03-01":{"RelativePath":"batchai/microsoft.batchai/2018-03-01/types.json","Index":135},"Microsoft.BatchAI/workspaces@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":18},"Microsoft.BatchAI/workspaces/experiments@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":28},"Microsoft.BatchAI/workspaces/experiments/jobs@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":96},"Microsoft.BatchAI/workspaces/fileServers@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":112},"Microsoft.BatchAI/workspaces/clusters@2018-05-01":{"RelativePath":"batchai/microsoft.batchai/2018-05-01/types.json","Index":145},"Microsoft.Billing/invoices@2017-02-27-preview":{"RelativePath":"billing/microsoft.billing/2017-02-27-preview/types.json","Index":13},"Microsoft.Billing/billingPeriods@2017-04-24-preview":{"RelativePath":"billing/microsoft.billing/2017-04-24-preview/types.json","Index":13},"Microsoft.Billing/invoices@2017-04-24-preview":{"RelativePath":"billing/microsoft.billing/2017-04-24-preview/types.json","Index":20},"Microsoft.Billing/enrollmentAccounts@2018-03-01-preview":{"RelativePath":"billing/microsoft.billing/2018-03-01-preview/types.json","Index":12},"Microsoft.Billing/billingPeriods@2018-03-01-preview":{"RelativePath":"billing/microsoft.billing/2018-03-01-preview/types.json","Index":18},"Microsoft.Billing/invoices@2018-03-01-preview":{"RelativePath":"billing/microsoft.billing/2018-03-01-preview/types.json","Index":25},"Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":20},"Microsoft.Billing/billingAccounts/invoiceSections@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":24},"Microsoft.Billing/billingAccounts/billingProfiles/policies@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":30},"Microsoft.Billing/billingAccounts/lineOfCredit@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":40},"Microsoft.Billing/billingAccounts@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":59},"Microsoft.Billing/billingAccounts/billingProfiles/availableBalance@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":65},"Microsoft.Billing/billingAccounts/customers@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":73},"Microsoft.Billing/billingAccounts/departments@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":77},"Microsoft.Billing/billingAccounts/enrollmentAccounts@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":81},"Microsoft.Billing/billingAccounts/billingProfiles/invoices@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":100},"Microsoft.Billing/billingAccounts/customers/billingSubscriptions@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":111},"Microsoft.Billing/billingAccounts/invoiceSections/billingSubscriptions@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":115},"Microsoft.Billing/billingAccounts/invoiceSections/products@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":133},"Microsoft.Billing/billingRoleDefinitions@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":143},"Microsoft.Billing/billingRoleAssignments@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":148},"Microsoft.Billing/billingAccounts/agreements@2018-11-01-preview":{"RelativePath":"billing/microsoft.billing/2018-11-01-preview/types.json","Index":155},"Microsoft.Billing/billingAccounts/billingProfiles/instructions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":12},"Microsoft.Billing/billingAccounts/billingProfiles@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":53},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":57},"Microsoft.Billing/billingAccounts/billingProfiles/policies@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":73},"Microsoft.Billing/billingAccounts/customers/policies@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":82},"Microsoft.Billing/billingAccounts/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":87},"Microsoft.Billing/billingAccounts/departments/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":91},"Microsoft.Billing/billingAccounts/enrollmentAccounts/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":95},"Microsoft.Billing/billingAccounts@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":124},"Microsoft.Billing/billingAccounts/billingProfiles/availableBalance@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":131},"Microsoft.Billing/billingAccounts/customers@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":139},"Microsoft.Billing/billingAccounts/customers/billingSubscriptions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":150},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingSubscriptions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":154},"Microsoft.Billing/billingAccounts/customers/products@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":172},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/products@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":176},"Microsoft.Billing/billingAccounts/departments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":180},"Microsoft.Billing/billingAccounts/enrollmentAccounts@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":184},"Microsoft.Billing/billingAccounts/invoices@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":218},"Microsoft.Billing/billingAccounts/billingProfiles/invoices@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":222},"Microsoft.Billing/billingAccounts/billingSubscriptions/invoices@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":226},"Microsoft.Billing/billingProperty@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":243},"Microsoft.Billing/billingAccounts/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":252},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":256},"Microsoft.Billing/billingAccounts/billingProfiles/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":260},"Microsoft.Billing/billingAccounts/departments/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":264},"Microsoft.Billing/billingAccounts/enrollmentAccounts/billingRoleDefinitions@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":268},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":272},"Microsoft.Billing/billingAccounts/billingProfiles/billingRoleAssignments@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":276},"Microsoft.Billing/billingAccounts/agreements@2019-10-01-preview":{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":291},"Microsoft.Billing/billingAccounts/billingProfiles/instructions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":12},"Microsoft.Billing/billingAccounts/billingProfiles@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":56},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":60},"Microsoft.Billing/billingAccounts/billingProfiles/policies@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":76},"Microsoft.Billing/billingAccounts/customers/policies@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":85},"Microsoft.Billing/billingAccounts@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":119},"Microsoft.Billing/billingAccounts/billingProfiles/availableBalance@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":126},"Microsoft.Billing/billingAccounts/customers@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":134},"Microsoft.Billing/billingAccounts/billingSubscriptions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":146},"Microsoft.Billing/billingAccounts/products@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":167},"Microsoft.Billing/billingAccounts/invoices@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":204},"Microsoft.Billing/billingAccounts/billingSubscriptions/invoices@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":208},"Microsoft.Billing/billingProperty@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":225},"Microsoft.Billing/billingAccounts/billingRoleDefinitions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":234},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":238},"Microsoft.Billing/billingAccounts/billingProfiles/billingRoleDefinitions@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":242},"Microsoft.Billing/billingAccounts/billingRoleAssignments@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":247},"Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":251},"Microsoft.Billing/billingAccounts/billingProfiles/billingRoleAssignments@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":255},"Microsoft.Billing/billingAccounts/agreements@2020-05-01":{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":271},"Microsoft.Billing/promotions@2020-09-01-preview":{"RelativePath":"billing/microsoft.billing/2020-09-01-preview/types.json","Index":14},"Microsoft.Billing/promotions@2020-11-01-preview":{"RelativePath":"billing/microsoft.billing/2020-11-01-preview/types.json","Index":14},"Microsoft.Billing/billingAccounts/billingSubscriptionAliases@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":40},"Microsoft.Billing/billingAccounts/billingSubscriptions@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":61},"Microsoft.Billing/paymentMethods@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":74},"Microsoft.Billing/billingAccounts/paymentMethods@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":78},"Microsoft.Billing/billingAccounts/billingProfiles/paymentMethodLinks@2021-10-01":{"RelativePath":"billing/microsoft.billing/2021-10-01/types.json","Index":91},"Microsoft.BillingBenefits/savingsPlanOrderAliases@2022-11-01":{"RelativePath":"billingbenefits/microsoft.billingbenefits/2022-11-01/types.json","Index":47},"Microsoft.BillingBenefits/reservationOrderAliases@2022-11-01":{"RelativePath":"billingbenefits/microsoft.billingbenefits/2022-11-01/types.json","Index":102},"Microsoft.BillingBenefits/savingsPlanOrders@2022-11-01":{"RelativePath":"billingbenefits/microsoft.billingbenefits/2022-11-01/types.json","Index":133},"Microsoft.BillingBenefits/savingsPlanOrders/savingsPlans@2022-11-01":{"RelativePath":"billingbenefits/microsoft.billingbenefits/2022-11-01/types.json","Index":173},"Microsoft.Blockchain/blockchainMembers@2018-06-01-preview":{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":29},"Microsoft.Blockchain/blockchainMembers/transactionNodes@2018-06-01-preview":{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":41},"Microsoft.Blueprint/blueprints@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":31},"Microsoft.Blueprint/blueprints/artifacts@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":50},"Microsoft.Blueprint/blueprints/versions@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":60},"Microsoft.Blueprint/blueprintAssignments@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":89},"Microsoft.Blueprint/blueprints/versions/artifacts@2017-11-11-preview":{"RelativePath":"blueprint/microsoft.blueprint/2017-11-11-preview/types.json","Index":99},"Microsoft.Blueprint/blueprints@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":32},"Microsoft.Blueprint/blueprints/artifacts@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":53},"Microsoft.Blueprint/blueprints/versions@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":63},"Microsoft.Blueprint/blueprintAssignments@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":98},"Microsoft.Blueprint/blueprints/versions/artifacts@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":108},"Microsoft.Blueprint/blueprintAssignments/assignmentOperations@2018-11-01-preview":{"RelativePath":"blueprint/microsoft.blueprint/2018-11-01-preview/types.json","Index":121},"Microsoft.BotService/botServices@2017-12-01":{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":28},"Microsoft.BotService/botServices/channels@2017-12-01":{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":86},"Microsoft.BotService/botServices/Connections@2017-12-01":{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":99},"Microsoft.BotService/botServices@2018-07-12":{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":28},"Microsoft.BotService/botServices/channels@2018-07-12":{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":87},"Microsoft.BotService/botServices/Connections@2018-07-12":{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":100},"Microsoft.BotService/enterpriseChannels@2018-07-12":{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":135},"Microsoft.BotService/botServices@2020-06-02":{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":28},"Microsoft.BotService/botServices/channels@2020-06-02":{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":101},"Microsoft.BotService/botServices/connections@2020-06-02":{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":114},"Microsoft.BotService/botServices@2021-03-01":{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":39},"Microsoft.BotService/botServices/channels@2021-03-01":{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":138},"Microsoft.BotService/botServices/connections@2021-03-01":{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":153},"Microsoft.BotService/botServices@2021-05-01-preview":{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":53},"Microsoft.BotService/botServices/channels@2021-05-01-preview":{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":151},"Microsoft.BotService/botServices/connections@2021-05-01-preview":{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":165},"Microsoft.BotService/botServices/privateEndpointConnections@2021-05-01-preview":{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":169},"Microsoft.BotService/botServices@2022-06-15-preview":{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":54},"Microsoft.BotService/botServices/channels@2022-06-15-preview":{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":153},"Microsoft.BotService/botServices/connections@2022-06-15-preview":{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":168},"Microsoft.BotService/botServices/privateEndpointConnections@2022-06-15-preview":{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":172},"Microsoft.BotService/botServices@2022-09-15":{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":54},"Microsoft.BotService/botServices/channels@2022-09-15":{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":153},"Microsoft.BotService/botServices/connections@2022-09-15":{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":168},"Microsoft.BotService/botServices/privateEndpointConnections@2022-09-15":{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":172},"Microsoft.Cdn/profiles@2015-06-01":{"RelativePath":"cdn/microsoft.cdn/2015-06-01/types.json","Index":26},"Microsoft.Cdn/profiles/endpoints@2015-06-01":{"RelativePath":"cdn/microsoft.cdn/2015-06-01/types.json","Index":52},"Microsoft.Cdn/profiles/endpoints/origins@2015-06-01":{"RelativePath":"cdn/microsoft.cdn/2015-06-01/types.json","Index":65},"Microsoft.Cdn/profiles/endpoints/customDomains@2015-06-01":{"RelativePath":"cdn/microsoft.cdn/2015-06-01/types.json","Index":78},"Microsoft.Cdn/profiles@2016-04-02":{"RelativePath":"cdn/microsoft.cdn/2016-04-02/types.json","Index":28},"Microsoft.Cdn/profiles/endpoints@2016-04-02":{"RelativePath":"cdn/microsoft.cdn/2016-04-02/types.json","Index":54},"Microsoft.Cdn/profiles/endpoints/origins@2016-04-02":{"RelativePath":"cdn/microsoft.cdn/2016-04-02/types.json","Index":67},"Microsoft.Cdn/profiles/endpoints/customDomains@2016-04-02":{"RelativePath":"cdn/microsoft.cdn/2016-04-02/types.json","Index":80},"Microsoft.Cdn/profiles@2016-10-02":{"RelativePath":"cdn/microsoft.cdn/2016-10-02/types.json","Index":25},"Microsoft.Cdn/profiles/endpoints@2016-10-02":{"RelativePath":"cdn/microsoft.cdn/2016-10-02/types.json","Index":59},"Microsoft.Cdn/profiles/endpoints/customDomains@2016-10-02":{"RelativePath":"cdn/microsoft.cdn/2016-10-02/types.json","Index":75},"Microsoft.Cdn/profiles/endpoints/origins@2016-10-02":{"RelativePath":"cdn/microsoft.cdn/2016-10-02/types.json","Index":85},"Microsoft.Cdn/profiles@2017-04-02":{"RelativePath":"cdn/microsoft.cdn/2017-04-02/types.json","Index":25},"Microsoft.Cdn/profiles/endpoints@2017-04-02":{"RelativePath":"cdn/microsoft.cdn/2017-04-02/types.json","Index":59},"Microsoft.Cdn/profiles/endpoints/customDomains@2017-04-02":{"RelativePath":"cdn/microsoft.cdn/2017-04-02/types.json","Index":85},"Microsoft.Cdn/profiles/endpoints/origins@2017-04-02":{"RelativePath":"cdn/microsoft.cdn/2017-04-02/types.json","Index":95},"Microsoft.Cdn/profiles@2017-10-12":{"RelativePath":"cdn/microsoft.cdn/2017-10-12/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2017-10-12":{"RelativePath":"cdn/microsoft.cdn/2017-10-12/types.json","Index":93},"Microsoft.Cdn/profiles/endpoints/customDomains@2017-10-12":{"RelativePath":"cdn/microsoft.cdn/2017-10-12/types.json","Index":119},"Microsoft.Cdn/profiles/endpoints/origins@2017-10-12":{"RelativePath":"cdn/microsoft.cdn/2017-10-12/types.json","Index":129},"Microsoft.Cdn/profiles@2019-04-15":{"RelativePath":"cdn/microsoft.cdn/2019-04-15/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2019-04-15":{"RelativePath":"cdn/microsoft.cdn/2019-04-15/types.json","Index":408},"Microsoft.Cdn/profiles/endpoints/customDomains@2019-04-15":{"RelativePath":"cdn/microsoft.cdn/2019-04-15/types.json","Index":459},"Microsoft.Cdn/profiles/endpoints/origins@2019-04-15":{"RelativePath":"cdn/microsoft.cdn/2019-04-15/types.json","Index":469},"Microsoft.Cdn/profiles@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":365},"Microsoft.Cdn/profiles/endpoints/customDomains@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":416},"Microsoft.Cdn/CdnWebApplicationFirewallPolicies@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":521},"Microsoft.Cdn/profiles/endpoints/origins@2019-06-15-preview":{"RelativePath":"cdn/microsoft.cdn/2019-06-15-preview/types.json","Index":531},"Microsoft.Cdn/profiles@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":409},"Microsoft.Cdn/profiles/endpoints/customDomains@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":460},"Microsoft.Cdn/CdnWebApplicationFirewallPolicies@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":565},"Microsoft.Cdn/profiles/endpoints/origins@2019-06-15":{"RelativePath":"cdn/microsoft.cdn/2019-06-15/types.json","Index":575},"Microsoft.Cdn/profiles@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":434},"Microsoft.Cdn/profiles/endpoints/origins@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":443},"Microsoft.Cdn/profiles/endpoints/originGroups@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":453},"Microsoft.Cdn/profiles/endpoints/customDomains@2019-12-31":{"RelativePath":"cdn/microsoft.cdn/2019-12-31/types.json","Index":504},"Microsoft.Cdn/profiles@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":27},"Microsoft.Cdn/profiles/endpoints@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":449},"Microsoft.Cdn/profiles/endpoints/origins@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":464},"Microsoft.Cdn/profiles/endpoints/originGroups@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":474},"Microsoft.Cdn/profiles/endpoints/customDomains@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":525},"Microsoft.Cdn/CdnWebApplicationFirewallPolicies@2020-04-15":{"RelativePath":"cdn/microsoft.cdn/2020-04-15/types.json","Index":630},"Microsoft.Cdn/profiles@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":45},"Microsoft.Cdn/profiles/endpoints@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":480},"Microsoft.Cdn/profiles/endpoints/origins@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":495},"Microsoft.Cdn/profiles/endpoints/originGroups@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":505},"Microsoft.Cdn/profiles/endpoints/customDomains@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":556},"Microsoft.Cdn/profiles/customDomains@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":587},"Microsoft.Cdn/profiles/afdEndpoints@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":607},"Microsoft.Cdn/profiles/originGroups@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":627},"Microsoft.Cdn/profiles/originGroups/origins@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":653},"Microsoft.Cdn/profiles/afdEndpoints/routes@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":695},"Microsoft.Cdn/profiles/ruleSets@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":711},"Microsoft.Cdn/profiles/ruleSets/rules@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":732},"Microsoft.Cdn/profiles/securityPolicies@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":755},"Microsoft.Cdn/profiles/secrets@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":779},"Microsoft.Cdn/CdnWebApplicationFirewallPolicies@2020-09-01":{"RelativePath":"cdn/microsoft.cdn/2020-09-01/types.json","Index":884},"Microsoft.Cdn/profiles/customDomains@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":54},"Microsoft.Cdn/profiles/afdEndpoints@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":79},"Microsoft.Cdn/profiles/originGroups@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":108},"Microsoft.Cdn/profiles/originGroups/origins@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":134},"Microsoft.Cdn/profiles/afdEndpoints/routes@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":179},"Microsoft.Cdn/profiles/ruleSets@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":195},"Microsoft.Cdn/profiles/ruleSets/rules@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":744},"Microsoft.Cdn/profiles/securityPolicies@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":767},"Microsoft.Cdn/profiles/secrets@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":793},"Microsoft.Cdn/profiles@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":825},"Microsoft.Cdn/profiles/endpoints@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":896},"Microsoft.Cdn/profiles/endpoints/origins@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":917},"Microsoft.Cdn/profiles/endpoints/originGroups@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":933},"Microsoft.Cdn/profiles/endpoints/customDomains@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":990},"Microsoft.Cdn/cdnWebApplicationFirewallPolicies@2021-06-01":{"RelativePath":"cdn/microsoft.cdn/2021-06-01/types.json","Index":1088},"Microsoft.Cdn/profiles/customDomains@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":55},"Microsoft.Cdn/profiles/afdEndpoints@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":80},"Microsoft.Cdn/profiles/originGroups@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":109},"Microsoft.Cdn/profiles/originGroups/origins@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":135},"Microsoft.Cdn/profiles/afdEndpoints/routes@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":180},"Microsoft.Cdn/profiles/ruleSets@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":196},"Microsoft.Cdn/profiles/ruleSets/rules@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":745},"Microsoft.Cdn/profiles/securityPolicies@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":768},"Microsoft.Cdn/profiles/secrets@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":794},"Microsoft.Cdn/profiles@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":832},"Microsoft.Cdn/profiles/endpoints@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":903},"Microsoft.Cdn/profiles/endpoints/origins@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":924},"Microsoft.Cdn/profiles/endpoints/originGroups@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":940},"Microsoft.Cdn/profiles/endpoints/customDomains@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":997},"Microsoft.Cdn/cdnWebApplicationFirewallPolicies@2022-05-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-05-01-preview/types.json","Index":1096},"Microsoft.Cdn/profiles/customDomains@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":55},"Microsoft.Cdn/profiles/afdEndpoints@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":80},"Microsoft.Cdn/profiles/originGroups@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":109},"Microsoft.Cdn/profiles/originGroups/origins@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":135},"Microsoft.Cdn/profiles/afdEndpoints/routes@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":180},"Microsoft.Cdn/profiles/ruleSets@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":196},"Microsoft.Cdn/profiles/ruleSets/rules@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":745},"Microsoft.Cdn/profiles/securityPolicies@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":768},"Microsoft.Cdn/profiles/secrets@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":794},"Microsoft.Cdn/profiles@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":840},"Microsoft.Cdn/profiles/endpoints@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":911},"Microsoft.Cdn/profiles/endpoints/origins@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":932},"Microsoft.Cdn/profiles/endpoints/originGroups@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":948},"Microsoft.Cdn/profiles/endpoints/customDomains@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":1005},"Microsoft.Cdn/cdnWebApplicationFirewallPolicies@2022-11-01-preview":{"RelativePath":"cdn/microsoft.cdn/2022-11-01-preview/types.json","Index":1104},"Microsoft.ChangeAnalysis/profile@2020-04-01-preview":{"RelativePath":"changeanalysis/microsoft.changeanalysis/2020-04-01-preview/types.json","Index":27},"Microsoft.Chaos/targets/capabilities@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":23},"Microsoft.Chaos/experiments@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":58},"Microsoft.Chaos/targets@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":63},"Microsoft.Chaos/locations/targetTypes@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":69},"Microsoft.Chaos/locations/targetTypes/capabilityTypes@2021-09-15-preview":{"RelativePath":"chaos/microsoft.chaos/2021-09-15-preview/types.json","Index":74},"Microsoft.Chaos/targets/capabilities@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":23},"Microsoft.Chaos/experiments@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":58},"Microsoft.Chaos/targets@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":63},"Microsoft.Chaos/locations/targetTypes@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":69},"Microsoft.Chaos/locations/targetTypes/capabilityTypes@2022-07-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-07-01-preview/types.json","Index":75},"Microsoft.Chaos/targets/capabilities@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":23},"Microsoft.Chaos/experiments@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":63},"Microsoft.Chaos/targets@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":68},"Microsoft.Chaos/locations/targetTypes/capabilityTypes@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":74},"Microsoft.Chaos/locations/targetTypes@2022-10-01-preview":{"RelativePath":"chaos/microsoft.chaos/2022-10-01-preview/types.json","Index":80},"Microsoft.Portal/locations/userSettings@2018-10-01":{"RelativePath":"cloudshell/microsoft.portal/2018-10-01/types.json","Index":30},"Microsoft.Portal/locations/consoles@2018-10-01":{"RelativePath":"cloudshell/microsoft.portal/2018-10-01/types.json","Index":48},"Microsoft.Portal/userSettings@2018-10-01":{"RelativePath":"cloudshell/microsoft.portal/2018-10-01/types.json","Index":52},"Microsoft.Portal/consoles@2018-10-01":{"RelativePath":"cloudshell/microsoft.portal/2018-10-01/types.json","Index":70},"Microsoft.CognitiveServices/accounts@2016-02-01-preview":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2016-02-01-preview/types.json","Index":47},"Microsoft.CognitiveServices/accounts@2017-04-18":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2017-04-18/types.json","Index":66},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2017-04-18":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2017-04-18/types.json","Index":70},"Microsoft.CognitiveServices/accounts@2021-04-30":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-04-30/types.json","Index":93},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2021-04-30":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-04-30/types.json","Index":97},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2021-04-30":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-04-30/types.json","Index":102},"Microsoft.CognitiveServices/accounts@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":93},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":97},"Microsoft.CognitiveServices/accounts/deployments@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":114},"Microsoft.CognitiveServices/accounts/commitmentPlans@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":125},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2021-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":130},"Microsoft.CognitiveServices/accounts@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":93},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":97},"Microsoft.CognitiveServices/accounts/deployments@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":114},"Microsoft.CognitiveServices/accounts/commitmentPlans@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":125},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2022-03-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":130},"Microsoft.CognitiveServices/accounts@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":93},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":97},"Microsoft.CognitiveServices/accounts/deployments@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":115},"Microsoft.CognitiveServices/accounts/commitmentPlans@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":126},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2022-10-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":131},"Microsoft.CognitiveServices/accounts@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":102},"Microsoft.CognitiveServices/accounts/privateEndpointConnections@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":106},"Microsoft.CognitiveServices/accounts/deployments@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":124},"Microsoft.CognitiveServices/accounts/commitmentPlans@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":144},"Microsoft.CognitiveServices/commitmentPlans@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":149},"Microsoft.CognitiveServices/commitmentPlans/accountAssociations@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":154},"Microsoft.CognitiveServices/locations/resourceGroups/deletedAccounts@2022-12-01":{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":159},"Microsoft.Communication/communicationServices@2020-08-20-preview":{"RelativePath":"communication/microsoft.communication/2020-08-20-preview/types.json","Index":23},"Microsoft.Communication/communicationServices@2020-08-20":{"RelativePath":"communication/microsoft.communication/2020-08-20/types.json","Index":34},"Microsoft.Communication/communicationServices@2021-10-01-preview":{"RelativePath":"communication/microsoft.communication/2021-10-01-preview/types.json","Index":35},"Microsoft.Communication/emailServices/domains@2021-10-01-preview":{"RelativePath":"communication/microsoft.communication/2021-10-01-preview/types.json","Index":70},"Microsoft.Communication/emailServices@2021-10-01-preview":{"RelativePath":"communication/microsoft.communication/2021-10-01-preview/types.json","Index":86},"Microsoft.Communication/communicationServices@2022-07-01-preview":{"RelativePath":"communication/microsoft.communication/2022-07-01-preview/types.json","Index":35},"Microsoft.Communication/emailServices/domains@2022-07-01-preview":{"RelativePath":"communication/microsoft.communication/2022-07-01-preview/types.json","Index":70},"Microsoft.Communication/emailServices@2022-07-01-preview":{"RelativePath":"communication/microsoft.communication/2022-07-01-preview/types.json","Index":86},"Microsoft.Communication/communicationServices@2023-03-01-preview":{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":35},"Microsoft.Communication/emailServices/domains@2023-03-01-preview":{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":69},"Microsoft.Communication/emailServices@2023-03-01-preview":{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":85},"Microsoft.Communication/emailServices/domains/senderUsernames@2023-03-01-preview":{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":100},"Microsoft.Compute/availabilitySets@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":21},"Microsoft.Compute/virtualMachines/extensions@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":30},"Microsoft.Compute/virtualMachines@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":162},"Microsoft.Compute/virtualMachineScaleSets@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":204},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":210},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":223},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2015-06-15":{"RelativePath":"compute/microsoft.compute/2015-06-15/types.json","Index":234},"Microsoft.Compute/availabilitySets@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":21},"Microsoft.Compute/virtualMachines/extensions@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":30},"Microsoft.Compute/virtualMachines@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":175},"Microsoft.Compute/virtualMachineScaleSets@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":220},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":226},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":239},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2016-03-30":{"RelativePath":"compute/microsoft.compute/2016-03-30/types.json","Index":250},"Microsoft.Compute/availabilitySets@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":22},"Microsoft.Compute/virtualMachines/extensions@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":31},"Microsoft.Compute/virtualMachines@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":180},"Microsoft.Compute/images@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":204},"Microsoft.Compute/virtualMachineScaleSets@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":262},"Microsoft.Compute/disks@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":287},"Microsoft.Compute/snapshots@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":292},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":298},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":311},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2016-04-30-preview":{"RelativePath":"compute/microsoft.compute/2016-04-30-preview/types.json","Index":322},"Microsoft.Compute/disks@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":33},"Microsoft.Compute/snapshots@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":38},"Microsoft.Compute/availabilitySets@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":53},"Microsoft.Compute/virtualMachines/extensions@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":62},"Microsoft.Compute/virtualMachines@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":253},"Microsoft.Compute/images@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":283},"Microsoft.Compute/virtualMachineScaleSets@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":352},"Microsoft.Compute/virtualMachineScaleSets/extensions@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":356},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":362},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":375},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":396},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2017-03-30":{"RelativePath":"compute/microsoft.compute/2017-03-30/types.json","Index":408},"Microsoft.Compute/availabilitySets@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":22},"Microsoft.Compute/virtualMachines/extensions@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":31},"Microsoft.Compute/virtualMachines@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":296},"Microsoft.Compute/images@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":326},"Microsoft.Compute/virtualMachineScaleSets@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":407},"Microsoft.Compute/virtualMachineScaleSets/extensions@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":411},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":423},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":429},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":442},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2017-12-01":{"RelativePath":"compute/microsoft.compute/2017-12-01/types.json","Index":463},"Microsoft.Compute/availabilitySets@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":34},"Microsoft.Compute/virtualMachines/extensions@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":43},"Microsoft.Compute/virtualMachines@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":309},"Microsoft.Compute/images@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":341},"Microsoft.Compute/virtualMachineScaleSets@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":425},"Microsoft.Compute/virtualMachineScaleSets/extensions@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":429},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":442},"Microsoft.Compute/disks@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":470},"Microsoft.Compute/snapshots@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":480},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":486},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":499},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2018-04-01":{"RelativePath":"compute/microsoft.compute/2018-04-01/types.json","Index":520},"Microsoft.Compute/galleries@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":21},"Microsoft.Compute/galleries/images@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":46},"Microsoft.Compute/galleries/images/versions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":89},"Microsoft.Compute/disks@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":118},"Microsoft.Compute/snapshots@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":132},"Microsoft.Compute/availabilitySets@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":147},"Microsoft.Compute/proximityPlacementGroups@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":159},"Microsoft.Compute/virtualMachines/extensions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":168},"Microsoft.Compute/virtualMachines@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":440},"Microsoft.Compute/images@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":474},"Microsoft.Compute/virtualMachineScaleSets@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":562},"Microsoft.Compute/virtualMachineScaleSets/extensions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":566},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":579},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":585},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":598},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2018-06-01":{"RelativePath":"compute/microsoft.compute/2018-06-01/types.json","Index":619},"Microsoft.Compute/disks@2018-09-30":{"RelativePath":"compute/microsoft.compute/2018-09-30/types.json","Index":49},"Microsoft.Compute/snapshots@2018-09-30":{"RelativePath":"compute/microsoft.compute/2018-09-30/types.json","Index":66},"Microsoft.Compute/availabilitySets@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":34},"Microsoft.Compute/virtualMachines/extensions@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":43},"Microsoft.Compute/virtualMachines@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":315},"Microsoft.Compute/images@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":349},"Microsoft.Compute/virtualMachineScaleSets@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":438},"Microsoft.Compute/virtualMachineScaleSets/extensions@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":442},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":455},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":461},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":475},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2018-10-01":{"RelativePath":"compute/microsoft.compute/2018-10-01/types.json","Index":496},"Microsoft.Compute/availabilitySets@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":34},"Microsoft.Compute/hostGroups@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":43},"Microsoft.Compute/hostGroups/hosts@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":59},"Microsoft.Compute/virtualMachines/extensions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":68},"Microsoft.Compute/virtualMachines@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":351},"Microsoft.Compute/images@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":388},"Microsoft.Compute/virtualMachineScaleSets@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":486},"Microsoft.Compute/virtualMachineScaleSets/extensions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":490},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":506},"Microsoft.Compute/disks@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":548},"Microsoft.Compute/snapshots@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":565},"Microsoft.Compute/galleries@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":579},"Microsoft.Compute/galleries/images@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":604},"Microsoft.Compute/galleries/images/versions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":653},"Microsoft.Compute/galleries/applications@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":662},"Microsoft.Compute/galleries/applications/versions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":682},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":688},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":705},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2019-03-01":{"RelativePath":"compute/microsoft.compute/2019-03-01/types.json","Index":726},"Microsoft.Compute/availabilitySets@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":35},"Microsoft.Compute/hostGroups@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":44},"Microsoft.Compute/hostGroups/hosts@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":60},"Microsoft.Compute/virtualMachines/extensions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":69},"Microsoft.Compute/virtualMachines@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":353},"Microsoft.Compute/images@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":390},"Microsoft.Compute/virtualMachineScaleSets@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":491},"Microsoft.Compute/virtualMachineScaleSets/extensions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":495},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":500},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":516},"Microsoft.Compute/galleries@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":530},"Microsoft.Compute/galleries/images@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":558},"Microsoft.Compute/galleries/images/versions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":606},"Microsoft.Compute/galleries/applications@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":615},"Microsoft.Compute/galleries/applications/versions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":635},"Microsoft.Compute/disks@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":681},"Microsoft.Compute/snapshots@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":698},"Microsoft.Compute/diskEncryptionSets@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":708},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":714},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":731},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2019-07-01":{"RelativePath":"compute/microsoft.compute/2019-07-01/types.json","Index":752},"Microsoft.Compute/disks@2019-11-01":{"RelativePath":"compute/microsoft.compute/2019-11-01/types.json","Index":56},"Microsoft.Compute/snapshots@2019-11-01":{"RelativePath":"compute/microsoft.compute/2019-11-01/types.json","Index":73},"Microsoft.Compute/diskEncryptionSets@2019-11-01":{"RelativePath":"compute/microsoft.compute/2019-11-01/types.json","Index":83},"Microsoft.Compute/galleries@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":21},"Microsoft.Compute/galleries/images@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":49},"Microsoft.Compute/galleries/images/versions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":103},"Microsoft.Compute/galleries/applications@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":112},"Microsoft.Compute/galleries/applications/versions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":133},"Microsoft.Compute/availabilitySets@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":148},"Microsoft.Compute/proximityPlacementGroups@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":161},"Microsoft.Compute/hostGroups@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":170},"Microsoft.Compute/hostGroups/hosts@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":186},"Microsoft.Compute/sshPublicKeys@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":192},"Microsoft.Compute/virtualMachines/extensions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":201},"Microsoft.Compute/virtualMachines@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":488},"Microsoft.Compute/images@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":525},"Microsoft.Compute/virtualMachineScaleSets@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":626},"Microsoft.Compute/virtualMachineScaleSets/extensions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":630},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":635},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":651},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":657},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":674},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2019-12-01":{"RelativePath":"compute/microsoft.compute/2019-12-01/types.json","Index":695},"Microsoft.Compute/disks@2020-05-01":{"RelativePath":"compute/microsoft.compute/2020-05-01/types.json","Index":61},"Microsoft.Compute/snapshots@2020-05-01":{"RelativePath":"compute/microsoft.compute/2020-05-01/types.json","Index":82},"Microsoft.Compute/diskEncryptionSets@2020-05-01":{"RelativePath":"compute/microsoft.compute/2020-05-01/types.json","Index":96},"Microsoft.Compute/diskAccesses@2020-05-01":{"RelativePath":"compute/microsoft.compute/2020-05-01/types.json","Index":116},"Microsoft.Compute/availabilitySets@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":35},"Microsoft.Compute/hostGroups@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":51},"Microsoft.Compute/hostGroups/hosts@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":64},"Microsoft.Compute/sshPublicKeys@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":70},"Microsoft.Compute/virtualMachines/extensions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":79},"Microsoft.Compute/virtualMachines@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":396},"Microsoft.Compute/images@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":433},"Microsoft.Compute/virtualMachineScaleSets@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":534},"Microsoft.Compute/virtualMachineScaleSets/extensions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":538},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":542},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":557},"Microsoft.Compute/virtualMachines/runCommands@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":577},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":582},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":588},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":609},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2020-06-01":{"RelativePath":"compute/microsoft.compute/2020-06-01/types.json","Index":626},"Microsoft.Compute/disks@2020-06-30":{"RelativePath":"compute/microsoft.compute/2020-06-30/types.json","Index":61},"Microsoft.Compute/snapshots@2020-06-30":{"RelativePath":"compute/microsoft.compute/2020-06-30/types.json","Index":89},"Microsoft.Compute/diskEncryptionSets@2020-06-30":{"RelativePath":"compute/microsoft.compute/2020-06-30/types.json","Index":102},"Microsoft.Compute/diskAccesses@2020-06-30":{"RelativePath":"compute/microsoft.compute/2020-06-30/types.json","Index":122},"Microsoft.Compute/galleries@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":31},"Microsoft.Compute/galleries/images@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":61},"Microsoft.Compute/galleries/images/versions@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":115},"Microsoft.Compute/galleries/applications@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":124},"Microsoft.Compute/galleries/applications/versions@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":145},"Microsoft.Compute/disks@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":203},"Microsoft.Compute/snapshots@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":231},"Microsoft.Compute/diskEncryptionSets@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":246},"Microsoft.Compute/diskAccesses@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":266},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2020-09-30":{"RelativePath":"compute/microsoft.compute/2020-09-30/types.json","Index":270},"Microsoft.Compute/cloudServices@2020-10-01-preview":{"RelativePath":"compute/microsoft.compute/2020-10-01-preview/types.json","Index":40},"Microsoft.Compute/cloudServices/updateDomains@2020-10-01-preview":{"RelativePath":"compute/microsoft.compute/2020-10-01-preview/types.json","Index":44},"Microsoft.Compute/disks@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":71},"Microsoft.Compute/snapshots@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":99},"Microsoft.Compute/diskEncryptionSets@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":114},"Microsoft.Compute/diskAccesses@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":134},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":138},"Microsoft.Compute/availabilitySets@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":153},"Microsoft.Compute/proximityPlacementGroups@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":166},"Microsoft.Compute/hostGroups@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":182},"Microsoft.Compute/hostGroups/hosts@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":195},"Microsoft.Compute/sshPublicKeys@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":201},"Microsoft.Compute/virtualMachines/extensions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":210},"Microsoft.Compute/virtualMachines@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":535},"Microsoft.Compute/virtualMachineScaleSets@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":641},"Microsoft.Compute/images@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":682},"Microsoft.Compute/virtualMachineScaleSets/extensions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":686},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":690},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":705},"Microsoft.Compute/virtualMachines/runCommands@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":725},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":730},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":736},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":759},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":764},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2020-12-01":{"RelativePath":"compute/microsoft.compute/2020-12-01/types.json","Index":781},"Microsoft.Compute/cloudServices@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":40},"Microsoft.Compute/cloudServices/updateDomains@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":44},"Microsoft.Compute/availabilitySets@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":58},"Microsoft.Compute/proximityPlacementGroups@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":71},"Microsoft.Compute/hostGroups@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":87},"Microsoft.Compute/hostGroups/hosts@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":100},"Microsoft.Compute/sshPublicKeys@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":106},"Microsoft.Compute/virtualMachines/extensions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":115},"Microsoft.Compute/virtualMachines@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":500},"Microsoft.Compute/virtualMachineScaleSets@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":612},"Microsoft.Compute/images@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":653},"Microsoft.Compute/restorePointCollections@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":684},"Microsoft.Compute/restorePointCollections/restorePoints@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":688},"Microsoft.Compute/virtualMachineScaleSets/extensions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":692},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":696},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":711},"Microsoft.Compute/virtualMachines/runCommands@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":731},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":736},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":742},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":765},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":770},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2021-03-01":{"RelativePath":"compute/microsoft.compute/2021-03-01/types.json","Index":787},"Microsoft.Compute/disks@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":78},"Microsoft.Compute/snapshots@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":111},"Microsoft.Compute/diskEncryptionSets@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":130},"Microsoft.Compute/diskAccesses@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":150},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":154},"Microsoft.Compute/availabilitySets@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":169},"Microsoft.Compute/proximityPlacementGroups@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":182},"Microsoft.Compute/hostGroups@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":198},"Microsoft.Compute/hostGroups/hosts@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":211},"Microsoft.Compute/sshPublicKeys@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":217},"Microsoft.Compute/virtualMachines/extensions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":226},"Microsoft.Compute/virtualMachines@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":605},"Microsoft.Compute/virtualMachineScaleSets@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":718},"Microsoft.Compute/images@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":759},"Microsoft.Compute/restorePointCollections@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":790},"Microsoft.Compute/restorePointCollections/restorePoints@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":794},"Microsoft.Compute/capacityReservationGroups@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":809},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":819},"Microsoft.Compute/virtualMachineScaleSets/extensions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":823},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":827},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":842},"Microsoft.Compute/virtualMachines/runCommands@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":862},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":867},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":873},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":896},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":901},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2021-04-01":{"RelativePath":"compute/microsoft.compute/2021-04-01/types.json","Index":918},"Microsoft.Compute/availabilitySets@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":35},"Microsoft.Compute/hostGroups@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":51},"Microsoft.Compute/hostGroups/hosts@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":64},"Microsoft.Compute/sshPublicKeys@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":70},"Microsoft.Compute/virtualMachines/extensions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":79},"Microsoft.Compute/virtualMachines@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":469},"Microsoft.Compute/virtualMachineScaleSets@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":582},"Microsoft.Compute/images@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":623},"Microsoft.Compute/restorePointCollections@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":654},"Microsoft.Compute/restorePointCollections/restorePoints@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":658},"Microsoft.Compute/capacityReservationGroups@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":673},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":683},"Microsoft.Compute/virtualMachineScaleSets/extensions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":687},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":691},"Microsoft.Compute/virtualMachineScaleSets/virtualmachines@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":706},"Microsoft.Compute/virtualMachines/runCommands@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":726},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":731},"Microsoft.Compute/galleries@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":756},"Microsoft.Compute/galleries/images@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":786},"Microsoft.Compute/galleries/images/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":843},"Microsoft.Compute/galleries/applications@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":852},"Microsoft.Compute/galleries/applications/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":876},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":882},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":905},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":910},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2021-07-01":{"RelativePath":"compute/microsoft.compute/2021-07-01/types.json","Index":927},"Microsoft.Compute/disks@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":83},"Microsoft.Compute/snapshots@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":116},"Microsoft.Compute/diskEncryptionSets@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":136},"Microsoft.Compute/diskAccesses@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":156},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2021-08-01":{"RelativePath":"compute/microsoft.compute/2021-08-01/types.json","Index":160},"Microsoft.Compute/galleries@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":48},"Microsoft.Compute/galleries/images@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":81},"Microsoft.Compute/galleries/images/versions@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":156},"Microsoft.Compute/galleries/applications@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":165},"Microsoft.Compute/galleries/applications/versions@2021-10-01":{"RelativePath":"compute/microsoft.compute/2021-10-01/types.json","Index":191},"Microsoft.Compute/availabilitySets@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":22},"Microsoft.Compute/proximityPlacementGroups@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":35},"Microsoft.Compute/hostGroups@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":51},"Microsoft.Compute/hostGroups/hosts@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":64},"Microsoft.Compute/sshPublicKeys@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":70},"Microsoft.Compute/virtualMachines/extensions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":79},"Microsoft.Compute/virtualMachines@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":474},"Microsoft.Compute/virtualMachineScaleSets@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":592},"Microsoft.Compute/images@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":633},"Microsoft.Compute/restorePointCollections@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":668},"Microsoft.Compute/restorePointCollections/restorePoints@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":672},"Microsoft.Compute/capacityReservationGroups@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":687},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":697},"Microsoft.Compute/virtualMachineScaleSets/extensions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":701},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":705},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":720},"Microsoft.Compute/virtualMachines/runCommands@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":740},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":745},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":751},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":777},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":782},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2021-11-01":{"RelativePath":"compute/microsoft.compute/2021-11-01/types.json","Index":799},"Microsoft.Compute/disks@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":89},"Microsoft.Compute/snapshots@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":125},"Microsoft.Compute/diskEncryptionSets@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":145},"Microsoft.Compute/diskAccesses@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":165},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2021-12-01":{"RelativePath":"compute/microsoft.compute/2021-12-01/types.json","Index":169},"Microsoft.Compute/galleries@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":48},"Microsoft.Compute/galleries/images@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":81},"Microsoft.Compute/galleries/images/versions@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":156},"Microsoft.Compute/galleries/applications@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":165},"Microsoft.Compute/galleries/applications/versions@2022-01-03":{"RelativePath":"compute/microsoft.compute/2022-01-03/types.json","Index":193},"Microsoft.Compute/virtualMachineScaleSets@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":223},"Microsoft.Compute/virtualMachineScaleSets/extensions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":227},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":240},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":531},"Microsoft.Compute/virtualMachines/extensions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":536},"Microsoft.Compute/virtualMachines@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":578},"Microsoft.Compute/availabilitySets@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":586},"Microsoft.Compute/proximityPlacementGroups@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":602},"Microsoft.Compute/hostGroups@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":619},"Microsoft.Compute/hostGroups/hosts@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":632},"Microsoft.Compute/sshPublicKeys@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":638},"Microsoft.Compute/images@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":681},"Microsoft.Compute/restorePointCollections@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":717},"Microsoft.Compute/restorePointCollections/restorePoints@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":721},"Microsoft.Compute/capacityReservationGroups@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":736},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":746},"Microsoft.Compute/virtualMachines/runCommands@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":766},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":771},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":788},"Microsoft.Compute/locations/publishers/artifacttypes/offers/skus/versions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":814},"Microsoft.Compute/locations/edgeZones/publishers/artifacttypes/offers/skus/versions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":819},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2022-03-01":{"RelativePath":"compute/microsoft.compute/2022-03-01/types.json","Index":825},"Microsoft.Compute/disks@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":90},"Microsoft.Compute/diskAccesses@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":110},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":114},"Microsoft.Compute/diskEncryptionSets@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":138},"Microsoft.Compute/snapshots@2022-03-02":{"RelativePath":"compute/microsoft.compute/2022-03-02/types.json","Index":177},"Microsoft.Compute/galleries@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":48},"Microsoft.Compute/galleries/images@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":81},"Microsoft.Compute/galleries/images/versions@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":165},"Microsoft.Compute/galleries/applications@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":182},"Microsoft.Compute/galleries/applications/versions@2022-03-03":{"RelativePath":"compute/microsoft.compute/2022-03-03/types.json","Index":212},"Microsoft.Compute/cloudServices@2022-04-04":{"RelativePath":"compute/microsoft.compute/2022-04-04/types.json","Index":44},"Microsoft.Compute/cloudServices/updateDomains@2022-04-04":{"RelativePath":"compute/microsoft.compute/2022-04-04/types.json","Index":48},"Microsoft.Compute/disks@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":90},"Microsoft.Compute/diskAccesses@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":110},"Microsoft.Compute/diskAccesses/privateEndpointConnections@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":114},"Microsoft.Compute/diskEncryptionSets@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":138},"Microsoft.Compute/snapshots@2022-07-02":{"RelativePath":"compute/microsoft.compute/2022-07-02/types.json","Index":177},"Microsoft.Compute/virtualMachineScaleSets@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":224},"Microsoft.Compute/virtualMachineScaleSets/extensions@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":228},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":241},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":535},"Microsoft.Compute/virtualMachines/extensions@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":540},"Microsoft.Compute/virtualMachines@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":582},"Microsoft.Compute/availabilitySets@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":590},"Microsoft.Compute/proximityPlacementGroups@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":606},"Microsoft.Compute/hostGroups@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":623},"Microsoft.Compute/hostGroups/hosts@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":636},"Microsoft.Compute/sshPublicKeys@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":642},"Microsoft.Compute/images@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":685},"Microsoft.Compute/restorePointCollections@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":721},"Microsoft.Compute/restorePointCollections/restorePoints@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":725},"Microsoft.Compute/capacityReservationGroups@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":740},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":750},"Microsoft.Compute/virtualMachines/runCommands@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":770},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":775},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":792},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2022-08-01":{"RelativePath":"compute/microsoft.compute/2022-08-01/types.json","Index":798},"Microsoft.Compute/cloudServices@2022-09-04":{"RelativePath":"compute/microsoft.compute/2022-09-04/types.json","Index":45},"Microsoft.Compute/cloudServices/updateDomains@2022-09-04":{"RelativePath":"compute/microsoft.compute/2022-09-04/types.json","Index":49},"Microsoft.Compute/virtualMachineScaleSets@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":226},"Microsoft.Compute/virtualMachineScaleSets/extensions@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":230},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":243},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":540},"Microsoft.Compute/virtualMachines/extensions@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":545},"Microsoft.Compute/virtualMachines@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":587},"Microsoft.Compute/availabilitySets@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":595},"Microsoft.Compute/proximityPlacementGroups@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":611},"Microsoft.Compute/hostGroups@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":628},"Microsoft.Compute/hostGroups/hosts@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":641},"Microsoft.Compute/sshPublicKeys@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":647},"Microsoft.Compute/images@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":690},"Microsoft.Compute/restorePointCollections@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":726},"Microsoft.Compute/restorePointCollections/restorePoints@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":730},"Microsoft.Compute/capacityReservationGroups@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":745},"Microsoft.Compute/capacityReservationGroups/capacityReservations@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":755},"Microsoft.Compute/virtualMachines/runCommands@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":775},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":780},"Microsoft.Compute/virtualMachineScaleSets/rollingUpgrades@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":797},"Microsoft.Compute/locations/publishers/artifacttypes/types/versions@2022-11-01":{"RelativePath":"compute/microsoft.compute/2022-11-01/types.json","Index":803},"Microsoft.ContainerService/containerServices@2015-11-01-preview":{"RelativePath":"compute/microsoft.containerservice/2015-11-01-preview/types.json","Index":76},"Microsoft.ContainerService/containerServices@2016-03-30":{"RelativePath":"compute/microsoft.containerservice/2016-03-30/types.json","Index":75},"Microsoft.ContainerService/containerServices@2016-09-30":{"RelativePath":"compute/microsoft.containerservice/2016-09-30/types.json","Index":79},"Microsoft.ContainerService/containerServices@2017-01-31":{"RelativePath":"compute/microsoft.containerservice/2017-01-31/types.json","Index":79},"Microsoft.ConfidentialLedger/ledgers@2020-12-01-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2020-12-01-preview/types.json","Index":48},"Microsoft.ConfidentialLedger/ledgers@2021-05-13-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2021-05-13-preview/types.json","Index":48},"Microsoft.ConfidentialLedger/ledgers@2022-05-13":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2022-05-13/types.json","Index":48},"Microsoft.ConfidentialLedger/ledgers@2022-09-08-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2022-09-08-preview/types.json","Index":48},"Microsoft.ConfidentialLedger/managedCCFs@2022-09-08-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2022-09-08-preview/types.json","Index":68},"Microsoft.ConfidentialLedger/ledgers@2023-01-26-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2023-01-26-preview/types.json","Index":54},"Microsoft.ConfidentialLedger/managedCCFs@2023-01-26-preview":{"RelativePath":"confidentialledger/microsoft.confidentialledger/2023-01-26-preview/types.json","Index":74},"Microsoft.Confluent/agreements@2020-03-01-preview":{"RelativePath":"confluent/microsoft.confluent/2020-03-01-preview/types.json","Index":13},"Microsoft.Confluent/organizations@2020-03-01-preview":{"RelativePath":"confluent/microsoft.confluent/2020-03-01-preview/types.json","Index":42},"Microsoft.Confluent/agreements@2020-03-01":{"RelativePath":"confluent/microsoft.confluent/2020-03-01/types.json","Index":13},"Microsoft.Confluent/organizations@2020-03-01":{"RelativePath":"confluent/microsoft.confluent/2020-03-01/types.json","Index":42},"Microsoft.Confluent/agreements@2021-03-01-preview":{"RelativePath":"confluent/microsoft.confluent/2021-03-01-preview/types.json","Index":24},"Microsoft.Confluent/organizations@2021-03-01-preview":{"RelativePath":"confluent/microsoft.confluent/2021-03-01-preview/types.json","Index":53},"Microsoft.Confluent/agreements@2021-09-01-preview":{"RelativePath":"confluent/microsoft.confluent/2021-09-01-preview/types.json","Index":24},"Microsoft.Confluent/organizations@2021-09-01-preview":{"RelativePath":"confluent/microsoft.confluent/2021-09-01-preview/types.json","Index":53},"Microsoft.Confluent/agreements@2021-12-01":{"RelativePath":"confluent/microsoft.confluent/2021-12-01/types.json","Index":24},"Microsoft.Confluent/organizations@2021-12-01":{"RelativePath":"confluent/microsoft.confluent/2021-12-01/types.json","Index":53},"Microsoft.ConnectedVMwarevSphere/resourcePools@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":27},"Microsoft.ConnectedVMwarevSphere/clusters@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":36},"Microsoft.ConnectedVMwarevSphere/hosts@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":43},"Microsoft.ConnectedVMwarevSphere/datastores@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":59},"Microsoft.ConnectedVMwarevSphere/vcenters@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":67},"Microsoft.ConnectedVMwarevSphere/virtualMachines@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":148},"Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":164},"Microsoft.ConnectedVMwarevSphere/virtualNetworks@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":171},"Microsoft.ConnectedVMwarevSphere/vcenters/inventoryItems@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":200},"Microsoft.ConnectedVMwarevSphere/virtualMachines/hybridIdentityMetadata@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":205},"Microsoft.ConnectedVMwarevSphere/virtualMachines/extensions@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":217},"Microsoft.ConnectedVMwarevSphere/virtualMachines/guestAgents@2020-10-01-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2020-10-01-preview/types.json","Index":229},"Microsoft.ConnectedVMwarevSphere/virtualMachines@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":106},"Microsoft.ConnectedVMwarevSphere/resourcePools@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":113},"Microsoft.ConnectedVMwarevSphere/clusters@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":122},"Microsoft.ConnectedVMwarevSphere/hosts@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":129},"Microsoft.ConnectedVMwarevSphere/datastores@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":145},"Microsoft.ConnectedVMwarevSphere/vcenters@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":153},"Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":169},"Microsoft.ConnectedVMwarevSphere/virtualNetworks@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":176},"Microsoft.ConnectedVMwarevSphere/vcenters/inventoryItems@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":205},"Microsoft.ConnectedVMwarevSphere/virtualMachines/hybridIdentityMetadata@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":210},"Microsoft.ConnectedVMwarevSphere/virtualMachines/extensions@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":222},"Microsoft.ConnectedVMwarevSphere/virtualMachines/guestAgents@2022-01-10-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-01-10-preview/types.json","Index":234},"Microsoft.ConnectedVMwarevSphere/virtualMachines@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":108},"Microsoft.ConnectedVMwarevSphere/resourcePools@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":117},"Microsoft.ConnectedVMwarevSphere/clusters@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":126},"Microsoft.ConnectedVMwarevSphere/hosts@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":135},"Microsoft.ConnectedVMwarevSphere/datastores@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":151},"Microsoft.ConnectedVMwarevSphere/vcenters@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":159},"Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":175},"Microsoft.ConnectedVMwarevSphere/virtualNetworks@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":182},"Microsoft.ConnectedVMwarevSphere/vcenters/inventoryItems@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":219},"Microsoft.ConnectedVMwarevSphere/virtualMachines/hybridIdentityMetadata@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":224},"Microsoft.ConnectedVMwarevSphere/virtualMachines/extensions@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":236},"Microsoft.ConnectedVMwarevSphere/virtualMachines/guestAgents@2022-07-15-preview":{"RelativePath":"connectedvmware/microsoft.connectedvmwarevsphere/2022-07-15-preview/types.json","Index":248},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2018-06-30":{"RelativePath":"consumption/microsoft.billing/2018-06-30/types.json","Index":17},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2018-08-31":{"RelativePath":"consumption/microsoft.billing/2018-08-31/types.json","Index":17},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2018-10-01":{"RelativePath":"consumption/microsoft.billing/2018-10-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-01-01":{"RelativePath":"consumption/microsoft.billing/2019-01-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-04-01-preview":{"RelativePath":"consumption/microsoft.billing/2019-04-01-preview/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-05-01-preview":{"RelativePath":"consumption/microsoft.billing/2019-05-01-preview/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-05-01":{"RelativePath":"consumption/microsoft.billing/2019-05-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-06-01":{"RelativePath":"consumption/microsoft.billing/2019-06-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-10-01":{"RelativePath":"consumption/microsoft.billing/2019-10-01/types.json","Index":19},"Microsoft.Billing/billingPeriods/Microsoft.Consumption@2019-11-01":{"RelativePath":"consumption/microsoft.billing/2019-11-01/types.json","Index":19},"Microsoft.Consumption/budgets@2017-12-30-preview":{"RelativePath":"consumption/microsoft.consumption/2017-12-30-preview/types.json","Index":28},"Microsoft.Consumption/budgets@2018-01-31":{"RelativePath":"consumption/microsoft.consumption/2018-01-31/types.json","Index":34},"Microsoft.Consumption/pricesheets@2018-01-31":{"RelativePath":"consumption/microsoft.consumption/2018-01-31/types.json","Index":44},"Microsoft.Consumption/budgets@2018-03-31":{"RelativePath":"consumption/microsoft.consumption/2018-03-31/types.json","Index":36},"Microsoft.Consumption/pricesheets@2018-03-31":{"RelativePath":"consumption/microsoft.consumption/2018-03-31/types.json","Index":46},"Microsoft.Consumption/pricesheets@2018-05-31":{"RelativePath":"consumption/microsoft.consumption/2018-05-31/types.json","Index":17},"Microsoft.Consumption/budgets@2018-06-30":{"RelativePath":"consumption/microsoft.consumption/2018-06-30/types.json","Index":36},"Microsoft.Consumption/pricesheets@2018-06-30":{"RelativePath":"consumption/microsoft.consumption/2018-06-30/types.json","Index":46},"Microsoft.Consumption/budgets@2018-08-31":{"RelativePath":"consumption/microsoft.consumption/2018-08-31/types.json","Index":36},"Microsoft.Consumption/pricesheets@2018-08-31":{"RelativePath":"consumption/microsoft.consumption/2018-08-31/types.json","Index":46},"Microsoft.Consumption/budgets@2018-10-01":{"RelativePath":"consumption/microsoft.consumption/2018-10-01/types.json","Index":36},"Microsoft.Consumption/pricesheets@2018-10-01":{"RelativePath":"consumption/microsoft.consumption/2018-10-01/types.json","Index":46},"Microsoft.Consumption/credits@2018-11-01-preview":{"RelativePath":"consumption/microsoft.consumption/2018-11-01-preview/types.json","Index":16},"Microsoft.Consumption/budgets@2019-01-01":{"RelativePath":"consumption/microsoft.consumption/2019-01-01/types.json","Index":39},"Microsoft.Consumption/pricesheets@2019-01-01":{"RelativePath":"consumption/microsoft.consumption/2019-01-01/types.json","Index":49},"Microsoft.Consumption/budgets@2019-04-01-preview":{"RelativePath":"consumption/microsoft.consumption/2019-04-01-preview/types.json","Index":36},"Microsoft.Consumption/pricesheets@2019-04-01-preview":{"RelativePath":"consumption/microsoft.consumption/2019-04-01-preview/types.json","Index":46},"Microsoft.Consumption/budgets@2019-05-01-preview":{"RelativePath":"consumption/microsoft.consumption/2019-05-01-preview/types.json","Index":36},"Microsoft.Consumption/pricesheets@2019-05-01-preview":{"RelativePath":"consumption/microsoft.consumption/2019-05-01-preview/types.json","Index":46},"Microsoft.Consumption/budgets@2019-05-01":{"RelativePath":"consumption/microsoft.consumption/2019-05-01/types.json","Index":41},"Microsoft.Consumption/pricesheets@2019-05-01":{"RelativePath":"consumption/microsoft.consumption/2019-05-01/types.json","Index":51},"Microsoft.Consumption/budgets@2019-06-01":{"RelativePath":"consumption/microsoft.consumption/2019-06-01/types.json","Index":39},"Microsoft.Consumption/pricesheets@2019-06-01":{"RelativePath":"consumption/microsoft.consumption/2019-06-01/types.json","Index":49},"Microsoft.Consumption/budgets@2019-10-01":{"RelativePath":"consumption/microsoft.consumption/2019-10-01/types.json","Index":64},"Microsoft.Consumption/pricesheets@2019-10-01":{"RelativePath":"consumption/microsoft.consumption/2019-10-01/types.json","Index":74},"Microsoft.Consumption/credits@2019-10-01":{"RelativePath":"consumption/microsoft.consumption/2019-10-01/types.json","Index":84},"Microsoft.Consumption/budgets@2019-11-01":{"RelativePath":"consumption/microsoft.consumption/2019-11-01/types.json","Index":43},"Microsoft.Consumption/pricesheets@2019-11-01":{"RelativePath":"consumption/microsoft.consumption/2019-11-01/types.json","Index":53},"Microsoft.Consumption/credits@2019-11-01":{"RelativePath":"consumption/microsoft.consumption/2019-11-01/types.json","Index":62},"Microsoft.Consumption/budgets@2021-05-01":{"RelativePath":"consumption/microsoft.consumption/2021-05-01/types.json","Index":42},"Microsoft.Consumption/pricesheets@2021-05-01":{"RelativePath":"consumption/microsoft.consumption/2021-05-01/types.json","Index":52},"Microsoft.Consumption/credits@2021-05-01":{"RelativePath":"consumption/microsoft.consumption/2021-05-01/types.json","Index":62},"Microsoft.Consumption/budgets@2021-10-01":{"RelativePath":"consumption/microsoft.consumption/2021-10-01/types.json","Index":65},"Microsoft.Consumption/pricesheets@2021-10-01":{"RelativePath":"consumption/microsoft.consumption/2021-10-01/types.json","Index":75},"Microsoft.Consumption/credits@2021-10-01":{"RelativePath":"consumption/microsoft.consumption/2021-10-01/types.json","Index":85},"Microsoft.Consumption/budgets@2022-09-01":{"RelativePath":"consumption/microsoft.consumption/2022-09-01/types.json","Index":65},"Microsoft.Consumption/pricesheets@2022-09-01":{"RelativePath":"consumption/microsoft.consumption/2022-09-01/types.json","Index":75},"Microsoft.Consumption/credits@2022-09-01":{"RelativePath":"consumption/microsoft.consumption/2022-09-01/types.json","Index":85},"Microsoft.Consumption/budgets@2023-03-01":{"RelativePath":"consumption/microsoft.consumption/2023-03-01/types.json","Index":65},"Microsoft.Consumption/pricesheets@2023-03-01":{"RelativePath":"consumption/microsoft.consumption/2023-03-01/types.json","Index":75},"Microsoft.Consumption/credits@2023-03-01":{"RelativePath":"consumption/microsoft.consumption/2023-03-01/types.json","Index":85},"Microsoft.ContainerInstance/containerGroups@2017-08-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2017-08-01-preview/types.json","Index":48},"Microsoft.ContainerInstance/containerGroups@2017-10-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2017-10-01-preview/types.json","Index":55},"Microsoft.ContainerInstance/containerGroups@2017-12-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2017-12-01-preview/types.json","Index":57},"Microsoft.ContainerInstance/containerGroups@2018-02-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-02-01-preview/types.json","Index":57},"Microsoft.ContainerInstance/containerGroups@2018-04-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-04-01/types.json","Index":57},"Microsoft.ContainerInstance/containerGroups@2018-06-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-06-01/types.json","Index":66},"Microsoft.ContainerInstance/containerGroups@2018-09-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-09-01/types.json","Index":72},"Microsoft.ContainerInstance/containerGroups@2018-10-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2018-10-01/types.json","Index":87},"Microsoft.ContainerInstance/containerGroups@2019-12-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2019-12-01/types.json","Index":99},"Microsoft.ContainerInstance/containerGroups@2020-11-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2020-11-01/types.json","Index":102},"Microsoft.ContainerInstance/containerGroups@2021-03-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2021-03-01/types.json","Index":102},"Microsoft.ContainerInstance/containerGroups@2021-07-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2021-07-01/types.json","Index":102},"Microsoft.ContainerInstance/containerGroups@2021-09-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2021-09-01/types.json","Index":103},"Microsoft.ContainerInstance/containerGroups@2021-10-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2021-10-01/types.json","Index":109},"Microsoft.ContainerInstance/containerGroups@2022-09-01":{"RelativePath":"containerinstance/microsoft.containerinstance/2022-09-01/types.json","Index":112},"Microsoft.ContainerInstance/containerGroups@2022-10-01-preview":{"RelativePath":"containerinstance/microsoft.containerinstance/2022-10-01-preview/types.json","Index":117},"Microsoft.ContainerRegistry/registries@2016-06-27-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2016-06-27-preview/types.json","Index":14},"Microsoft.ContainerRegistry/registries@2017-03-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-03-01/types.json","Index":20},"Microsoft.ContainerRegistry/registries@2017-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":31},"Microsoft.ContainerRegistry/registries/replications@2017-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":44},"Microsoft.ContainerRegistry/registries/webhooks@2017-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":65},"Microsoft.ContainerRegistry/registries@2017-10-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":45},"Microsoft.ContainerRegistry/registries/replications@2017-10-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":58},"Microsoft.ContainerRegistry/registries/webhooks@2017-10-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":82},"Microsoft.ContainerRegistry/registries/buildTasks/steps@2018-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":35},"Microsoft.ContainerRegistry/registries/buildTasks@2018-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":63},"Microsoft.ContainerRegistry/registries/builds@2018-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":92},"Microsoft.ContainerRegistry/registries/tasks@2018-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":89},"Microsoft.ContainerRegistry/registries/runs@2018-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":121},"Microsoft.ContainerRegistry/registries/tasks@2019-04-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":103},"Microsoft.ContainerRegistry/registries/runs@2019-04-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":136},"Microsoft.ContainerRegistry/registries/scopeMaps@2019-05-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01-preview/types.json","Index":31},"Microsoft.ContainerRegistry/registries/tokens@2019-05-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01-preview/types.json","Index":58},"Microsoft.ContainerRegistry/registries@2019-05-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":60},"Microsoft.ContainerRegistry/registries/replications@2019-05-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":73},"Microsoft.ContainerRegistry/registries/webhooks@2019-05-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":97},"Microsoft.ContainerRegistry/registries/agentPools@2019-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":34},"Microsoft.ContainerRegistry/registries/taskRuns@2019-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":128},"Microsoft.ContainerRegistry/registries/tasks@2019-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":193},"Microsoft.ContainerRegistry/registries/runs@2019-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":197},"Microsoft.ContainerRegistry/registries/exportPipelines@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":45},"Microsoft.ContainerRegistry/registries@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":129},"Microsoft.ContainerRegistry/registries/importPipelines@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":155},"Microsoft.ContainerRegistry/registries/pipelineRuns@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":180},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":184},"Microsoft.ContainerRegistry/registries/replications@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":197},"Microsoft.ContainerRegistry/registries/webhooks@2019-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":221},"Microsoft.ContainerRegistry/registries/connectedRegistries@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":65},"Microsoft.ContainerRegistry/registries/exportPipelines@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":92},"Microsoft.ContainerRegistry/registries@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":179},"Microsoft.ContainerRegistry/registries/importPipelines@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":205},"Microsoft.ContainerRegistry/registries/pipelineRuns@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":230},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":234},"Microsoft.ContainerRegistry/registries/replications@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":250},"Microsoft.ContainerRegistry/registries/scopeMaps@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":263},"Microsoft.ContainerRegistry/registries/tokens@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":289},"Microsoft.ContainerRegistry/registries/webhooks@2020-11-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":313},"Microsoft.ContainerRegistry/registries/connectedRegistries@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":65},"Microsoft.ContainerRegistry/registries/exportPipelines@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":92},"Microsoft.ContainerRegistry/registries@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":183},"Microsoft.ContainerRegistry/registries/importPipelines@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":209},"Microsoft.ContainerRegistry/registries/pipelineRuns@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":234},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":238},"Microsoft.ContainerRegistry/registries/replications@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":254},"Microsoft.ContainerRegistry/registries/scopeMaps@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":267},"Microsoft.ContainerRegistry/registries/tokens@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":293},"Microsoft.ContainerRegistry/registries/webhooks@2021-06-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":317},"Microsoft.ContainerRegistry/registries/connectedRegistries@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":68},"Microsoft.ContainerRegistry/registries/exportPipelines@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":95},"Microsoft.ContainerRegistry/registries@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":186},"Microsoft.ContainerRegistry/registries/importPipelines@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":212},"Microsoft.ContainerRegistry/registries/pipelineRuns@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":237},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":241},"Microsoft.ContainerRegistry/registries/replications@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":257},"Microsoft.ContainerRegistry/registries/scopeMaps@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":270},"Microsoft.ContainerRegistry/registries/tokens@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":296},"Microsoft.ContainerRegistry/registries/webhooks@2021-08-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":320},"Microsoft.ContainerRegistry/registries@2021-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":113},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2021-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":117},"Microsoft.ContainerRegistry/registries/replications@2021-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":133},"Microsoft.ContainerRegistry/registries/webhooks@2021-09-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":157},"Microsoft.ContainerRegistry/registries/connectedRegistries@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":68},"Microsoft.ContainerRegistry/registries/exportPipelines@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":95},"Microsoft.ContainerRegistry/registries@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":186},"Microsoft.ContainerRegistry/registries/importPipelines@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":212},"Microsoft.ContainerRegistry/registries/pipelineRuns@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":237},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":241},"Microsoft.ContainerRegistry/registries/replications@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":257},"Microsoft.ContainerRegistry/registries/scopeMaps@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":270},"Microsoft.ContainerRegistry/registries/tokens@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":296},"Microsoft.ContainerRegistry/registries/webhooks@2021-12-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":320},"Microsoft.ContainerRegistry/registries/connectedRegistries@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":68},"Microsoft.ContainerRegistry/registries/exportPipelines@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":95},"Microsoft.ContainerRegistry/registries@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":190},"Microsoft.ContainerRegistry/registries/importPipelines@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":216},"Microsoft.ContainerRegistry/registries/pipelineRuns@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":241},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":245},"Microsoft.ContainerRegistry/registries/replications@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":261},"Microsoft.ContainerRegistry/registries/scopeMaps@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":274},"Microsoft.ContainerRegistry/registries/tokens@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":300},"Microsoft.ContainerRegistry/registries/webhooks@2022-02-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":324},"Microsoft.ContainerRegistry/registries@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":113},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":117},"Microsoft.ContainerRegistry/registries/replications@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":133},"Microsoft.ContainerRegistry/registries/scopeMaps@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":146},"Microsoft.ContainerRegistry/registries/tokens@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":172},"Microsoft.ContainerRegistry/registries/webhooks@2022-12-01":{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":196},"Microsoft.ContainerRegistry/registries/cacheRules@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":30},"Microsoft.ContainerRegistry/registries/connectedRegistries@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":80},"Microsoft.ContainerRegistry/registries/credentialSets@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":108},"Microsoft.ContainerRegistry/registries/exportPipelines@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":127},"Microsoft.ContainerRegistry/registries@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":222},"Microsoft.ContainerRegistry/registries/importPipelines@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":248},"Microsoft.ContainerRegistry/registries/pipelineRuns@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":273},"Microsoft.ContainerRegistry/registries/privateEndpointConnections@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":277},"Microsoft.ContainerRegistry/registries/replications@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":293},"Microsoft.ContainerRegistry/registries/scopeMaps@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":306},"Microsoft.ContainerRegistry/registries/tokens@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":332},"Microsoft.ContainerRegistry/registries/webhooks@2023-01-01-preview":{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":356},"Microsoft.ContainerService/containerServices@2017-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2017-07-01/types.json","Index":393},"Microsoft.ContainerService/managedClusters@2017-08-31":{"RelativePath":"containerservice/microsoft.containerservice/2017-08-31/types.json","Index":203},"Microsoft.ContainerService/managedClusters/accessProfiles@2017-08-31":{"RelativePath":"containerservice/microsoft.containerservice/2017-08-31/types.json","Index":209},"Microsoft.ContainerService/managedClusters@2018-03-31":{"RelativePath":"containerservice/microsoft.containerservice/2018-03-31/types.json","Index":211},"Microsoft.ContainerService/managedClusters@2018-08-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2018-08-01-preview/types.json","Index":211},"Microsoft.ContainerService/openShiftManagedClusters@2018-09-30-preview":{"RelativePath":"containerservice/microsoft.containerservice/2018-09-30-preview/types.json","Index":103},"Microsoft.ContainerService/managedClusters@2019-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":214},"Microsoft.ContainerService/managedClusters/agentPools@2019-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":401},"Microsoft.ContainerService/managedClusters@2019-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":222},"Microsoft.ContainerService/managedClusters/agentPools@2019-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":409},"Microsoft.ContainerService/openShiftManagedClusters@2019-04-30":{"RelativePath":"containerservice/microsoft.containerservice/2019-04-30/types.json","Index":103},"Microsoft.ContainerService/managedClusters@2019-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":229},"Microsoft.ContainerService/managedClusters/agentPools@2019-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":423},"Microsoft.ContainerService/managedClusters@2019-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":238},"Microsoft.ContainerService/managedClusters/agentPools@2019-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":432},"Microsoft.ContainerService/openShiftManagedClusters@2019-09-30-preview":{"RelativePath":"containerservice/microsoft.containerservice/2019-09-30-preview/types.json","Index":104},"Microsoft.ContainerService/managedClusters@2019-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":238},"Microsoft.ContainerService/managedClusters/agentPools@2019-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":432},"Microsoft.ContainerService/openShiftManagedClusters@2019-10-27-preview":{"RelativePath":"containerservice/microsoft.containerservice/2019-10-27-preview/types.json","Index":102},"Microsoft.ContainerService/managedClusters@2019-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":246},"Microsoft.ContainerService/managedClusters/agentPools@2019-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":442},"Microsoft.ContainerService/managedClusters@2020-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":246},"Microsoft.ContainerService/managedClusters/agentPools@2020-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":442},"Microsoft.ContainerService/managedClusters@2020-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":251},"Microsoft.ContainerService/managedClusters/agentPools@2020-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":448},"Microsoft.ContainerService/managedClusters@2020-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":261},"Microsoft.ContainerService/managedClusters/agentPools@2020-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":461},"Microsoft.ContainerService/managedClusters@2020-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":261},"Microsoft.ContainerService/managedClusters/agentPools@2020-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":460},"Microsoft.ContainerService/managedClusters@2020-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":264},"Microsoft.ContainerService/managedClusters/agentPools@2020-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":463},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":480},"Microsoft.ContainerService/managedClusters@2020-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":267},"Microsoft.ContainerService/managedClusters/agentPools@2020-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":466},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":483},"Microsoft.ContainerService/managedClusters@2020-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":278},"Microsoft.ContainerService/managedClusters/agentPools@2020-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":480},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":497},"Microsoft.ContainerService/managedClusters@2020-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":304},"Microsoft.ContainerService/managedClusters/agentPools@2020-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":506},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":523},"Microsoft.ContainerService/managedClusters@2020-12-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":307},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2020-12-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":336},"Microsoft.ContainerService/managedClusters/agentPools@2020-12-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":540},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-12-01":{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":557},"Microsoft.ContainerService/managedClusters@2021-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":308},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":337},"Microsoft.ContainerService/managedClusters/agentPools@2021-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":542},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":559},"Microsoft.ContainerService/managedClusters@2021-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":151},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":180},"Microsoft.ContainerService/managedClusters/agentPools@2021-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":219},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":236},"Microsoft.ContainerService/managedClusters@2021-05-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":151},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-05-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":180},"Microsoft.ContainerService/managedClusters/agentPools@2021-05-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":219},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-05-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":236},"Microsoft.ContainerService/managedClusters@2021-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":160},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":189},"Microsoft.ContainerService/managedClusters/agentPools@2021-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":231},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":167},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":196},"Microsoft.ContainerService/managedClusters/agentPools@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":241},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":258},"Microsoft.ContainerService/snapshots@2021-08-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":266},"Microsoft.ContainerService/managedClusters@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":168},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":197},"Microsoft.ContainerService/managedClusters/agentPools@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":242},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":259},"Microsoft.ContainerService/snapshots@2021-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":273},"Microsoft.ContainerService/managedClusters@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":174},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/agentPools@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":265},"Microsoft.ContainerService/snapshots@2021-10-01":{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":279},"Microsoft.ContainerService/managedClusters@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":175},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":204},"Microsoft.ContainerService/managedClusters/agentPools@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":249},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":266},"Microsoft.ContainerService/snapshots@2021-11-01-preview":{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":280},"Microsoft.ContainerService/managedClusters@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":174},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/agentPools@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":265},"Microsoft.ContainerService/snapshots@2022-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":279},"Microsoft.ContainerService/managedClusters@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":176},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":205},"Microsoft.ContainerService/managedClusters/agentPools@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":250},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":267},"Microsoft.ContainerService/snapshots@2022-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":281},"Microsoft.ContainerService/managedClusters@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":185},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/agentPools@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":265},"Microsoft.ContainerService/snapshots@2022-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":279},"Microsoft.ContainerService/managedClusters@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":188},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":206},"Microsoft.ContainerService/managedClusters/agentPools@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":251},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":268},"Microsoft.ContainerService/snapshots@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":283},"Microsoft.ContainerService/managedclustersnapshots@2022-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":307},"Microsoft.ContainerService/managedClusters@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":185},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/agentPools@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":248},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":265},"Microsoft.ContainerService/snapshots@2022-03-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":279},"Microsoft.ContainerService/managedClusters@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":192},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":210},"Microsoft.ContainerService/managedClusters/agentPools@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":255},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":272},"Microsoft.ContainerService/snapshots@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":287},"Microsoft.ContainerService/managedclustersnapshots@2022-03-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":311},"Microsoft.ContainerService/managedClusters@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":189},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":207},"Microsoft.ContainerService/managedClusters/agentPools@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":252},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":269},"Microsoft.ContainerService/snapshots@2022-04-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":283},"Microsoft.ContainerService/managedClusters@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":200},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":218},"Microsoft.ContainerService/managedClusters/agentPools@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":265},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":282},"Microsoft.ContainerService/snapshots@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":299},"Microsoft.ContainerService/managedclustersnapshots@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":325},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-04-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":336},"Microsoft.ContainerService/managedClusters@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":207},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":225},"Microsoft.ContainerService/managedClusters/agentPools@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":272},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":289},"Microsoft.ContainerService/snapshots@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":306},"Microsoft.ContainerService/managedclustersnapshots@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":332},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-05-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":343},"Microsoft.ContainerService/managedClusters@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":195},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":213},"Microsoft.ContainerService/managedClusters/agentPools@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":258},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":275},"Microsoft.ContainerService/snapshots@2022-06-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":289},"Microsoft.ContainerService/managedClusters@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":208},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":226},"Microsoft.ContainerService/managedClusters/agentPools@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":273},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":290},"Microsoft.ContainerService/snapshots@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":307},"Microsoft.ContainerService/managedclustersnapshots@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":333},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":344},"Microsoft.ContainerService/fleets@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":358},"Microsoft.ContainerService/fleets/members@2022-06-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":370},"Microsoft.ContainerService/managedClusters@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":197},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":215},"Microsoft.ContainerService/managedClusters/agentPools@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":262},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":279},"Microsoft.ContainerService/snapshots@2022-07-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":295},"Microsoft.ContainerService/fleets@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":32},"Microsoft.ContainerService/fleets/members@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":44},"Microsoft.ContainerService/managedClusters@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":250},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":268},"Microsoft.ContainerService/managedClusters/agentPools@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":315},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":333},"Microsoft.ContainerService/snapshots@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":350},"Microsoft.ContainerService/managedclustersnapshots@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":376},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-07-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":388},"Microsoft.ContainerService/managedClusters@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":242},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":260},"Microsoft.ContainerService/managedClusters/agentPools@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":308},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":325},"Microsoft.ContainerService/snapshots@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":343},"Microsoft.ContainerService/managedclustersnapshots@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":369},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-08-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":380},"Microsoft.ContainerService/managedClusters@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":245},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":263},"Microsoft.ContainerService/managedClusters/agentPools@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":311},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":328},"Microsoft.ContainerService/snapshots@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":346},"Microsoft.ContainerService/managedclustersnapshots@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":372},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-08-03-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":383},"Microsoft.ContainerService/managedClusters@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":199},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":217},"Microsoft.ContainerService/managedClusters/agentPools@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":264},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":281},"Microsoft.ContainerService/snapshots@2022-09-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":297},"Microsoft.ContainerService/fleets@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":32},"Microsoft.ContainerService/fleets/members@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":44},"Microsoft.ContainerService/managedClusters@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":280},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":298},"Microsoft.ContainerService/managedClusters/agentPools@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":346},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":363},"Microsoft.ContainerService/snapshots@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":381},"Microsoft.ContainerService/managedclustersnapshots@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":407},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-09-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":418},"Microsoft.ContainerService/managedClusters@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":261},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":309},"Microsoft.ContainerService/managedClusters/agentPools@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":357},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":375},"Microsoft.ContainerService/snapshots@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":393},"Microsoft.ContainerService/managedclustersnapshots@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":419},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-10-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":431},"Microsoft.ContainerService/managedClusters@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":203},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":221},"Microsoft.ContainerService/managedClusters/agentPools@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":268},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":286},"Microsoft.ContainerService/snapshots@2022-11-01":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":302},"Microsoft.ContainerService/managedClusters@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":266},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":314},"Microsoft.ContainerService/managedClusters/agentPools@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":363},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":381},"Microsoft.ContainerService/snapshots@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":399},"Microsoft.ContainerService/managedclustersnapshots@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":425},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-11-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":437},"Microsoft.ContainerService/managedClusters@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":208},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":226},"Microsoft.ContainerService/managedClusters/agentPools@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":273},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":291},"Microsoft.ContainerService/snapshots@2023-01-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":307},"Microsoft.ContainerService/managedClusters@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":273},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":321},"Microsoft.ContainerService/managedClusters/agentPools@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":370},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":388},"Microsoft.ContainerService/snapshots@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":406},"Microsoft.ContainerService/managedclustersnapshots@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":432},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-01-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":444},"Microsoft.ContainerService/managedClusters@2023-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-01/types.json","Index":214},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-01/types.json","Index":232},"Microsoft.ContainerService/managedClusters/agentPools@2023-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-01/types.json","Index":279},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-01/types.json","Index":297},"Microsoft.ContainerService/snapshots@2023-02-01":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-01/types.json","Index":313},"Microsoft.ContainerService/managedClusters@2023-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":284},"Microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":332},"Microsoft.ContainerService/managedClusters/agentPools@2023-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":381},"Microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":399},"Microsoft.ContainerService/snapshots@2023-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":417},"Microsoft.ContainerService/managedclustersnapshots@2023-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":444},"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-02-02-preview":{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":456},"Microsoft.ContainerStorage/pools@2023-03-01-preview":{"RelativePath":"containerstorage/microsoft.containerstorage/2023-03-01-preview/types.json","Index":41},"Microsoft.ContainerStorage/pools/volumes@2023-03-01-preview":{"RelativePath":"containerstorage/microsoft.containerstorage/2023-03-01-preview/types.json","Index":62},"Microsoft.ContainerStorage/pools/volumeSnapshots@2023-03-01-preview":{"RelativePath":"containerstorage/microsoft.containerstorage/2023-03-01-preview/types.json","Index":82},"Microsoft.DocumentDB/databaseAccounts@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2015-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2015-04-08":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2015-11-06":{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2016-03-19":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/apis/databases@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/apis/databases/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/apis/databases/containers/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":102},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/apis/databases/collections/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/apis/tables@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/apis/tables/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":138},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":146},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/apis/keyspaces/tables/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/apis/databases/graphs/settings@2016-03-31":{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2019-08-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01-preview/types.json","Index":14},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2019-08-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01-preview/types.json","Index":21},"Microsoft.DocumentDB/databaseAccounts@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":110},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":116},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":149},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":157},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":163},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":177},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":183},"Microsoft.DocumentDB/databaseAccounts/tables@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":191},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":197},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":205},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":211},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":232},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":240},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":254},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":260},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2019-08-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":267},"Microsoft.DocumentDB/databaseAccounts@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":37},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":56},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":112},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":118},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":125},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":148},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":155},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":161},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":174},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":180},"Microsoft.DocumentDB/databaseAccounts/tables@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":193},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":200},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":206},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":220},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2019-12-12":{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":259},"Microsoft.DocumentDB/databaseAccounts@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":45},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":64},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":121},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":127},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":135},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":142},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":158},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":166},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":172},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":186},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":192},"Microsoft.DocumentDB/databaseAccounts/tables@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":200},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":206},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":214},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":220},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":241},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":249},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":255},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":263},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":269},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2020-03-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":276},"Microsoft.DocumentDB/databaseAccounts@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":53},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":62},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":73},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":130},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":136},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":144},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":151},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":167},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":201},"Microsoft.DocumentDB/databaseAccounts/tables@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":209},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":223},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2020-04-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":285},"Microsoft.DocumentDB/databaseAccounts@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":92},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":101},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":112},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":169},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":183},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":190},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":206},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":219},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":224},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":232},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":238},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/tables@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":266},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":280},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":301},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":307},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":315},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":329},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2020-06-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":342},"Microsoft.DocumentDB/databaseAccounts@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":59},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":68},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":79},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":136},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":142},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":157},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":173},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":201},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":207},"Microsoft.DocumentDB/databaseAccounts/tables@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":221},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":256},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":284},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2020-09-01":{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":291},"Microsoft.DocumentDB/databaseAccounts@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":72},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":81},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":92},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":156},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":164},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":171},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":201},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":221},"Microsoft.DocumentDB/databaseAccounts/tables@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":249},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":284},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":298},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":305},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":309},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-01-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":316},"Microsoft.DocumentDB/databaseAccounts@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":97},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":106},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":117},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":196},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":212},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":225},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":230},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":238},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/tables@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":307},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":313},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":341},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":348},"Microsoft.DocumentDB/cassandraClusters@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":371},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":384},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":388},"Microsoft.DocumentDB/locations@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":398},"Microsoft.DocumentDB/cassandraClusters/backups@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":403},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":410},"Microsoft.DocumentDB/databaseAccounts@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":72},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":81},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":92},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":156},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":164},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":171},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":201},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":221},"Microsoft.DocumentDB/databaseAccounts/tables@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":249},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":284},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":298},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":305},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":309},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-03-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":316},"Microsoft.DocumentDB/databaseAccounts@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":97},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":106},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":117},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":181},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":196},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":212},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":225},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":230},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":238},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/tables@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":307},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":313},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":341},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":348},"Microsoft.DocumentDB/cassandraClusters@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":371},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":384},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":388},"Microsoft.DocumentDB/databaseAccounts/services@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":404},"Microsoft.DocumentDB/locations@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":414},"Microsoft.DocumentDB/cassandraClusters/backups@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":419},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-04-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":426},"Microsoft.DocumentDB/databaseAccounts@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":72},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":81},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":92},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":156},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":164},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":171},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":187},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":200},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":205},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":213},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":219},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/tables@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":247},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":253},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":261},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":267},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":282},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":288},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":296},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":302},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":310},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":316},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":323},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-04-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":334},"Microsoft.DocumentDB/databaseAccounts@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":76},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":85},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":96},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":154},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":160},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":168},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":175},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":191},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":204},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":209},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":217},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":223},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":237},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/tables@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":251},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":257},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":265},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":271},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":306},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":314},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":320},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":331},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":338},"Microsoft.DocumentDB/databaseAccounts@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":105},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":114},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":125},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":183},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":197},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":204},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":220},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":238},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":266},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/tables@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":280},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":294},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":315},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":329},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":343},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":356},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":360},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-06-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":367},"Microsoft.DocumentDB/databaseAccounts@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":114},"Microsoft.DocumentDB/databaseAccounts/graphs@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":123},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":131},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":142},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":200},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":206},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":214},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":221},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":237},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":255},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":263},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":269},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":283},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":289},"Microsoft.DocumentDB/databaseAccounts/tables@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":297},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":303},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":311},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":317},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":332},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":338},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":346},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":352},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":360},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":366},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":374},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":380},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":387},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":391},"Microsoft.DocumentDB/cassandraClusters@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":414},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":427},"Microsoft.DocumentDB/databaseAccounts/services@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":443},"Microsoft.DocumentDB/locations@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":453},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":460},"Microsoft.DocumentDB/cassandraClusters/backups@2021-07-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":465},"Microsoft.DocumentDB/databaseAccounts@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":115},"Microsoft.DocumentDB/databaseAccounts/graphs@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":132},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":143},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":150},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":208},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":214},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":222},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":245},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":263},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":271},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":277},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":291},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":297},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":311},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":317},"Microsoft.DocumentDB/databaseAccounts/tables@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":325},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":331},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":339},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":345},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":360},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":366},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":374},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":380},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":388},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":394},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":402},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":408},"Microsoft.DocumentDB/cassandraClusters@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":436},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":451},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":458},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":462},"Microsoft.DocumentDB/databaseAccounts/services@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":478},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":489},"Microsoft.DocumentDB/locations@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":499},"Microsoft.DocumentDB/cassandraClusters/backups@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":504},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-10-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":511},"Microsoft.DocumentDB/databaseAccounts@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":111},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":120},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":131},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":203},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":210},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/tables@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":306},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":341},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":355},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":362},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":366},"Microsoft.DocumentDB/cassandraClusters@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":393},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":406},"Microsoft.DocumentDB/locations@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":416},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-10-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":423},"Microsoft.DocumentDB/databaseAccounts@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":119},"Microsoft.DocumentDB/databaseAccounts/graphs@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":128},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":136},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":147},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":154},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":212},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":218},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":249},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":262},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":267},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":275},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":281},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":295},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":301},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":315},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/tables@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":329},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":343},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":364},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":370},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":378},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":384},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":392},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":398},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":406},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":412},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":425},"Microsoft.DocumentDB/cassandraClusters@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":453},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":468},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":475},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":479},"Microsoft.DocumentDB/databaseAccounts/services@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":495},"Microsoft.DocumentDB/locations@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":505},"Microsoft.DocumentDB/cassandraClusters/backups@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":510},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2021-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":517},"Microsoft.DocumentDB/databaseAccounts@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":124},"Microsoft.DocumentDB/databaseAccounts/graphs@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":133},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":141},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":152},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":159},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":220},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":234},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":241},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":257},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":275},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":283},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":289},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":303},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":309},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":323},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":329},"Microsoft.DocumentDB/databaseAccounts/tables@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":337},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":343},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":351},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":357},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":372},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":378},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":386},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":392},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":400},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":406},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":414},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":420},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":433},"Microsoft.DocumentDB/cassandraClusters@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":461},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":476},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":483},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":487},"Microsoft.DocumentDB/databaseAccounts/services@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":503},"Microsoft.DocumentDB/locations@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":513},"Microsoft.DocumentDB/cassandraClusters/backups@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":518},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-02-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":525},"Microsoft.DocumentDB/databaseAccounts@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":126},"Microsoft.DocumentDB/databaseAccounts/graphs@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":135},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":143},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":154},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":161},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":222},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":228},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":236},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":259},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":277},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":285},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":291},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":305},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":311},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":325},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":331},"Microsoft.DocumentDB/databaseAccounts/tables@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":339},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":345},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":353},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":359},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":374},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":380},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":388},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":394},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":402},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":408},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":416},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":422},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":435},"Microsoft.DocumentDB/cassandraClusters@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":463},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":478},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":485},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":489},"Microsoft.DocumentDB/databaseAccounts/services@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":505},"Microsoft.DocumentDB/locations@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":515},"Microsoft.DocumentDB/cassandraClusters/backups@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":520},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-05-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":527},"Microsoft.DocumentDB/databaseAccounts@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":111},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":120},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":131},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":189},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":195},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":203},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":210},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":226},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":244},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":252},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":258},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/tables@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":306},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":321},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":335},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":341},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":355},"Microsoft.DocumentDB/cassandraClusters@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":382},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":395},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":402},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":406},"Microsoft.DocumentDB/databaseAccounts/services@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":422},"Microsoft.DocumentDB/locations@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":432},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-05-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":439},"Microsoft.DocumentDB/databaseAccounts@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":126},"Microsoft.DocumentDB/databaseAccounts/graphs@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":135},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":147},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":158},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":165},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":229},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":235},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":243},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":266},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":279},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":284},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":295},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":301},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":318},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":324},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":338},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":344},"Microsoft.DocumentDB/databaseAccounts/tables@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":352},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":358},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":366},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":372},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":387},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":393},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":401},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":407},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":415},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":421},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":429},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":435},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":450},"Microsoft.DocumentDB/cassandraClusters@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":478},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":493},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":500},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":504},"Microsoft.DocumentDB/databaseAccounts/services@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":520},"Microsoft.DocumentDB/locations@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":530},"Microsoft.DocumentDB/cassandraClusters/backups@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":535},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-08-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":542},"Microsoft.DocumentDB/databaseAccounts@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":113},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":122},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":133},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":191},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":197},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":205},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":212},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":228},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":241},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":254},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":260},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":274},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":280},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":294},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":300},"Microsoft.DocumentDB/databaseAccounts/tables@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":308},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":314},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":322},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":328},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":343},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":349},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":357},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":363},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":371},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":377},"Microsoft.DocumentDB/cassandraClusters@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":404},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":417},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":424},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":428},"Microsoft.DocumentDB/databaseAccounts/services@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":444},"Microsoft.DocumentDB/locations@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":454},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-08-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":461},"Microsoft.DocumentDB/databaseAccounts@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":130},"Microsoft.DocumentDB/databaseAccounts/graphs@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":139},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":151},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":162},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":169},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":233},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":239},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":247},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":254},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":270},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":283},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":288},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":299},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":305},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":322},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":328},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":342},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":348},"Microsoft.DocumentDB/databaseAccounts/tables@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":359},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":365},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":373},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":379},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":394},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":400},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":408},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":414},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":425},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":431},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":442},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":448},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":461},"Microsoft.DocumentDB/cassandraClusters@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":489},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":504},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":511},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":515},"Microsoft.DocumentDB/databaseAccounts/services@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":531},"Microsoft.DocumentDB/locations@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":541},"Microsoft.DocumentDB/cassandraClusters/backups@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":546},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-11-15-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":553},"Microsoft.DocumentDB/databaseAccounts@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":121},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":130},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":141},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":202},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":208},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":215},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":223},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":230},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":246},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":259},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":264},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":272},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":278},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":292},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":298},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":312},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":318},"Microsoft.DocumentDB/databaseAccounts/tables@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":326},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":332},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":340},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":346},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":361},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":367},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":375},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":381},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":389},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":395},"Microsoft.DocumentDB/cassandraClusters@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":422},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":435},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":442},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":446},"Microsoft.DocumentDB/databaseAccounts/services@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":462},"Microsoft.DocumentDB/locations@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":472},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-11-15":{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":479},"Microsoft.DocumentDB/databaseAccounts@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":131},"Microsoft.DocumentDB/databaseAccounts/graphs@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":140},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":153},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":164},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":171},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":236},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":242},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":250},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":257},"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":273},"Microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":286},"Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":291},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":303},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":309},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":327},"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":333},"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":347},"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":353},"Microsoft.DocumentDB/databaseAccounts/tables@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":365},"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":371},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":379},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":385},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":400},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":406},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":414},"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":420},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":432},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":438},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":450},"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":456},"Microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":471},"Microsoft.DocumentDB/cassandraClusters@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":499},"Microsoft.DocumentDB/cassandraClusters/dataCenters@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":514},"Microsoft.DocumentDB/mongoClusters@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":544},"Microsoft.DocumentDB/mongoClusters/firewallRules@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":556},"Microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":563},"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":567},"Microsoft.DocumentDB/databaseAccounts/services@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":583},"Microsoft.DocumentDB/locations@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":593},"Microsoft.DocumentDB/cassandraClusters/backups@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":598},"Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2023-03-01-preview":{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":605},"Microsoft.CostManagement/reportconfigs@2018-05-31":{"RelativePath":"cost-management/microsoft.costmanagement/2018-05-31/types.json","Index":57},"Microsoft.CostManagement/reports@2018-08-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2018-08-01-preview/types.json","Index":57},"Microsoft.CostManagement/connectors@2018-08-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2018-08-01-preview/types.json","Index":69},"Microsoft.CostManagement/exports@2019-01-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-01-01/types.json","Index":68},"Microsoft.CostManagement/cloudConnectors@2019-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-03-01-preview/types.json","Index":24},"Microsoft.CostManagement/externalSubscriptions@2019-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-03-01-preview/types.json","Index":28},"Microsoft.CostManagement/showbackRules@2019-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-03-01-preview/types.json","Index":57},"Microsoft.CostManagement/externalBillingAccounts@2019-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-03-01-preview/types.json","Index":62},"Microsoft.CostManagement/views@2019-04-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-04-01-preview/types.json","Index":72},"Microsoft.CostManagement/budgets@2019-04-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2019-04-01-preview/types.json","Index":95},"Microsoft.CostManagement/exports@2019-09-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-09-01/types.json","Index":66},"Microsoft.CostManagement/exports@2019-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-10-01/types.json","Index":66},"Microsoft.CostManagement/settings@2019-11-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-11-01/types.json","Index":18},"Microsoft.CostManagement/views@2019-11-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-11-01/types.json","Index":86},"Microsoft.CostManagement/exports@2019-11-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-11-01/types.json","Index":143},"Microsoft.CostManagement/alerts@2019-11-01":{"RelativePath":"cost-management/microsoft.costmanagement/2019-11-01/types.json","Index":209},"Microsoft.CostManagement/costAllocationRules@2020-03-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2020-03-01-preview/types.json","Index":32},"Microsoft.CostManagement/views@2020-06-01":{"RelativePath":"cost-management/microsoft.costmanagement/2020-06-01/types.json","Index":72},"Microsoft.CostManagement/exports@2020-06-01":{"RelativePath":"cost-management/microsoft.costmanagement/2020-06-01/types.json","Index":128},"Microsoft.CostManagement/alerts@2020-06-01":{"RelativePath":"cost-management/microsoft.costmanagement/2020-06-01/types.json","Index":194},"Microsoft.CostManagement/exports@2020-12-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2020-12-01-preview/types.json","Index":63},"Microsoft.CostManagement/exports@2021-01-01":{"RelativePath":"cost-management/microsoft.costmanagement/2021-01-01/types.json","Index":63},"Microsoft.CostManagement/views@2021-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2021-10-01/types.json","Index":72},"Microsoft.CostManagement/exports@2021-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2021-10-01/types.json","Index":128},"Microsoft.CostManagement/alerts@2021-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2021-10-01/types.json","Index":193},"Microsoft.CostManagement/scheduledActions@2022-04-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-04-01-preview/types.json","Index":55},"Microsoft.CostManagement/scheduledActions@2022-06-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-06-01-preview/types.json","Index":56},"Microsoft.CostManagement/views@2022-08-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-08-01-preview/types.json","Index":72},"Microsoft.CostManagement/alerts@2022-08-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-08-01-preview/types.json","Index":137},"Microsoft.CostManagement/views@2022-10-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01-preview/types.json","Index":72},"Microsoft.CostManagement/settings@2022-10-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01-preview/types.json","Index":81},"Microsoft.CostManagement/alerts@2022-10-01-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01-preview/types.json","Index":146},"Microsoft.CostManagement/views@2022-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01/types.json","Index":72},"Microsoft.CostManagement/exports@2022-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01/types.json","Index":128},"Microsoft.CostManagement/scheduledActions@2022-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01/types.json","Index":178},"Microsoft.CostManagement/alerts@2022-10-01":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-01/types.json","Index":243},"Microsoft.CostManagement/views@2022-10-05-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-05-preview/types.json","Index":72},"Microsoft.CostManagement/settings@2022-10-05-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-05-preview/types.json","Index":81},"Microsoft.CostManagement/markupRules@2022-10-05-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-05-preview/types.json","Index":87},"Microsoft.CostManagement/alerts@2022-10-05-preview":{"RelativePath":"cost-management/microsoft.costmanagement/2022-10-05-preview/types.json","Index":152},"Microsoft.AzureActiveDirectory/b2cDirectories@2019-01-01-preview":{"RelativePath":"cpim/microsoft.azureactivedirectory/2019-01-01-preview/types.json","Index":24},"Microsoft.AzureActiveDirectory/guestUsages@2020-05-01-preview":{"RelativePath":"cpim/microsoft.azureactivedirectory/2020-05-01-preview/types.json","Index":13},"Microsoft.AzureActiveDirectory/b2cDirectories@2021-04-01":{"RelativePath":"cpim/microsoft.azureactivedirectory/2021-04-01/types.json","Index":36},"Microsoft.AzureActiveDirectory/guestUsages@2021-04-01":{"RelativePath":"cpim/microsoft.azureactivedirectory/2021-04-01/types.json","Index":42},"Microsoft.CustomerInsights/hubs@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":14},"Microsoft.CustomerInsights/hubs/profiles@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":58},"Microsoft.CustomerInsights/hubs/interactions@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":90},"Microsoft.CustomerInsights/hubs/relationships@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":113},"Microsoft.CustomerInsights/hubs/relationshipLinks@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":134},"Microsoft.CustomerInsights/hubs/authorizationPolicies@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":144},"Microsoft.CustomerInsights/hubs/connectors@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":164},"Microsoft.CustomerInsights/hubs/connectors/mappings@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":211},"Microsoft.CustomerInsights/hubs/kpi@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":256},"Microsoft.CustomerInsights/hubs/views@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":262},"Microsoft.CustomerInsights/hubs/links@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":285},"Microsoft.CustomerInsights/hubs/roleAssignments@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":312},"Microsoft.CustomerInsights/hubs/widgetTypes@2017-01-01":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-01-01/types.json","Index":318},"Microsoft.CustomerInsights/hubs@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":14},"Microsoft.CustomerInsights/hubs/profiles@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":58},"Microsoft.CustomerInsights/hubs/interactions@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":90},"Microsoft.CustomerInsights/hubs/relationships@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":113},"Microsoft.CustomerInsights/hubs/relationshipLinks@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":135},"Microsoft.CustomerInsights/hubs/authorizationPolicies@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":145},"Microsoft.CustomerInsights/hubs/connectors@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":165},"Microsoft.CustomerInsights/hubs/connectors/mappings@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":212},"Microsoft.CustomerInsights/hubs/kpi@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":257},"Microsoft.CustomerInsights/hubs/views@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":263},"Microsoft.CustomerInsights/hubs/links@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":296},"Microsoft.CustomerInsights/hubs/roleAssignments@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":323},"Microsoft.CustomerInsights/hubs/predictions@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":347},"Microsoft.CustomerInsights/hubs/widgetTypes@2017-04-26":{"RelativePath":"customer-insights/microsoft.customerinsights/2017-04-26/types.json","Index":353},"Microsoft.CustomProviders/resourceProviders@2018-09-01-preview":{"RelativePath":"customproviders/microsoft.customproviders/2018-09-01-preview/types.json","Index":32},"Microsoft.CustomProviders/associations@2018-09-01-preview":{"RelativePath":"customproviders/microsoft.customproviders/2018-09-01-preview/types.json","Index":43},"Microsoft.Dashboard/grafana@2021-09-01-preview":{"RelativePath":"dashboard/microsoft.dashboard/2021-09-01-preview/types.json","Index":46},"Microsoft.Dashboard/grafana@2022-05-01-preview":{"RelativePath":"dashboard/microsoft.dashboard/2022-05-01-preview/types.json","Index":73},"Microsoft.Dashboard/grafana/privateEndpointConnections@2022-05-01-preview":{"RelativePath":"dashboard/microsoft.dashboard/2022-05-01-preview/types.json","Index":77},"Microsoft.Dashboard/grafana/privateLinkResources@2022-05-01-preview":{"RelativePath":"dashboard/microsoft.dashboard/2022-05-01-preview/types.json","Index":94},"Microsoft.Dashboard/grafana@2022-08-01":{"RelativePath":"dashboard/microsoft.dashboard/2022-08-01/types.json","Index":76},"Microsoft.Dashboard/grafana/privateEndpointConnections@2022-08-01":{"RelativePath":"dashboard/microsoft.dashboard/2022-08-01/types.json","Index":80},"Microsoft.Dashboard/grafana/privateLinkResources@2022-08-01":{"RelativePath":"dashboard/microsoft.dashboard/2022-08-01/types.json","Index":97},"Microsoft.DataBox/jobs@2018-01-01":{"RelativePath":"databox/microsoft.databox/2018-01-01/types.json","Index":115},"Microsoft.DataBox/jobs@2019-09-01":{"RelativePath":"databox/microsoft.databox/2019-09-01/types.json","Index":137},"Microsoft.DataBox/jobs@2020-04-01":{"RelativePath":"databox/microsoft.databox/2020-04-01/types.json","Index":184},"Microsoft.DataBox/jobs@2020-11-01":{"RelativePath":"databox/microsoft.databox/2020-11-01/types.json","Index":193},"Microsoft.DataBox/jobs@2021-03-01":{"RelativePath":"databox/microsoft.databox/2021-03-01/types.json","Index":203},"Microsoft.DataBox/jobs@2021-05-01":{"RelativePath":"databox/microsoft.databox/2021-05-01/types.json","Index":206},"Microsoft.DataBox/jobs@2021-08-01-preview":{"RelativePath":"databox/microsoft.databox/2021-08-01-preview/types.json","Index":326},"Microsoft.DataBox/jobs@2021-12-01":{"RelativePath":"databox/microsoft.databox/2021-12-01/types.json","Index":366},"Microsoft.DataBox/jobs@2022-02-01":{"RelativePath":"databox/microsoft.databox/2022-02-01/types.json","Index":388},"Microsoft.DataBox/jobs@2022-09-01":{"RelativePath":"databox/microsoft.databox/2022-09-01/types.json","Index":398},"Microsoft.DataBox/jobs@2022-10-01":{"RelativePath":"databox/microsoft.databox/2022-10-01/types.json","Index":412},"Microsoft.DataBox/jobs@2022-12-01":{"RelativePath":"databox/microsoft.databox/2022-12-01/types.json","Index":412},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":34},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":48},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":77},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":105},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":141},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":152},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":165},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":176},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":201},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":217},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2019-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-03-01/types.json","Index":228},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":35},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":49},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":78},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":106},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":145},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":156},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":169},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":180},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":205},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":221},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2019-07-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-07-01/types.json","Index":232},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":42},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":56},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":86},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":114},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":153},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":164},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":178},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":193},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":206},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":221},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":246},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":262},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2019-08-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2019-08-01/types.json","Index":273},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":46},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":60},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":90},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":126},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":165},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":176},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":190},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":205},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":218},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":233},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":258},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":274},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2020-05-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-05-01-preview/types.json","Index":285},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":94},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":108},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":145},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":243},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":281},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":296},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":335},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":346},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":360},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":375},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":388},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":403},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":428},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":444},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2020-09-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":455},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":94},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":108},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":145},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":243},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":281},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":296},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":335},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":346},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":360},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":375},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":388},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":403},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":428},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":444},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2020-09-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":455},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":94},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":108},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":145},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":243},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":281},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":296},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":335},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":346},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":360},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":375},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":388},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":403},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":428},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":444},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2020-12-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":455},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":98},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":112},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":149},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":247},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":285},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":300},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":339},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":350},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":364},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":379},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":392},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":407},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":432},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":480},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2021-02-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":491},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":102},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":116},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":125},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":143},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":180},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":278},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":316},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":331},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":370},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":381},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":395},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":410},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":423},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":438},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":463},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":515},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2021-02-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":526},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":102},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":116},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":125},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":143},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":180},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":278},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":316},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":331},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":370},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":381},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":395},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":410},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":423},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":438},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":463},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":515},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2021-06-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":526},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":102},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":116},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":125},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":143},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":180},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":278},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":316},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":331},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":370},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":381},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":395},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":410},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":423},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":438},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":463},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":515},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2021-06-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":526},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":106},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":120},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":129},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":147},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":184},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":282},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":320},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":335},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":374},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":385},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":399},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":414},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":427},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":442},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":467},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":519},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":530},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/deviceCapacityInfo@2022-03-01":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":549},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":107},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":121},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":130},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":148},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":185},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":321},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":342},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":357},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":396},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":407},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":421},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":436},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":449},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":464},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":489},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":541},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":552},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/deviceCapacityInfo@2022-04-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":571},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":107},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":121},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":130},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":148},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":185},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":321},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":342},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":357},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":396},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":407},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":421},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":436},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":449},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":464},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":489},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":541},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":552},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/deviceCapacityInfo@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":571},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/publishers/offers/skus/versions@2022-12-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":576},"Microsoft.DataBoxEdge/dataBoxEdgeDevices@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":107},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":121},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":130},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":148},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":185},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":321},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":342},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":357},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":396},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":407},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":421},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":436},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":449},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":464},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/networkSettings@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":489},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/updateSummary@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":541},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/alerts@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":552},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/deviceCapacityInfo@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":571},"Microsoft.DataBoxEdge/dataBoxEdgeDevices/publishers/offers/skus/versions@2023-01-01-preview":{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":576},"Microsoft.Databricks/workspaces@2018-04-01":{"RelativePath":"databricks/microsoft.databricks/2018-04-01/types.json","Index":55},"Microsoft.Databricks/workspaces/virtualNetworkPeerings@2018-04-01":{"RelativePath":"databricks/microsoft.databricks/2018-04-01/types.json","Index":73},"Microsoft.Databricks/workspaces@2021-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2021-04-01-preview/types.json","Index":95},"Microsoft.Databricks/workspaces/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2021-04-01-preview/types.json","Index":99},"Microsoft.Databricks/workspaces/virtualNetworkPeerings@2021-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2021-04-01-preview/types.json","Index":117},"Microsoft.Databricks/workspaces/privateLinkResources@2021-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2021-04-01-preview/types.json","Index":124},"Microsoft.Databricks/workspaces@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":100},"Microsoft.Databricks/workspaces/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":104},"Microsoft.Databricks/workspaces/virtualNetworkPeerings@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":122},"Microsoft.Databricks/accessConnectors@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":144},"Microsoft.Databricks/workspaces/privateLinkResources@2022-04-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-04-01-preview/types.json","Index":151},"Microsoft.Databricks/accessConnectors@2022-10-01-preview":{"RelativePath":"databricks/microsoft.databricks/2022-10-01-preview/types.json","Index":36},"Microsoft.Databricks/workspaces@2023-02-01":{"RelativePath":"databricks/microsoft.databricks/2023-02-01/types.json","Index":100},"Microsoft.Databricks/workspaces/privateEndpointConnections@2023-02-01":{"RelativePath":"databricks/microsoft.databricks/2023-02-01/types.json","Index":104},"Microsoft.Databricks/workspaces/virtualNetworkPeerings@2023-02-01":{"RelativePath":"databricks/microsoft.databricks/2023-02-01/types.json","Index":122},"Microsoft.Databricks/workspaces/privateLinkResources@2023-02-01":{"RelativePath":"databricks/microsoft.databricks/2023-02-01/types.json","Index":129},"Microsoft.DataCatalog/catalogs@2016-03-30":{"RelativePath":"datacatalog/microsoft.datacatalog/2016-03-30/types.json","Index":19},"Microsoft.Datadog/agreements@2020-02-01-preview":{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":13},"Microsoft.Datadog/monitors@2020-02-01-preview":{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":47},"Microsoft.Datadog/monitors/tagRules@2020-02-01-preview":{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":70},"Microsoft.Datadog/monitors/singleSignOnConfigurations@2020-02-01-preview":{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":90},"Microsoft.Datadog/agreements@2021-03-01":{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":24},"Microsoft.Datadog/monitors@2021-03-01":{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":58},"Microsoft.Datadog/monitors/tagRules@2021-03-01":{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":81},"Microsoft.Datadog/monitors/singleSignOnConfigurations@2021-03-01":{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":101},"Microsoft.Datadog/agreements@2022-06-01":{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":24},"Microsoft.Datadog/monitors@2022-06-01":{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":58},"Microsoft.Datadog/monitors/tagRules@2022-06-01":{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":81},"Microsoft.Datadog/monitors/singleSignOnConfigurations@2022-06-01":{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":101},"Microsoft.DataFactory/factories@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":16},"Microsoft.DataFactory/factories/integrationRuntimes@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":59},"Microsoft.DataFactory/factories/linkedservices@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":386},"Microsoft.DataFactory/factories/datasets@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":538},"Microsoft.DataFactory/factories/pipelines@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":729},"Microsoft.DataFactory/factories/triggers@2017-09-01-preview":{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":743},"Microsoft.DataFactory/factories@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":40},"Microsoft.DataFactory/factories/integrationRuntimes@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":131},"Microsoft.DataFactory/factories/linkedservices@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":615},"Microsoft.DataFactory/factories/datasets@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":927},"Microsoft.DataFactory/factories/pipelines@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1671},"Microsoft.DataFactory/factories/triggers@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1760},"Microsoft.DataFactory/factories/dataflows@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1789},"Microsoft.DataFactory/factories/managedVirtualNetworks@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1794},"Microsoft.DataFactory/factories/managedVirtualNetworks/managedPrivateEndpoints@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1801},"Microsoft.DataFactory/factories/credentials@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1808},"Microsoft.DataFactory/factories/privateEndpointConnections@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1815},"Microsoft.DataFactory/factories/globalParameters@2018-06-01":{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1820},"Microsoft.DataLakeAnalytics/accounts@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":89},"Microsoft.DataLakeAnalytics/accounts/DataLakeStoreAccounts@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":93},"Microsoft.DataLakeAnalytics/accounts/StorageAccounts@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":97},"Microsoft.DataLakeAnalytics/accounts/computePolicies@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":101},"Microsoft.DataLakeAnalytics/accounts/firewallRules@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":105},"Microsoft.DataLakeAnalytics/accounts/storageAccounts/containers@2015-10-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":110},"Microsoft.DataLakeAnalytics/accounts@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":91},"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":95},"Microsoft.DataLakeAnalytics/accounts/storageAccounts@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":99},"Microsoft.DataLakeAnalytics/accounts/computePolicies@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":103},"Microsoft.DataLakeAnalytics/accounts/firewallRules@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":107},"Microsoft.DataLakeAnalytics/accounts/storageAccounts/containers@2016-11-01":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":112},"Microsoft.DataLakeAnalytics/accounts@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":91},"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":95},"Microsoft.DataLakeAnalytics/accounts/storageAccounts@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":99},"Microsoft.DataLakeAnalytics/accounts/computePolicies@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":103},"Microsoft.DataLakeAnalytics/accounts/firewallRules@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":107},"Microsoft.DataLakeAnalytics/accounts/storageAccounts/containers@2019-11-01-preview":{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":112},"Microsoft.DataLakeStore/accounts/firewallRules@2015-10-01-preview":{"RelativePath":"datalake-store/microsoft.datalakestore/2015-10-01-preview/types.json","Index":12},"Microsoft.DataLakeStore/accounts@2015-10-01-preview":{"RelativePath":"datalake-store/microsoft.datalakestore/2015-10-01-preview/types.json","Index":44},"Microsoft.DataLakeStore/accounts@2016-11-01":{"RelativePath":"datalake-store/microsoft.datalakestore/2016-11-01/types.json","Index":75},"Microsoft.DataLakeStore/accounts/firewallRules@2016-11-01":{"RelativePath":"datalake-store/microsoft.datalakestore/2016-11-01/types.json","Index":79},"Microsoft.DataLakeStore/accounts/virtualNetworkRules@2016-11-01":{"RelativePath":"datalake-store/microsoft.datalakestore/2016-11-01/types.json","Index":83},"Microsoft.DataLakeStore/accounts/trustedIdProviders@2016-11-01":{"RelativePath":"datalake-store/microsoft.datalakestore/2016-11-01/types.json","Index":87},"Microsoft.DataMigration/services@2017-11-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2017-11-15-preview/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2017-11-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2017-11-15-preview/types.json","Index":155},"Microsoft.DataMigration/services/projects@2017-11-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2017-11-15-preview/types.json","Index":181},"Microsoft.DataMigration/services@2018-03-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-15-preview/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2018-03-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-15-preview/types.json","Index":222},"Microsoft.DataMigration/services/projects@2018-03-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-15-preview/types.json","Index":248},"Microsoft.DataMigration/services@2018-03-31-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-31-preview/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2018-03-31-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-31-preview/types.json","Index":272},"Microsoft.DataMigration/services/projects@2018-03-31-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-03-31-preview/types.json","Index":299},"Microsoft.DataMigration/services@2018-04-19":{"RelativePath":"datamigration/microsoft.datamigration/2018-04-19/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2018-04-19":{"RelativePath":"datamigration/microsoft.datamigration/2018-04-19/types.json","Index":634},"Microsoft.DataMigration/services/projects@2018-04-19":{"RelativePath":"datamigration/microsoft.datamigration/2018-04-19/types.json","Index":668},"Microsoft.DataMigration/services@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":25},"Microsoft.DataMigration/services/projects/tasks@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":981},"Microsoft.DataMigration/services/serviceTasks@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":985},"Microsoft.DataMigration/services/projects@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":1030},"Microsoft.DataMigration/services/projects/files@2018-07-15-preview":{"RelativePath":"datamigration/microsoft.datamigration/2018-07-15-preview/types.json","Index":1035},"Microsoft.DataMigration/services@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":36},"Microsoft.DataMigration/services/projects/tasks@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":1102},"Microsoft.DataMigration/services/serviceTasks@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":1106},"Microsoft.DataMigration/services/projects@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":1151},"Microsoft.DataMigration/services/projects/files@2021-06-30":{"RelativePath":"datamigration/microsoft.datamigration/2021-06-30/types.json","Index":1156},"Microsoft.DataMigration/databaseMigrations@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":42},"Microsoft.DataMigration/sqlMigrationServices@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":48},"Microsoft.DataMigration/services@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":66},"Microsoft.DataMigration/services/projects/tasks@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1133},"Microsoft.DataMigration/services/serviceTasks@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1137},"Microsoft.DataMigration/services/projects@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1182},"Microsoft.DataMigration/services/projects/files@2021-10-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1187},"Microsoft.DataMigration/databaseMigrations@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":42},"Microsoft.DataMigration/sqlMigrationServices@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":48},"Microsoft.DataMigration/services@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":66},"Microsoft.DataMigration/services/projects/tasks@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1147},"Microsoft.DataMigration/services/serviceTasks@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1151},"Microsoft.DataMigration/services/projects@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1208},"Microsoft.DataMigration/services/projects/files@2022-01-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1213},"Microsoft.DataMigration/databaseMigrations@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":35},"Microsoft.DataMigration/sqlMigrationServices@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":41},"Microsoft.DataMigration/services@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":59},"Microsoft.DataMigration/services/projects/tasks@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1152},"Microsoft.DataMigration/services/serviceTasks@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1156},"Microsoft.DataMigration/services/projects@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1225},"Microsoft.DataMigration/services/projects/files@2022-03-30-preview":{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1230},"Microsoft.DataProtection/backupVaults@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":40},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":131},"Microsoft.DataProtection/backupVaults/backupInstances@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":175},"Microsoft.DataProtection/backupVaults/operationResults@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":180},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":195},"Microsoft.DataProtection/backupVaults/backupJobs@2021-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-01-01/types.json","Index":208},"Microsoft.DataProtection/backupVaults@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":40},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":131},"Microsoft.DataProtection/backupVaults/backupInstances@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":175},"Microsoft.DataProtection/backupVaults/operationResults@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":180},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":195},"Microsoft.DataProtection/backupVaults/backupJobs@2021-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-02-01-preview/types.json","Index":208},"Microsoft.DataProtection/backupVaults@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":40},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":131},"Microsoft.DataProtection/backupVaults/backupInstances@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":182},"Microsoft.DataProtection/backupVaults/operationResults@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":187},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":202},"Microsoft.DataProtection/backupVaults/backupJobs@2021-06-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-06-01-preview/types.json","Index":215},"Microsoft.DataProtection/backupVaults@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":194},"Microsoft.DataProtection/resourceGuards@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":209},"Microsoft.DataProtection/backupVaults/operationResults@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":214},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":229},"Microsoft.DataProtection/backupVaults/backupJobs@2021-07-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-07-01/types.json","Index":242},"Microsoft.DataProtection/backupVaults@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":197},"Microsoft.DataProtection/resourceGuards@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":212},"Microsoft.DataProtection/backupVaults/operationResults@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":217},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":232},"Microsoft.DataProtection/backupVaults/backupJobs@2021-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-10-01-preview/types.json","Index":245},"Microsoft.DataProtection/backupVaults@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":194},"Microsoft.DataProtection/resourceGuards@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":209},"Microsoft.DataProtection/backupVaults/operationResults@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":214},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":229},"Microsoft.DataProtection/backupVaults/backupJobs@2021-12-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2021-12-01-preview/types.json","Index":242},"Microsoft.DataProtection/backupVaults@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":197},"Microsoft.DataProtection/resourceGuards@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":212},"Microsoft.DataProtection/backupVaults/operationResults@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":217},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":221},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":236},"Microsoft.DataProtection/backupVaults/backupJobs@2022-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-01-01/types.json","Index":249},"Microsoft.DataProtection/backupVaults@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":57},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":148},"Microsoft.DataProtection/backupVaults/backupInstances@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":202},"Microsoft.DataProtection/resourceGuards@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":217},"Microsoft.DataProtection/backupVaults/operationResults@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":222},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":226},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":241},"Microsoft.DataProtection/backupVaults/backupJobs@2022-02-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-02-01-preview/types.json","Index":254},"Microsoft.DataProtection/backupVaults@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":52},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":143},"Microsoft.DataProtection/backupVaults/backupInstances@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":197},"Microsoft.DataProtection/resourceGuards@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":212},"Microsoft.DataProtection/backupVaults/operationResults@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":217},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":221},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":236},"Microsoft.DataProtection/backupVaults/backupJobs@2022-03-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-01/types.json","Index":249},"Microsoft.DataProtection/backupVaults@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":57},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":148},"Microsoft.DataProtection/backupVaults/backupInstances@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":202},"Microsoft.DataProtection/resourceGuards@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":217},"Microsoft.DataProtection/backupVaults/operationResults@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":222},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":226},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":241},"Microsoft.DataProtection/backupVaults/backupJobs@2022-03-31-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-03-31-preview/types.json","Index":254},"Microsoft.DataProtection/backupVaults@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":57},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":148},"Microsoft.DataProtection/backupVaults/backupInstances@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":202},"Microsoft.DataProtection/resourceGuards@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":217},"Microsoft.DataProtection/backupVaults/operationResults@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":222},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":226},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":241},"Microsoft.DataProtection/backupVaults/backupJobs@2022-04-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-04-01/types.json","Index":254},"Microsoft.DataProtection/backupVaults@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":58},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":149},"Microsoft.DataProtection/backupVaults/backupInstances@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":204},"Microsoft.DataProtection/resourceGuards@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":219},"Microsoft.DataProtection/backupVaults/operationResults@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":224},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":229},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":244},"Microsoft.DataProtection/backupVaults/backupJobs@2022-05-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-05-01/types.json","Index":257},"Microsoft.DataProtection/backupVaults@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":69},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":160},"Microsoft.DataProtection/backupVaults/backupInstances@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":215},"Microsoft.DataProtection/resourceGuards@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":230},"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":237},"Microsoft.DataProtection/backupVaults/operationResults@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":242},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":247},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":262},"Microsoft.DataProtection/backupVaults/backupJobs@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":275},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2022-09-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-09-01-preview/types.json","Index":297},"Microsoft.DataProtection/backupVaults@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":69},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":160},"Microsoft.DataProtection/backupVaults/backupInstances@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":224},"Microsoft.DataProtection/resourceGuards@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":239},"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":246},"Microsoft.DataProtection/backupVaults/operationResults@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":251},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":256},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":271},"Microsoft.DataProtection/backupVaults/backupJobs@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":284},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2022-10-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-10-01-preview/types.json","Index":306},"Microsoft.DataProtection/backupVaults@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":69},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":160},"Microsoft.DataProtection/backupVaults/backupInstances@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":227},"Microsoft.DataProtection/resourceGuards@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":242},"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":249},"Microsoft.DataProtection/backupVaults/operationResults@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":254},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":259},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":274},"Microsoft.DataProtection/backupVaults/backupJobs@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":287},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2022-11-01-preview":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-11-01-preview/types.json","Index":309},"Microsoft.DataProtection/backupVaults@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":75},"Microsoft.DataProtection/backupVaults/backupPolicies@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":166},"Microsoft.DataProtection/backupVaults/backupInstances@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":221},"Microsoft.DataProtection/resourceGuards@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":236},"Microsoft.DataProtection/backupVaults/operationResults@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":241},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":246},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":261},"Microsoft.DataProtection/backupVaults/backupJobs@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":274},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2022-12-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2022-12-01/types.json","Index":296},"Microsoft.DataProtection/backupVaults@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":75},"Microsoft.DataProtection/backupVaults/backupPolicies@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":166},"Microsoft.DataProtection/backupVaults/backupInstances@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":233},"Microsoft.DataProtection/resourceGuards@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":248},"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":255},"Microsoft.DataProtection/backupVaults/operationResults@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":260},"Microsoft.DataProtection/backupVaults/backupInstances/operationResults@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":265},"Microsoft.DataProtection/backupVaults/backupInstances/recoveryPoints@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":280},"Microsoft.DataProtection/backupVaults/backupJobs@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":293},"Microsoft.DataProtection/backupVaults/deletedBackupInstances@2023-01-01":{"RelativePath":"dataprotection/microsoft.dataprotection/2023-01-01/types.json","Index":315},"Microsoft.DataShare/accounts@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":22},"Microsoft.DataShare/accounts/shares/dataSets@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":74},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":204},"Microsoft.DataShare/accounts/shares/invitations@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":214},"Microsoft.DataShare/accounts/shares@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":228},"Microsoft.DataShare/accounts/shareSubscriptions@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":247},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":263},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":286},"Microsoft.DataShare/locations/consumerInvitations@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":296},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2018-11-01-preview":{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":306},"Microsoft.DataShare/accounts@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":22},"Microsoft.DataShare/accounts/shares/dataSets@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":74},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":204},"Microsoft.DataShare/accounts/shares/invitations@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":214},"Microsoft.DataShare/accounts/shares@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":228},"Microsoft.DataShare/accounts/shareSubscriptions@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":247},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":263},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":286},"Microsoft.DataShare/locations/consumerInvitations@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":296},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2019-11-01":{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":306},"Microsoft.DataShare/accounts@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":33},"Microsoft.DataShare/accounts/shares/dataSets@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":88},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":230},"Microsoft.DataShare/accounts/shares/invitations@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":240},"Microsoft.DataShare/accounts/shares@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":254},"Microsoft.DataShare/accounts/shareSubscriptions@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":273},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":289},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":312},"Microsoft.DataShare/locations/consumerInvitations@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":322},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2020-09-01":{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":332},"Microsoft.DataShare/accounts@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":33},"Microsoft.DataShare/accounts/shares/dataSets@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":98},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":264},"Microsoft.DataShare/accounts/shares/invitations@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":274},"Microsoft.DataShare/accounts/shares@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":288},"Microsoft.DataShare/accounts/shareSubscriptions@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":307},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":323},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":346},"Microsoft.DataShare/locations/consumerInvitations@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":356},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2020-10-01-preview":{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":366},"Microsoft.DataShare/accounts@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":33},"Microsoft.DataShare/accounts/shares/dataSets@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":104},"Microsoft.DataShare/accounts/shareSubscriptions/dataSetMappings@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":258},"Microsoft.DataShare/accounts/shares/invitations@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":268},"Microsoft.DataShare/accounts/shares@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":282},"Microsoft.DataShare/accounts/shareSubscriptions@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":301},"Microsoft.DataShare/accounts/shares/synchronizationSettings@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":317},"Microsoft.DataShare/accounts/shareSubscriptions/triggers@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":340},"Microsoft.DataShare/locations/consumerInvitations@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":350},"Microsoft.DataShare/accounts/shares/providerShareSubscriptions@2021-08-01":{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":360},"Microsoft.DeploymentManager/serviceTopologies@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":13},"Microsoft.DeploymentManager/serviceTopologies/services@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":19},"Microsoft.DeploymentManager/serviceTopologies/services/serviceUnits@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":29},"Microsoft.DeploymentManager/steps@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":38},"Microsoft.DeploymentManager/rollouts@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":69},"Microsoft.DeploymentManager/artifactSources@2018-09-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2018-09-01-preview/types.json","Index":79},"Microsoft.DeploymentManager/serviceTopologies@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":13},"Microsoft.DeploymentManager/serviceTopologies/services@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":19},"Microsoft.DeploymentManager/serviceTopologies/services/serviceUnits@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":29},"Microsoft.DeploymentManager/steps@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":65},"Microsoft.DeploymentManager/rollouts@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":96},"Microsoft.DeploymentManager/artifactSources@2019-11-01-preview":{"RelativePath":"deploymentmanager/microsoft.deploymentmanager/2019-11-01-preview/types.json","Index":106},"Microsoft.DesktopVirtualization/workspaces@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":32},"Microsoft.DesktopVirtualization/hostPools@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":54},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":59},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":74},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2019-01-23-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-01-23-preview/types.json","Index":92},"Microsoft.DesktopVirtualization/workspaces@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":32},"Microsoft.DesktopVirtualization/hostPools@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":58},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":63},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":78},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2019-09-24-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-09-24-preview/types.json","Index":96},"Microsoft.DesktopVirtualization/workspaces@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":32},"Microsoft.DesktopVirtualization/hostPools@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":58},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":63},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":78},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2019-12-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2019-12-10-preview/types.json","Index":96},"Microsoft.DesktopVirtualization/workspaces@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":35},"Microsoft.DesktopVirtualization/hostPools@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":61},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":70},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":75},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":90},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2020-09-21-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-09-21-preview/types.json","Index":108},"Microsoft.DesktopVirtualization/workspaces@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":35},"Microsoft.DesktopVirtualization/hostPools@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":66},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":75},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":80},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":95},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2020-10-19-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-10-19-preview/types.json","Index":113},"Microsoft.DesktopVirtualization/workspaces@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/applicationGroups@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/applicationGroups/applications@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":35},"Microsoft.DesktopVirtualization/hostPools@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":66},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":75},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":80},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":95},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2020-11-02-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-02-preview/types.json","Index":113},"Microsoft.DesktopVirtualization/workspaces@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":14},"Microsoft.DesktopVirtualization/scalingPlans@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":51},"Microsoft.DesktopVirtualization/applicationGroups@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":60},"Microsoft.DesktopVirtualization/applicationGroups/applications@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":72},"Microsoft.DesktopVirtualization/hostPools@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":103},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":112},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":117},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":132},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2020-11-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2020-11-10-preview/types.json","Index":150},"Microsoft.DesktopVirtualization/workspaces@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/scalingPlans@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":61},"Microsoft.DesktopVirtualization/applicationGroups@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":77},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":89},"Microsoft.DesktopVirtualization/hostPools@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":130},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":135},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":150},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-01-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-01-14-preview/types.json","Index":194},"Microsoft.DesktopVirtualization/workspaces@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/scalingPlans@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":61},"Microsoft.DesktopVirtualization/applicationGroups@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":77},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":89},"Microsoft.DesktopVirtualization/hostPools@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":130},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":135},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":150},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-02-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-02-01-preview/types.json","Index":194},"Microsoft.DesktopVirtualization/workspaces@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":23},"Microsoft.DesktopVirtualization/scalingPlans@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":61},"Microsoft.DesktopVirtualization/applicationGroups@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":77},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":89},"Microsoft.DesktopVirtualization/hostPools@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":130},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":135},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":150},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-03-09-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-03-09-preview/types.json","Index":194},"Microsoft.DesktopVirtualization/workspaces@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":26},"Microsoft.DesktopVirtualization/scalingPlans@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":64},"Microsoft.DesktopVirtualization/applicationGroups@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":80},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":92},"Microsoft.DesktopVirtualization/hostPools@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":127},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":136},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":163},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":167},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":172},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":187},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-04-01-preview/types.json","Index":231},"Microsoft.DesktopVirtualization/workspaces@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":23},"Microsoft.DesktopVirtualization/scalingPlans@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":61},"Microsoft.DesktopVirtualization/applicationGroups@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":77},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":89},"Microsoft.DesktopVirtualization/hostPools@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":130},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":135},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":150},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-07-12":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-07-12/types.json","Index":194},"Microsoft.DesktopVirtualization/workspaces@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":37},"Microsoft.DesktopVirtualization/scalingPlans@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":74},"Microsoft.DesktopVirtualization/applicationGroups@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":90},"Microsoft.DesktopVirtualization/applicationGroups/applications@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":102},"Microsoft.DesktopVirtualization/hostPools@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":137},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":146},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":162},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":166},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":171},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":186},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2021-09-03-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2021-09-03-preview/types.json","Index":230},"Microsoft.DesktopVirtualization/workspaces@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":51},"Microsoft.DesktopVirtualization/scalingPlans@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":88},"Microsoft.DesktopVirtualization/applicationGroups@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":104},"Microsoft.DesktopVirtualization/applicationGroups/applications@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":116},"Microsoft.DesktopVirtualization/hostPools@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":168},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":177},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":181},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":185},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":190},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":205},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2022-02-10-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-02-10-preview/types.json","Index":249},"Microsoft.DesktopVirtualization/workspaces@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":51},"Microsoft.DesktopVirtualization/scalingPlans@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":88},"Microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":117},"Microsoft.DesktopVirtualization/applicationGroups@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":133},"Microsoft.DesktopVirtualization/applicationGroups/applications@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":145},"Microsoft.DesktopVirtualization/hostPools@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":197},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":206},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":210},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":214},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":219},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":234},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2022-04-01-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-04-01-preview/types.json","Index":278},"Microsoft.DesktopVirtualization/workspaces@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":34},"Microsoft.DesktopVirtualization/scalingPlans@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":71},"Microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":100},"Microsoft.DesktopVirtualization/applicationGroups@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":109},"Microsoft.DesktopVirtualization/applicationGroups/applications@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":121},"Microsoft.DesktopVirtualization/hostPools@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":167},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":176},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":181},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":196},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2022-09-09":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-09-09/types.json","Index":240},"Microsoft.DesktopVirtualization/workspaces@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":51},"Microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":55},"Microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":59},"Microsoft.DesktopVirtualization/scalingPlans@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":96},"Microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":125},"Microsoft.DesktopVirtualization/applicationGroups@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":134},"Microsoft.DesktopVirtualization/applicationGroups/applications@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":146},"Microsoft.DesktopVirtualization/hostPools@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":198},"Microsoft.DesktopVirtualization/hostPools/msixPackages@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":207},"Microsoft.DesktopVirtualization/applicationGroups/desktops@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":212},"Microsoft.DesktopVirtualization/hostPools/sessionHosts/userSessions@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":227},"Microsoft.DesktopVirtualization/hostPools/sessionHosts@2022-10-14-preview":{"RelativePath":"desktopvirtualization/microsoft.desktopvirtualization/2022-10-14-preview/types.json","Index":271},"Microsoft.DevCenter/devcenters@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":32},"Microsoft.DevCenter/projects@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":38},"Microsoft.DevCenter/devcenters/attachednetworks@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":53},"Microsoft.DevCenter/devcenters/galleries@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":58},"Microsoft.DevCenter/devcenters/catalogs@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":64},"Microsoft.DevCenter/devcenters/environmentTypes@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":70},"Microsoft.DevCenter/projects/environmentTypes@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":85},"Microsoft.DevCenter/devcenters/devboxdefinitions@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":105},"Microsoft.DevCenter/projects/pools@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":116},"Microsoft.DevCenter/projects/pools/schedules@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":128},"Microsoft.DevCenter/networkConnections@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":144},"Microsoft.DevCenter/projects/attachednetworks@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":148},"Microsoft.DevCenter/devcenters/galleries/images@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":155},"Microsoft.DevCenter/devcenters/galleries/images/versions@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":160},"Microsoft.DevCenter/projects/devboxdefinitions@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":165},"Microsoft.DevCenter/networkConnections/healthChecks@2022-08-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-08-01-preview/types.json","Index":180},"Microsoft.DevCenter/devcenters@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":32},"Microsoft.DevCenter/projects@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":38},"Microsoft.DevCenter/devcenters/attachednetworks@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":53},"Microsoft.DevCenter/devcenters/galleries@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":58},"Microsoft.DevCenter/devcenters/catalogs@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":64},"Microsoft.DevCenter/devcenters/environmentTypes@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":70},"Microsoft.DevCenter/projects/environmentTypes@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":85},"Microsoft.DevCenter/devcenters/devboxdefinitions@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":105},"Microsoft.DevCenter/projects/pools@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":116},"Microsoft.DevCenter/projects/pools/schedules@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":128},"Microsoft.DevCenter/networkConnections@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":144},"Microsoft.DevCenter/projects/attachednetworks@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":148},"Microsoft.DevCenter/devcenters/galleries/images@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":155},"Microsoft.DevCenter/devcenters/galleries/images/versions@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":160},"Microsoft.DevCenter/projects/allowedEnvironmentTypes@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":165},"Microsoft.DevCenter/projects/devboxdefinitions@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":170},"Microsoft.DevCenter/networkConnections/healthChecks@2022-09-01-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-09-01-preview/types.json","Index":185},"Microsoft.DevCenter/devcenters@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":32},"Microsoft.DevCenter/projects@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":38},"Microsoft.DevCenter/devcenters/attachednetworks@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":53},"Microsoft.DevCenter/devcenters/galleries@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":58},"Microsoft.DevCenter/devcenters/catalogs@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":69},"Microsoft.DevCenter/devcenters/environmentTypes@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":75},"Microsoft.DevCenter/projects/environmentTypes@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":90},"Microsoft.DevCenter/devcenters/devboxdefinitions@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":110},"Microsoft.DevCenter/projects/pools@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":121},"Microsoft.DevCenter/projects/pools/schedules@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":133},"Microsoft.DevCenter/networkConnections@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":149},"Microsoft.DevCenter/projects/attachednetworks@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":153},"Microsoft.DevCenter/devcenters/galleries/images@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":160},"Microsoft.DevCenter/devcenters/galleries/images/versions@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":165},"Microsoft.DevCenter/projects/allowedEnvironmentTypes@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":170},"Microsoft.DevCenter/projects/devboxdefinitions@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":175},"Microsoft.DevCenter/networkConnections/healthChecks@2022-10-12-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-10-12-preview/types.json","Index":190},"Microsoft.DevCenter/devcenters@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":49},"Microsoft.DevCenter/projects@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":72},"Microsoft.DevCenter/devcenters/attachednetworks@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":104},"Microsoft.DevCenter/devcenters/galleries@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":126},"Microsoft.DevCenter/devcenters/catalogs@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":154},"Microsoft.DevCenter/devcenters/environmentTypes@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":177},"Microsoft.DevCenter/projects/environmentTypes@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":209},"Microsoft.DevCenter/devcenters/devboxdefinitions@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":249},"Microsoft.DevCenter/projects/pools@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":277},"Microsoft.DevCenter/projects/pools/schedules@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":306},"Microsoft.DevCenter/networkConnections@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":339},"Microsoft.DevCenter/projects/attachednetworks@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":343},"Microsoft.DevCenter/devcenters/galleries/images@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":367},"Microsoft.DevCenter/devcenters/galleries/images/versions@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":389},"Microsoft.DevCenter/projects/allowedEnvironmentTypes@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":411},"Microsoft.DevCenter/projects/devboxdefinitions@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":416},"Microsoft.DevCenter/networkConnections/healthChecks@2022-11-11-preview":{"RelativePath":"devcenter/microsoft.devcenter/2022-11-11-preview/types.json","Index":431},"Microsoft.DevHub/workflows@2022-04-01-preview":{"RelativePath":"developerhub/microsoft.devhub/2022-04-01-preview/types.json","Index":43},"Microsoft.Devices/provisioningServices/certificates@2017-08-21-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-08-21-preview/types.json","Index":12},"Microsoft.Devices/provisioningServices@2017-08-21-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-08-21-preview/types.json","Index":49},"Microsoft.Devices/provisioningServices/certificates@2017-11-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-11-15/types.json","Index":12},"Microsoft.Devices/provisioningServices@2017-11-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-11-15/types.json","Index":49},"Microsoft.Devices/provisioningServices/certificates@2018-01-22":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2018-01-22/types.json","Index":12},"Microsoft.Devices/provisioningServices@2018-01-22":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2018-01-22/types.json","Index":49},"Microsoft.Devices/provisioningServices/certificates@2020-01-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-01-01/types.json","Index":12},"Microsoft.Devices/provisioningServices@2020-01-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-01-01/types.json","Index":58},"Microsoft.Devices/provisioningServices/certificates@2020-03-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":12},"Microsoft.Devices/provisioningServices@2020-03-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":71},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2020-03-01":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":75},"Microsoft.Devices/provisioningServices/certificates@2020-09-01-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":12},"Microsoft.Devices/provisioningServices@2020-09-01-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":78},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2020-09-01-preview":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":82},"Microsoft.Devices/provisioningServices/certificates@2021-10-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":23},"Microsoft.Devices/provisioningServices@2021-10-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":82},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2021-10-15":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":86},"Microsoft.Devices/provisioningServices/certificates@2022-02-05":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":23},"Microsoft.Devices/provisioningServices@2022-02-05":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":82},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2022-02-05":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":86},"Microsoft.Devices/provisioningServices/certificates@2022-12-12":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":23},"Microsoft.Devices/provisioningServices@2022-12-12":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":82},"Microsoft.Devices/provisioningServices/privateEndpointConnections@2022-12-12":{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":86},"Microsoft.DeviceUpdate/accounts@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":57},"Microsoft.DeviceUpdate/accounts/instances@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":75},"Microsoft.DeviceUpdate/accounts/privateEndpointConnections@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":79},"Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":102},"Microsoft.DeviceUpdate/accounts/privateLinkResources@2020-03-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2020-03-01-preview/types.json","Index":113},"Microsoft.DeviceUpdate/accounts@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":65},"Microsoft.DeviceUpdate/accounts/instances@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":83},"Microsoft.DeviceUpdate/accounts/privateEndpointConnections@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":87},"Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":110},"Microsoft.DeviceUpdate/accounts/privateLinkResources@2022-04-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-04-01-preview/types.json","Index":121},"Microsoft.DeviceUpdate/accounts@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":65},"Microsoft.DeviceUpdate/accounts/instances@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":83},"Microsoft.DeviceUpdate/accounts/privateEndpointConnections@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":87},"Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":110},"Microsoft.DeviceUpdate/accounts/privateLinkResources@2022-10-01":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-10-01/types.json","Index":121},"Microsoft.DeviceUpdate/accounts@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":66},"Microsoft.DeviceUpdate/accounts/instances@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":84},"Microsoft.DeviceUpdate/accounts/privateEndpointConnections@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":88},"Microsoft.DeviceUpdate/accounts/privateEndpointConnectionProxies@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":111},"Microsoft.DeviceUpdate/accounts/privateLinkResources@2022-12-01-preview":{"RelativePath":"deviceupdate/microsoft.deviceupdate/2022-12-01-preview/types.json","Index":122},"Microsoft.DevOps/pipelines@2019-07-01-preview":{"RelativePath":"devops/microsoft.devops/2019-07-01-preview/types.json","Index":27},"Microsoft.DevOps/pipelines@2020-07-13-preview":{"RelativePath":"devops/microsoft.devops/2020-07-13-preview/types.json","Index":42},"Microsoft.DevSpaces/controllers@2019-04-01":{"RelativePath":"devspaces/microsoft.devspaces/2019-04-01/types.json","Index":26},"Microsoft.DevTestLab/labs@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":17},"Microsoft.DevTestLab/labs/artifactsources@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":29},"Microsoft.DevTestLab/labs/customimages@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":51},"Microsoft.DevTestLab/labs/formulas@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":67},"Microsoft.DevTestLab/labs/policysets/policies@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":85},"Microsoft.DevTestLab/labs/schedules@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":102},"Microsoft.DevTestLab/labs/virtualmachines@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":107},"Microsoft.DevTestLab/labs/virtualnetworks@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":129},"Microsoft.DevTestLab/labs/artifactsources/artifacts@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":135},"Microsoft.DevTestLab/labs/costinsights@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":143},"Microsoft.DevTestLab/labs/costs@2015-05-21-preview":{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":155},"Microsoft.DevTestLab/labs@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":19},"Microsoft.DevTestLab/schedules@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":36},"Microsoft.DevTestLab/labs/artifactsources@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":48},"Microsoft.DevTestLab/labs/costs@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":79},"Microsoft.DevTestLab/labs/customimages@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":101},"Microsoft.DevTestLab/labs/formulas@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":139},"Microsoft.DevTestLab/labs/notificationchannels@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":150},"Microsoft.DevTestLab/labs/policysets/policies@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":171},"Microsoft.DevTestLab/labs/schedules@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":176},"Microsoft.DevTestLab/labs/servicerunners@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":182},"Microsoft.DevTestLab/labs/users@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":190},"Microsoft.DevTestLab/labs/users/disks@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":199},"Microsoft.DevTestLab/labs/users/environments@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":208},"Microsoft.DevTestLab/labs/users/secrets@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":214},"Microsoft.DevTestLab/labs/virtualmachines@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":224},"Microsoft.DevTestLab/labs/virtualmachines/schedules@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":229},"Microsoft.DevTestLab/labs/virtualnetworks@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":259},"Microsoft.DevTestLab/labs/artifactsources/armtemplates@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":267},"Microsoft.DevTestLab/labs/artifactsources/artifacts@2016-05-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":273},"Microsoft.DevTestLab/labs@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":34},"Microsoft.DevTestLab/schedules@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":51},"Microsoft.DevTestLab/labs/artifactsources@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":64},"Microsoft.DevTestLab/labs/costs@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":95},"Microsoft.DevTestLab/labs/customimages@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":124},"Microsoft.DevTestLab/labs/formulas@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":165},"Microsoft.DevTestLab/labs/notificationchannels@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":176},"Microsoft.DevTestLab/labs/policysets/policies@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":199},"Microsoft.DevTestLab/labs/schedules@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":204},"Microsoft.DevTestLab/labs/servicerunners@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":215},"Microsoft.DevTestLab/labs/users@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":223},"Microsoft.DevTestLab/labs/users/disks@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":233},"Microsoft.DevTestLab/labs/users/environments@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":242},"Microsoft.DevTestLab/labs/users/secrets@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":248},"Microsoft.DevTestLab/labs/users/servicefabrics@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":259},"Microsoft.DevTestLab/labs/users/servicefabrics/schedules@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":264},"Microsoft.DevTestLab/labs/virtualmachines@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":284},"Microsoft.DevTestLab/labs/virtualmachines/schedules@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":289},"Microsoft.DevTestLab/labs/virtualnetworks@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":319},"Microsoft.DevTestLab/labs/artifactsources/armtemplates@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":327},"Microsoft.DevTestLab/labs/artifactsources/artifacts@2018-09-15":{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":333},"Microsoft.Dynamics365FraudProtection/instances@2021-02-01-preview":{"RelativePath":"dfp/microsoft.dynamics365fraudprotection/2021-02-01-preview/types.json","Index":39},"Microsoft.DigitalTwins/digitalTwinsInstances@2020-03-01-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-03-01-preview/types.json","Index":22},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2020-03-01-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-03-01-preview/types.json","Index":40},"Microsoft.DigitalTwins/digitalTwinsInstances@2020-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-10-31/types.json","Index":24},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2020-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-10-31/types.json","Index":47},"Microsoft.DigitalTwins/digitalTwinsInstances@2020-12-01":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-12-01/types.json","Index":48},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2020-12-01":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-12-01/types.json","Index":74},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2020-12-01":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2020-12-01/types.json","Index":78},"Microsoft.DigitalTwins/digitalTwinsInstances@2021-06-30-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2021-06-30-preview/types.json","Index":59},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2021-06-30-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2021-06-30-preview/types.json","Index":85},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2021-06-30-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2021-06-30-preview/types.json","Index":89},"Microsoft.DigitalTwins/digitalTwinsInstances/timeSeriesDatabaseConnections@2021-06-30-preview":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2021-06-30-preview/types.json","Index":108},"Microsoft.DigitalTwins/digitalTwinsInstances@2022-05-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-05-31/types.json","Index":59},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2022-05-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-05-31/types.json","Index":86},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2022-05-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-05-31/types.json","Index":90},"Microsoft.DigitalTwins/digitalTwinsInstances/timeSeriesDatabaseConnections@2022-05-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-05-31/types.json","Index":110},"Microsoft.DigitalTwins/digitalTwinsInstances@2022-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-10-31/types.json","Index":63},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2022-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-10-31/types.json","Index":94},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2022-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-10-31/types.json","Index":98},"Microsoft.DigitalTwins/digitalTwinsInstances/timeSeriesDatabaseConnections@2022-10-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2022-10-31/types.json","Index":118},"Microsoft.DigitalTwins/digitalTwinsInstances@2023-01-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2023-01-31/types.json","Index":63},"Microsoft.DigitalTwins/digitalTwinsInstances/endpoints@2023-01-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2023-01-31/types.json","Index":94},"Microsoft.DigitalTwins/digitalTwinsInstances/privateEndpointConnections@2023-01-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2023-01-31/types.json","Index":98},"Microsoft.DigitalTwins/digitalTwinsInstances/timeSeriesDatabaseConnections@2023-01-31":{"RelativePath":"digitaltwins/microsoft.digitaltwins/2023-01-31/types.json","Index":121},"Microsoft.DelegatedNetwork/controller@2020-08-08-preview":{"RelativePath":"dnc/microsoft.delegatednetwork/2020-08-08-preview/types.json","Index":18},"Microsoft.DelegatedNetwork/orchestrators@2020-08-08-preview":{"RelativePath":"dnc/microsoft.delegatednetwork/2020-08-08-preview/types.json","Index":36},"Microsoft.DelegatedNetwork/delegatedSubnets@2020-08-08-preview":{"RelativePath":"dnc/microsoft.delegatednetwork/2020-08-08-preview/types.json","Index":48},"Microsoft.DelegatedNetwork/controller@2021-03-15":{"RelativePath":"dnc/microsoft.delegatednetwork/2021-03-15/types.json","Index":18},"Microsoft.DelegatedNetwork/orchestrators@2021-03-15":{"RelativePath":"dnc/microsoft.delegatednetwork/2021-03-15/types.json","Index":36},"Microsoft.DelegatedNetwork/delegatedSubnets@2021-03-15":{"RelativePath":"dnc/microsoft.delegatednetwork/2021-03-15/types.json","Index":48},"Microsoft.Network/dnszones/A@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":29},"Microsoft.Network/dnszones/AAAA@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":33},"Microsoft.Network/dnszones/CNAME@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":37},"Microsoft.Network/dnszones/MX@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":41},"Microsoft.Network/dnszones/NS@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":45},"Microsoft.Network/dnszones/PTR@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":49},"Microsoft.Network/dnszones/SOA@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":53},"Microsoft.Network/dnszones/SRV@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":57},"Microsoft.Network/dnszones/TXT@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":61},"Microsoft.Network/dnszones@2015-05-04-preview":{"RelativePath":"dns/microsoft.network/2015-05-04-preview/types.json","Index":67},"Microsoft.Network/dnsZones/A@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":30},"Microsoft.Network/dnsZones/AAAA@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":34},"Microsoft.Network/dnsZones/CNAME@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":38},"Microsoft.Network/dnsZones/MX@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":42},"Microsoft.Network/dnsZones/NS@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":46},"Microsoft.Network/dnsZones/PTR@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":50},"Microsoft.Network/dnsZones/SOA@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":54},"Microsoft.Network/dnsZones/SRV@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":58},"Microsoft.Network/dnsZones/TXT@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":62},"Microsoft.Network/dnsZones@2016-04-01":{"RelativePath":"dns/microsoft.network/2016-04-01/types.json","Index":72},"Microsoft.Network/dnsZones/A@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":32},"Microsoft.Network/dnsZones/AAAA@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":36},"Microsoft.Network/dnsZones/CAA@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":40},"Microsoft.Network/dnsZones/CNAME@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":44},"Microsoft.Network/dnsZones/MX@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":48},"Microsoft.Network/dnsZones/NS@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":52},"Microsoft.Network/dnsZones/PTR@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":56},"Microsoft.Network/dnsZones/SOA@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":60},"Microsoft.Network/dnsZones/SRV@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":64},"Microsoft.Network/dnsZones/TXT@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":68},"Microsoft.Network/dnsZones@2017-09-01":{"RelativePath":"dns/microsoft.network/2017-09-01/types.json","Index":78},"Microsoft.Network/dnsZones/A@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":32},"Microsoft.Network/dnsZones/AAAA@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":36},"Microsoft.Network/dnsZones/CAA@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":40},"Microsoft.Network/dnsZones/CNAME@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":44},"Microsoft.Network/dnsZones/MX@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":48},"Microsoft.Network/dnsZones/NS@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":52},"Microsoft.Network/dnsZones/PTR@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":56},"Microsoft.Network/dnsZones/SOA@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":60},"Microsoft.Network/dnsZones/SRV@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":64},"Microsoft.Network/dnsZones/TXT@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":68},"Microsoft.Network/dnsZones@2017-10-01":{"RelativePath":"dns/microsoft.network/2017-10-01/types.json","Index":78},"Microsoft.Network/dnsZones/A@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":32},"Microsoft.Network/dnsZones/AAAA@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":36},"Microsoft.Network/dnsZones/CAA@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":40},"Microsoft.Network/dnsZones/CNAME@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":44},"Microsoft.Network/dnsZones/MX@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":48},"Microsoft.Network/dnsZones/NS@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":52},"Microsoft.Network/dnsZones/PTR@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":56},"Microsoft.Network/dnsZones/SOA@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":60},"Microsoft.Network/dnsZones/SRV@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":64},"Microsoft.Network/dnsZones/TXT@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":68},"Microsoft.Network/dnsZones@2018-03-01-preview":{"RelativePath":"dns/microsoft.network/2018-03-01-preview/types.json","Index":81},"Microsoft.Network/dnsZones/A@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":33},"Microsoft.Network/dnsZones/AAAA@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":37},"Microsoft.Network/dnsZones/CAA@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":41},"Microsoft.Network/dnsZones/CNAME@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":45},"Microsoft.Network/dnsZones/MX@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":49},"Microsoft.Network/dnsZones/NS@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":53},"Microsoft.Network/dnsZones/PTR@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":57},"Microsoft.Network/dnsZones/SOA@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":61},"Microsoft.Network/dnsZones/SRV@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":65},"Microsoft.Network/dnsZones/TXT@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":69},"Microsoft.Network/dnsZones@2018-05-01":{"RelativePath":"dns/microsoft.network/2018-05-01/types.json","Index":81},"Microsoft.Network/dnsResolvers@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":35},"Microsoft.Network/dnsResolvers/inboundEndpoints@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":53},"Microsoft.Network/dnsResolvers/outboundEndpoints@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":66},"Microsoft.Network/dnsForwardingRulesets@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":80},"Microsoft.Network/dnsForwardingRulesets/forwardingRules@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":98},"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks@2020-04-01-preview":{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":111},"Microsoft.Network/dnsResolvers@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":35},"Microsoft.Network/dnsResolvers/inboundEndpoints@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":53},"Microsoft.Network/dnsResolvers/outboundEndpoints@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":66},"Microsoft.Network/dnsForwardingRulesets@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":80},"Microsoft.Network/dnsForwardingRulesets/forwardingRules@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":98},"Microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks@2022-07-01":{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":111},"Microsoft.AAD/domainServices@2017-01-01":{"RelativePath":"domainservices/microsoft.aad/2017-01-01/types.json","Index":46},"Microsoft.AAD/domainServices@2017-06-01":{"RelativePath":"domainservices/microsoft.aad/2017-06-01/types.json","Index":57},"Microsoft.Aad/domainServices/ouContainer@2017-06-01":{"RelativePath":"domainservices/microsoft.aad/2017-06-01/types.json","Index":65},"Microsoft.AAD/domainServices@2020-01-01":{"RelativePath":"domainservices/microsoft.aad/2020-01-01/types.json","Index":59},"Microsoft.Aad/domainServices/ouContainer@2020-01-01":{"RelativePath":"domainservices/microsoft.aad/2020-01-01/types.json","Index":67},"Microsoft.AAD/domainServices@2021-03-01":{"RelativePath":"domainservices/microsoft.aad/2021-03-01/types.json","Index":76},"Microsoft.Aad/domainServices/ouContainer@2021-03-01":{"RelativePath":"domainservices/microsoft.aad/2021-03-01/types.json","Index":84},"Microsoft.AAD/domainServices@2021-05-01":{"RelativePath":"domainservices/microsoft.aad/2021-05-01/types.json","Index":89},"Microsoft.Aad/domainServices/ouContainer@2021-05-01":{"RelativePath":"domainservices/microsoft.aad/2021-05-01/types.json","Index":97},"Microsoft.AAD/domainServices@2022-09-01":{"RelativePath":"domainservices/microsoft.aad/2022-09-01/types.json","Index":98},"Microsoft.Aad/domainServices/ouContainer@2022-09-01":{"RelativePath":"domainservices/microsoft.aad/2022-09-01/types.json","Index":106},"Microsoft.AAD/domainServices@2022-12-01":{"RelativePath":"domainservices/microsoft.aad/2022-12-01/types.json","Index":98},"Microsoft.Aad/domainServices/ouContainer@2022-12-01":{"RelativePath":"domainservices/microsoft.aad/2022-12-01/types.json","Index":106},"Dynatrace.Observability/monitors@2021-09-01-preview":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":72},"Dynatrace.Observability/monitors/tagRules@2021-09-01-preview":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":104},"Dynatrace.Observability/monitors/singleSignOnConfigurations@2021-09-01-preview":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":108},"Dynatrace.Observability/monitors@2021-09-01":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":72},"Dynatrace.Observability/monitors/tagRules@2021-09-01":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":104},"Dynatrace.Observability/monitors/singleSignOnConfigurations@2021-09-01":{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":108},"Microsoft.EdgeOrder/addresses@2020-12-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2020-12-01-preview/types.json","Index":31},"Microsoft.EdgeOrder/orderItems@2020-12-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2020-12-01-preview/types.json","Index":107},"Microsoft.EdgeOrder/locations/orders@2020-12-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2020-12-01-preview/types.json","Index":114},"Microsoft.EdgeOrder/addresses@2021-12-01":{"RelativePath":"edgeorder/microsoft.edgeorder/2021-12-01/types.json","Index":35},"Microsoft.EdgeOrder/orderItems@2021-12-01":{"RelativePath":"edgeorder/microsoft.edgeorder/2021-12-01/types.json","Index":111},"Microsoft.EdgeOrder/locations/orders@2021-12-01":{"RelativePath":"edgeorder/microsoft.edgeorder/2021-12-01/types.json","Index":118},"Microsoft.EdgeOrder/addresses@2022-05-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2022-05-01-preview/types.json","Index":35},"Microsoft.EdgeOrder/orderItems@2022-05-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2022-05-01-preview/types.json","Index":124},"Microsoft.EdgeOrder/locations/orders@2022-05-01-preview":{"RelativePath":"edgeorder/microsoft.edgeorder/2022-05-01-preview/types.json","Index":134},"Microsoft.Education/labs@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":29},"Microsoft.Education/labs/students@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":43},"Microsoft.Education/grants@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":55},"Microsoft.Education/labs/joinRequests@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":63},"Microsoft.Education/studentLabs@2021-12-01-preview":{"RelativePath":"education/microsoft.education/2021-12-01-preview/types.json","Index":77},"Microsoft.Elastic/monitors@2020-07-01-preview":{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2020-07-01-preview":{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2020-07-01":{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2020-07-01":{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":70},"Microsoft.Elastic/monitors@2021-09-01-preview":{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2021-09-01-preview":{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2021-10-01-preview":{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2021-10-01-preview":{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2022-05-05-preview":{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2022-05-05-preview":{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2022-07-01-preview":{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2022-07-01-preview":{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2022-09-01-preview":{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2022-09-01-preview":{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":70},"Microsoft.Elastic/monitors@2023-02-01-preview":{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":49},"Microsoft.Elastic/monitors/tagRules@2023-02-01-preview":{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":70},"Microsoft.ElasticSan/elasticSans@2021-11-20-preview":{"RelativePath":"elasticsan/microsoft.elasticsan/2021-11-20-preview/types.json","Index":40},"Microsoft.ElasticSan/elasticSans/volumegroups@2021-11-20-preview":{"RelativePath":"elasticsan/microsoft.elasticsan/2021-11-20-preview/types.json","Index":70},"Microsoft.ElasticSan/elasticSans/volumegroups/volumes@2021-11-20-preview":{"RelativePath":"elasticsan/microsoft.elasticsan/2021-11-20-preview/types.json","Index":97},"Microsoft.EngagementFabric/Accounts@2018-09-01-preview":{"RelativePath":"engagementfabric/microsoft.engagementfabric/2018-09-01-preview/types.json","Index":13},"Microsoft.EngagementFabric/Accounts/Channels@2018-09-01-preview":{"RelativePath":"engagementfabric/microsoft.engagementfabric/2018-09-01-preview/types.json","Index":20},"Microsoft.EnterpriseKnowledgeGraph/services@2018-12-03":{"RelativePath":"enterpriseknowledgegraph/microsoft.enterpriseknowledgegraph/2018-12-03/types.json","Index":22},"Microsoft.EventGrid/eventSubscriptions@2017-06-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-06-15-preview/types.json","Index":26},"Microsoft.EventGrid/topics@2017-06-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-06-15-preview/types.json","Index":39},"Microsoft.EventGrid/topicTypes@2017-06-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-06-15-preview/types.json","Index":54},"Microsoft.EventGrid/eventSubscriptions@2017-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-09-15-preview/types.json","Index":29},"Microsoft.EventGrid/topics@2017-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-09-15-preview/types.json","Index":42},"Microsoft.EventGrid/topicTypes@2017-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2017-09-15-preview/types.json","Index":58},"Microsoft.EventGrid/eventSubscriptions@2018-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-01-01/types.json","Index":29},"Microsoft.EventGrid/topics@2018-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-01-01/types.json","Index":42},"Microsoft.EventGrid/topicTypes@2018-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-01-01/types.json","Index":58},"Microsoft.EventGrid/eventSubscriptions@2018-05-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-05-01-preview/types.json","Index":45},"Microsoft.EventGrid/topics@2018-05-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-05-01-preview/types.json","Index":68},"Microsoft.EventGrid/topicTypes@2018-05-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-05-01-preview/types.json","Index":84},"Microsoft.EventGrid/domains@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":30},"Microsoft.EventGrid/eventSubscriptions@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":101},"Microsoft.EventGrid/topics@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":118},"Microsoft.EventGrid/domains/topics@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":122},"Microsoft.EventGrid/topicTypes@2018-09-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":138},"Microsoft.EventGrid/eventSubscriptions@2019-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-01-01/types.json","Index":41},"Microsoft.EventGrid/topics@2019-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-01-01/types.json","Index":54},"Microsoft.EventGrid/topicTypes@2019-01-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-01-01/types.json","Index":70},"Microsoft.EventGrid/domains@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":30},"Microsoft.EventGrid/domains/topics@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":42},"Microsoft.EventGrid/eventSubscriptions@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":116},"Microsoft.EventGrid/topics@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":133},"Microsoft.EventGrid/topicTypes@2019-02-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":149},"Microsoft.EventGrid/domains@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":20},"Microsoft.EventGrid/domains/topics@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":32},"Microsoft.EventGrid/eventSubscriptions@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":102},"Microsoft.EventGrid/topics@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":115},"Microsoft.EventGrid/topicTypes@2019-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":131},"Microsoft.EventGrid/domains@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":30},"Microsoft.EventGrid/domains/topics@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":42},"Microsoft.EventGrid/eventSubscriptions@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":122},"Microsoft.EventGrid/topics@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":139},"Microsoft.EventGrid/topicTypes@2020-01-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":155},"Microsoft.EventGrid/domains@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":67},"Microsoft.EventGrid/domains/topics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":79},"Microsoft.EventGrid/partnerNamespaces/eventChannels@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":143},"Microsoft.EventGrid/eventSubscriptions@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":197},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":201},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":205},"Microsoft.EventGrid/partnerNamespaces@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":218},"Microsoft.EventGrid/partnerRegistrations@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":236},"Microsoft.EventGrid/topics/privateEndpointConnections@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":240},"Microsoft.EventGrid/domains/privateEndpointConnections@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":244},"Microsoft.EventGrid/systemTopics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":257},"Microsoft.EventGrid/topics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":279},"Microsoft.EventGrid/partnerTopics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":296},"Microsoft.EventGrid/extensionTopics@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":302},"Microsoft.EventGrid/topicTypes@2020-04-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":318},"Microsoft.EventGrid/domains@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":66},"Microsoft.EventGrid/domains/topics@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":78},"Microsoft.EventGrid/eventSubscriptions@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":158},"Microsoft.EventGrid/topics@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":180},"Microsoft.EventGrid/topics/privateEndpointConnections@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":184},"Microsoft.EventGrid/domains/privateEndpointConnections@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":188},"Microsoft.EventGrid/topicTypes@2020-06-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":204},"Microsoft.EventGrid/domains@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":78},"Microsoft.EventGrid/domains/topics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":90},"Microsoft.EventGrid/partnerNamespaces/eventChannels@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":164},"Microsoft.EventGrid/eventSubscriptions@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":232},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":236},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":240},"Microsoft.EventGrid/partnerNamespaces@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":253},"Microsoft.EventGrid/partnerRegistrations@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":271},"Microsoft.EventGrid/topics/privateEndpointConnections@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":275},"Microsoft.EventGrid/domains/privateEndpointConnections@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":279},"Microsoft.EventGrid/systemTopics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":292},"Microsoft.EventGrid/topics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":318},"Microsoft.EventGrid/partnerTopics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":335},"Microsoft.EventGrid/extensionTopics@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":341},"Microsoft.EventGrid/topicTypes@2020-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":362},"Microsoft.EventGrid/domains@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":78},"Microsoft.EventGrid/domains/topics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":90},"Microsoft.EventGrid/partnerNamespaces/eventChannels@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":164},"Microsoft.EventGrid/eventSubscriptions@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":231},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":235},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":239},"Microsoft.EventGrid/partnerNamespaces@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":257},"Microsoft.EventGrid/partnerRegistrations@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":275},"Microsoft.EventGrid/topics/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":279},"Microsoft.EventGrid/domains/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":283},"Microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":287},"Microsoft.EventGrid/systemTopics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":300},"Microsoft.EventGrid/topics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":326},"Microsoft.EventGrid/partnerTopics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":343},"Microsoft.EventGrid/extensionTopics@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":349},"Microsoft.EventGrid/topicTypes@2021-06-01-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":370},"Microsoft.EventGrid/partnerNamespaces/channels@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":52},"Microsoft.EventGrid/domains@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":115},"Microsoft.EventGrid/domains/topics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":127},"Microsoft.EventGrid/partnerNamespaces/eventChannels@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":201},"Microsoft.EventGrid/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":271},"Microsoft.EventGrid/domains/topics/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":275},"Microsoft.EventGrid/topics/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":279},"Microsoft.EventGrid/domains/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":283},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":287},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":291},"Microsoft.EventGrid/partnerConfigurations@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":308},"Microsoft.EventGrid/partnerDestinations@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":324},"Microsoft.EventGrid/partnerNamespaces@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":345},"Microsoft.EventGrid/partnerRegistrations@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":363},"Microsoft.EventGrid/partnerTopics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":380},"Microsoft.EventGrid/topics/privateEndpointConnections@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":384},"Microsoft.EventGrid/domains/privateEndpointConnections@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":388},"Microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":392},"Microsoft.EventGrid/systemTopics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":405},"Microsoft.EventGrid/topics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":434},"Microsoft.EventGrid/extensionTopics@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":440},"Microsoft.EventGrid/topicTypes@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":462},"Microsoft.EventGrid/verifiedPartners@2021-10-15-preview":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":475},"Microsoft.EventGrid/domains@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":74},"Microsoft.EventGrid/domains/topics@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":86},"Microsoft.EventGrid/eventSubscriptions@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":206},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":210},"Microsoft.EventGrid/topics@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":232},"Microsoft.EventGrid/topics/privateEndpointConnections@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":236},"Microsoft.EventGrid/domains/privateEndpointConnections@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":240},"Microsoft.EventGrid/systemTopics@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":253},"Microsoft.EventGrid/extensionTopics@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":259},"Microsoft.EventGrid/topicTypes@2021-12-01":{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":280},"Microsoft.EventGrid/partnerNamespaces/channels@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":42},"Microsoft.EventGrid/domains@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":101},"Microsoft.EventGrid/domains/topics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":113},"Microsoft.EventGrid/topics/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":233},"Microsoft.EventGrid/domains/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":237},"Microsoft.EventGrid/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":241},"Microsoft.EventGrid/domains/topics/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":245},"Microsoft.EventGrid/systemTopics/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":249},"Microsoft.EventGrid/partnerTopics/eventSubscriptions@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":253},"Microsoft.EventGrid/topics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":278},"Microsoft.EventGrid/partnerConfigurations@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":295},"Microsoft.EventGrid/partnerNamespaces@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":316},"Microsoft.EventGrid/partnerRegistrations@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":329},"Microsoft.EventGrid/partnerTopics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":347},"Microsoft.EventGrid/topics/privateEndpointConnections@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":351},"Microsoft.EventGrid/domains/privateEndpointConnections@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":355},"Microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":359},"Microsoft.EventGrid/systemTopics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":372},"Microsoft.EventGrid/extensionTopics@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":378},"Microsoft.EventGrid/topicTypes@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":400},"Microsoft.EventGrid/verifiedPartners@2022-06-15":{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":413},"Microsoft.EventHub/namespaces@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":35},"Microsoft.EventHub/namespaces/AuthorizationRules@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":45},"Microsoft.EventHub/namespaces/eventhubs@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":61},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":65},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2014-09-01":{"RelativePath":"eventhub/microsoft.eventhub/2014-09-01/types.json","Index":70},"Microsoft.EventHub/namespaces@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":35},"Microsoft.EventHub/namespaces/AuthorizationRules@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":45},"Microsoft.EventHub/namespaces/eventhubs@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":61},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":65},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2015-08-01":{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":70},"Microsoft.EventHub/namespaces/authorizationRules@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":17},"Microsoft.EventHub/namespaces@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":30},"Microsoft.EventHub/namespaces/networkRuleSets@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":46},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":59},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":63},"Microsoft.EventHub/namespaces/eventhubs@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":85},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":90},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2017-04-01":{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":94},"Microsoft.EventHub/clusters@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":16},"Microsoft.EventHub/namespaces/ipfilterrules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":24},"Microsoft.EventHub/namespaces@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":43},"Microsoft.EventHub/namespaces/virtualnetworkrules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":48},"Microsoft.EventHub/namespaces/networkRuleSets@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":64},"Microsoft.EventHub/namespaces/authorizationRules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":74},"Microsoft.EventHub/namespaces/privateEndpointConnections@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":93},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":106},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":110},"Microsoft.EventHub/namespaces/eventhubs@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":132},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":137},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2018-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":141},"Microsoft.EventHub/namespaces@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":63},"Microsoft.EventHub/namespaces/networkRuleSets@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":79},"Microsoft.EventHub/namespaces/authorizationRules@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":89},"Microsoft.EventHub/namespaces/privateEndpointConnections@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":93},"Microsoft.EventHub/namespaces/eventhubs@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":115},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":119},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":132},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":137},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2021-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":141},"Microsoft.EventHub/clusters@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":27},"Microsoft.EventHub/namespaces@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":72},"Microsoft.EventHub/namespaces/networkRuleSets@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":91},"Microsoft.EventHub/namespaces/authorizationRules@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":101},"Microsoft.EventHub/namespaces/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":105},"Microsoft.EventHub/namespaces/eventhubs@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":127},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":131},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":144},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":149},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2021-06-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":153},"Microsoft.EventHub/clusters@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":27},"Microsoft.EventHub/namespaces@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":72},"Microsoft.EventHub/namespaces/networkRuleSets@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":91},"Microsoft.EventHub/namespaces/authorizationRules@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":101},"Microsoft.EventHub/namespaces/privateEndpointConnections@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":105},"Microsoft.EventHub/namespaces/eventhubs@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":127},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":131},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":144},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":149},"Microsoft.EventHub/namespaces/schemagroups@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":162},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2021-11-01":{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":166},"Microsoft.EventHub/clusters@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":27},"Microsoft.EventHub/namespaces@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":80},"Microsoft.EventHub/namespaces/networkRuleSets@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":100},"Microsoft.EventHub/namespaces/authorizationRules@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":110},"Microsoft.EventHub/namespaces/privateEndpointConnections@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":114},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":127},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":131},"Microsoft.EventHub/namespaces/eventhubs@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":153},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":158},"Microsoft.EventHub/namespaces/schemagroups@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":171},"Microsoft.EventHub/namespaces/applicationGroups@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":185},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2022-01-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":189},"Microsoft.EventHub/clusters@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":27},"Microsoft.EventHub/namespaces@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":80},"Microsoft.EventHub/namespaces/networkRuleSets@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":100},"Microsoft.EventHub/namespaces/authorizationRules@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":110},"Microsoft.EventHub/namespaces/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":114},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":127},"Microsoft.EventHub/namespaces/eventhubs/authorizationRules@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":131},"Microsoft.EventHub/namespaces/eventhubs@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":157},"Microsoft.EventHub/namespaces/eventhubs/consumergroups@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":162},"Microsoft.EventHub/namespaces/schemagroups@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":175},"Microsoft.EventHub/namespaces/applicationGroups@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":189},"Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules@2022-10-01-preview":{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":193},"Microsoft.ExtendedLocation/customLocations@2021-03-15-preview":{"RelativePath":"extendedlocation/microsoft.extendedlocation/2021-03-15-preview/types.json","Index":28},"Microsoft.ExtendedLocation/customLocations@2021-08-15":{"RelativePath":"extendedlocation/microsoft.extendedlocation/2021-08-15/types.json","Index":32},"Microsoft.ExtendedLocation/customLocations@2021-08-31-preview":{"RelativePath":"extendedlocation/microsoft.extendedlocation/2021-08-31-preview/types.json","Index":32},"Microsoft.ExtendedLocation/customLocations/resourceSyncRules@2021-08-31-preview":{"RelativePath":"extendedlocation/microsoft.extendedlocation/2021-08-31-preview/types.json","Index":43},"Microsoft.FluidRelay/fluidRelayServers@2021-03-12-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-03-12-preview/types.json","Index":31},"Microsoft.FluidRelay/fluidRelayServers@2021-06-15-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-06-15-preview/types.json","Index":35},"Microsoft.FluidRelay/fluidRelayServers@2021-08-30-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-08-30-preview/types.json","Index":35},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2021-08-30-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-08-30-preview/types.json","Index":44},"Microsoft.FluidRelay/fluidRelayServers@2021-09-10-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-09-10-preview/types.json","Index":39},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2021-09-10-preview":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2021-09-10-preview/types.json","Index":48},"Microsoft.FluidRelay/fluidRelayServers@2022-02-15":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-02-15/types.json","Index":39},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-02-15":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-02-15/types.json","Index":48},"Microsoft.FluidRelay/fluidRelayServers@2022-04-21":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-04-21/types.json","Index":45},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-04-21":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-04-21/types.json","Index":54},"Microsoft.FluidRelay/fluidRelayServers@2022-05-11":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-11/types.json","Index":45},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-05-11":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-11/types.json","Index":54},"Microsoft.FluidRelay/fluidRelayServers@2022-05-26":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-26/types.json","Index":49},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-05-26":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-26/types.json","Index":58},"Microsoft.FluidRelay/fluidRelayServers@2022-06-01":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-06-01/types.json","Index":49},"Microsoft.FluidRelay/fluidRelayServers/fluidRelayContainers@2022-06-01":{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-06-01/types.json","Index":58},"Microsoft.Network/frontDoors@2018-08-01":{"RelativePath":"frontdoor/microsoft.network/2018-08-01/types.json","Index":134},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2018-08-01":{"RelativePath":"frontdoor/microsoft.network/2018-08-01/types.json","Index":210},"Microsoft.Network/frontDoors/frontendEndpoints@2018-08-01":{"RelativePath":"frontdoor/microsoft.network/2018-08-01/types.json","Index":214},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2019-03-01":{"RelativePath":"frontdoor/microsoft.network/2019-03-01/types.json","Index":91},"Microsoft.Network/frontDoors@2019-04-01":{"RelativePath":"frontdoor/microsoft.network/2019-04-01/types.json","Index":152},"Microsoft.Network/frontDoors/frontendEndpoints@2019-04-01":{"RelativePath":"frontdoor/microsoft.network/2019-04-01/types.json","Index":156},"Microsoft.Network/frontDoors@2019-05-01":{"RelativePath":"frontdoor/microsoft.network/2019-05-01/types.json","Index":161},"Microsoft.Network/frontDoors/frontendEndpoints@2019-05-01":{"RelativePath":"frontdoor/microsoft.network/2019-05-01/types.json","Index":165},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2019-10-01":{"RelativePath":"frontdoor/microsoft.network/2019-10-01/types.json","Index":107},"Microsoft.Network/NetworkExperimentProfiles@2019-11-01":{"RelativePath":"frontdoor/microsoft.network/2019-11-01/types.json","Index":23},"Microsoft.Network/NetworkExperimentProfiles/Experiments@2019-11-01":{"RelativePath":"frontdoor/microsoft.network/2019-11-01/types.json","Index":40},"Microsoft.Network/frontDoors@2020-01-01":{"RelativePath":"frontdoor/microsoft.network/2020-01-01/types.json","Index":228},"Microsoft.Network/frontDoors/rulesEngines@2020-01-01":{"RelativePath":"frontdoor/microsoft.network/2020-01-01/types.json","Index":232},"Microsoft.Network/frontDoors/frontendEndpoints@2020-01-01":{"RelativePath":"frontdoor/microsoft.network/2020-01-01/types.json","Index":236},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2020-04-01":{"RelativePath":"frontdoor/microsoft.network/2020-04-01/types.json","Index":109},"Microsoft.Network/frontDoors@2020-04-01":{"RelativePath":"frontdoor/microsoft.network/2020-04-01/types.json","Index":331},"Microsoft.Network/frontDoors/rulesEngines@2020-04-01":{"RelativePath":"frontdoor/microsoft.network/2020-04-01/types.json","Index":335},"Microsoft.Network/frontDoors/frontendEndpoints@2020-04-01":{"RelativePath":"frontdoor/microsoft.network/2020-04-01/types.json","Index":339},"Microsoft.Network/frontDoors@2020-05-01":{"RelativePath":"frontdoor/microsoft.network/2020-05-01/types.json","Index":229},"Microsoft.Network/frontDoors/rulesEngines@2020-05-01":{"RelativePath":"frontdoor/microsoft.network/2020-05-01/types.json","Index":233},"Microsoft.Network/frontDoors/frontendEndpoints@2020-05-01":{"RelativePath":"frontdoor/microsoft.network/2020-05-01/types.json","Index":237},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2020-11-01":{"RelativePath":"frontdoor/microsoft.network/2020-11-01/types.json","Index":124},"Microsoft.Network/frontDoors@2021-06-01":{"RelativePath":"frontdoor/microsoft.network/2021-06-01/types.json","Index":244},"Microsoft.Network/frontDoors/rulesEngines@2021-06-01":{"RelativePath":"frontdoor/microsoft.network/2021-06-01/types.json","Index":248},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2021-06-01":{"RelativePath":"frontdoor/microsoft.network/2021-06-01/types.json","Index":371},"Microsoft.Network/frontDoors/frontendEndpoints@2021-06-01":{"RelativePath":"frontdoor/microsoft.network/2021-06-01/types.json","Index":375},"Microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2022-05-01":{"RelativePath":"frontdoor/microsoft.network/2022-05-01/types.json","Index":126},"Microsoft.GraphServices/accounts@2022-09-22-preview":{"RelativePath":"graphservicesprod/microsoft.graphservices/2022-09-22-preview/types.json","Index":28},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2018-01-20-preview":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2018-01-20-preview/types.json","Index":24},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2018-06-30-preview":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2018-06-30-preview/types.json","Index":34},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2018-11-20":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2018-11-20/types.json","Index":46},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2020-06-25":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2020-06-25/types.json","Index":65},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2021-01-25":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2021-01-25/types.json","Index":76},"Microsoft.GuestConfiguration/guestConfigurationAssignments@2022-01-25":{"RelativePath":"guestconfiguration/microsoft.guestconfiguration/2022-01-25/types.json","Index":76},"Microsoft.HanaOnAzure/hanaInstances@2017-11-03-preview":{"RelativePath":"hanaonazure/microsoft.hanaonazure/2017-11-03-preview/types.json","Index":85},"Microsoft.HanaOnAzure/sapMonitors@2020-02-07-preview":{"RelativePath":"hanaonazure/microsoft.hanaonazure/2020-02-07-preview/types.json","Index":21},"Microsoft.HanaOnAzure/sapMonitors/providerInstances@2020-02-07-preview":{"RelativePath":"hanaonazure/microsoft.hanaonazure/2020-02-07-preview/types.json","Index":34},"Microsoft.HardwareSecurityModules/dedicatedHSMs@2018-10-31-preview":{"RelativePath":"hardwaresecuritymodules/microsoft.hardwaresecuritymodules/2018-10-31-preview/types.json","Index":35},"Microsoft.HardwareSecurityModules/dedicatedHSMs@2021-11-30":{"RelativePath":"hardwaresecuritymodules/microsoft.hardwaresecuritymodules/2021-11-30/types.json","Index":46},"Microsoft.HDInsight/clusters@2015-03-01-preview":{"RelativePath":"hdinsight/microsoft.hdinsight/2015-03-01-preview/types.json","Index":94},"Microsoft.HDInsight/clusters/applications@2015-03-01-preview":{"RelativePath":"hdinsight/microsoft.hdinsight/2015-03-01-preview/types.json","Index":110},"Microsoft.HDInsight/clusters@2018-06-01-preview":{"RelativePath":"hdinsight/microsoft.hdinsight/2018-06-01-preview/types.json","Index":94},"Microsoft.HDInsight/clusters/applications@2018-06-01-preview":{"RelativePath":"hdinsight/microsoft.hdinsight/2018-06-01-preview/types.json","Index":110},"Microsoft.HDInsight/clusters@2021-06-01":{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":146},"Microsoft.HDInsight/clusters/applications@2021-06-01":{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":163},"Microsoft.HDInsight/clusters/privateEndpointConnections@2021-06-01":{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":167},"Microsoft.HDInsight/clusters/privateLinkResources@2021-06-01":{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":174},"Microsoft.HealthBot/healthBots@2020-10-20-preview":{"RelativePath":"healthbot/microsoft.healthbot/2020-10-20-preview/types.json","Index":31},"Microsoft.HealthBot/healthBots@2020-10-20":{"RelativePath":"healthbot/microsoft.healthbot/2020-10-20/types.json","Index":31},"Microsoft.HealthBot/healthBots@2020-12-08-preview":{"RelativePath":"healthbot/microsoft.healthbot/2020-12-08-preview/types.json","Index":32},"Microsoft.HealthBot/healthBots@2020-12-08":{"RelativePath":"healthbot/microsoft.healthbot/2020-12-08/types.json","Index":29},"Microsoft.HealthBot/healthBots@2021-06-10":{"RelativePath":"healthbot/microsoft.healthbot/2021-06-10/types.json","Index":37},"Microsoft.HealthBot/healthBots@2021-08-24":{"RelativePath":"healthbot/microsoft.healthbot/2021-08-24/types.json","Index":38},"Microsoft.HealthBot/healthBots@2022-08-08":{"RelativePath":"healthbot/microsoft.healthbot/2022-08-08/types.json","Index":38},"Microsoft.HealthcareApis/services@2018-08-20-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2018-08-20-preview/types.json","Index":39},"Microsoft.HealthcareApis/services@2019-09-16":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2019-09-16/types.json","Index":40},"Microsoft.HealthcareApis/services@2020-03-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2020-03-15/types.json","Index":40},"Microsoft.HealthcareApis/services@2020-03-30":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2020-03-30/types.json","Index":57},"Microsoft.HealthcareApis/services/privateEndpointConnections@2020-03-30":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2020-03-30/types.json","Index":61},"Microsoft.HealthcareApis/services/privateLinkResources@2020-03-30":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2020-03-30/types.json","Index":68},"Microsoft.HealthcareApis/services@2021-01-11":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-01-11/types.json","Index":70},"Microsoft.HealthcareApis/services/privateEndpointConnections@2021-01-11":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-01-11/types.json","Index":74},"Microsoft.HealthcareApis/services/privateLinkResources@2021-01-11":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-01-11/types.json","Index":81},"Microsoft.HealthcareApis/services@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":74},"Microsoft.HealthcareApis/services/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":78},"Microsoft.HealthcareApis/workspaces@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":98},"Microsoft.HealthcareApis/workspaces/dicomservices@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":120},"Microsoft.HealthcareApis/workspaces/iotconnectors@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":146},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":168},"Microsoft.HealthcareApis/workspaces/fhirservices@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":201},"Microsoft.HealthcareApis/services/privateLinkResources@2021-06-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.json","Index":208},"Microsoft.HealthcareApis/services@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":76},"Microsoft.HealthcareApis/services/privateEndpointConnections@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":80},"Microsoft.HealthcareApis/workspaces@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":104},"Microsoft.HealthcareApis/workspaces/dicomservices@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":138},"Microsoft.HealthcareApis/workspaces/iotconnectors@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":160},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":182},"Microsoft.HealthcareApis/workspaces/fhirservices@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":234},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":238},"Microsoft.HealthcareApis/services/privateLinkResources@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":245},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2021-11-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2021-11-01/types.json","Index":249},"Microsoft.HealthcareApis/services@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":77},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":81},"Microsoft.HealthcareApis/workspaces@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":105},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":139},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":161},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":183},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":236},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":240},"Microsoft.HealthcareApis/services/privateLinkResources@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":247},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-01-31-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-01-31-preview/types.json","Index":251},"Microsoft.HealthcareApis/services@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":76},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":80},"Microsoft.HealthcareApis/workspaces@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":104},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":142},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":164},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":186},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":238},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":242},"Microsoft.HealthcareApis/services/privateLinkResources@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":249},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-05-15":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-05-15/types.json","Index":253},"Microsoft.HealthcareApis/services@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":77},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":81},"Microsoft.HealthcareApis/workspaces@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":105},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":143},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":165},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":187},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":240},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":244},"Microsoft.HealthcareApis/services/privateLinkResources@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":251},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-06-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-06-01/types.json","Index":255},"Microsoft.HealthcareApis/services@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":77},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":81},"Microsoft.HealthcareApis/workspaces@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":105},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":143},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":165},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":187},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":240},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":244},"Microsoft.HealthcareApis/workspaces/analyticsconnectors@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":276},"Microsoft.HealthcareApis/services/privateLinkResources@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":283},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-10-01-preview":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.json","Index":287},"Microsoft.HealthcareApis/services@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":77},"Microsoft.HealthcareApis/services/privateEndpointConnections@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":81},"Microsoft.HealthcareApis/workspaces@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":105},"Microsoft.HealthcareApis/workspaces/dicomservices@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":147},"Microsoft.HealthcareApis/workspaces/iotconnectors@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":169},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":191},"Microsoft.HealthcareApis/workspaces/fhirservices@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":245},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":249},"Microsoft.HealthcareApis/services/privateLinkResources@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":256},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2022-12-01":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2022-12-01/types.json","Index":260},"Microsoft.HealthcareApis/services@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":77},"Microsoft.HealthcareApis/services/privateEndpointConnections@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":81},"Microsoft.HealthcareApis/workspaces@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":105},"Microsoft.HealthcareApis/workspaces/dicomservices@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":147},"Microsoft.HealthcareApis/workspaces/iotconnectors@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":169},"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":191},"Microsoft.HealthcareApis/workspaces/fhirservices@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":245},"Microsoft.HealthcareApis/workspaces/privateEndpointConnections@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":249},"Microsoft.HealthcareApis/services/privateLinkResources@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":256},"Microsoft.HealthcareApis/workspaces/privateLinkResources@2023-02-28":{"RelativePath":"healthcareapis/microsoft.healthcareapis/2023-02-28/types.json","Index":260},"Microsoft.Help/diagnostics@2023-01-01-preview":{"RelativePath":"help/microsoft.help/2023-01-01-preview/types.json","Index":48},"Microsoft.HybridContainerService/provisionedClusters@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":123},"Microsoft.HybridContainerService/provisionedClusters/hybridIdentityMetadata@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":128},"Microsoft.HybridContainerService/provisionedClusters/agentPools@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":154},"Microsoft.HybridContainerService/virtualNetworks@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":183},"Microsoft.HybridContainerService/storageSpaces@2022-05-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-05-01-preview/types.json","Index":204},"Microsoft.HybridContainerService/provisionedClusters@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":123},"Microsoft.HybridContainerService/provisionedClusters/hybridIdentityMetadata@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":128},"Microsoft.HybridContainerService/provisionedClusters/agentPools@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":154},"Microsoft.HybridContainerService/storageSpaces@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":175},"Microsoft.HybridContainerService/virtualNetworks@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":204},"Microsoft.HybridContainerService/provisionedClusters/upgradeProfiles@2022-09-01-preview":{"RelativePath":"hybridaks/microsoft.hybridcontainerservice/2022-09-01-preview/types.json","Index":217},"Microsoft.HybridCompute/machines@2019-03-18-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-03-18-preview/types.json","Index":22},"Microsoft.HybridCompute/machines@2019-08-02-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-08-02-preview/types.json","Index":29},"Microsoft.HybridCompute/machines/extensions@2019-08-02-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-08-02-preview/types.json","Index":35},"Microsoft.HybridCompute/machines@2019-12-12":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-12-12/types.json","Index":31},"Microsoft.HybridCompute/machines/extensions@2019-12-12":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2019-12-12/types.json","Index":38},"Microsoft.HybridCompute/machines@2020-07-30-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-07-30-preview/types.json","Index":30},"Microsoft.HybridCompute/machines/extensions@2020-07-30-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-07-30-preview/types.json","Index":37},"Microsoft.HybridCompute/machines@2020-08-02":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-02/types.json","Index":30},"Microsoft.HybridCompute/machines/extensions@2020-08-02":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-02/types.json","Index":37},"Microsoft.HybridCompute/machines@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":31},"Microsoft.HybridCompute/machines/extensions@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":38},"Microsoft.HybridCompute/privateLinkScopes@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":52},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":56},"Microsoft.HybridCompute/privateLinkScopes/scopedResources@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":61},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2020-08-15-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2020-08-15-preview/types.json","Index":68},"Microsoft.HybridCompute/machines@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":44},"Microsoft.HybridCompute/machines/extensions@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":50},"Microsoft.HybridCompute/privateLinkScopes@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":59},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":66},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-01-28-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-01-28-preview/types.json","Index":73},"Microsoft.HybridCompute/machines@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":45},"Microsoft.HybridCompute/machines/extensions@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":51},"Microsoft.HybridCompute/privateLinkScopes@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":60},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":67},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-03-25-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-03-25-preview/types.json","Index":74},"Microsoft.HybridCompute/machines@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":45},"Microsoft.HybridCompute/machines/extensions@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":51},"Microsoft.HybridCompute/privateLinkScopes@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":60},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":67},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-04-22-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-04-22-preview/types.json","Index":74},"Microsoft.HybridCompute/machines@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":45},"Microsoft.HybridCompute/machines/extensions@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":51},"Microsoft.HybridCompute/privateLinkScopes@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":65},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":69},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-05-17-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-17-preview/types.json","Index":76},"Microsoft.HybridCompute/machines@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":45},"Microsoft.HybridCompute/machines/extensions@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":51},"Microsoft.HybridCompute/privateLinkScopes@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":60},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":67},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-05-20":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-05-20/types.json","Index":74},"Microsoft.HybridCompute/machines@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":48},"Microsoft.HybridCompute/machines/extensions@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":54},"Microsoft.HybridCompute/privateLinkScopes@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":68},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":72},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-06-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-06-10-preview/types.json","Index":79},"Microsoft.HybridCompute/machines@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":51},"Microsoft.HybridCompute/machines/extensions@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":57},"Microsoft.HybridCompute/privateLinkScopes@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":71},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":75},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2021-12-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2021-12-10-preview/types.json","Index":82},"Microsoft.HybridCompute/machines@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":65},"Microsoft.HybridCompute/machines/extensions@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":71},"Microsoft.HybridCompute/privateLinkScopes@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":86},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":90},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-03-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-03-10/types.json","Index":97},"Microsoft.HybridCompute/machines@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":73},"Microsoft.HybridCompute/machines/extensions@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":78},"Microsoft.HybridCompute/privateLinkScopes@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":93},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":97},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-05-10-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-05-10-preview/types.json","Index":104},"Microsoft.HybridCompute/machines@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":73},"Microsoft.HybridCompute/machines/extensions@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":78},"Microsoft.HybridCompute/privateLinkScopes@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":93},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":97},"Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":102},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-08-11-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-08-11-preview/types.json","Index":109},"Microsoft.HybridCompute/machines@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":74},"Microsoft.HybridCompute/machines/extensions@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":79},"Microsoft.HybridCompute/privateLinkScopes@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":94},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":98},"Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":103},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-11-10":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-11-10/types.json","Index":110},"Microsoft.HybridCompute/machines@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":78},"Microsoft.HybridCompute/machines/extensions@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":83},"Microsoft.HybridCompute/privateLinkScopes@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":98},"Microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":102},"Microsoft.HybridCompute/locations/publishers/extensionTypes/versions@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":107},"Microsoft.HybridCompute/privateLinkScopes/privateLinkResources@2022-12-27-preview":{"RelativePath":"hybridcompute/microsoft.hybridcompute/2022-12-27-preview/types.json","Index":114},"Microsoft.HybridConnectivity/endpoints@2021-10-06-preview":{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2021-10-06-preview/types.json","Index":26},"Microsoft.HybridConnectivity/endpoints@2022-05-01-preview":{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2022-05-01-preview/types.json","Index":26},"Microsoft.HybridConnectivity/endpoints@2023-03-15":{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.json","Index":26},"Microsoft.HybridConnectivity/endpoints/serviceConfigurations@2023-03-15":{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.json","Index":40},"Microsoft.HybridData/dataManagers@2016-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2016-06-01/types.json","Index":13},"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions@2016-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2016-06-01/types.json","Index":63},"Microsoft.HybridData/dataManagers/dataStores@2016-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2016-06-01/types.json","Index":73},"Microsoft.HybridData/dataManagers@2019-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2019-06-01/types.json","Index":13},"Microsoft.HybridData/dataManagers/dataServices/jobDefinitions@2019-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2019-06-01/types.json","Index":63},"Microsoft.HybridData/dataManagers/dataStores@2019-06-01":{"RelativePath":"hybriddatamanager/microsoft.hybriddata/2019-06-01/types.json","Index":73},"Microsoft.Kubernetes/connectedClusters@2020-01-01-preview":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2020-01-01-preview/types.json","Index":31},"Microsoft.Kubernetes/connectedClusters@2021-03-01":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-03-01/types.json","Index":41},"Microsoft.Kubernetes/connectedClusters@2021-04-01-preview":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-04-01-preview/types.json","Index":44},"Microsoft.Kubernetes/connectedClusters@2021-10-01":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-10-01/types.json","Index":41},"Microsoft.Kubernetes/connectedClusters@2022-05-01-preview":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2022-05-01-preview/types.json","Index":44},"Microsoft.Kubernetes/connectedClusters@2022-10-01-preview":{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2022-10-01-preview/types.json","Index":49},"Microsoft.HybridNetwork/networkFunctions@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":54},"Microsoft.HybridNetwork/devices@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":76},"Microsoft.HybridNetwork/vendors@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":90},"Microsoft.HybridNetwork/vendors/vendorSkus@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":166},"Microsoft.HybridNetwork/vendors/vendorSkus/previewSubscriptions@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":170},"Microsoft.HybridNetwork/locations/vendors/networkFunctions@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":198},"Microsoft.HybridNetwork/locations/vendors/networkFunctions/roleInstances@2020-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":209},"Microsoft.HybridNetwork/networkFunctions@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":65},"Microsoft.HybridNetwork/devices@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":87},"Microsoft.HybridNetwork/vendors@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":101},"Microsoft.HybridNetwork/vendors/vendorSkus@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":181},"Microsoft.HybridNetwork/vendors/vendorSkus/previewSubscriptions@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":194},"Microsoft.HybridNetwork/locations/vendors/networkFunctions@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":222},"Microsoft.HybridNetwork/locations/vendors/networkFunctions/roleInstances@2021-05-01":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":241},"Microsoft.HybridNetwork/devices@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":41},"Microsoft.HybridNetwork/networkFunctions@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":87},"Microsoft.HybridNetwork/vendors@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":101},"Microsoft.HybridNetwork/vendors/vendorSkus@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":181},"Microsoft.HybridNetwork/vendors/vendorSkus/previewSubscriptions@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":194},"Microsoft.HybridNetwork/locations/vendors/networkFunctions@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":222},"Microsoft.HybridNetwork/locations/vendors/networkFunctions/roleInstances@2022-01-01-preview":{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":241},"Microsoft.VirtualMachineImages/imageTemplates@2018-02-01-preview":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2018-02-01-preview/types.json","Index":56},"Microsoft.VirtualMachineImages/imageTemplates@2019-02-01-preview":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2019-02-01-preview/types.json","Index":70},"Microsoft.VirtualMachineImages/imageTemplates@2019-05-01-preview":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2019-05-01-preview/types.json","Index":83},"Microsoft.VirtualMachineImages/imageTemplates@2020-02-14":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2020-02-14/types.json","Index":90},"Microsoft.VirtualMachineImages/imageTemplates@2021-10-01":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2021-10-01/types.json","Index":102},"Microsoft.VirtualMachineImages/imageTemplates@2022-02-14":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-02-14/types.json","Index":117},"Microsoft.VirtualMachineImages/imageTemplates/runOutputs@2022-02-14":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-02-14/types.json","Index":128},"Microsoft.VirtualMachineImages/imageTemplates@2022-07-01":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-07-01/types.json","Index":138},"Microsoft.VirtualMachineImages/imageTemplates/triggers@2022-07-01":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-07-01/types.json","Index":153},"Microsoft.VirtualMachineImages/imageTemplates/runOutputs@2022-07-01":{"RelativePath":"imagebuilder/microsoft.virtualmachineimages/2022-07-01/types.json","Index":165},"Microsoft.Intune/locations/iosPolicies@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":55},"Microsoft.Intune/locations/iosPolicies/apps@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":60},"Microsoft.Intune/locations/iosPolicies/groups@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":64},"Microsoft.Intune/locations/androidPolicies@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":110},"Microsoft.Intune/locations/androidPolicies/apps@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":114},"Microsoft.Intune/locations/androidPolicies/groups@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":118},"Microsoft.Intune/locations@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":125},"Microsoft.Intune/locations/users/devices@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":131},"Microsoft.Intune/locations/statuses@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":138},"Microsoft.Intune/locations/flaggedUsers@2015-01-14-preview":{"RelativePath":"intune/microsoft.intune/2015-01-14-preview/types.json","Index":144},"Microsoft.IoTCentral/iotApps@2018-09-01":{"RelativePath":"iotcentral/microsoft.iotcentral/2018-09-01/types.json","Index":23},"Microsoft.IoTCentral/iotApps@2021-06-01":{"RelativePath":"iotcentral/microsoft.iotcentral/2021-06-01/types.json","Index":25},"Microsoft.IoTCentral/iotApps@2021-11-01-preview":{"RelativePath":"iotcentral/microsoft.iotcentral/2021-11-01-preview/types.json","Index":69},"Microsoft.IoTCentral/iotApps/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"iotcentral/microsoft.iotcentral/2021-11-01-preview/types.json","Index":73},"Microsoft.IoTCentral/iotApps/privateLinkResources@2021-11-01-preview":{"RelativePath":"iotcentral/microsoft.iotcentral/2021-11-01-preview/types.json","Index":80},"Microsoft.Devices/IotHubs@2016-02-03":{"RelativePath":"iothub/microsoft.devices/2016-02-03/types.json","Index":64},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2016-02-03":{"RelativePath":"iothub/microsoft.devices/2016-02-03/types.json","Index":69},"Microsoft.Devices/IotHubs@2017-01-19":{"RelativePath":"iothub/microsoft.devices/2017-01-19/types.json","Index":87},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2017-01-19":{"RelativePath":"iothub/microsoft.devices/2017-01-19/types.json","Index":92},"Microsoft.Devices/IotHubs@2017-07-01":{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":89},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2017-07-01":{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":94},"Microsoft.Devices/IotHubs/certificates@2017-07-01":{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":99},"Microsoft.Devices/IotHubs@2018-01-22":{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":89},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2018-01-22":{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":94},"Microsoft.Devices/IotHubs/certificates@2018-01-22":{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":99},"Microsoft.Devices/IotHubs@2018-04-01":{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":95},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2018-04-01":{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":100},"Microsoft.Devices/IotHubs/certificates@2018-04-01":{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":105},"Microsoft.Devices/IotHubs@2018-12-01-preview":{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":99},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2018-12-01-preview":{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":104},"Microsoft.Devices/IotHubs/certificates@2018-12-01-preview":{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":109},"Microsoft.Devices/IotHubs@2019-03-22-preview":{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":102},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2019-03-22-preview":{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":107},"Microsoft.Devices/IotHubs/certificates@2019-03-22-preview":{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":112},"Microsoft.Devices/IotHubs@2019-03-22":{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":97},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2019-03-22":{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":102},"Microsoft.Devices/IotHubs/certificates@2019-03-22":{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":107},"Microsoft.Devices/IotHubs@2019-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":104},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2019-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":109},"Microsoft.Devices/IotHubs/certificates@2019-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":114},"Microsoft.Devices/IotHubs@2019-11-04":{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":100},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2019-11-04":{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":105},"Microsoft.Devices/IotHubs/certificates@2019-11-04":{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":110},"Microsoft.Devices/IotHubs@2020-03-01":{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":128},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-03-01":{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":133},"Microsoft.Devices/IotHubs/certificates@2020-03-01":{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":138},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-03-01":{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":142},"Microsoft.Devices/IotHubs@2020-04-01":{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":128},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-04-01":{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":133},"Microsoft.Devices/IotHubs/certificates@2020-04-01":{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":138},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-04-01":{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":142},"Microsoft.Devices/IotHubs@2020-06-15":{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":128},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-06-15":{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":133},"Microsoft.Devices/IotHubs/certificates@2020-06-15":{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":138},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-06-15":{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":142},"Microsoft.Devices/IotHubs@2020-07-10-preview":{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":139},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-07-10-preview":{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":144},"Microsoft.Devices/IotHubs/certificates@2020-07-10-preview":{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":149},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-07-10-preview":{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":153},"Microsoft.Devices/IotHubs@2020-08-01":{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":128},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-08-01":{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":133},"Microsoft.Devices/IotHubs/certificates@2020-08-01":{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":138},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-08-01":{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":142},"Microsoft.Devices/IotHubs@2020-08-31-preview":{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":147},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-08-31-preview":{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":152},"Microsoft.Devices/IotHubs/certificates@2020-08-31-preview":{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":157},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-08-31-preview":{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":161},"Microsoft.Devices/IotHubs@2020-08-31":{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":136},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2020-08-31":{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":141},"Microsoft.Devices/IotHubs/certificates@2020-08-31":{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":146},"Microsoft.Devices/iotHubs/privateEndpointConnections@2020-08-31":{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":150},"Microsoft.Devices/IotHubs@2021-02-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":154},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-02-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":159},"Microsoft.Devices/IotHubs/certificates@2021-02-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":164},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":168},"Microsoft.Devices/IotHubs@2021-03-03-preview":{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":154},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-03-03-preview":{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":159},"Microsoft.Devices/IotHubs/certificates@2021-03-03-preview":{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":164},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-03-03-preview":{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":168},"Microsoft.Devices/IotHubs@2021-03-31":{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":147},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-03-31":{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":152},"Microsoft.Devices/IotHubs/certificates@2021-03-31":{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":157},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-03-31":{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":161},"Microsoft.Devices/IotHubs@2021-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":157},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":162},"Microsoft.Devices/IotHubs/certificates@2021-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":167},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-07-01-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":171},"Microsoft.Devices/IotHubs@2021-07-01":{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":148},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-07-01":{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":153},"Microsoft.Devices/IotHubs/certificates@2021-07-01":{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":158},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-07-01":{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":162},"Microsoft.Devices/IotHubs@2021-07-02-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":168},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-07-02-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":173},"Microsoft.Devices/IotHubs/certificates@2021-07-02-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":178},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-07-02-preview":{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":182},"Microsoft.Devices/IotHubs@2021-07-02":{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":159},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2021-07-02":{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":164},"Microsoft.Devices/IotHubs/certificates@2021-07-02":{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":169},"Microsoft.Devices/iotHubs/privateEndpointConnections@2021-07-02":{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":173},"Microsoft.Devices/IotHubs@2022-04-30-preview":{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":174},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2022-04-30-preview":{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":179},"Microsoft.Devices/IotHubs/certificates@2022-04-30-preview":{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":184},"Microsoft.Devices/iotHubs/privateEndpointConnections@2022-04-30-preview":{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":188},"Microsoft.Devices/IotHubs@2022-11-15-preview":{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":178},"Microsoft.Devices/IotHubs/eventHubEndpoints/ConsumerGroups@2022-11-15-preview":{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":183},"Microsoft.Devices/IotHubs/certificates@2022-11-15-preview":{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":188},"Microsoft.Devices/iotHubs/privateEndpointConnections@2022-11-15-preview":{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":192},"Microsoft.IoTSecurity/defenderSettings@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":23},"Microsoft.IoTSecurity/sites@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":41},"Microsoft.IoTSecurity/sensors@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":58},"Microsoft.IoTSecurity/onPremiseSensors@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":62},"Microsoft.IoTSecurity/locations/deviceGroups@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":66},"Microsoft.IoTSecurity/locations@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":70},"Microsoft.IoTSecurity/locations/deviceGroups/devices@2021-02-01-preview":{"RelativePath":"iotsecurity/microsoft.iotsecurity/2021-02-01-preview/types.json","Index":142},"Microsoft.KeyVault/vaults@2015-06-01":{"RelativePath":"keyvault/microsoft.keyvault/2015-06-01/types.json","Index":69},"Microsoft.KeyVault/vaults/secrets@2016-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2016-10-01/types.json","Index":14},"Microsoft.KeyVault/vaults@2016-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2016-10-01/types.json","Index":92},"Microsoft.KeyVault/vaults/accessPolicies@2016-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2016-10-01/types.json","Index":102},"Microsoft.KeyVault/vaults/secrets@2018-02-14-preview":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14-preview/types.json","Index":14},"Microsoft.KeyVault/vaults@2018-02-14-preview":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14-preview/types.json","Index":105},"Microsoft.KeyVault/vaults/accessPolicies@2018-02-14-preview":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14-preview/types.json","Index":115},"Microsoft.KeyVault/vaults/secrets@2018-02-14":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14/types.json","Index":14},"Microsoft.KeyVault/vaults@2018-02-14":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14/types.json","Index":122},"Microsoft.KeyVault/vaults/accessPolicies@2018-02-14":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14/types.json","Index":132},"Microsoft.KeyVault/vaults/privateEndpointConnections@2018-02-14":{"RelativePath":"keyvault/microsoft.keyvault/2018-02-14/types.json","Index":137},"Microsoft.KeyVault/vaults/secrets@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":14},"Microsoft.KeyVault/vaults@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":129},"Microsoft.KeyVault/vaults/accessPolicies@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":139},"Microsoft.KeyVault/vaults/privateEndpointConnections@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":144},"Microsoft.KeyVault/vaults/keys@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":175},"Microsoft.KeyVault/vaults/keys/versions@2019-09-01":{"RelativePath":"keyvault/microsoft.keyvault/2019-09-01/types.json","Index":180},"Microsoft.KeyVault/managedHSMs@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":32},"Microsoft.KeyVault/vaults/keys@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":63},"Microsoft.KeyVault/vaults@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":187},"Microsoft.KeyVault/vaults/accessPolicies@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":197},"Microsoft.KeyVault/vaults/privateEndpointConnections@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":202},"Microsoft.KeyVault/vaults/secrets@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":209},"Microsoft.KeyVault/vaults/keys/versions@2020-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2020-04-01-preview/types.json","Index":214},"Microsoft.KeyVault/vaults@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":132},"Microsoft.KeyVault/vaults/accessPolicies@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":142},"Microsoft.KeyVault/vaults/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":147},"Microsoft.KeyVault/managedHSMs@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":205},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":210},"Microsoft.KeyVault/vaults/keys@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":250},"Microsoft.KeyVault/vaults/secrets@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":257},"Microsoft.KeyVault/vaults/keys/versions@2021-04-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-04-01-preview/types.json","Index":262},"Microsoft.KeyVault/vaults/keys@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":49},"Microsoft.KeyVault/vaults@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":254},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":259},"Microsoft.KeyVault/vaults/secrets@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":266},"Microsoft.KeyVault/vaults/keys/versions@2021-06-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-06-01-preview/types.json","Index":271},"Microsoft.KeyVault/vaults/keys@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":38},"Microsoft.KeyVault/vaults@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":166},"Microsoft.KeyVault/vaults/accessPolicies@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":176},"Microsoft.KeyVault/vaults/privateEndpointConnections@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":181},"Microsoft.KeyVault/managedHSMs@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":239},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":244},"Microsoft.KeyVault/vaults/secrets@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":251},"Microsoft.KeyVault/vaults/keys/versions@2021-10-01":{"RelativePath":"keyvault/microsoft.keyvault/2021-10-01/types.json","Index":256},"Microsoft.KeyVault/vaults/keys@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":49},"Microsoft.KeyVault/vaults@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":254},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":259},"Microsoft.KeyVault/vaults/secrets@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":266},"Microsoft.KeyVault/vaults/keys/versions@2021-11-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2021-11-01-preview/types.json","Index":271},"Microsoft.KeyVault/vaults/keys@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":49},"Microsoft.KeyVault/vaults@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":260},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":265},"Microsoft.KeyVault/vaults/secrets@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":272},"Microsoft.KeyVault/vaults/keys/versions@2022-02-01-preview":{"RelativePath":"keyvault/microsoft.keyvault/2022-02-01-preview/types.json","Index":277},"Microsoft.KeyVault/vaults/keys@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":49},"Microsoft.KeyVault/vaults@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":260},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":265},"Microsoft.KeyVault/vaults/secrets@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":272},"Microsoft.KeyVault/vaults/keys/versions@2022-07-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-07-01/types.json","Index":277},"Microsoft.KeyVault/vaults/keys@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":49},"Microsoft.KeyVault/vaults@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":181},"Microsoft.KeyVault/vaults/accessPolicies@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":191},"Microsoft.KeyVault/vaults/privateEndpointConnections@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":196},"Microsoft.KeyVault/managedHSMs@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":260},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":265},"Microsoft.KeyVault/managedHSMs/keys@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":307},"Microsoft.KeyVault/vaults/secrets@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":314},"Microsoft.KeyVault/vaults/keys/versions@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":319},"Microsoft.KeyVault/managedHSMs/keys/versions@2022-11-01":{"RelativePath":"keyvault/microsoft.keyvault/2022-11-01/types.json","Index":324},"Microsoft.KeyVault/vaults/keys@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":49},"Microsoft.KeyVault/managedHSMs/keys@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":91},"Microsoft.KeyVault/vaults@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":223},"Microsoft.KeyVault/vaults/accessPolicies@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":233},"Microsoft.KeyVault/vaults/privateEndpointConnections@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":238},"Microsoft.KeyVault/managedHSMs@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":311},"Microsoft.KeyVault/managedHSMs/privateEndpointConnections@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":316},"Microsoft.KeyVault/vaults/secrets@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":323},"Microsoft.KeyVault/vaults/keys/versions@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":328},"Microsoft.KeyVault/managedHSMs/keys/versions@2023-02-01":{"RelativePath":"keyvault/microsoft.keyvault/2023-02-01/types.json","Index":333},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2019-11-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2019-11-01-preview/types.json","Index":38},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2020-07-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2020-07-01-preview/types.json","Index":37},"Microsoft.KubernetesConfiguration/extensions@2020-07-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2020-07-01-preview/types.json","Index":62},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2020-10-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2020-10-01-preview/types.json","Index":37},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2021-03-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-03-01/types.json","Index":47},"Microsoft.KubernetesConfiguration/extensions@2021-05-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-05-01-preview/types.json","Index":48},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2021-05-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-05-01-preview/types.json","Index":77},"Microsoft.KubernetesConfiguration/extensions@2021-09-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-09-01/types.json","Index":50},"Microsoft.KubernetesConfiguration/extensions@2021-11-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-11-01-preview/types.json","Index":50},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2021-11-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-11-01-preview/types.json","Index":79},"Microsoft.KubernetesConfiguration/fluxConfigurations@2021-11-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2021-11-01-preview/types.json","Index":125},"Microsoft.KubernetesConfiguration/extensions@2022-01-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-01-01-preview/types.json","Index":50},"Microsoft.KubernetesConfiguration/fluxConfigurations@2022-01-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-01-01-preview/types.json","Index":94},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2022-01-01-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-01-01-preview/types.json","Index":123},"Microsoft.KubernetesConfiguration/extensionTypes@2022-01-15-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-01-15-preview/types.json","Index":27},"Microsoft.KubernetesConfiguration/fluxConfigurations@2022-03-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-03-01/types.json","Index":61},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2022-03-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-03-01/types.json","Index":90},"Microsoft.KubernetesConfiguration/extensions@2022-03-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-03-01/types.json","Index":124},"Microsoft.KubernetesConfiguration/extensions@2022-04-02-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-04-02-preview/types.json","Index":53},"Microsoft.KubernetesConfiguration/privateLinkScopes@2022-04-02-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-04-02-preview/types.json","Index":83},"Microsoft.KubernetesConfiguration/privateLinkScopes/privateEndpointConnections@2022-04-02-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-04-02-preview/types.json","Index":87},"Microsoft.KubernetesConfiguration/privateLinkScopes/privateLinkResources@2022-04-02-preview":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-04-02-preview/types.json","Index":94},"Microsoft.KubernetesConfiguration/extensions@2022-07-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-07-01/types.json","Index":52},"Microsoft.KubernetesConfiguration/fluxConfigurations@2022-07-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-07-01/types.json","Index":99},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2022-07-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-07-01/types.json","Index":128},"Microsoft.KubernetesConfiguration/extensions@2022-11-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-11-01/types.json","Index":53},"Microsoft.KubernetesConfiguration/fluxConfigurations@2022-11-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-11-01/types.json","Index":100},"Microsoft.KubernetesConfiguration/sourceControlConfigurations@2022-11-01":{"RelativePath":"kubernetesconfiguration/microsoft.kubernetesconfiguration/2022-11-01/types.json","Index":129},"Microsoft.LabServices/labaccounts@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":23},"Microsoft.LabServices/labaccounts/galleryimages@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":30},"Microsoft.LabServices/labaccounts/labs@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":39},"Microsoft.LabServices/labaccounts/labs/environmentsettings@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":61},"Microsoft.LabServices/labaccounts/labs/environmentsettings/environments@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":69},"Microsoft.LabServices/labaccounts/labs/users@2018-10-15":{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":75},"Microsoft.LabServices/labPlans@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":62},"Microsoft.LabServices/labPlans/images@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":87},"Microsoft.LabServices/labs@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":134},"Microsoft.LabServices/labs/users@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":154},"Microsoft.LabServices/labs/schedules@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":179},"Microsoft.LabServices/labs/virtualMachines@2021-10-01-preview":{"RelativePath":"labservices/microsoft.labservices/2021-10-01-preview/types.json","Index":203},"Microsoft.LabServices/labPlans/images@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":43},"Microsoft.LabServices/labPlans@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":87},"Microsoft.LabServices/labs@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":134},"Microsoft.LabServices/labs/schedules@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":159},"Microsoft.LabServices/labs/users@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":179},"Microsoft.LabServices/labs/virtualMachines@2021-11-15-preview":{"RelativePath":"labservices/microsoft.labservices/2021-11-15-preview/types.json","Index":203},"Microsoft.LabServices/labPlans/images@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":43},"Microsoft.LabServices/labPlans@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":89},"Microsoft.LabServices/labs@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":136},"Microsoft.LabServices/labs/schedules@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":161},"Microsoft.LabServices/labs/users@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":181},"Microsoft.LabServices/labs/virtualMachines@2022-08-01":{"RelativePath":"labservices/microsoft.labservices/2022-08-01/types.json","Index":205},"Qumulo.Storage/fileSystems@2022-06-27-preview":{"RelativePath":"liftrqumulo/qumulo.storage/2022-06-27-preview/types.json","Index":51},"Qumulo.Storage/fileSystems@2022-10-12-preview":{"RelativePath":"liftrqumulo/qumulo.storage/2022-10-12-preview/types.json","Index":53},"Microsoft.LoadTestService/loadTests@2021-12-01-preview":{"RelativePath":"loadtestservice/microsoft.loadtestservice/2021-12-01-preview/types.json","Index":33},"Microsoft.LoadTestService/loadTests@2022-04-15-preview":{"RelativePath":"loadtestservice/microsoft.loadtestservice/2022-04-15-preview/types.json","Index":42},"Microsoft.LoadTestService/loadTests@2022-12-01":{"RelativePath":"loadtestservice/microsoft.loadtestservice/2022-12-01/types.json","Index":42},"Microsoft.LoadTestService/locations/quotas@2022-12-01":{"RelativePath":"loadtestservice/microsoft.loadtestservice/2022-12-01/types.json","Index":52},"Microsoft.Logic/workflows@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":46},"Microsoft.Logic/workflows/accessKeys@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":51},"Microsoft.Logic/workflows/versions@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":64},"Microsoft.Logic/workflows/triggers@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":102},"Microsoft.Logic/workflows/triggers/histories@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":120},"Microsoft.Logic/workflows/runs@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":164},"Microsoft.Logic/workflows/runs/actions@2015-02-01-preview":{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":182},"Microsoft.Logic/integrationAccounts@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":20},"Microsoft.Logic/integrationAccounts/schemas@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":31},"Microsoft.Logic/integrationAccounts/maps@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":40},"Microsoft.Logic/integrationAccounts/partners@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":53},"Microsoft.Logic/integrationAccounts/agreements@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":234},"Microsoft.Logic/integrationAccounts/certificates@2015-08-01-preview":{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":242},"Microsoft.Logic/workflows@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":60},"Microsoft.Logic/integrationAccounts@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":70},"Microsoft.Logic/integrationAccounts/assemblies@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":78},"Microsoft.Logic/integrationAccounts/batchConfigurations@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":118},"Microsoft.Logic/integrationAccounts/schemas@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":127},"Microsoft.Logic/integrationAccounts/maps@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":137},"Microsoft.Logic/integrationAccounts/partners@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":150},"Microsoft.Logic/integrationAccounts/agreements@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":340},"Microsoft.Logic/integrationAccounts/certificates@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":348},"Microsoft.Logic/integrationAccounts/sessions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":354},"Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":392},"Microsoft.Logic/workflows/versions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":406},"Microsoft.Logic/workflows/triggers@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":451},"Microsoft.Logic/workflows/triggers/histories@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":471},"Microsoft.Logic/workflows/runs@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":517},"Microsoft.Logic/workflows/runs/actions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":540},"Microsoft.Logic/workflows/runs/actions/repetitions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":565},"Microsoft.Logic/workflows/runs/actions/repetitions/requestHistories@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":573},"Microsoft.Logic/workflows/runs/actions/requestHistories@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":578},"Microsoft.Logic/workflows/runs/actions/scopeRepetitions@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":583},"Microsoft.Logic/workflows/runs/operations@2016-06-01":{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":587},"Microsoft.Logic/workflows@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":60},"Microsoft.Logic/integrationAccounts@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":71},"Microsoft.Logic/integrationAccounts/assemblies@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":79},"Microsoft.Logic/integrationAccounts/batchConfigurations@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":119},"Microsoft.Logic/integrationAccounts/schemas@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":128},"Microsoft.Logic/integrationAccounts/maps@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":141},"Microsoft.Logic/integrationAccounts/partners@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":154},"Microsoft.Logic/integrationAccounts/agreements@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":344},"Microsoft.Logic/integrationAccounts/certificates@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":352},"Microsoft.Logic/integrationAccounts/sessions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":358},"Microsoft.Logic/workflows/versions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":372},"Microsoft.Logic/workflows/triggers@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":417},"Microsoft.Logic/workflows/triggers/histories@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":437},"Microsoft.Logic/workflows/runs@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":483},"Microsoft.Logic/workflows/runs/actions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":506},"Microsoft.Logic/workflows/runs/actions/repetitions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":531},"Microsoft.Logic/workflows/runs/actions/repetitions/requestHistories@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":539},"Microsoft.Logic/workflows/runs/actions/requestHistories@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":544},"Microsoft.Logic/workflows/runs/actions/scopeRepetitions@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":549},"Microsoft.Logic/workflows/runs/operations@2018-07-01-preview":{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":553},"Microsoft.Logic/workflows@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":87},"Microsoft.Logic/integrationAccounts@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":106},"Microsoft.Logic/integrationAccounts/assemblies@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":114},"Microsoft.Logic/integrationAccounts/batchConfigurations@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":154},"Microsoft.Logic/integrationAccounts/schemas@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":163},"Microsoft.Logic/integrationAccounts/maps@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":176},"Microsoft.Logic/integrationAccounts/partners@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":189},"Microsoft.Logic/integrationAccounts/agreements@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":379},"Microsoft.Logic/integrationAccounts/certificates@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":387},"Microsoft.Logic/integrationAccounts/sessions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":393},"Microsoft.Logic/integrationServiceEnvironments@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":443},"Microsoft.Logic/integrationServiceEnvironments/managedApis@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":531},"Microsoft.Logic/workflows/versions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":568},"Microsoft.Logic/workflows/triggers@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":613},"Microsoft.Logic/workflows/triggers/histories@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":633},"Microsoft.Logic/workflows/runs@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":679},"Microsoft.Logic/workflows/runs/actions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":704},"Microsoft.Logic/workflows/runs/actions/repetitions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":727},"Microsoft.Logic/workflows/runs/actions/repetitions/requestHistories@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":735},"Microsoft.Logic/workflows/runs/actions/requestHistories@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":740},"Microsoft.Logic/workflows/runs/actions/scopeRepetitions@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":745},"Microsoft.Logic/workflows/runs/operations@2019-05-01":{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":749},"Microsoft.Logz/monitors@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":50},"Microsoft.Logz/monitors/tagRules@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":71},"Microsoft.Logz/monitors/singleSignOnConfigurations@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":91},"Microsoft.Logz/monitors/accounts@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":96},"Microsoft.Logz/monitors/accounts/tagRules@2020-10-01-preview":{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":100},"Microsoft.Logz/monitors@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":50},"Microsoft.Logz/monitors/tagRules@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":71},"Microsoft.Logz/monitors/singleSignOnConfigurations@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":91},"Microsoft.Logz/monitors/accounts@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":96},"Microsoft.Logz/monitors/accounts/tagRules@2020-10-01":{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":100},"Microsoft.Logz/monitors@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":50},"Microsoft.Logz/monitors/tagRules@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":71},"Microsoft.Logz/monitors/singleSignOnConfigurations@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":91},"Microsoft.Logz/monitors/accounts@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":96},"Microsoft.Logz/monitors/accounts/tagRules@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":100},"Microsoft.Logz/monitors/metricsSource@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":105},"Microsoft.Logz/monitors/metricsSource/tagRules@2022-01-01-preview":{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":123},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForEDMUpload@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":68},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForEDMUpload/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":72},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":81},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":85},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365SecurityCenter@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":94},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":98},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":107},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":111},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForSCCPowershell@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":120},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":124},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForMIPPolicySync@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":133},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForMIPPolicySync/privateEndpointConnections@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":137},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForEDMUpload/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":144},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":148},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":152},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":156},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":160},"Microsoft.M365SecurityAndCompliance/privateLinkServicesForMIPPolicySync/privateLinkResources@2021-03-25-preview":{"RelativePath":"m365securityandcompliance/microsoft.m365securityandcompliance/2021-03-25-preview/types.json","Index":164},"Microsoft.MachineLearning/workspaces@2016-04-01":{"RelativePath":"machinelearning/microsoft.machinelearning/2016-04-01/types.json","Index":27},"Microsoft.MachineLearning/commitmentPlans@2016-05-01-preview":{"RelativePath":"machinelearning/microsoft.machinelearning/2016-05-01-preview/types.json","Index":16},"Microsoft.MachineLearning/webServices@2016-05-01-preview":{"RelativePath":"machinelearning/microsoft.machinelearning/2016-05-01-preview/types.json","Index":117},"Microsoft.MachineLearning/commitmentPlans/commitmentAssociations@2016-05-01-preview":{"RelativePath":"machinelearning/microsoft.machinelearning/2016-05-01-preview/types.json","Index":123},"Microsoft.MachineLearning/webServices@2017-01-01":{"RelativePath":"machinelearning/microsoft.machinelearning/2017-01-01/types.json","Index":109},"Microsoft.MachineLearning/workspaces@2019-10-01":{"RelativePath":"machinelearning/microsoft.machinelearning/2019-10-01/types.json","Index":28},"Microsoft.MachineLearningCompute/operationalizationClusters@2017-06-01-preview":{"RelativePath":"machinelearningcompute/microsoft.machinelearningcompute/2017-06-01-preview/types.json","Index":91},"Microsoft.MachineLearningCompute/operationalizationClusters@2017-08-01-preview":{"RelativePath":"machinelearningcompute/microsoft.machinelearningcompute/2017-08-01-preview/types.json","Index":102},"Microsoft.MachineLearningExperimentation/accounts@2017-05-01-preview":{"RelativePath":"machinelearningexperimentation/microsoft.machinelearningexperimentation/2017-05-01-preview/types.json","Index":20},"Microsoft.MachineLearningExperimentation/accounts/workspaces@2017-05-01-preview":{"RelativePath":"machinelearningexperimentation/microsoft.machinelearningexperimentation/2017-05-01-preview/types.json","Index":32},"Microsoft.MachineLearningExperimentation/accounts/workspaces/projects@2017-05-01-preview":{"RelativePath":"machinelearningexperimentation/microsoft.machinelearningexperimentation/2017-05-01-preview/types.json","Index":44},"Microsoft.MachineLearningServices/workspaces@2018-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-03-01-preview/types.json","Index":23},"Microsoft.MachineLearningServices/workspaces/computes@2018-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-03-01-preview/types.json","Index":64},"Microsoft.MachineLearningServices/workspaces@2018-11-19":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":23},"Microsoft.MachineLearningServices/workspaces/computes@2018-11-19":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":81},"Microsoft.MachineLearningServices/workspaces@2019-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":23},"Microsoft.MachineLearningServices/workspaces/computes@2019-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":81},"Microsoft.MachineLearningServices/workspaces@2019-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":23},"Microsoft.MachineLearningServices/workspaces/computes@2019-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":85},"Microsoft.MachineLearningServices/workspaces@2019-11-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":24},"Microsoft.MachineLearningServices/workspaces/computes@2019-11-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":86},"Microsoft.MachineLearningServices/workspaces@2020-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":29},"Microsoft.MachineLearningServices/workspaces/computes@2020-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":91},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":108},"Microsoft.MachineLearningServices/workspaces@2020-02-18-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":29},"Microsoft.MachineLearningServices/workspaces/computes@2020-02-18-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":130},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-02-18-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":147},"Microsoft.MachineLearningServices/workspaces@2020-03-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":61},"Microsoft.MachineLearningServices/workspaces/computes@2020-03-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":123},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-03-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":128},"Microsoft.MachineLearningServices/workspaces@2020-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":63},"Microsoft.MachineLearningServices/workspaces/computes@2020-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":130},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":135},"Microsoft.MachineLearningServices/workspaces@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":61},"Microsoft.MachineLearningServices/workspaces/computes@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":123},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":128},"Microsoft.MachineLearningServices/workspaces/linkedWorkspaces@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":133},"Microsoft.MachineLearningServices/workspaces/services@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":183},"Microsoft.MachineLearningServices/workspaces/datasets@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":220},"Microsoft.MachineLearningServices/workspaces/datastores@2020-05-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":293},"Microsoft.MachineLearningServices/workspaces@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":61},"Microsoft.MachineLearningServices/workspaces/computes@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":127},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":132},"Microsoft.MachineLearningServices/workspaces/linkedWorkspaces@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":137},"Microsoft.MachineLearningServices/workspaces/services@2020-05-15-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":187},"Microsoft.MachineLearningServices/workspaces@2020-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":62},"Microsoft.MachineLearningServices/workspaces/connections@2020-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":67},"Microsoft.MachineLearningServices/workspaces/computes@2020-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":161},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-06-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":165},"Microsoft.MachineLearningServices/workspaces@2020-08-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":62},"Microsoft.MachineLearningServices/workspaces/connections@2020-08-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":67},"Microsoft.MachineLearningServices/workspaces/computes@2020-08-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":185},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-08-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":189},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":63},"Microsoft.MachineLearningServices/workspaces@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":117},"Microsoft.MachineLearningServices/workspaces/computes@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":239},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":244},"Microsoft.MachineLearningServices/workspaces/linkedServices@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":250},"Microsoft.MachineLearningServices/workspaces/services@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":300},"Microsoft.MachineLearningServices/workspaces/connections@2020-09-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":305},"Microsoft.MachineLearningServices/workspaces@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":77},"Microsoft.MachineLearningServices/workspaces/computes@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":203},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":208},"Microsoft.MachineLearningServices/workspaces/services@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":258},"Microsoft.MachineLearningServices/workspaces/connections@2021-01-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":265},"Microsoft.MachineLearningServices/workspaces@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":77},"Microsoft.MachineLearningServices/workspaces/computes@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":251},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":256},"Microsoft.MachineLearningServices/workspaces/connections@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":263},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":284},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":312},"Microsoft.MachineLearningServices/workspaces/codes@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":319},"Microsoft.MachineLearningServices/workspaces/codes/versions@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":326},"Microsoft.MachineLearningServices/workspaces/data@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":333},"Microsoft.MachineLearningServices/workspaces/data/versions@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":343},"Microsoft.MachineLearningServices/workspaces/datastores@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":429},"Microsoft.MachineLearningServices/workspaces/environments@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":436},"Microsoft.MachineLearningServices/workspaces/environments/versions@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":457},"Microsoft.MachineLearningServices/workspaces/jobs@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":563},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":621},"Microsoft.MachineLearningServices/workspaces/models@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":628},"Microsoft.MachineLearningServices/workspaces/models/versions@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":638},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":657},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2021-03-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":685},"Microsoft.MachineLearningServices/workspaces@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":77},"Microsoft.MachineLearningServices/workspaces/computes@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":211},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":216},"Microsoft.MachineLearningServices/workspaces/services@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":266},"Microsoft.MachineLearningServices/workspaces/connections@2021-04-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":273},"Microsoft.MachineLearningServices/workspaces@2021-07-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":80},"Microsoft.MachineLearningServices/workspaces/computes@2021-07-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":224},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2021-07-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":229},"Microsoft.MachineLearningServices/workspaces/connections@2021-07-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":236},"Microsoft.MachineLearningServices/workspaces@2022-01-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":86},"Microsoft.MachineLearningServices/workspaces/computes@2022-01-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":230},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-01-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":235},"Microsoft.MachineLearningServices/workspaces/connections@2022-01-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":242},"Microsoft.MachineLearningServices/workspaces@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":85},"Microsoft.MachineLearningServices/workspaces/computes@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":307},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":312},"Microsoft.MachineLearningServices/workspaces/connections@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":319},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":339},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":373},"Microsoft.MachineLearningServices/workspaces/codes@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":380},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":387},"Microsoft.MachineLearningServices/workspaces/components@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":394},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":401},"Microsoft.MachineLearningServices/workspaces/data@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":412},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":426},"Microsoft.MachineLearningServices/workspaces/datastores@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":522},"Microsoft.MachineLearningServices/workspaces/environments@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":529},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":545},"Microsoft.MachineLearningServices/workspaces/jobs@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1039},"Microsoft.MachineLearningServices/workspaces/models@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1046},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1060},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1083},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1115},"Microsoft.MachineLearningServices/workspaces@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":85},"Microsoft.MachineLearningServices/workspaces/computes@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":288},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":293},"Microsoft.MachineLearningServices/workspaces/connections@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":318},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":338},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":372},"Microsoft.MachineLearningServices/workspaces/codes@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":379},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":386},"Microsoft.MachineLearningServices/workspaces/components@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":393},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":400},"Microsoft.MachineLearningServices/workspaces/data@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":411},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":425},"Microsoft.MachineLearningServices/workspaces/datastores@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":491},"Microsoft.MachineLearningServices/workspaces/environments@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":498},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":514},"Microsoft.MachineLearningServices/workspaces/jobs@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":686},"Microsoft.MachineLearningServices/workspaces/models@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":693},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":703},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":722},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-05-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":751},"Microsoft.MachineLearningServices/workspaces@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":86},"Microsoft.MachineLearningServices/workspaces/computes@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":316},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":321},"Microsoft.MachineLearningServices/workspaces/connections@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":346},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":366},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":400},"Microsoft.MachineLearningServices/workspaces/codes@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":407},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":414},"Microsoft.MachineLearningServices/workspaces/components@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":421},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":428},"Microsoft.MachineLearningServices/workspaces/data@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":439},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":453},"Microsoft.MachineLearningServices/workspaces/datastores@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":549},"Microsoft.MachineLearningServices/workspaces/environments@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":556},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":572},"Microsoft.MachineLearningServices/workspaces/jobs@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1149},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1187},"Microsoft.MachineLearningServices/workspaces/models@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1194},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1204},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1227},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1259},"Microsoft.MachineLearningServices/workspaces/schedules@2022-06-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1301},"Microsoft.MachineLearningServices/workspaces@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":86},"Microsoft.MachineLearningServices/workspaces/computes@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":348},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":353},"Microsoft.MachineLearningServices/workspaces/connections@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":380},"Microsoft.MachineLearningServices/registries/codes@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":394},"Microsoft.MachineLearningServices/registries/codes/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":408},"Microsoft.MachineLearningServices/registries/components@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":422},"Microsoft.MachineLearningServices/registries/components/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":436},"Microsoft.MachineLearningServices/registries/environments@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":450},"Microsoft.MachineLearningServices/registries/environments/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":473},"Microsoft.MachineLearningServices/registries/models@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":487},"Microsoft.MachineLearningServices/registries/models/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":504},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":524},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":558},"Microsoft.MachineLearningServices/workspaces/codes@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":562},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":566},"Microsoft.MachineLearningServices/workspaces/components@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":570},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":574},"Microsoft.MachineLearningServices/workspaces/data@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":585},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":599},"Microsoft.MachineLearningServices/workspaces/datastores@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":695},"Microsoft.MachineLearningServices/workspaces/environments@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":699},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":703},"Microsoft.MachineLearningServices/workspaces/jobs@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1314},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1352},"Microsoft.MachineLearningServices/workspaces/models@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1356},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1360},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1383},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1415},"Microsoft.MachineLearningServices/workspaces/schedules@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1445},"Microsoft.MachineLearningServices/registries@2022-10-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1464},"Microsoft.MachineLearningServices/workspaces@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":85},"Microsoft.MachineLearningServices/workspaces/computes@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":315},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":320},"Microsoft.MachineLearningServices/workspaces/connections@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":345},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":365},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":399},"Microsoft.MachineLearningServices/workspaces/codes@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":406},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":413},"Microsoft.MachineLearningServices/workspaces/components@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":420},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":427},"Microsoft.MachineLearningServices/workspaces/data@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":438},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":452},"Microsoft.MachineLearningServices/workspaces/datastores@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":518},"Microsoft.MachineLearningServices/workspaces/environments@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":525},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":544},"Microsoft.MachineLearningServices/workspaces/jobs@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1060},"Microsoft.MachineLearningServices/workspaces/models@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1067},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1077},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1099},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1131},"Microsoft.MachineLearningServices/workspaces/schedules@2022-10-01":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1161},"Microsoft.MachineLearningServices/workspaces@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":88},"Microsoft.MachineLearningServices/workspaces/computes@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":357},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":362},"Microsoft.MachineLearningServices/workspaces/connections@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":402},"Microsoft.MachineLearningServices/registries/codes@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":416},"Microsoft.MachineLearningServices/registries/codes/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":430},"Microsoft.MachineLearningServices/registries/components@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":444},"Microsoft.MachineLearningServices/registries/components/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":458},"Microsoft.MachineLearningServices/registries/environments@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":472},"Microsoft.MachineLearningServices/registries/environments/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":498},"Microsoft.MachineLearningServices/registries/models@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":512},"Microsoft.MachineLearningServices/registries/models/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":529},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":549},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":583},"Microsoft.MachineLearningServices/workspaces/codes@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":587},"Microsoft.MachineLearningServices/workspaces/codes/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":591},"Microsoft.MachineLearningServices/workspaces/components@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":595},"Microsoft.MachineLearningServices/workspaces/components/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":599},"Microsoft.MachineLearningServices/workspaces/data@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":610},"Microsoft.MachineLearningServices/workspaces/data/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":624},"Microsoft.MachineLearningServices/workspaces/datastores@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":720},"Microsoft.MachineLearningServices/workspaces/environments@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":724},"Microsoft.MachineLearningServices/workspaces/environments/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":728},"Microsoft.MachineLearningServices/workspaces/jobs@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1357},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1395},"Microsoft.MachineLearningServices/workspaces/models@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1399},"Microsoft.MachineLearningServices/workspaces/models/versions@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1403},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1426},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1458},"Microsoft.MachineLearningServices/workspaces/schedules@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1488},"Microsoft.MachineLearningServices/registries@2022-12-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1507},"Microsoft.MachineLearningServices/workspaces@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":88},"Microsoft.MachineLearningServices/workspaces/computes@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":357},"Microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":362},"Microsoft.MachineLearningServices/workspaces/connections@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":402},"Microsoft.MachineLearningServices/registries/codes@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":416},"Microsoft.MachineLearningServices/registries/codes/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":430},"Microsoft.MachineLearningServices/registries/components@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":444},"Microsoft.MachineLearningServices/registries/components/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":458},"Microsoft.MachineLearningServices/registries/data@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":469},"Microsoft.MachineLearningServices/registries/data/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":483},"Microsoft.MachineLearningServices/registries/environments@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":497},"Microsoft.MachineLearningServices/registries/environments/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":523},"Microsoft.MachineLearningServices/registries/models@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":537},"Microsoft.MachineLearningServices/registries/models/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":554},"Microsoft.MachineLearningServices/workspaces/batchEndpoints@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":574},"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":619},"Microsoft.MachineLearningServices/workspaces/codes@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":623},"Microsoft.MachineLearningServices/workspaces/codes/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":627},"Microsoft.MachineLearningServices/workspaces/components@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":631},"Microsoft.MachineLearningServices/workspaces/components/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":635},"Microsoft.MachineLearningServices/workspaces/data@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":639},"Microsoft.MachineLearningServices/workspaces/data/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":643},"Microsoft.MachineLearningServices/workspaces/datastores@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":739},"Microsoft.MachineLearningServices/workspaces/environments@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":743},"Microsoft.MachineLearningServices/workspaces/environments/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":747},"Microsoft.MachineLearningServices/workspaces/featuresets@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":761},"Microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":792},"Microsoft.MachineLearningServices/workspaces/featurestoreEntities@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":806},"Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":831},"Microsoft.MachineLearningServices/workspaces/jobs@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1467},"Microsoft.MachineLearningServices/workspaces/labelingJobs@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1505},"Microsoft.MachineLearningServices/workspaces/models@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1509},"Microsoft.MachineLearningServices/workspaces/models/versions@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1513},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1536},"Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1568},"Microsoft.MachineLearningServices/workspaces/schedules@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1598},"Microsoft.MachineLearningServices/registries@2023-02-01-preview":{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1618},"Microsoft.Maintenance/applyUpdates@2018-06-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2018-06-01-preview/types.json","Index":20},"Microsoft.Maintenance/configurationAssignments@2018-06-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2018-06-01-preview/types.json","Index":25},"Microsoft.Maintenance/maintenanceConfigurations@2018-06-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2018-06-01-preview/types.json","Index":37},"Microsoft.Maintenance/applyUpdates@2020-04-01":{"RelativePath":"maintenance/microsoft.maintenance/2020-04-01/types.json","Index":20},"Microsoft.Maintenance/configurationAssignments@2020-04-01":{"RelativePath":"maintenance/microsoft.maintenance/2020-04-01/types.json","Index":25},"Microsoft.Maintenance/maintenanceConfigurations@2020-04-01":{"RelativePath":"maintenance/microsoft.maintenance/2020-04-01/types.json","Index":37},"Microsoft.Maintenance/applyUpdates@2020-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2020-07-01-preview/types.json","Index":20},"Microsoft.Maintenance/configurationAssignments@2020-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2020-07-01-preview/types.json","Index":25},"Microsoft.Maintenance/maintenanceConfigurations@2020-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2020-07-01-preview/types.json","Index":46},"Microsoft.Maintenance/publicMaintenanceConfigurations@2020-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2020-07-01-preview/types.json","Index":51},"Microsoft.Maintenance/applyUpdates@2021-04-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-04-01-preview/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2021-04-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-04-01-preview/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2021-04-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-04-01-preview/types.json","Index":75},"Microsoft.Maintenance/publicMaintenanceConfigurations@2021-04-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-04-01-preview/types.json","Index":80},"Microsoft.Maintenance/applyUpdates@2021-05-01":{"RelativePath":"maintenance/microsoft.maintenance/2021-05-01/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2021-05-01":{"RelativePath":"maintenance/microsoft.maintenance/2021-05-01/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2021-05-01":{"RelativePath":"maintenance/microsoft.maintenance/2021-05-01/types.json","Index":54},"Microsoft.Maintenance/publicMaintenanceConfigurations@2021-05-01":{"RelativePath":"maintenance/microsoft.maintenance/2021-05-01/types.json","Index":59},"Microsoft.Maintenance/applyUpdates@2021-09-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-09-01-preview/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2021-09-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-09-01-preview/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2021-09-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-09-01-preview/types.json","Index":75},"Microsoft.Maintenance/publicMaintenanceConfigurations@2021-09-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2021-09-01-preview/types.json","Index":80},"Microsoft.Maintenance/applyUpdates@2022-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-07-01-preview/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2022-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-07-01-preview/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2022-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-07-01-preview/types.json","Index":76},"Microsoft.Maintenance/publicMaintenanceConfigurations@2022-07-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-07-01-preview/types.json","Index":81},"Microsoft.Maintenance/applyUpdates@2022-11-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-11-01-preview/types.json","Index":31},"Microsoft.Maintenance/configurationAssignments@2022-11-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-11-01-preview/types.json","Index":36},"Microsoft.Maintenance/maintenanceConfigurations@2022-11-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-11-01-preview/types.json","Index":80},"Microsoft.Maintenance/publicMaintenanceConfigurations@2022-11-01-preview":{"RelativePath":"maintenance/microsoft.maintenance/2022-11-01-preview/types.json","Index":85},"Microsoft.ManagedNetwork/managedNetworks@2019-06-01-preview":{"RelativePath":"managednetwork/microsoft.managednetwork/2019-06-01-preview/types.json","Index":52},"Microsoft.ManagedNetwork/scopeAssignments@2019-06-01-preview":{"RelativePath":"managednetwork/microsoft.managednetwork/2019-06-01-preview/types.json","Index":62},"Microsoft.ManagedNetwork/managedNetworks/managedNetworkGroups@2019-06-01-preview":{"RelativePath":"managednetwork/microsoft.managednetwork/2019-06-01-preview/types.json","Index":68},"Microsoft.ManagedNetwork/managedNetworks/managedNetworkPeeringPolicies@2019-06-01-preview":{"RelativePath":"managednetwork/microsoft.managednetwork/2019-06-01-preview/types.json","Index":72},"Microsoft.ManagedNetworkFabric/accessControlLists@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":38},"Microsoft.ManagedNetworkFabric/ipCommunityLists@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":72},"Microsoft.ManagedNetworkFabric/ipPrefixLists@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":87},"Microsoft.ManagedNetworkFabric/l2IsolationDomains@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":103},"Microsoft.ManagedNetworkFabric/l3IsolationDomains@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":135},"Microsoft.ManagedNetworkFabric/l3IsolationDomains/internalNetworks@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":181},"Microsoft.ManagedNetworkFabric/l3IsolationDomains/externalNetworks@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":203},"Microsoft.ManagedNetworkFabric/networkDevices@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":221},"Microsoft.ManagedNetworkFabric/networkDevices/networkInterfaces@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":238},"Microsoft.ManagedNetworkFabric/networkFabricControllers@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":265},"Microsoft.ManagedNetworkFabric/networkFabrics@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":309},"Microsoft.ManagedNetworkFabric/networkFabrics/networkToNetworkInterconnects@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":332},"Microsoft.ManagedNetworkFabric/networkRacks@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":345},"Microsoft.ManagedNetworkFabric/routePolicies@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":369},"Microsoft.ManagedNetworkFabric/networkDeviceSkus@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":400},"Microsoft.ManagedNetworkFabric/networkFabricSkus@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":411},"Microsoft.ManagedNetworkFabric/networkRackSkus@2023-02-01-preview":{"RelativePath":"managednetworkfabric/microsoft.managednetworkfabric/2023-02-01-preview/types.json","Index":433},"Microsoft.ManagedServices/registrationDefinitions@2018-06-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2018-06-01-preview/types.json","Index":29},"Microsoft.ManagedServices/registrationAssignments@2018-06-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2018-06-01-preview/types.json","Index":63},"Microsoft.ManagedServices/registrationDefinitions@2019-04-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2019-04-01-preview/types.json","Index":29},"Microsoft.ManagedServices/registrationAssignments@2019-04-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2019-04-01-preview/types.json","Index":63},"Microsoft.ManagedServices/registrationDefinitions@2019-06-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-06-01/types.json","Index":29},"Microsoft.ManagedServices/registrationAssignments@2019-06-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-06-01/types.json","Index":63},"Microsoft.ManagedServices/registrationDefinitions@2019-09-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-09-01/types.json","Index":29},"Microsoft.ManagedServices/registrationAssignments@2019-09-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-09-01/types.json","Index":63},"Microsoft.ManagedServices/marketplaceRegistrationDefinitions@2019-09-01":{"RelativePath":"managedservices/microsoft.managedservices/2019-09-01/types.json","Index":69},"Microsoft.ManagedServices/registrationDefinitions@2020-02-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2020-02-01-preview/types.json","Index":37},"Microsoft.ManagedServices/registrationAssignments@2020-02-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2020-02-01-preview/types.json","Index":72},"Microsoft.ManagedServices/marketplaceRegistrationDefinitions@2020-02-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2020-02-01-preview/types.json","Index":79},"Microsoft.ManagedServices/registrationDefinitions@2022-01-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2022-01-01-preview/types.json","Index":48},"Microsoft.ManagedServices/registrationAssignments@2022-01-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2022-01-01-preview/types.json","Index":83},"Microsoft.ManagedServices/marketplaceRegistrationDefinitions@2022-01-01-preview":{"RelativePath":"managedservices/microsoft.managedservices/2022-01-01-preview/types.json","Index":90},"Microsoft.ManagedServices/registrationDefinitions@2022-10-01":{"RelativePath":"managedservices/microsoft.managedservices/2022-10-01/types.json","Index":48},"Microsoft.ManagedServices/registrationAssignments@2022-10-01":{"RelativePath":"managedservices/microsoft.managedservices/2022-10-01/types.json","Index":83},"Microsoft.ManagedServices/marketplaceRegistrationDefinitions@2022-10-01":{"RelativePath":"managedservices/microsoft.managedservices/2022-10-01/types.json","Index":90},"Microsoft.Management/managementGroups@2017-11-01-preview":{"RelativePath":"managementgroups/microsoft.management/2017-11-01-preview/types.json","Index":20},"Microsoft.Management/managementGroups/subscriptions@2017-11-01-preview":{"RelativePath":"managementgroups/microsoft.management/2017-11-01-preview/types.json","Index":24},"Microsoft.Management/managementGroups@2018-01-01-preview":{"RelativePath":"managementgroups/microsoft.management/2018-01-01-preview/types.json","Index":22},"Microsoft.Management/managementGroups/subscriptions@2018-01-01-preview":{"RelativePath":"managementgroups/microsoft.management/2018-01-01-preview/types.json","Index":26},"Microsoft.Management/managementGroups@2018-03-01-preview":{"RelativePath":"managementgroups/microsoft.management/2018-03-01-preview/types.json","Index":22},"Microsoft.Management/managementGroups/subscriptions@2018-03-01-preview":{"RelativePath":"managementgroups/microsoft.management/2018-03-01-preview/types.json","Index":26},"Microsoft.Management/managementGroups@2019-11-01":{"RelativePath":"managementgroups/microsoft.management/2019-11-01/types.json","Index":24},"Microsoft.Management/managementGroups/subscriptions@2019-11-01":{"RelativePath":"managementgroups/microsoft.management/2019-11-01/types.json","Index":28},"Microsoft.Management/managementGroups@2020-02-01":{"RelativePath":"managementgroups/microsoft.management/2020-02-01/types.json","Index":24},"Microsoft.Management/managementGroups/subscriptions@2020-02-01":{"RelativePath":"managementgroups/microsoft.management/2020-02-01/types.json","Index":28},"Microsoft.Management/managementGroups/settings@2020-02-01":{"RelativePath":"managementgroups/microsoft.management/2020-02-01/types.json","Index":34},"Microsoft.Management/managementGroups@2020-05-01":{"RelativePath":"managementgroups/microsoft.management/2020-05-01/types.json","Index":22},"Microsoft.Management/managementGroups/subscriptions@2020-05-01":{"RelativePath":"managementgroups/microsoft.management/2020-05-01/types.json","Index":28},"Microsoft.Management/managementGroups/settings@2020-05-01":{"RelativePath":"managementgroups/microsoft.management/2020-05-01/types.json","Index":34},"Microsoft.Management/managementGroups@2020-10-01":{"RelativePath":"managementgroups/microsoft.management/2020-10-01/types.json","Index":23},"Microsoft.Management/managementGroups/subscriptions@2020-10-01":{"RelativePath":"managementgroups/microsoft.management/2020-10-01/types.json","Index":29},"Microsoft.Management/managementGroups/settings@2020-10-01":{"RelativePath":"managementgroups/microsoft.management/2020-10-01/types.json","Index":35},"Microsoft.Management/managementGroups@2021-04-01":{"RelativePath":"managementgroups/microsoft.management/2021-04-01/types.json","Index":24},"Microsoft.Management/managementGroups/subscriptions@2021-04-01":{"RelativePath":"managementgroups/microsoft.management/2021-04-01/types.json","Index":30},"Microsoft.Management/managementGroups/settings@2021-04-01":{"RelativePath":"managementgroups/microsoft.management/2021-04-01/types.json","Index":36},"Microsoft.ManagementPartner/partners@2018-02-01":{"RelativePath":"managementpartner/microsoft.managementpartner/2018-02-01/types.json","Index":15},"Microsoft.Maps/accounts@2017-01-01-preview":{"RelativePath":"maps/microsoft.maps/2017-01-01-preview/types.json","Index":14},"Microsoft.Maps/accounts@2018-05-01":{"RelativePath":"maps/microsoft.maps/2018-05-01/types.json","Index":14},"Microsoft.Maps/accounts@2020-02-01-preview":{"RelativePath":"maps/microsoft.maps/2020-02-01-preview/types.json","Index":25},"Microsoft.Maps/accounts/privateAtlases@2020-02-01-preview":{"RelativePath":"maps/microsoft.maps/2020-02-01-preview/types.json","Index":31},"Microsoft.Maps/accounts/creators@2020-02-01-preview":{"RelativePath":"maps/microsoft.maps/2020-02-01-preview/types.json","Index":37},"Microsoft.Maps/accounts@2021-02-01":{"RelativePath":"maps/microsoft.maps/2021-02-01/types.json","Index":32},"Microsoft.Maps/accounts/creators@2021-02-01":{"RelativePath":"maps/microsoft.maps/2021-02-01/types.json","Index":38},"Microsoft.Maps/accounts@2021-07-01-preview":{"RelativePath":"maps/microsoft.maps/2021-07-01-preview/types.json","Index":42},"Microsoft.Maps/accounts/creators@2021-07-01-preview":{"RelativePath":"maps/microsoft.maps/2021-07-01-preview/types.json","Index":48},"Microsoft.Maps/accounts@2021-12-01-preview":{"RelativePath":"maps/microsoft.maps/2021-12-01-preview/types.json","Index":46},"Microsoft.Maps/accounts/creators@2021-12-01-preview":{"RelativePath":"maps/microsoft.maps/2021-12-01-preview/types.json","Index":52},"Microsoft.DBforMariaDB/servers@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":51},"Microsoft.DBforMariaDB/servers/firewallRules@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":56},"Microsoft.DBforMariaDB/servers/virtualNetworkRules@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":67},"Microsoft.DBforMariaDB/servers/databases@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":72},"Microsoft.DBforMariaDB/servers/configurations@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":77},"Microsoft.DBforMariaDB/servers/securityAlertPolicies@2018-06-01-preview":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01-preview/types.json","Index":89},"Microsoft.DBforMariaDB/servers@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":69},"Microsoft.DBforMariaDB/servers/firewallRules@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":74},"Microsoft.DBforMariaDB/servers/virtualNetworkRules@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":85},"Microsoft.DBforMariaDB/servers/databases@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":90},"Microsoft.DBforMariaDB/servers/configurations@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":95},"Microsoft.DBforMariaDB/servers/privateEndpointConnections@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":101},"Microsoft.DBforMariaDB/servers/securityAlertPolicies@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":113},"Microsoft.DBforMariaDB/servers/queryTexts@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":118},"Microsoft.DBforMariaDB/servers/topQueryStatistics@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":124},"Microsoft.DBforMariaDB/servers/waitStatistics@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":129},"Microsoft.DBforMariaDB/servers/advisors@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":133},"Microsoft.DBforMariaDB/servers/advisors/recommendedActions@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":139},"Microsoft.DBforMariaDB/servers/privateLinkResources@2018-06-01":{"RelativePath":"mariadb/microsoft.dbformariadb/2018-06-01/types.json","Index":145},"Microsoft.Marketplace/privateStores/offers@2020-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2020-01-01/types.json","Index":21},"Microsoft.Marketplace/privateStores@2020-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2020-01-01/types.json","Index":30},"Microsoft.Marketplace/privateStores/requestApprovals@2020-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2020-12-01/types.json","Index":30},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2020-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2020-12-01/types.json","Index":43},"Microsoft.Marketplace/privateStores@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":63},"Microsoft.Marketplace/privateStores/collections/offers@2021-06-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-06-01/types.json","Index":77},"Microsoft.Marketplace/privateStores@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":63},"Microsoft.Marketplace/privateStores/collections/offers@2021-12-01":{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":77},"Microsoft.Marketplace/privateStores@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":63},"Microsoft.Marketplace/privateStores/collections/offers@2022-03-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":77},"Microsoft.Marketplace/privateStores@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":69},"Microsoft.Marketplace/privateStores/collections/offers@2022-09-01":{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":83},"Microsoft.Marketplace/privateStores@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":31},"Microsoft.Marketplace/privateStores/requestApprovals@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":43},"Microsoft.Marketplace/privateStores/adminRequestApprovals@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":57},"Microsoft.Marketplace/privateStores/collections@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":69},"Microsoft.Marketplace/privateStores/collections/offers@2023-01-01":{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":83},"Microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements@2015-06-01":{"RelativePath":"marketplaceordering/microsoft.marketplaceordering/2015-06-01/types.json","Index":13},"Microsoft.MarketplaceOrdering/agreements/offers/plans@2015-06-01":{"RelativePath":"marketplaceordering/microsoft.marketplaceordering/2015-06-01/types.json","Index":21},"Microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements@2021-01-01":{"RelativePath":"marketplaceordering/microsoft.marketplaceordering/2021-01-01/types.json","Index":24},"Microsoft.MarketplaceOrdering/agreements/offers/plans@2021-01-01":{"RelativePath":"marketplaceordering/microsoft.marketplaceordering/2021-01-01/types.json","Index":32},"Microsoft.Media/mediaservices@2015-10-01":{"RelativePath":"mediaservices/microsoft.media/2015-10-01/types.json","Index":17},"Microsoft.Media/mediaservices@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":18},"Microsoft.Media/mediaServices/assets@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":26},"Microsoft.Media/mediaServices/contentKeyPolicies@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":93},"Microsoft.Media/mediaServices/transforms@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":207},"Microsoft.Media/mediaServices/transforms/jobs@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":268},"Microsoft.Media/mediaServices/streamingPolicies@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":300},"Microsoft.Media/mediaServices/streamingLocators@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":307},"Microsoft.Media/mediaservices/liveEvents@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":340},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":350},"Microsoft.Media/mediaservices/streamingEndpoints@2018-03-30-preview":{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":368},"Microsoft.Media/mediaservices@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":18},"Microsoft.Media/mediaServices/assets@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":26},"Microsoft.Media/mediaServices/contentKeyPolicies@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":93},"Microsoft.Media/mediaServices/transforms@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":207},"Microsoft.Media/mediaServices/transforms/jobs@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":269},"Microsoft.Media/mediaServices/streamingPolicies@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":301},"Microsoft.Media/mediaServices/streamingLocators@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":313},"Microsoft.Media/mediaservices/liveEvents@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":346},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":356},"Microsoft.Media/mediaservices/streamingEndpoints@2018-06-01-preview":{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":374},"Microsoft.Media/mediaServices/accountFilters@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":28},"Microsoft.Media/mediaservices@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":39},"Microsoft.Media/mediaServices/assets@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":47},"Microsoft.Media/mediaServices/assets/assetFilters@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":51},"Microsoft.Media/mediaServices/contentKeyPolicies@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":118},"Microsoft.Media/mediaServices/transforms@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":245},"Microsoft.Media/mediaServices/transforms/jobs@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":310},"Microsoft.Media/mediaServices/streamingPolicies@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":342},"Microsoft.Media/mediaServices/streamingLocators@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":355},"Microsoft.Media/mediaservices/liveEvents@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":396},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":406},"Microsoft.Media/mediaservices/streamingEndpoints@2018-07-01":{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":424},"Microsoft.Media/mediaServices/accountFilters@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":28},"Microsoft.Media/mediaservices@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":39},"Microsoft.Media/mediaServices/assets@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":47},"Microsoft.Media/mediaServices/assets/assetFilters@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":51},"Microsoft.Media/mediaServices/contentKeyPolicies@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":118},"Microsoft.Media/mediaServices/transforms@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":245},"Microsoft.Media/mediaServices/transforms/jobs@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":310},"Microsoft.Media/mediaServices/streamingPolicies@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":342},"Microsoft.Media/mediaServices/streamingLocators@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":355},"Microsoft.Media/mediaservices/liveEvents@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":396},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":406},"Microsoft.Media/mediaservices/streamingEndpoints@2019-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":424},"Microsoft.Media/mediaServices/mediaGraphs@2019-09-01-preview":{"RelativePath":"mediaservices/microsoft.media/2019-09-01-preview/types.json","Index":27},"Microsoft.Media/mediaServices/mediaGraphs@2020-02-01-preview":{"RelativePath":"mediaservices/microsoft.media/2020-02-01-preview/types.json","Index":42},"Microsoft.Media/mediaServices/accountFilters@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":39},"Microsoft.Media/mediaServices/assets@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":47},"Microsoft.Media/mediaServices/assets/assetFilters@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":51},"Microsoft.Media/mediaServices/contentKeyPolicies@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":120},"Microsoft.Media/mediaServices/transforms@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":304},"Microsoft.Media/mediaServices/transforms/jobs@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":434},"Microsoft.Media/mediaServices/streamingPolicies@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":466},"Microsoft.Media/mediaServices/streamingLocators@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":479},"Microsoft.Media/mediaservices/liveEvents@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":525},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":535},"Microsoft.Media/mediaservices/streamingEndpoints@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":553},"Microsoft.Media/mediaservices@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":576},"Microsoft.Media/mediaservices/privateEndpointConnections@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":592},"Microsoft.Media/mediaservices/privateLinkResources@2020-05-01":{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":599},"Microsoft.Media/mediaservices@2021-05-01":{"RelativePath":"mediaservices/microsoft.media/2021-05-01/types.json","Index":47},"Microsoft.Media/mediaservices/privateEndpointConnections@2021-05-01":{"RelativePath":"mediaservices/microsoft.media/2021-05-01/types.json","Index":63},"Microsoft.Media/mediaservices/privateLinkResources@2021-05-01":{"RelativePath":"mediaservices/microsoft.media/2021-05-01/types.json","Index":70},"Microsoft.Media/mediaservices@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":50},"Microsoft.Media/mediaservices/privateEndpointConnections@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":66},"Microsoft.Media/mediaServices/accountFilters@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":87},"Microsoft.Media/mediaServices/assets@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":95},"Microsoft.Media/mediaServices/assets/assetFilters@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":99},"Microsoft.Media/mediaServices/contentKeyPolicies@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":168},"Microsoft.Media/mediaServices/transforms@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":360},"Microsoft.Media/mediaServices/transforms/jobs@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":490},"Microsoft.Media/mediaServices/streamingPolicies@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":522},"Microsoft.Media/mediaServices/streamingLocators@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":535},"Microsoft.Media/mediaservices/liveEvents@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":583},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":593},"Microsoft.Media/mediaservices/streamingEndpoints@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":611},"Microsoft.Media/mediaservices/privateLinkResources@2021-06-01":{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":618},"Microsoft.Media/mediaservices@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":68},"Microsoft.Media/mediaservices/privateEndpointConnections@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":72},"Microsoft.Media/mediaServices/transforms@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":269},"Microsoft.Media/mediaServices/transforms/jobs@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":399},"Microsoft.Media/mediaServices/accountFilters@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":420},"Microsoft.Media/mediaServices/assets@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":428},"Microsoft.Media/mediaServices/assets/assetFilters@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":432},"Microsoft.Media/mediaServices/assets/tracks@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":452},"Microsoft.Media/mediaServices/contentKeyPolicies@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":521},"Microsoft.Media/mediaServices/streamingPolicies@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":553},"Microsoft.Media/mediaServices/streamingLocators@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":566},"Microsoft.Media/mediaservices/liveEvents@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":615},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":625},"Microsoft.Media/mediaservices/streamingEndpoints@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":644},"Microsoft.Media/mediaservices/privateLinkResources@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":651},"Microsoft.Media/locations/mediaServicesOperationResults@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":656},"Microsoft.Media/mediaServices/assets/tracks/operationResults@2021-11-01":{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":660},"Microsoft.Media/mediaServices/transforms@2022-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2022-05-01-preview/types.json","Index":225},"Microsoft.Media/mediaServices/transforms/jobs@2022-05-01-preview":{"RelativePath":"mediaservices/microsoft.media/2022-05-01-preview/types.json","Index":357},"Microsoft.Media/mediaServices/transforms@2022-07-01":{"RelativePath":"mediaservices/microsoft.media/2022-07-01/types.json","Index":220},"Microsoft.Media/mediaServices/transforms/jobs@2022-07-01":{"RelativePath":"mediaservices/microsoft.media/2022-07-01/types.json","Index":352},"Microsoft.Media/mediaservices/liveEvents@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":67},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":77},"Microsoft.Media/mediaservices/streamingEndpoints@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":96},"Microsoft.Media/mediaServices/accountFilters@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":117},"Microsoft.Media/mediaServices/assets@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":125},"Microsoft.Media/mediaServices/assets/assetFilters@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":129},"Microsoft.Media/mediaServices/assets/tracks@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":150},"Microsoft.Media/mediaServices/contentKeyPolicies@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":224},"Microsoft.Media/mediaServices/streamingPolicies@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":257},"Microsoft.Media/mediaServices/streamingLocators@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":270},"Microsoft.Media/mediaservices/liveEvents/operationLocations@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":275},"Microsoft.Media/mediaservices/liveEvents/liveOutputs/operationLocations@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":279},"Microsoft.Media/mediaservices/streamingEndpoints/operationLocations@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":284},"Microsoft.Media/mediaServices/assets/tracks/operationResults@2022-08-01":{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":288},"Microsoft.Media/mediaservices/liveEvents@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":69},"Microsoft.Media/mediaservices/liveEvents/liveOutputs@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":79},"Microsoft.Media/mediaservices/streamingEndpoints@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":98},"Microsoft.Media/mediaservices/liveEvents/operationLocations@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":103},"Microsoft.Media/mediaservices/liveEvents/liveOutputs/operationLocations@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":107},"Microsoft.Media/mediaservices/streamingEndpoints/operationLocations@2022-11-01":{"RelativePath":"mediaservices/microsoft.media/2022-11-01/types.json","Index":112},"Microsoft.Media/mediaServices/accountFilters@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":39},"Microsoft.Media/mediaservices@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":94},"Microsoft.Media/mediaservices/privateEndpointConnections@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":98},"Microsoft.Media/mediaServices/assets@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":106},"Microsoft.Media/mediaServices/assets/assetFilters@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":110},"Microsoft.Media/mediaServices/assets/tracks@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":131},"Microsoft.Media/mediaServices/contentKeyPolicies@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":205},"Microsoft.Media/mediaServices/streamingPolicies@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":238},"Microsoft.Media/mediaServices/streamingLocators@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":251},"Microsoft.Media/mediaservices/privateLinkResources@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":258},"Microsoft.Media/locations/mediaServicesOperationResults@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":263},"Microsoft.Media/mediaServices/assets/tracks/operationResults@2023-01-01":{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":267},"Microsoft.Migrate/projects@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":24},"Microsoft.Migrate/projects/groups@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":31},"Microsoft.Migrate/projects/groups/assessments@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":169},"Microsoft.Migrate/projects/machines@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":184},"Microsoft.Migrate/projects/groups/assessments/assessedMachines@2018-02-02":{"RelativePath":"migrate/microsoft.migrate/2018-02-02/types.json","Index":379},"Microsoft.Migrate/assessmentProjects@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":37},"Microsoft.Migrate/assessmentProjects/groups@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":49},"Microsoft.Migrate/assessmentProjects/groups/assessments@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":233},"Microsoft.Migrate/assessmentProjects/hypervcollectors@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":240},"Microsoft.Migrate/assessmentProjects/servercollectors@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":244},"Microsoft.Migrate/assessmentProjects/vmwarecollectors@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":248},"Microsoft.Migrate/assessmentProjects/importcollectors@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":253},"Microsoft.Migrate/assessmentprojects/privateEndpointConnections@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":257},"Microsoft.Migrate/assessmentProjects/assessmentOptions@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":270},"Microsoft.Migrate/assessmentProjects/machines@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":285},"Microsoft.Migrate/assessmentProjects/groups/assessments/assessedMachines@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":564},"Microsoft.Migrate/assessmentprojects/privateLinkResources@2019-10-01":{"RelativePath":"migrate/microsoft.migrate/2019-10-01/types.json","Index":571},"Microsoft.Migrate/migrateProjects@2020-05-01":{"RelativePath":"migrate/microsoft.migrate/2020-05-01/types.json","Index":80},"Microsoft.Migrate/migrateProjects/privateEndpointConnections@2020-05-01":{"RelativePath":"migrate/microsoft.migrate/2020-05-01/types.json","Index":90},"Microsoft.Migrate/modernizeProjects/migrateAgents@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":31},"Microsoft.Migrate/modernizeProjects@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":54},"Microsoft.Migrate/modernizeProjects/workloadDeployments@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":249},"Microsoft.Migrate/modernizeProjects/workloadInstances@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":255},"Microsoft.Migrate/modernizeProjects/deployedResources@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":268},"Microsoft.Migrate/modernizeProjects/jobs@2022-05-01-preview":{"RelativePath":"migrate/microsoft.migrate/2022-05-01-preview/types.json","Index":340},"Microsoft.OffAzure/HyperVSites/clusters@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":16},"Microsoft.OffAzure/HyperVSites/hosts@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":22},"Microsoft.OffAzure/HyperVSites@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":30},"Microsoft.OffAzure/VMwareSites@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":35},"Microsoft.OffAzure/VMwareSites/vCenters@2020-01-01":{"RelativePath":"migrate/microsoft.offazure/2020-01-01/types.json","Index":41},"Microsoft.OffAzure/HyperVSites/clusters@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":16},"Microsoft.OffAzure/HyperVSites/hosts@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":22},"Microsoft.OffAzure/HyperVSites@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":41},"Microsoft.OffAzure/VMwareSites@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":46},"Microsoft.OffAzure/VMwareSites/vCenters@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":52},"Microsoft.OffAzure/MasterSites@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":77},"Microsoft.OffAzure/masterSites/privateEndpointConnections@2020-07-07":{"RelativePath":"migrate/microsoft.offazure/2020-07-07/types.json","Index":81},"Microsoft.Migrate/migrateProjects@2018-09-01-preview":{"RelativePath":"migrateprojects/microsoft.migrate/2018-09-01-preview/types.json","Index":51},"Microsoft.Migrate/migrateProjects/solutions@2018-09-01-preview":{"RelativePath":"migrateprojects/microsoft.migrate/2018-09-01-preview/types.json","Index":92},"Microsoft.MixedReality/spatialAnchorsAccounts@2019-02-28-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2019-02-28-preview/types.json","Index":15},"Microsoft.MixedReality/remoteRenderingAccounts@2019-12-02-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2019-12-02-preview/types.json","Index":15},"Microsoft.MixedReality/spatialAnchorsAccounts@2019-12-02-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2019-12-02-preview/types.json","Index":20},"Microsoft.MixedReality/remoteRenderingAccounts@2020-04-06-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2020-04-06-preview/types.json","Index":32},"Microsoft.MixedReality/spatialAnchorsAccounts@2020-05-01":{"RelativePath":"mixedreality/microsoft.mixedreality/2020-05-01/types.json","Index":32},"Microsoft.MixedReality/spatialAnchorsAccounts@2021-01-01":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-01-01/types.json","Index":32},"Microsoft.MixedReality/remoteRenderingAccounts@2021-01-01":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-01-01/types.json","Index":37},"Microsoft.MixedReality/spatialAnchorsAccounts@2021-03-01-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":32},"Microsoft.MixedReality/remoteRenderingAccounts@2021-03-01-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":37},"Microsoft.MixedReality/objectAnchorsAccounts@2021-03-01-preview":{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":44},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":42},"Microsoft.MobileNetwork/mobileNetworks/dataNetworks@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":56},"Microsoft.MobileNetwork/mobileNetworks@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":71},"Microsoft.MobileNetwork/mobileNetworks/sites@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":87},"Microsoft.MobileNetwork/sims@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":112},"Microsoft.MobileNetwork/packetCoreControlPlanes@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":130},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":144},"Microsoft.MobileNetwork/mobileNetworks/services@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":187},"Microsoft.MobileNetwork/mobileNetworks/simPolicies@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":221},"Microsoft.MobileNetwork/mobileNetworks/slices@2022-03-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":236},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":43},"Microsoft.MobileNetwork/mobileNetworks/dataNetworks@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":57},"Microsoft.MobileNetwork/mobileNetworks@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":72},"Microsoft.MobileNetwork/mobileNetworks/sites@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":88},"Microsoft.MobileNetwork/simGroups@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":112},"Microsoft.MobileNetwork/simGroups/sims@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":135},"Microsoft.MobileNetwork/packetCoreControlPlanes@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":169},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":183},"Microsoft.MobileNetwork/mobileNetworks/services@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":226},"Microsoft.MobileNetwork/mobileNetworks/simPolicies@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":260},"Microsoft.MobileNetwork/mobileNetworks/slices@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":275},"Microsoft.MobileNetwork/packetCoreControlPlaneVersions@2022-04-01-preview":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":298},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":43},"Microsoft.MobileNetwork/mobileNetworks/dataNetworks@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":57},"Microsoft.MobileNetwork/mobileNetworks@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":72},"Microsoft.MobileNetwork/packetCoreControlPlanes@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":136},"Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":150},"Microsoft.MobileNetwork/mobileNetworks/services@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":193},"Microsoft.MobileNetwork/simGroups/sims@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":224},"Microsoft.MobileNetwork/simGroups@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":240},"Microsoft.MobileNetwork/mobileNetworks/simPolicies@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":282},"Microsoft.MobileNetwork/mobileNetworks/sites@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":298},"Microsoft.MobileNetwork/mobileNetworks/slices@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":313},"Microsoft.MobileNetwork/packetCoreControlPlaneVersions@2022-11-01":{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-11-01/types.json","Index":344},"Microsoft.Insights/alertrules@2014-04-01":{"RelativePath":"monitor/microsoft.insights/2014-04-01/types.json","Index":51},"Microsoft.Insights/autoscalesettings@2014-04-01":{"RelativePath":"monitor/microsoft.insights/2014-04-01/types.json","Index":122},"Microsoft.Insights/autoscalesettings@2015-04-01":{"RelativePath":"monitor/microsoft.insights/2015-04-01/types.json","Index":78},"microsoft.insights/diagnosticSettings@2015-07-01":{"RelativePath":"monitor/microsoft.insights/2015-07-01/types.json","Index":19},"Microsoft.Insights/alertrules@2016-03-01":{"RelativePath":"monitor/microsoft.insights/2016-03-01/types.json","Index":51},"Microsoft.Insights/logprofiles@2016-03-01":{"RelativePath":"monitor/microsoft.insights/2016-03-01/types.json","Index":60},"microsoft.insights/diagnosticSettings@2016-09-01":{"RelativePath":"monitor/microsoft.insights/2016-09-01/types.json","Index":19},"microsoft.insights/activityLogAlerts@2017-03-01-preview":{"RelativePath":"monitor/microsoft.insights/2017-03-01-preview/types.json","Index":21},"microsoft.insights/activityLogAlerts@2017-04-01":{"RelativePath":"monitor/microsoft.insights/2017-04-01/types.json","Index":21},"microsoft.insights/actionGroups@2017-04-01":{"RelativePath":"monitor/microsoft.insights/2017-04-01/types.json","Index":47},"Microsoft.Insights/diagnosticSettings@2017-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2017-05-01-preview/types.json","Index":17},"Microsoft.Insights/diagnosticSettingsCategories@2017-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2017-05-01-preview/types.json","Index":25},"Microsoft.Insights/metricAlerts@2018-03-01":{"RelativePath":"monitor/microsoft.insights/2018-03-01/types.json","Index":72},"microsoft.insights/actionGroups@2018-03-01":{"RelativePath":"monitor/microsoft.insights/2018-03-01/types.json","Index":104},"Microsoft.Insights/scheduledQueryRules@2018-04-16":{"RelativePath":"monitor/microsoft.insights/2018-04-16/types.json","Index":63},"microsoft.insights/guestDiagnosticSettingsAssociation@2018-06-01-preview":{"RelativePath":"monitor/microsoft.insights/2018-06-01-preview/types.json","Index":13},"microsoft.insights/guestDiagnosticSettings@2018-06-01-preview":{"RelativePath":"monitor/microsoft.insights/2018-06-01-preview/types.json","Index":43},"microsoft.insights/actionGroups@2018-09-01":{"RelativePath":"monitor/microsoft.insights/2018-09-01/types.json","Index":41},"Microsoft.Insights/vmInsightsOnboardingStatuses@2018-11-27-preview":{"RelativePath":"monitor/microsoft.insights/2018-11-27-preview/types.json","Index":24},"microsoft.insights/actionGroups@2019-03-01":{"RelativePath":"monitor/microsoft.insights/2019-03-01/types.json","Index":41},"microsoft.insights/actionGroups@2019-06-01":{"RelativePath":"monitor/microsoft.insights/2019-06-01/types.json","Index":41},"microsoft.insights/privateLinkScopes@2019-10-17-preview":{"RelativePath":"monitor/microsoft.insights/2019-10-17-preview/types.json","Index":18},"Microsoft.Insights/privateLinkScopes/privateEndpointConnections@2019-10-17-preview":{"RelativePath":"monitor/microsoft.insights/2019-10-17-preview/types.json","Index":22},"Microsoft.Insights/privateLinkScopes/scopedResources@2019-10-17-preview":{"RelativePath":"monitor/microsoft.insights/2019-10-17-preview/types.json","Index":27},"Microsoft.Insights/privateLinkScopes/privateLinkResources@2019-10-17-preview":{"RelativePath":"monitor/microsoft.insights/2019-10-17-preview/types.json","Index":33},"Microsoft.Insights/dataCollectionRuleAssociations@2019-11-01-preview":{"RelativePath":"monitor/microsoft.insights/2019-11-01-preview/types.json","Index":18},"Microsoft.Insights/dataCollectionRules@2019-11-01-preview":{"RelativePath":"monitor/microsoft.insights/2019-11-01-preview/types.json","Index":111},"microsoft.insights/diagnosticSettings@2020-01-01-preview":{"RelativePath":"monitor/microsoft.insights/2020-01-01-preview/types.json","Index":14},"Microsoft.Insights/scheduledQueryRules@2020-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2020-05-01-preview/types.json","Index":40},"Microsoft.Insights/activityLogAlerts@2020-10-01":{"RelativePath":"monitor/microsoft.insights/2020-10-01/types.json","Index":25},"Microsoft.Insights/scheduledQueryRules@2021-02-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-02-01-preview/types.json","Index":54},"Microsoft.Insights/dataCollectionEndpoints@2021-04-01":{"RelativePath":"monitor/microsoft.insights/2021-04-01/types.json","Index":39},"Microsoft.Insights/dataCollectionRuleAssociations@2021-04-01":{"RelativePath":"monitor/microsoft.insights/2021-04-01/types.json","Index":61},"Microsoft.Insights/dataCollectionRules@2021-04-01":{"RelativePath":"monitor/microsoft.insights/2021-04-01/types.json","Index":165},"Microsoft.Insights/diagnosticSettings@2021-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-05-01-preview/types.json","Index":28},"Microsoft.Insights/autoscalesettings@2021-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-05-01-preview/types.json","Index":104},"Microsoft.Insights/diagnosticSettingsCategories@2021-05-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-05-01-preview/types.json","Index":113},"microsoft.insights/privateLinkScopes@2021-07-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-07-01-preview/types.json","Index":53},"Microsoft.Insights/privateLinkScopes/privateEndpointConnections@2021-07-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-07-01-preview/types.json","Index":57},"Microsoft.Insights/privateLinkScopes/scopedResources@2021-07-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-07-01-preview/types.json","Index":62},"Microsoft.Insights/privateLinkScopes/privateLinkResources@2021-07-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-07-01-preview/types.json","Index":69},"Microsoft.Insights/scheduledQueryRules@2021-08-01":{"RelativePath":"monitor/microsoft.insights/2021-08-01/types.json","Index":54},"Microsoft.Insights/dataCollectionEndpoints@2021-09-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-09-01-preview/types.json","Index":39},"Microsoft.Insights/dataCollectionRuleAssociations@2021-09-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-09-01-preview/types.json","Index":62},"Microsoft.Insights/dataCollectionRules@2021-09-01-preview":{"RelativePath":"monitor/microsoft.insights/2021-09-01-preview/types.json","Index":201},"Microsoft.Insights/actionGroups@2021-09-01":{"RelativePath":"monitor/microsoft.insights/2021-09-01/types.json","Index":43},"Microsoft.Insights/actionGroups@2022-04-01":{"RelativePath":"monitor/microsoft.insights/2022-04-01/types.json","Index":43},"Microsoft.Insights/dataCollectionEndpoints@2022-06-01":{"RelativePath":"monitor/microsoft.insights/2022-06-01/types.json","Index":63},"Microsoft.Insights/dataCollectionRuleAssociations@2022-06-01":{"RelativePath":"monitor/microsoft.insights/2022-06-01/types.json","Index":87},"Microsoft.Insights/dataCollectionRules@2022-06-01":{"RelativePath":"monitor/microsoft.insights/2022-06-01/types.json","Index":259},"Microsoft.Insights/actionGroups@2022-06-01":{"RelativePath":"monitor/microsoft.insights/2022-06-01/types.json","Index":295},"Microsoft.Insights/scheduledQueryRules@2022-06-15":{"RelativePath":"monitor/microsoft.insights/2022-06-15/types.json","Index":54},"Microsoft.Insights/scheduledQueryRules@2022-08-01-preview":{"RelativePath":"monitor/microsoft.insights/2022-08-01-preview/types.json","Index":66},"Microsoft.Insights/autoscalesettings@2022-10-01":{"RelativePath":"monitor/microsoft.insights/2022-10-01/types.json","Index":94},"Microsoft.Insights/activityLogAlerts@2023-01-01-preview":{"RelativePath":"monitor/microsoft.insights/2023-01-01-preview/types.json","Index":26},"Microsoft.Insights/actionGroups@2023-01-01":{"RelativePath":"monitor/microsoft.insights/2023-01-01/types.json","Index":43},"Microsoft.Monitor/accounts@2021-06-03-preview":{"RelativePath":"monitor/microsoft.monitor/2021-06-03-preview/types.json","Index":32},"Microsoft.ManagedIdentity/userAssignedIdentities@2015-08-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2015-08-31-preview/types.json","Index":13},"Microsoft.ManagedIdentity/identities@2015-08-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2015-08-31-preview/types.json","Index":19},"Microsoft.ManagedIdentity/userAssignedIdentities@2018-11-30":{"RelativePath":"msi/microsoft.managedidentity/2018-11-30/types.json","Index":13},"Microsoft.ManagedIdentity/identities@2018-11-30":{"RelativePath":"msi/microsoft.managedidentity/2018-11-30/types.json","Index":20},"Microsoft.ManagedIdentity/userAssignedIdentities@2021-09-30-preview":{"RelativePath":"msi/microsoft.managedidentity/2021-09-30-preview/types.json","Index":13},"Microsoft.ManagedIdentity/identities@2021-09-30-preview":{"RelativePath":"msi/microsoft.managedidentity/2021-09-30-preview/types.json","Index":20},"Microsoft.ManagedIdentity/userAssignedIdentities@2022-01-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2022-01-31-preview/types.json","Index":13},"Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials@2022-01-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2022-01-31-preview/types.json","Index":19},"Microsoft.ManagedIdentity/identities@2022-01-31-preview":{"RelativePath":"msi/microsoft.managedidentity/2022-01-31-preview/types.json","Index":26},"Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31":{"RelativePath":"msi/microsoft.managedidentity/2023-01-31/types.json","Index":24},"Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials@2023-01-31":{"RelativePath":"msi/microsoft.managedidentity/2023-01-31/types.json","Index":30},"Microsoft.ManagedIdentity/identities@2023-01-31":{"RelativePath":"msi/microsoft.managedidentity/2023-01-31/types.json","Index":37},"Microsoft.DBforMySQL/servers@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":77},"Microsoft.DBforMySQL/servers/firewallRules@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":82},"Microsoft.DBforMySQL/servers/virtualNetworkRules@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":93},"Microsoft.DBforMySQL/servers/databases@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":98},"Microsoft.DBforMySQL/servers/configurations@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":103},"Microsoft.DBforMySQL/servers/administrators@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":110},"Microsoft.DBforMySQL/servers/securityAlertPolicies@2017-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01-preview/types.json","Index":122},"Microsoft.DBforMySQL/servers@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":77},"Microsoft.DBforMySQL/servers/firewallRules@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":82},"Microsoft.DBforMySQL/servers/virtualNetworkRules@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":93},"Microsoft.DBforMySQL/servers/databases@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":98},"Microsoft.DBforMySQL/servers/configurations@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":103},"Microsoft.DBforMySQL/servers/administrators@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":110},"Microsoft.DBforMySQL/servers/securityAlertPolicies@2017-12-01":{"RelativePath":"mysql/microsoft.dbformysql/2017-12-01/types.json","Index":122},"Microsoft.DBforMySQL/servers/privateEndpointConnections@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":14},"Microsoft.DBforMySQL/servers/queryTexts@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":19},"Microsoft.DBforMySQL/servers/topQueryStatistics@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":25},"Microsoft.DBforMySQL/servers/waitStatistics@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":30},"Microsoft.DBforMySQL/servers/advisors@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":34},"Microsoft.DBforMySQL/servers/advisors/recommendedActions@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":40},"Microsoft.DBforMySQL/servers/privateLinkResources@2018-06-01":{"RelativePath":"mysql/microsoft.dbformysql/2018-06-01/types.json","Index":46},"Microsoft.DBforMySQL/servers/keys@2020-01-01":{"RelativePath":"mysql/microsoft.dbformysql/2020-01-01/types.json","Index":14},"Microsoft.DBForMySql/flexibleServers@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":61},"Microsoft.DBForMySql/flexibleServers/keys@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":68},"Microsoft.DBForMySql/flexibleServers/firewallRules@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":73},"Microsoft.DBForMySql/flexibleServers/databases@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":78},"Microsoft.DBForMySql/flexibleServers/configurations@2020-07-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2020-07-01-preview/types.json","Index":92},"Microsoft.DBforMySQL/flexibleServers@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":76},"Microsoft.DBforMySQL/flexibleServers/firewallRules@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":81},"Microsoft.DBforMySQL/flexibleServers/databases@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":86},"Microsoft.DBforMySQL/flexibleServers/backups@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":91},"Microsoft.DBforMySQL/flexibleServers/configurations@2021-05-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01-preview/types.json","Index":108},"Microsoft.DBforMySQL/flexibleServers@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":80},"Microsoft.DBforMySQL/flexibleServers/firewallRules@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":85},"Microsoft.DBforMySQL/flexibleServers/databases@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":90},"Microsoft.DBforMySQL/flexibleServers/backups@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":95},"Microsoft.DBforMySQL/flexibleServers/configurations@2021-05-01":{"RelativePath":"mysql/microsoft.dbformysql/2021-05-01/types.json","Index":112},"Microsoft.DBforMySQL/flexibleServers/backups@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":23},"Microsoft.DBforMySQL/flexibleServers/databases@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":28},"Microsoft.DBforMySQL/flexibleServers/firewallRules@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":33},"Microsoft.DBforMySQL/flexibleServers@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":98},"Microsoft.DBforMySQL/flexibleServers/administrators@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":107},"Microsoft.DBforMySQL/flexibleServers/configurations@2021-12-01-preview":{"RelativePath":"mysql/microsoft.dbformysql/2021-12-01-preview/types.json","Index":124},"Microsoft.NetApp/netAppAccounts@2017-08-15":{"RelativePath":"netapp/microsoft.netapp/2017-08-15/types.json","Index":14},"Microsoft.NetApp/netAppAccounts/capacityPools@2017-08-15":{"RelativePath":"netapp/microsoft.netapp/2017-08-15/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2017-08-15":{"RelativePath":"netapp/microsoft.netapp/2017-08-15/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2017-08-15":{"RelativePath":"netapp/microsoft.netapp/2017-08-15/types.json","Index":40},"Microsoft.NetApp/netAppAccounts@2019-05-01":{"RelativePath":"netapp/microsoft.netapp/2019-05-01/types.json","Index":14},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-05-01":{"RelativePath":"netapp/microsoft.netapp/2019-05-01/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-05-01":{"RelativePath":"netapp/microsoft.netapp/2019-05-01/types.json","Index":38},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-05-01":{"RelativePath":"netapp/microsoft.netapp/2019-05-01/types.json","Index":43},"Microsoft.NetApp/netAppAccounts@2019-06-01":{"RelativePath":"netapp/microsoft.netapp/2019-06-01/types.json","Index":14},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-06-01":{"RelativePath":"netapp/microsoft.netapp/2019-06-01/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-06-01":{"RelativePath":"netapp/microsoft.netapp/2019-06-01/types.json","Index":38},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-06-01":{"RelativePath":"netapp/microsoft.netapp/2019-06-01/types.json","Index":43},"Microsoft.NetApp/netAppAccounts@2019-07-01":{"RelativePath":"netapp/microsoft.netapp/2019-07-01/types.json","Index":14},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-07-01":{"RelativePath":"netapp/microsoft.netapp/2019-07-01/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-07-01":{"RelativePath":"netapp/microsoft.netapp/2019-07-01/types.json","Index":38},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-07-01":{"RelativePath":"netapp/microsoft.netapp/2019-07-01/types.json","Index":43},"Microsoft.NetApp/netAppAccounts@2019-08-01":{"RelativePath":"netapp/microsoft.netapp/2019-08-01/types.json","Index":15},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-08-01":{"RelativePath":"netapp/microsoft.netapp/2019-08-01/types.json","Index":25},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-08-01":{"RelativePath":"netapp/microsoft.netapp/2019-08-01/types.json","Index":43},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-08-01":{"RelativePath":"netapp/microsoft.netapp/2019-08-01/types.json","Index":49},"Microsoft.NetApp/netAppAccounts@2019-10-01":{"RelativePath":"netapp/microsoft.netapp/2019-10-01/types.json","Index":15},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-10-01":{"RelativePath":"netapp/microsoft.netapp/2019-10-01/types.json","Index":25},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-10-01":{"RelativePath":"netapp/microsoft.netapp/2019-10-01/types.json","Index":50},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-10-01":{"RelativePath":"netapp/microsoft.netapp/2019-10-01/types.json","Index":56},"Microsoft.NetApp/netAppAccounts@2019-11-01":{"RelativePath":"netapp/microsoft.netapp/2019-11-01/types.json","Index":15},"Microsoft.NetApp/netAppAccounts/capacityPools@2019-11-01":{"RelativePath":"netapp/microsoft.netapp/2019-11-01/types.json","Index":25},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-11-01":{"RelativePath":"netapp/microsoft.netapp/2019-11-01/types.json","Index":50},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-11-01":{"RelativePath":"netapp/microsoft.netapp/2019-11-01/types.json","Index":55},"Microsoft.NetApp/netAppAccounts@2020-02-01":{"RelativePath":"netapp/microsoft.netapp/2020-02-01/types.json","Index":16},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-02-01":{"RelativePath":"netapp/microsoft.netapp/2020-02-01/types.json","Index":26},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-02-01":{"RelativePath":"netapp/microsoft.netapp/2020-02-01/types.json","Index":52},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-02-01":{"RelativePath":"netapp/microsoft.netapp/2020-02-01/types.json","Index":57},"Microsoft.NetApp/netAppAccounts@2020-03-01":{"RelativePath":"netapp/microsoft.netapp/2020-03-01/types.json","Index":16},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-03-01":{"RelativePath":"netapp/microsoft.netapp/2020-03-01/types.json","Index":26},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-03-01":{"RelativePath":"netapp/microsoft.netapp/2020-03-01/types.json","Index":54},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-03-01":{"RelativePath":"netapp/microsoft.netapp/2020-03-01/types.json","Index":59},"Microsoft.NetApp/netAppAccounts@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":16},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":26},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":53},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":58},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":68},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":76},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":84},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-05-01":{"RelativePath":"netapp/microsoft.netapp/2020-05-01/types.json","Index":88},"Microsoft.NetApp/netAppAccounts@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":22},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":65},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":70},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":80},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":88},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":96},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-06-01":{"RelativePath":"netapp/microsoft.netapp/2020-06-01/types.json","Index":100},"Microsoft.NetApp/netAppAccounts@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":22},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":65},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":70},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":80},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":88},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":96},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-07-01":{"RelativePath":"netapp/microsoft.netapp/2020-07-01/types.json","Index":100},"Microsoft.NetApp/netAppAccounts@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":22},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":65},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":70},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":80},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":88},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":96},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-08-01":{"RelativePath":"netapp/microsoft.netapp/2020-08-01/types.json","Index":100},"Microsoft.NetApp/netAppAccounts@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":23},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":36},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":66},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":71},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":81},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":89},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":97},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-09-01":{"RelativePath":"netapp/microsoft.netapp/2020-09-01/types.json","Index":101},"Microsoft.NetApp/netAppAccounts@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":37},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":50},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":80},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":85},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":95},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":103},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":111},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-11-01":{"RelativePath":"netapp/microsoft.netapp/2020-11-01/types.json","Index":115},"Microsoft.NetApp/netAppAccounts@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":48},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":78},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":83},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":93},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":101},"Microsoft.NetApp/netAppAccounts/backupPolicies@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":109},"Microsoft.NetApp/netAppAccounts/accountBackups@2020-12-01":{"RelativePath":"netapp/microsoft.netapp/2020-12-01/types.json","Index":113},"Microsoft.NetApp/netAppAccounts@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":48},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":78},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":83},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":93},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":101},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":109},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-02-01":{"RelativePath":"netapp/microsoft.netapp/2021-02-01/types.json","Index":113},"Microsoft.NetApp/netAppAccounts@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":35},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":48},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":85},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":90},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":100},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":108},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":116},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-04-01-preview":{"RelativePath":"netapp/microsoft.netapp/2021-04-01-preview/types.json","Index":120},"Microsoft.NetApp/netAppAccounts@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":36},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":52},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":85},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":90},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":100},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":108},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":116},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-04-01":{"RelativePath":"netapp/microsoft.netapp/2021-04-01/types.json","Index":120},"Microsoft.NetApp/netAppAccounts@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":36},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":53},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":97},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":102},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":112},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":120},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":128},"Microsoft.NetApp/locations/quotaLimits@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":133},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-06-01":{"RelativePath":"netapp/microsoft.netapp/2021-06-01/types.json","Index":137},"Microsoft.NetApp/netAppAccounts@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":36},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":53},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":99},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":104},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":114},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":122},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":130},"Microsoft.NetApp/netAppAccounts/volumeGroups@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":143},"Microsoft.NetApp/locations/quotaLimits@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":148},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-08-01":{"RelativePath":"netapp/microsoft.netapp/2021-08-01/types.json","Index":152},"Microsoft.NetApp/netAppAccounts@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":37},"Microsoft.NetApp/netAppAccounts/capacityPools@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":54},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":103},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":108},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":118},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":126},"Microsoft.NetApp/netAppAccounts/backupPolicies@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":134},"Microsoft.NetApp/netAppAccounts/volumeGroups@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":147},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":152},"Microsoft.NetApp/locations/quotaLimits@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":157},"Microsoft.NetApp/netAppAccounts/accountBackups@2021-10-01":{"RelativePath":"netapp/microsoft.netapp/2021-10-01/types.json","Index":161},"Microsoft.NetApp/netAppAccounts@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":37},"Microsoft.NetApp/netAppAccounts/capacityPools@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":54},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":106},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":111},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":121},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":129},"Microsoft.NetApp/netAppAccounts/backupPolicies@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":137},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":156},"Microsoft.NetApp/netAppAccounts/volumeGroups@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":168},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":173},"Microsoft.NetApp/locations/quotaLimits@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":178},"Microsoft.NetApp/netAppAccounts/accountBackups@2022-01-01":{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":182},"Microsoft.NetApp/netAppAccounts@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":37},"Microsoft.NetApp/netAppAccounts/capacityPools@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":54},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":107},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":112},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":122},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":130},"Microsoft.NetApp/netAppAccounts/backupPolicies@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":138},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":157},"Microsoft.NetApp/netAppAccounts/volumeGroups@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":169},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":174},"Microsoft.NetApp/locations/quotaLimits@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":179},"Microsoft.NetApp/netAppAccounts/accountBackups@2022-03-01":{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":183},"Microsoft.NetApp/netAppAccounts@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":56},"Microsoft.NetApp/netAppAccounts/capacityPools@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":73},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":132},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":137},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":147},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":155},"Microsoft.NetApp/netAppAccounts/backupPolicies@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":163},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":182},"Microsoft.NetApp/netAppAccounts/volumeGroups@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":194},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":199},"Microsoft.NetApp/locations/quotaLimits@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":204},"Microsoft.NetApp/netAppAccounts/accountBackups@2022-05-01":{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":208},"Microsoft.NetApp/netAppAccounts@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":56},"Microsoft.NetApp/netAppAccounts/capacityPools@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":73},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":137},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":142},"Microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":152},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":160},"Microsoft.NetApp/netAppAccounts/backupPolicies@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":168},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":187},"Microsoft.NetApp/netAppAccounts/volumeGroups@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":199},"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":204},"Microsoft.NetApp/locations/quotaLimits@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":209},"Microsoft.NetApp/netAppAccounts/accountBackups@2022-09-01":{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":213},"microsoft.compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2015-05-01-preview":{"RelativePath":"network/microsoft.compute/2015-05-01-preview/types.json","Index":25},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2015-06-15":{"RelativePath":"network/microsoft.compute/2015-06-15/types.json","Index":83},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2016-03-30":{"RelativePath":"network/microsoft.compute/2016-03-30/types.json","Index":95},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2016-06-01":{"RelativePath":"network/microsoft.compute/2016-06-01/types.json","Index":98},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2016-09-01":{"RelativePath":"network/microsoft.compute/2016-09-01/types.json","Index":98},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2016-12-01":{"RelativePath":"network/microsoft.compute/2016-12-01/types.json","Index":98},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-03-01":{"RelativePath":"network/microsoft.compute/2017-03-01/types.json","Index":98},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-03-01":{"RelativePath":"network/microsoft.compute/2017-03-01/types.json","Index":103},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-03-30":{"RelativePath":"network/microsoft.compute/2017-03-30/types.json","Index":98},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-03-30":{"RelativePath":"network/microsoft.compute/2017-03-30/types.json","Index":103},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-06-01":{"RelativePath":"network/microsoft.compute/2017-06-01/types.json","Index":106},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-06-01":{"RelativePath":"network/microsoft.compute/2017-06-01/types.json","Index":112},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-08-01":{"RelativePath":"network/microsoft.compute/2017-08-01/types.json","Index":110},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-08-01":{"RelativePath":"network/microsoft.compute/2017-08-01/types.json","Index":116},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-09-01":{"RelativePath":"network/microsoft.compute/2017-09-01/types.json","Index":117},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2017-09-01":{"RelativePath":"network/microsoft.compute/2017-09-01/types.json","Index":121},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-09-01":{"RelativePath":"network/microsoft.compute/2017-09-01/types.json","Index":127},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-10-01":{"RelativePath":"network/microsoft.compute/2017-10-01/types.json","Index":117},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2017-10-01":{"RelativePath":"network/microsoft.compute/2017-10-01/types.json","Index":121},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-10-01":{"RelativePath":"network/microsoft.compute/2017-10-01/types.json","Index":127},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2017-11-01":{"RelativePath":"network/microsoft.compute/2017-11-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2017-11-01":{"RelativePath":"network/microsoft.compute/2017-11-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2017-11-01":{"RelativePath":"network/microsoft.compute/2017-11-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-01-01":{"RelativePath":"network/microsoft.compute/2018-01-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-01-01":{"RelativePath":"network/microsoft.compute/2018-01-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-01-01":{"RelativePath":"network/microsoft.compute/2018-01-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-02-01":{"RelativePath":"network/microsoft.compute/2018-02-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-02-01":{"RelativePath":"network/microsoft.compute/2018-02-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-02-01":{"RelativePath":"network/microsoft.compute/2018-02-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-04-01":{"RelativePath":"network/microsoft.compute/2018-04-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-04-01":{"RelativePath":"network/microsoft.compute/2018-04-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-04-01":{"RelativePath":"network/microsoft.compute/2018-04-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-06-01":{"RelativePath":"network/microsoft.compute/2018-06-01/types.json","Index":119},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-06-01":{"RelativePath":"network/microsoft.compute/2018-06-01/types.json","Index":123},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-06-01":{"RelativePath":"network/microsoft.compute/2018-06-01/types.json","Index":129},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-07-01":{"RelativePath":"network/microsoft.compute/2018-07-01/types.json","Index":128},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-07-01":{"RelativePath":"network/microsoft.compute/2018-07-01/types.json","Index":132},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-07-01":{"RelativePath":"network/microsoft.compute/2018-07-01/types.json","Index":138},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-08-01":{"RelativePath":"network/microsoft.compute/2018-08-01/types.json","Index":165},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-08-01":{"RelativePath":"network/microsoft.compute/2018-08-01/types.json","Index":169},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-08-01":{"RelativePath":"network/microsoft.compute/2018-08-01/types.json","Index":175},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-10-01":{"RelativePath":"network/microsoft.compute/2018-10-01/types.json","Index":165},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-10-01":{"RelativePath":"network/microsoft.compute/2018-10-01/types.json","Index":169},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-10-01":{"RelativePath":"network/microsoft.compute/2018-10-01/types.json","Index":175},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-11-01":{"RelativePath":"network/microsoft.compute/2018-11-01/types.json","Index":169},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-11-01":{"RelativePath":"network/microsoft.compute/2018-11-01/types.json","Index":173},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-11-01":{"RelativePath":"network/microsoft.compute/2018-11-01/types.json","Index":179},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2018-12-01":{"RelativePath":"network/microsoft.compute/2018-12-01/types.json","Index":169},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2018-12-01":{"RelativePath":"network/microsoft.compute/2018-12-01/types.json","Index":173},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2018-12-01":{"RelativePath":"network/microsoft.compute/2018-12-01/types.json","Index":179},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-02-01":{"RelativePath":"network/microsoft.compute/2019-02-01/types.json","Index":171},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-02-01":{"RelativePath":"network/microsoft.compute/2019-02-01/types.json","Index":175},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-02-01":{"RelativePath":"network/microsoft.compute/2019-02-01/types.json","Index":181},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-04-01":{"RelativePath":"network/microsoft.compute/2019-04-01/types.json","Index":190},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-04-01":{"RelativePath":"network/microsoft.compute/2019-04-01/types.json","Index":194},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-04-01":{"RelativePath":"network/microsoft.compute/2019-04-01/types.json","Index":200},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-06-01":{"RelativePath":"network/microsoft.compute/2019-06-01/types.json","Index":190},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-06-01":{"RelativePath":"network/microsoft.compute/2019-06-01/types.json","Index":194},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-06-01":{"RelativePath":"network/microsoft.compute/2019-06-01/types.json","Index":200},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-07-01":{"RelativePath":"network/microsoft.compute/2019-07-01/types.json","Index":307},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-07-01":{"RelativePath":"network/microsoft.compute/2019-07-01/types.json","Index":311},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-07-01":{"RelativePath":"network/microsoft.compute/2019-07-01/types.json","Index":317},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-08-01":{"RelativePath":"network/microsoft.compute/2019-08-01/types.json","Index":308},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-08-01":{"RelativePath":"network/microsoft.compute/2019-08-01/types.json","Index":312},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-08-01":{"RelativePath":"network/microsoft.compute/2019-08-01/types.json","Index":318},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-09-01":{"RelativePath":"network/microsoft.compute/2019-09-01/types.json","Index":308},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-09-01":{"RelativePath":"network/microsoft.compute/2019-09-01/types.json","Index":312},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-09-01":{"RelativePath":"network/microsoft.compute/2019-09-01/types.json","Index":318},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-11-01":{"RelativePath":"network/microsoft.compute/2019-11-01/types.json","Index":308},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-11-01":{"RelativePath":"network/microsoft.compute/2019-11-01/types.json","Index":312},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-11-01":{"RelativePath":"network/microsoft.compute/2019-11-01/types.json","Index":318},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2019-12-01":{"RelativePath":"network/microsoft.compute/2019-12-01/types.json","Index":323},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2019-12-01":{"RelativePath":"network/microsoft.compute/2019-12-01/types.json","Index":327},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2019-12-01":{"RelativePath":"network/microsoft.compute/2019-12-01/types.json","Index":333},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-03-01":{"RelativePath":"network/microsoft.compute/2020-03-01/types.json","Index":327},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-03-01":{"RelativePath":"network/microsoft.compute/2020-03-01/types.json","Index":331},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-03-01":{"RelativePath":"network/microsoft.compute/2020-03-01/types.json","Index":337},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-04-01":{"RelativePath":"network/microsoft.compute/2020-04-01/types.json","Index":330},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-04-01":{"RelativePath":"network/microsoft.compute/2020-04-01/types.json","Index":334},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-04-01":{"RelativePath":"network/microsoft.compute/2020-04-01/types.json","Index":340},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-05-01":{"RelativePath":"network/microsoft.compute/2020-05-01/types.json","Index":330},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-05-01":{"RelativePath":"network/microsoft.compute/2020-05-01/types.json","Index":334},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-05-01":{"RelativePath":"network/microsoft.compute/2020-05-01/types.json","Index":340},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-06-01":{"RelativePath":"network/microsoft.compute/2020-06-01/types.json","Index":330},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-06-01":{"RelativePath":"network/microsoft.compute/2020-06-01/types.json","Index":334},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-06-01":{"RelativePath":"network/microsoft.compute/2020-06-01/types.json","Index":340},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":403},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":407},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":412},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":418},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2020-07-01":{"RelativePath":"network/microsoft.compute/2020-07-01/types.json","Index":424},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":417},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":421},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":426},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":432},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2020-08-01":{"RelativePath":"network/microsoft.compute/2020-08-01/types.json","Index":438},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":417},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":422},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":426},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":432},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2020-11-01":{"RelativePath":"network/microsoft.compute/2020-11-01/types.json","Index":438},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":430},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":435},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":439},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":445},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2021-02-01":{"RelativePath":"network/microsoft.compute/2021-02-01/types.json","Index":451},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":435},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":440},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":444},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":450},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2021-03-01":{"RelativePath":"network/microsoft.compute/2021-03-01/types.json","Index":456},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":438},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":443},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":447},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":453},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2021-05-01":{"RelativePath":"network/microsoft.compute/2021-05-01/types.json","Index":459},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":447},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":452},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":456},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":462},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2021-08-01":{"RelativePath":"network/microsoft.compute/2021-08-01/types.json","Index":468},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":447},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":452},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":456},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":462},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2022-01-01":{"RelativePath":"network/microsoft.compute/2022-01-01/types.json","Index":468},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":448},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":453},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":457},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":463},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2022-05-01":{"RelativePath":"network/microsoft.compute/2022-05-01/types.json","Index":469},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":448},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":453},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":457},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":463},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2022-07-01":{"RelativePath":"network/microsoft.compute/2022-07-01/types.json","Index":469},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":448},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":453},"microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipConfigurations@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":457},"Microsoft.Compute/cloudServices/roleInstances/networkInterfaces/ipconfigurations/publicipaddresses@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":463},"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkInterfaces/ipconfigurations/publicipaddresses@2022-09-01":{"RelativePath":"network/microsoft.compute/2022-09-01/types.json","Index":469},"Microsoft.Network/applicationGateways@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":67},"Microsoft.Network/expressRouteCircuits@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":110},"Microsoft.Network/expressRouteCircuits/peerings@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":114},"Microsoft.Network/loadBalancers@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":168},"Microsoft.Network/localNetworkGateways@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":176},"Microsoft.Network/networkInterfaces@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":193},"Microsoft.Network/routeTables@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":209},"Microsoft.Network/networkSecurityGroups@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":231},"Microsoft.Network/publicIPAddresses@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":241},"Microsoft.Network/routeTables/routes@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":245},"Microsoft.Network/networkSecurityGroups/securityRules@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":249},"Microsoft.Network/expressRouteCircuits/authorizations@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":253},"Microsoft.Network/virtualnetworks/subnets@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":259},"Microsoft.Network/connections@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":292},"Microsoft.Network/virtualnetworkgateways@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":297},"Microsoft.Network/virtualnetworks@2015-05-01-preview":{"RelativePath":"network/microsoft.network/2015-05-01-preview/types.json","Index":307},"Microsoft.Network/applicationGateways@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":151},"Microsoft.Network/expressRouteCircuits/authorizations@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":159},"Microsoft.Network/expressRouteCircuits/peerings@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":179},"Microsoft.Network/expressRouteCircuits@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":202},"Microsoft.Network/loadBalancers@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":247},"Microsoft.Network/networkInterfaces@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":252},"Microsoft.Network/networkSecurityGroups@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":257},"Microsoft.Network/networkSecurityGroups/securityRules@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":261},"Microsoft.Network/publicIPAddresses@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":266},"Microsoft.Network/routeTables@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":271},"Microsoft.Network/routeTables/routes@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":275},"Microsoft.Network/virtualNetworks@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":286},"Microsoft.Network/virtualnetworks/subnets@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":290},"Microsoft.Network/virtualNetworkGateways@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":325},"Microsoft.Network/connections@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":346},"Microsoft.Network/localNetworkGateways@2015-06-15":{"RelativePath":"network/microsoft.network/2015-06-15/types.json","Index":351},"Microsoft.Network/applicationGateways@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":158},"Microsoft.Network/expressRouteCircuits/authorizations@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":166},"Microsoft.Network/expressRouteCircuits/peerings@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":186},"Microsoft.Network/expressRouteCircuits@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":209},"Microsoft.Network/loadBalancers@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":254},"Microsoft.Network/localNetworkGateways@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":263},"Microsoft.Network/networkInterfaces@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":268},"Microsoft.Network/networkSecurityGroups@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":273},"Microsoft.Network/publicIPAddresses@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":278},"Microsoft.Network/routeTables@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":283},"Microsoft.Network/routeTables/routes@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":287},"Microsoft.Network/networkSecurityGroups/securityRules@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":291},"Microsoft.Network/virtualNetworks/subnets@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":295},"Microsoft.Network/connections@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":344},"Microsoft.Network/virtualNetworkGateways@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":349},"Microsoft.Network/virtualNetworks@2016-03-30":{"RelativePath":"network/microsoft.network/2016-03-30/types.json","Index":358},"Microsoft.Network/applicationGateways@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":171},"Microsoft.Network/expressRouteCircuits/authorizations@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":179},"Microsoft.Network/expressRouteCircuits/peerings@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":199},"Microsoft.Network/expressRouteCircuits@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":222},"Microsoft.Network/loadBalancers@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":267},"Microsoft.Network/localNetworkGateways@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":276},"Microsoft.Network/networkInterfaces@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":281},"Microsoft.Network/networkSecurityGroups@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":286},"Microsoft.Network/publicIPAddresses@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":291},"Microsoft.Network/routeTables@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":296},"Microsoft.Network/routeTables/routes@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":300},"Microsoft.Network/networkSecurityGroups/securityRules@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":304},"Microsoft.Network/virtualNetworks/subnets@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":308},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":317},"Microsoft.Network/connections@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":368},"Microsoft.Network/virtualNetworkGateways@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":373},"Microsoft.Network/virtualNetworks@2016-06-01":{"RelativePath":"network/microsoft.network/2016-06-01/types.json","Index":384},"Microsoft.Network/networkInterfaces@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":98},"Microsoft.Network/applicationGateways@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":183},"Microsoft.Network/expressRouteCircuits/authorizations@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":191},"Microsoft.Network/expressRouteCircuits/peerings@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":211},"Microsoft.Network/expressRouteCircuits@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":234},"Microsoft.Network/loadBalancers@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":279},"Microsoft.Network/networkSecurityGroups@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":284},"Microsoft.Network/networkSecurityGroups/securityRules@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":288},"Microsoft.Network/networkWatchers@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":299},"Microsoft.Network/networkWatchers/packetCaptures@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":316},"Microsoft.Network/publicIPAddresses@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":321},"Microsoft.Network/routeTables@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":326},"Microsoft.Network/routeTables/routes@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":330},"Microsoft.Network/virtualNetworks@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":348},"Microsoft.Network/virtualNetworks/subnets@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":352},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":356},"Microsoft.Network/virtualNetworkGateways@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":393},"Microsoft.Network/connections@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":421},"Microsoft.Network/localNetworkGateways@2016-09-01":{"RelativePath":"network/microsoft.network/2016-09-01/types.json","Index":426},"Microsoft.Network/networkInterfaces@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":98},"Microsoft.Network/applicationGateways@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":184},"Microsoft.Network/expressRouteCircuits/authorizations@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":192},"Microsoft.Network/expressRouteCircuits/peerings@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":227},"Microsoft.Network/expressRouteCircuits@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":249},"Microsoft.Network/loadBalancers@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":294},"Microsoft.Network/networkSecurityGroups@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":299},"Microsoft.Network/networkSecurityGroups/securityRules@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":303},"Microsoft.Network/networkWatchers@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":314},"Microsoft.Network/networkWatchers/packetCaptures@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":331},"Microsoft.Network/publicIPAddresses@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":336},"Microsoft.Network/routeFilters@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":341},"Microsoft.Network/routeFilters/routeFilterRules@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":346},"Microsoft.Network/routeTables@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":351},"Microsoft.Network/routeTables/routes@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":355},"Microsoft.Network/virtualNetworks@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":373},"Microsoft.Network/virtualNetworks/subnets@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":377},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":381},"Microsoft.Network/virtualNetworkGateways@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":418},"Microsoft.Network/connections@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":446},"Microsoft.Network/localNetworkGateways@2016-12-01":{"RelativePath":"network/microsoft.network/2016-12-01/types.json","Index":451},"Microsoft.Network/applicationGateways@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":182},"Microsoft.Network/expressRouteCircuits/authorizations@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":190},"Microsoft.Network/expressRouteCircuits/peerings@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":229},"Microsoft.Network/expressRouteCircuits@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":251},"Microsoft.Network/loadBalancers@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":296},"Microsoft.Network/networkInterfaces@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":301},"Microsoft.Network/networkSecurityGroups@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":306},"Microsoft.Network/networkSecurityGroups/securityRules@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":310},"Microsoft.Network/networkWatchers@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":321},"Microsoft.Network/networkWatchers/packetCaptures@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":338},"Microsoft.Network/publicIPAddresses@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":343},"Microsoft.Network/routeFilters@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":348},"Microsoft.Network/routeFilters/routeFilterRules@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":353},"Microsoft.Network/routeTables@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":358},"Microsoft.Network/routeTables/routes@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":362},"Microsoft.Network/virtualNetworks@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":380},"Microsoft.Network/virtualNetworks/subnets@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":384},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":388},"Microsoft.Network/virtualNetworkGateways@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":431},"Microsoft.Network/connections@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":506},"Microsoft.Network/localNetworkGateways@2017-03-01":{"RelativePath":"network/microsoft.network/2017-03-01/types.json","Index":511},"Microsoft.Network/applicationGateways@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":182},"Microsoft.Network/expressRouteCircuits/authorizations@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":190},"Microsoft.Network/expressRouteCircuits/peerings@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":229},"Microsoft.Network/expressRouteCircuits@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":251},"Microsoft.Network/loadBalancers@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":296},"Microsoft.Network/networkInterfaces@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":301},"Microsoft.Network/networkSecurityGroups@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":306},"Microsoft.Network/networkSecurityGroups/securityRules@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":310},"Microsoft.Network/networkWatchers@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":321},"Microsoft.Network/networkWatchers/packetCaptures@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":338},"Microsoft.Network/publicIPAddresses@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":343},"Microsoft.Network/routeFilters@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":348},"Microsoft.Network/routeFilters/routeFilterRules@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":353},"Microsoft.Network/routeTables@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":358},"Microsoft.Network/routeTables/routes@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":362},"Microsoft.Network/virtualNetworks@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":380},"Microsoft.Network/virtualNetworks/subnets@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":384},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":388},"Microsoft.Network/virtualNetworkGateways@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":431},"Microsoft.Network/connections@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":506},"Microsoft.Network/localNetworkGateways@2017-03-30":{"RelativePath":"network/microsoft.network/2017-03-30/types.json","Index":511},"Microsoft.Network/applicationGateways@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":244},"Microsoft.Network/expressRouteCircuits/authorizations@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":252},"Microsoft.Network/expressRouteCircuits/peerings@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":292},"Microsoft.Network/expressRouteCircuits@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":315},"Microsoft.Network/loadBalancers@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":361},"Microsoft.Network/loadBalancers/inboundNatRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":365},"Microsoft.Network/networkInterfaces@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":370},"Microsoft.Network/networkSecurityGroups@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":375},"Microsoft.Network/networkSecurityGroups/securityRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":379},"Microsoft.Network/networkWatchers@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":390},"Microsoft.Network/networkWatchers/packetCaptures@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":407},"Microsoft.Network/publicIPAddresses@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":413},"Microsoft.Network/routeFilters@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":418},"Microsoft.Network/routeFilters/routeFilterRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":423},"Microsoft.Network/routeTables@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":428},"Microsoft.Network/routeTables/routes@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":432},"Microsoft.Network/virtualNetworks@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":450},"Microsoft.Network/virtualNetworks/subnets@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":454},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":458},"Microsoft.Network/virtualNetworkGateways@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":505},"Microsoft.Network/connections@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":580},"Microsoft.Network/localNetworkGateways@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":585},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":632},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":671},"Microsoft.Network/loadBalancers/backendAddressPools@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":675},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":680},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":684},"Microsoft.Network/loadBalancers/probes@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":688},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":692},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-06-01":{"RelativePath":"network/microsoft.network/2017-06-01/types.json","Index":696},"Microsoft.Network/applicationGateways@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":248},"Microsoft.Network/expressRouteCircuits/authorizations@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":256},"Microsoft.Network/expressRouteCircuits/peerings@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":296},"Microsoft.Network/expressRouteCircuits@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":318},"Microsoft.Network/loadBalancers@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":368},"Microsoft.Network/loadBalancers/inboundNatRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":372},"Microsoft.Network/networkInterfaces@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":377},"Microsoft.Network/networkSecurityGroups@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":382},"Microsoft.Network/networkSecurityGroups/securityRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":386},"Microsoft.Network/networkWatchers@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":397},"Microsoft.Network/networkWatchers/packetCaptures@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":414},"Microsoft.Network/publicIPAddresses@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":420},"Microsoft.Network/routeFilters@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":425},"Microsoft.Network/routeFilters/routeFilterRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":430},"Microsoft.Network/routeTables@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":435},"Microsoft.Network/routeTables/routes@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":439},"Microsoft.Network/virtualNetworks@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":457},"Microsoft.Network/virtualNetworks/subnets@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":461},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":465},"Microsoft.Network/virtualNetworkGateways@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":512},"Microsoft.Network/connections@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":587},"Microsoft.Network/localNetworkGateways@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":592},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":639},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":678},"Microsoft.Network/loadBalancers/backendAddressPools@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":682},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":687},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":691},"Microsoft.Network/loadBalancers/probes@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":695},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":699},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-08-01":{"RelativePath":"network/microsoft.network/2017-08-01/types.json","Index":703},"Microsoft.Network/applicationGateways@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":255},"Microsoft.Network/applicationSecurityGroups@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":260},"Microsoft.Network/expressRouteCircuits/authorizations@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":268},"Microsoft.Network/expressRouteCircuits/peerings@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":308},"Microsoft.Network/expressRouteCircuits@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":330},"Microsoft.Network/loadBalancers@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":382},"Microsoft.Network/loadBalancers/inboundNatRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":386},"Microsoft.Network/networkInterfaces@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":391},"Microsoft.Network/networkSecurityGroups@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":396},"Microsoft.Network/networkSecurityGroups/securityRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":400},"Microsoft.Network/networkWatchers@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":411},"Microsoft.Network/networkWatchers/packetCaptures@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":428},"Microsoft.Network/publicIPAddresses@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":434},"Microsoft.Network/routeFilters@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":439},"Microsoft.Network/routeFilters/routeFilterRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":444},"Microsoft.Network/routeTables@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":449},"Microsoft.Network/routeTables/routes@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":453},"Microsoft.Network/virtualNetworks@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":471},"Microsoft.Network/virtualNetworks/subnets@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":475},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":479},"Microsoft.Network/virtualNetworkGateways@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":526},"Microsoft.Network/connections@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":601},"Microsoft.Network/localNetworkGateways@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":606},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":653},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":692},"Microsoft.Network/loadBalancers/backendAddressPools@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":696},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":701},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":705},"Microsoft.Network/loadBalancers/probes@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":709},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":713},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-09-01":{"RelativePath":"network/microsoft.network/2017-09-01/types.json","Index":717},"Microsoft.Network/applicationGateways@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":255},"Microsoft.Network/applicationSecurityGroups@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":260},"Microsoft.Network/expressRouteCircuits/authorizations@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":268},"Microsoft.Network/expressRouteCircuits/peerings@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":308},"Microsoft.Network/expressRouteCircuits@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":330},"Microsoft.Network/loadBalancers@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":382},"Microsoft.Network/loadBalancers/inboundNatRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":386},"Microsoft.Network/networkInterfaces@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":391},"Microsoft.Network/networkSecurityGroups@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":396},"Microsoft.Network/networkSecurityGroups/securityRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":400},"Microsoft.Network/networkWatchers@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":411},"Microsoft.Network/networkWatchers/packetCaptures@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":428},"Microsoft.Network/networkWatchers/connectionMonitors@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":441},"Microsoft.Network/publicIPAddresses@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":447},"Microsoft.Network/routeFilters@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":452},"Microsoft.Network/routeFilters/routeFilterRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":457},"Microsoft.Network/routeTables@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":462},"Microsoft.Network/routeTables/routes@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":466},"Microsoft.Network/virtualNetworks@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":484},"Microsoft.Network/virtualNetworks/subnets@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":488},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":492},"Microsoft.Network/virtualNetworkGateways@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":539},"Microsoft.Network/connections@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":614},"Microsoft.Network/localNetworkGateways@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":619},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":666},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":705},"Microsoft.Network/loadBalancers/backendAddressPools@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":709},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":714},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":718},"Microsoft.Network/loadBalancers/probes@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":722},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":726},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-10-01":{"RelativePath":"network/microsoft.network/2017-10-01/types.json","Index":730},"Microsoft.Network/applicationGateways@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":257},"Microsoft.Network/applicationSecurityGroups@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":262},"Microsoft.Network/expressRouteCircuits/authorizations@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":270},"Microsoft.Network/expressRouteCircuits/peerings@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":309},"Microsoft.Network/expressRouteCircuits@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":331},"Microsoft.Network/loadBalancers@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":383},"Microsoft.Network/loadBalancers/inboundNatRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":387},"Microsoft.Network/networkInterfaces@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":392},"Microsoft.Network/networkSecurityGroups@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":397},"Microsoft.Network/networkSecurityGroups/securityRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":401},"Microsoft.Network/networkWatchers@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":412},"Microsoft.Network/networkWatchers/packetCaptures@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":429},"Microsoft.Network/networkWatchers/connectionMonitors@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":442},"Microsoft.Network/publicIPAddresses@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":448},"Microsoft.Network/routeFilters@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":453},"Microsoft.Network/routeFilters/routeFilterRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":457},"Microsoft.Network/routeTables@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":462},"Microsoft.Network/routeTables/routes@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":466},"Microsoft.Network/virtualNetworks@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":484},"Microsoft.Network/virtualNetworks/subnets@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":488},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":492},"Microsoft.Network/virtualNetworkGateways@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":539},"Microsoft.Network/connections@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":614},"Microsoft.Network/localNetworkGateways@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":619},"Microsoft.Network/applicationGatewayAvailableSslOptions@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":666},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":705},"Microsoft.Network/loadBalancers/backendAddressPools@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":709},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":714},"Microsoft.Network/loadBalancers/loadBalancingRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":718},"Microsoft.Network/loadBalancers/probes@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":722},"Microsoft.Network/networkInterfaces/ipConfigurations@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":726},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2017-11-01":{"RelativePath":"network/microsoft.network/2017-11-01/types.json","Index":730},"Microsoft.Network/applicationGateways@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":257},"Microsoft.Network/applicationSecurityGroups@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":262},"Microsoft.Network/expressRouteCircuits/authorizations@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":270},"Microsoft.Network/expressRouteCircuits/peerings@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":309},"Microsoft.Network/expressRouteCircuits@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":331},"Microsoft.Network/loadBalancers@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":383},"Microsoft.Network/loadBalancers/inboundNatRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":387},"Microsoft.Network/networkInterfaces@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":392},"Microsoft.Network/networkSecurityGroups@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":397},"Microsoft.Network/networkSecurityGroups/securityRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":401},"Microsoft.Network/networkWatchers@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":412},"Microsoft.Network/networkWatchers/packetCaptures@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":429},"Microsoft.Network/networkWatchers/connectionMonitors@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":442},"Microsoft.Network/publicIPAddresses@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":448},"Microsoft.Network/routeFilters@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":453},"Microsoft.Network/routeFilters/routeFilterRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":457},"Microsoft.Network/routeTables@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":462},"Microsoft.Network/routeTables/routes@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":466},"Microsoft.Network/virtualNetworks@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":484},"Microsoft.Network/virtualNetworks/subnets@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":488},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":492},"Microsoft.Network/virtualNetworkGateways@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":539},"Microsoft.Network/connections@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":614},"Microsoft.Network/localNetworkGateways@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":619},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":666},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":705},"Microsoft.Network/loadBalancers/backendAddressPools@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":709},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":714},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":718},"Microsoft.Network/loadBalancers/probes@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":722},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":726},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-01-01":{"RelativePath":"network/microsoft.network/2018-01-01/types.json","Index":730},"Microsoft.Network/applicationGateways@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":257},"Microsoft.Network/applicationSecurityGroups@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":262},"Microsoft.Network/ddosProtectionPlans@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":269},"Microsoft.Network/expressRouteCircuits/authorizations@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":277},"Microsoft.Network/expressRouteCircuits/peerings@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":323},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":327},"Microsoft.Network/expressRouteCircuits@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":349},"Microsoft.Network/expressRouteCrossConnections@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":371},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":375},"Microsoft.Network/loadBalancers@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":428},"Microsoft.Network/loadBalancers/inboundNatRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":432},"Microsoft.Network/networkInterfaces@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":437},"Microsoft.Network/networkSecurityGroups@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":442},"Microsoft.Network/networkSecurityGroups/securityRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":446},"Microsoft.Network/networkWatchers@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":457},"Microsoft.Network/networkWatchers/packetCaptures@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":474},"Microsoft.Network/networkWatchers/connectionMonitors@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":487},"Microsoft.Network/publicIPAddresses@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":493},"Microsoft.Network/routeFilters@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":498},"Microsoft.Network/routeFilters/routeFilterRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":502},"Microsoft.Network/routeTables@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":507},"Microsoft.Network/routeTables/routes@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":511},"Microsoft.Network/virtualNetworks@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":529},"Microsoft.Network/virtualNetworks/subnets@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":533},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":537},"Microsoft.Network/virtualNetworkGateways@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":637},"Microsoft.Network/connections@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":666},"Microsoft.Network/localNetworkGateways@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":671},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":718},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":757},"Microsoft.Network/loadBalancers/backendAddressPools@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":761},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":766},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":770},"Microsoft.Network/loadBalancers/probes@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":774},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":778},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-02-01":{"RelativePath":"network/microsoft.network/2018-02-01/types.json","Index":782},"Microsoft.Network/azureFirewalls@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":67},"Microsoft.Network/applicationGateways@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":323},"Microsoft.Network/applicationSecurityGroups@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":328},"Microsoft.Network/ddosProtectionPlans@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":335},"Microsoft.Network/expressRouteCircuits/authorizations@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":343},"Microsoft.Network/expressRouteCircuits/peerings@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":389},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":393},"Microsoft.Network/expressRouteCircuits@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":415},"Microsoft.Network/expressRouteCrossConnections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":437},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":441},"Microsoft.Network/loadBalancers@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":494},"Microsoft.Network/loadBalancers/inboundNatRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":498},"Microsoft.Network/networkInterfaces@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":503},"Microsoft.Network/networkSecurityGroups@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":508},"Microsoft.Network/networkSecurityGroups/securityRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":512},"Microsoft.Network/networkWatchers@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":523},"Microsoft.Network/networkWatchers/packetCaptures@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":540},"Microsoft.Network/networkWatchers/connectionMonitors@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":553},"Microsoft.Network/publicIPAddresses@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":559},"Microsoft.Network/routeFilters@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":564},"Microsoft.Network/routeFilters/routeFilterRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":568},"Microsoft.Network/routeTables@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":573},"Microsoft.Network/routeTables/routes@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":577},"Microsoft.Network/virtualNetworks@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":595},"Microsoft.Network/virtualNetworks/subnets@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":599},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":603},"Microsoft.Network/virtualNetworkGateways@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":716},"Microsoft.Network/connections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":745},"Microsoft.Network/localNetworkGateways@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":750},"Microsoft.Network/virtualWans@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":763},"Microsoft.Network/vpnSites@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":775},"Microsoft.Network/virtualHubs@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":795},"Microsoft.Network/vpnGateways@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":821},"Microsoft.Network/vpnGateways/vpnConnections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":825},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":872},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":911},"Microsoft.Network/loadBalancers/backendAddressPools@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":915},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":920},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":924},"Microsoft.Network/loadBalancers/probes@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":928},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":932},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":936},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-04-01":{"RelativePath":"network/microsoft.network/2018-04-01/types.json","Index":941},"Microsoft.Network/azureFirewalls@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":67},"Microsoft.Network/applicationGateways@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":323},"Microsoft.Network/applicationSecurityGroups@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":328},"Microsoft.Network/ddosProtectionPlans@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":335},"Microsoft.Network/expressRouteCircuits/authorizations@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":343},"Microsoft.Network/expressRouteCircuits/peerings@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":389},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":393},"Microsoft.Network/expressRouteCircuits@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":415},"Microsoft.Network/expressRouteCrossConnections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":437},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":441},"Microsoft.Network/loadBalancers@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":494},"Microsoft.Network/loadBalancers/inboundNatRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":498},"Microsoft.Network/networkInterfaces@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":503},"Microsoft.Network/networkSecurityGroups@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":508},"Microsoft.Network/networkSecurityGroups/securityRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":512},"Microsoft.Network/networkWatchers@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":523},"Microsoft.Network/networkWatchers/packetCaptures@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":540},"Microsoft.Network/networkWatchers/connectionMonitors@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":553},"Microsoft.Network/publicIPAddresses@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":559},"Microsoft.Network/routeFilters@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":564},"Microsoft.Network/routeFilters/routeFilterRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":568},"Microsoft.Network/routeTables@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":573},"Microsoft.Network/routeTables/routes@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":577},"Microsoft.Network/virtualNetworks@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":595},"Microsoft.Network/virtualNetworks/subnets@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":599},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":603},"Microsoft.Network/virtualNetworkGateways@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":716},"Microsoft.Network/connections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":745},"Microsoft.Network/localNetworkGateways@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":750},"Microsoft.Network/virtualWans@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":763},"Microsoft.Network/vpnSites@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":775},"Microsoft.Network/virtualHubs@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":795},"Microsoft.Network/vpnGateways@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":821},"Microsoft.Network/vpnGateways/vpnConnections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":825},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":872},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":911},"Microsoft.Network/loadBalancers/backendAddressPools@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":915},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":920},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":924},"Microsoft.Network/loadBalancers/probes@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":928},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":932},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":936},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-06-01":{"RelativePath":"network/microsoft.network/2018-06-01/types.json","Index":941},"Microsoft.Network/azureFirewalls@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":67},"Microsoft.Network/applicationGateways@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":332},"Microsoft.Network/applicationSecurityGroups@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":337},"Microsoft.Network/ddosProtectionPlans@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":344},"Microsoft.Network/expressRouteCircuits/authorizations@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":352},"Microsoft.Network/expressRouteCircuits/peerings@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":398},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":402},"Microsoft.Network/expressRouteCircuits@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":424},"Microsoft.Network/expressRouteCrossConnections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":446},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":450},"Microsoft.Network/loadBalancers@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":507},"Microsoft.Network/loadBalancers/inboundNatRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":511},"Microsoft.Network/networkInterfaces@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":516},"Microsoft.Network/networkSecurityGroups@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":521},"Microsoft.Network/networkSecurityGroups/securityRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":525},"Microsoft.Network/networkWatchers@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":536},"Microsoft.Network/networkWatchers/packetCaptures@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":553},"Microsoft.Network/networkWatchers/connectionMonitors@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":566},"Microsoft.Network/publicIPAddresses@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":572},"Microsoft.Network/publicIPPrefixes@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":588},"Microsoft.Network/routeFilters@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":593},"Microsoft.Network/routeFilters/routeFilterRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":597},"Microsoft.Network/routeTables@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":602},"Microsoft.Network/routeTables/routes@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":606},"Microsoft.Network/virtualNetworks@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":624},"Microsoft.Network/virtualNetworks/subnets@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":628},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":632},"Microsoft.Network/virtualNetworkGateways@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":745},"Microsoft.Network/connections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":774},"Microsoft.Network/localNetworkGateways@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":779},"Microsoft.Network/virtualWans@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":792},"Microsoft.Network/vpnSites@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":804},"Microsoft.Network/virtualHubs@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":824},"Microsoft.Network/vpnGateways@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":850},"Microsoft.Network/vpnGateways/vpnConnections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":854},"Microsoft.Network/serviceEndpointPolicies@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":859},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":863},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":910},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":949},"Microsoft.Network/loadBalancers/backendAddressPools@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":953},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":958},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":962},"Microsoft.Network/loadBalancers/probes@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":966},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":970},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":974},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-07-01":{"RelativePath":"network/microsoft.network/2018-07-01/types.json","Index":979},"Microsoft.Network/applicationGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":321},"Microsoft.Network/applicationSecurityGroups@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":326},"Microsoft.Network/azureFirewalls@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":409},"Microsoft.Network/ddosProtectionPlans@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":416},"Microsoft.Network/expressRouteCircuits/authorizations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":424},"Microsoft.Network/expressRouteCircuits/peerings@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":471},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":475},"Microsoft.Network/expressRouteCircuits@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":498},"Microsoft.Network/expressRouteCrossConnections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":520},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":524},"Microsoft.Network/expressRouteGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":547},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":551},"Microsoft.Network/ExpressRoutePorts@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":570},"Microsoft.Network/interfaceEndpoints@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":575},"Microsoft.Network/loadBalancers@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":622},"Microsoft.Network/loadBalancers/inboundNatRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":626},"Microsoft.Network/networkInterfaces@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":631},"Microsoft.Network/networkInterfaces/tapConfigurations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":635},"Microsoft.Network/networkProfiles@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":653},"Microsoft.Network/networkSecurityGroups@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":658},"Microsoft.Network/networkSecurityGroups/securityRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":662},"Microsoft.Network/networkWatchers@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":673},"Microsoft.Network/networkWatchers/packetCaptures@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":690},"Microsoft.Network/networkWatchers/connectionMonitors@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":703},"Microsoft.Network/publicIPAddresses@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":709},"Microsoft.Network/publicIPPrefixes@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":725},"Microsoft.Network/routeFilters@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":730},"Microsoft.Network/routeFilters/routeFilterRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":734},"Microsoft.Network/routeTables@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":739},"Microsoft.Network/routeTables/routes@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":743},"Microsoft.Network/serviceEndpointPolicies@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":748},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":752},"Microsoft.Network/virtualNetworks@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":770},"Microsoft.Network/virtualNetworks/subnets@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":774},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":778},"Microsoft.Network/virtualNetworkTaps@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":783},"Microsoft.Network/virtualNetworkGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":896},"Microsoft.Network/connections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":928},"Microsoft.Network/localNetworkGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":933},"Microsoft.Network/virtualWans@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":972},"Microsoft.Network/vpnSites@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":984},"Microsoft.Network/virtualHubs@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1007},"Microsoft.Network/vpnGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1035},"Microsoft.Network/vpnGateways/vpnConnections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1039},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1043},"Microsoft.Network/p2svpnGateways@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1056},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1103},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1142},"Microsoft.Network/ExpressRoutePortsLocations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1150},"Microsoft.Network/ExpressRoutePorts/links@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1154},"Microsoft.Network/loadBalancers/backendAddressPools@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1158},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1163},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1167},"Microsoft.Network/loadBalancers/outboundRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1171},"Microsoft.Network/loadBalancers/probes@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1175},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1179},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1183},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-08-01":{"RelativePath":"network/microsoft.network/2018-08-01/types.json","Index":1187},"Microsoft.Network/applicationGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":338},"Microsoft.Network/applicationSecurityGroups@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":343},"Microsoft.Network/azureFirewalls@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":426},"Microsoft.Network/ddosProtectionPlans@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":433},"Microsoft.Network/expressRouteCircuits/authorizations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":441},"Microsoft.Network/expressRouteCircuits/peerings@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":488},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":492},"Microsoft.Network/expressRouteCircuits@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":515},"Microsoft.Network/expressRouteCrossConnections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":537},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":541},"Microsoft.Network/expressRouteGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":564},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":568},"Microsoft.Network/ExpressRoutePorts@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":587},"Microsoft.Network/interfaceEndpoints@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":592},"Microsoft.Network/loadBalancers@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":639},"Microsoft.Network/loadBalancers/inboundNatRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":643},"Microsoft.Network/networkInterfaces@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":648},"Microsoft.Network/networkInterfaces/tapConfigurations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":652},"Microsoft.Network/networkProfiles@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":670},"Microsoft.Network/networkSecurityGroups@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":675},"Microsoft.Network/networkSecurityGroups/securityRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":679},"Microsoft.Network/networkWatchers@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":690},"Microsoft.Network/networkWatchers/packetCaptures@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":707},"Microsoft.Network/networkWatchers/connectionMonitors@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":720},"Microsoft.Network/publicIPAddresses@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":726},"Microsoft.Network/publicIPPrefixes@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":742},"Microsoft.Network/routeFilters@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":747},"Microsoft.Network/routeFilters/routeFilterRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":751},"Microsoft.Network/routeTables@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":756},"Microsoft.Network/routeTables/routes@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":760},"Microsoft.Network/serviceEndpointPolicies@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":765},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":769},"Microsoft.Network/virtualNetworks@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":787},"Microsoft.Network/virtualNetworks/subnets@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":791},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":795},"Microsoft.Network/virtualNetworkGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":908},"Microsoft.Network/connections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":940},"Microsoft.Network/localNetworkGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":945},"Microsoft.Network/virtualNetworkTaps@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":950},"Microsoft.Network/virtualWans@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":989},"Microsoft.Network/vpnSites@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1001},"Microsoft.Network/virtualHubs@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1024},"Microsoft.Network/vpnGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1052},"Microsoft.Network/vpnGateways/vpnConnections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1056},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1060},"Microsoft.Network/p2svpnGateways@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1073},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1120},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1159},"Microsoft.Network/ExpressRoutePortsLocations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1167},"Microsoft.Network/ExpressRoutePorts/links@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1171},"Microsoft.Network/loadBalancers/backendAddressPools@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1175},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1180},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1184},"Microsoft.Network/loadBalancers/outboundRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1188},"Microsoft.Network/loadBalancers/probes@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1192},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1196},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1200},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-10-01":{"RelativePath":"network/microsoft.network/2018-10-01/types.json","Index":1204},"Microsoft.Network/applicationGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":342},"Microsoft.Network/applicationSecurityGroups@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":347},"Microsoft.Network/azureFirewalls@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":430},"Microsoft.Network/ddosCustomPolicies@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":448},"Microsoft.Network/ddosProtectionPlans@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":455},"Microsoft.Network/expressRouteCircuits/authorizations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":463},"Microsoft.Network/expressRouteCircuits/peerings@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":510},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":514},"Microsoft.Network/expressRouteCircuits@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":537},"Microsoft.Network/expressRouteCrossConnections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":559},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":563},"Microsoft.Network/expressRouteGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":586},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":590},"Microsoft.Network/ExpressRoutePorts@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":609},"Microsoft.Network/interfaceEndpoints@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":614},"Microsoft.Network/loadBalancers@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":661},"Microsoft.Network/loadBalancers/inboundNatRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":665},"Microsoft.Network/networkInterfaces@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":670},"Microsoft.Network/networkInterfaces/tapConfigurations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":674},"Microsoft.Network/networkProfiles@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":692},"Microsoft.Network/networkSecurityGroups@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":697},"Microsoft.Network/networkSecurityGroups/securityRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":701},"Microsoft.Network/networkWatchers@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":712},"Microsoft.Network/networkWatchers/packetCaptures@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":729},"Microsoft.Network/networkWatchers/connectionMonitors@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":742},"Microsoft.Network/publicIPAddresses@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":748},"Microsoft.Network/publicIPPrefixes@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":764},"Microsoft.Network/routeFilters@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":769},"Microsoft.Network/routeFilters/routeFilterRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":773},"Microsoft.Network/routeTables@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":778},"Microsoft.Network/routeTables/routes@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":782},"Microsoft.Network/serviceEndpointPolicies@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":787},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":791},"Microsoft.Network/virtualNetworks@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":809},"Microsoft.Network/virtualNetworks/subnets@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":813},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":817},"Microsoft.Network/virtualNetworkGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":930},"Microsoft.Network/connections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":962},"Microsoft.Network/localNetworkGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":967},"Microsoft.Network/virtualNetworkTaps@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":972},"Microsoft.Network/virtualWans@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1011},"Microsoft.Network/vpnSites@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1023},"Microsoft.Network/virtualHubs@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1046},"Microsoft.Network/vpnGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1074},"Microsoft.Network/vpnGateways/vpnConnections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1078},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1082},"Microsoft.Network/p2svpnGateways@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1095},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1142},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1181},"Microsoft.Network/ExpressRoutePortsLocations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1189},"Microsoft.Network/ExpressRoutePorts/links@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1193},"Microsoft.Network/loadBalancers/backendAddressPools@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1197},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1202},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1206},"Microsoft.Network/loadBalancers/outboundRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1210},"Microsoft.Network/loadBalancers/probes@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1214},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1218},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1222},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-11-01":{"RelativePath":"network/microsoft.network/2018-11-01/types.json","Index":1226},"Microsoft.Network/applicationGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":344},"Microsoft.Network/applicationSecurityGroups@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":349},"Microsoft.Network/azureFirewalls@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":437},"Microsoft.Network/ddosCustomPolicies@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":455},"Microsoft.Network/ddosProtectionPlans@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":462},"Microsoft.Network/expressRouteCircuits/authorizations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":470},"Microsoft.Network/expressRouteCircuits/peerings@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":524},"Microsoft.Network/expressRouteCircuits/peerings/connections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":528},"Microsoft.Network/expressRouteCircuits@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":552},"Microsoft.Network/expressRouteCrossConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":574},"Microsoft.Network/expressRouteCrossConnections/peerings@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":578},"Microsoft.Network/expressRouteGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":601},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":605},"Microsoft.Network/ExpressRoutePorts@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":624},"Microsoft.Network/interfaceEndpoints@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":629},"Microsoft.Network/loadBalancers@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":676},"Microsoft.Network/loadBalancers/inboundNatRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":680},"Microsoft.Network/networkInterfaces@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":685},"Microsoft.Network/networkInterfaces/tapConfigurations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":689},"Microsoft.Network/networkProfiles@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":707},"Microsoft.Network/networkSecurityGroups@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":712},"Microsoft.Network/networkSecurityGroups/securityRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":716},"Microsoft.Network/networkWatchers@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":727},"Microsoft.Network/networkWatchers/packetCaptures@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":744},"Microsoft.Network/networkWatchers/connectionMonitors@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":757},"Microsoft.Network/publicIPAddresses@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":763},"Microsoft.Network/publicIPPrefixes@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":779},"Microsoft.Network/routeFilters@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":784},"Microsoft.Network/routeFilters/routeFilterRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":788},"Microsoft.Network/routeTables@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":793},"Microsoft.Network/routeTables/routes@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":797},"Microsoft.Network/serviceEndpointPolicies@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":802},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":806},"Microsoft.Network/virtualNetworks@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":824},"Microsoft.Network/virtualNetworks/subnets@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":828},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":832},"Microsoft.Network/virtualNetworkGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":945},"Microsoft.Network/connections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":977},"Microsoft.Network/localNetworkGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":982},"Microsoft.Network/virtualNetworkTaps@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":987},"Microsoft.Network/virtualWans@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1026},"Microsoft.Network/vpnSites@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1038},"Microsoft.Network/virtualHubs@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1061},"Microsoft.Network/vpnGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1089},"Microsoft.Network/vpnGateways/vpnConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1093},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1097},"Microsoft.Network/p2svpnGateways@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1110},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1176},"Microsoft.Network/applicationGatewayAvailableSslOptions@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1223},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1262},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1266},"Microsoft.Network/ExpressRoutePortsLocations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1274},"Microsoft.Network/ExpressRoutePorts/links@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1278},"Microsoft.Network/loadBalancers/backendAddressPools@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1282},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1287},"Microsoft.Network/loadBalancers/loadBalancingRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1291},"Microsoft.Network/loadBalancers/outboundRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1295},"Microsoft.Network/loadBalancers/probes@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1299},"Microsoft.Network/networkInterfaces/ipConfigurations@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1303},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1307},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2018-12-01":{"RelativePath":"network/microsoft.network/2018-12-01/types.json","Index":1311},"Microsoft.Network/applicationGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":346},"Microsoft.Network/applicationSecurityGroups@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":351},"Microsoft.Network/azureFirewalls@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":438},"Microsoft.Network/ddosCustomPolicies@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":456},"Microsoft.Network/ddosProtectionPlans@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":463},"Microsoft.Network/expressRouteCircuits/authorizations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":471},"Microsoft.Network/expressRouteCircuits/peerings@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":525},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":529},"Microsoft.Network/expressRouteCircuits@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":553},"Microsoft.Network/expressRouteCrossConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":575},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":579},"Microsoft.Network/expressRouteGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":602},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":606},"Microsoft.Network/ExpressRoutePorts@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":625},"Microsoft.Network/interfaceEndpoints@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":630},"Microsoft.Network/loadBalancers@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":677},"Microsoft.Network/loadBalancers/inboundNatRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":681},"Microsoft.Network/natGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":693},"Microsoft.Network/networkInterfaces@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":698},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":702},"Microsoft.Network/networkProfiles@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":720},"Microsoft.Network/networkSecurityGroups@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":725},"Microsoft.Network/networkSecurityGroups/securityRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":729},"Microsoft.Network/networkWatchers@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":740},"Microsoft.Network/networkWatchers/packetCaptures@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":757},"Microsoft.Network/networkWatchers/connectionMonitors@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":770},"Microsoft.Network/publicIPAddresses@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":776},"Microsoft.Network/publicIPPrefixes@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":792},"Microsoft.Network/routeFilters@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":797},"Microsoft.Network/routeFilters/routeFilterRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":801},"Microsoft.Network/routeTables@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":806},"Microsoft.Network/routeTables/routes@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":810},"Microsoft.Network/serviceEndpointPolicies@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":815},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":819},"Microsoft.Network/virtualNetworks@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":837},"Microsoft.Network/virtualNetworks/subnets@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":841},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":845},"Microsoft.Network/virtualNetworkGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":958},"Microsoft.Network/connections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":990},"Microsoft.Network/localNetworkGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":995},"Microsoft.Network/virtualNetworkTaps@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1000},"Microsoft.Network/virtualWans@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1039},"Microsoft.Network/vpnSites@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1051},"Microsoft.Network/virtualHubs@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1074},"Microsoft.Network/vpnGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1102},"Microsoft.Network/vpnGateways/vpnConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1106},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1110},"Microsoft.Network/p2svpnGateways@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1123},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1189},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1236},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1275},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1279},"Microsoft.Network/ExpressRoutePortsLocations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1287},"Microsoft.Network/ExpressRoutePorts/links@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1291},"Microsoft.Network/loadBalancers/backendAddressPools@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1295},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1300},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1304},"Microsoft.Network/loadBalancers/outboundRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1308},"Microsoft.Network/loadBalancers/probes@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1312},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1316},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1320},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-02-01":{"RelativePath":"network/microsoft.network/2019-02-01/types.json","Index":1324},"Microsoft.Network/applicationGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":365},"Microsoft.Network/applicationSecurityGroups@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":370},"Microsoft.Network/azureFirewalls@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":458},"Microsoft.Network/bastionHosts@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":480},"Microsoft.Network/ddosCustomPolicies@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":498},"Microsoft.Network/ddosProtectionPlans@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":505},"Microsoft.Network/expressRouteCircuits/authorizations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":513},"Microsoft.Network/expressRouteCircuits/peerings@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":553},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":557},"Microsoft.Network/expressRouteCircuits@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":582},"Microsoft.Network/expressRouteCrossConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":604},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":608},"Microsoft.Network/expressRouteGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":631},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":635},"Microsoft.Network/ExpressRoutePorts@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":654},"Microsoft.Network/privateEndpoints@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":659},"Microsoft.Network/privateLinkServices@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":699},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":703},"Microsoft.Network/loadBalancers@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":750},"Microsoft.Network/loadBalancers/inboundNatRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":754},"Microsoft.Network/natGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":767},"Microsoft.Network/networkInterfaces@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":772},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":776},"Microsoft.Network/networkProfiles@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":794},"Microsoft.Network/networkSecurityGroups@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":799},"Microsoft.Network/networkSecurityGroups/securityRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":803},"Microsoft.Network/networkWatchers@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":814},"Microsoft.Network/networkWatchers/packetCaptures@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":831},"Microsoft.Network/networkWatchers/connectionMonitors@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":844},"Microsoft.Network/publicIPAddresses@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":850},"Microsoft.Network/publicIPPrefixes@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":866},"Microsoft.Network/routeFilters@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":883},"Microsoft.Network/routeFilters/routeFilterRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":887},"Microsoft.Network/routeTables@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":892},"Microsoft.Network/routeTables/routes@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":896},"Microsoft.Network/serviceEndpointPolicies@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":901},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":905},"Microsoft.Network/virtualNetworks@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":923},"Microsoft.Network/virtualNetworks/subnets@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":927},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":931},"Microsoft.Network/virtualNetworkGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1044},"Microsoft.Network/connections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1076},"Microsoft.Network/localNetworkGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1081},"Microsoft.Network/virtualNetworkTaps@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1086},"Microsoft.Network/virtualWans@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1125},"Microsoft.Network/vpnSites@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1137},"Microsoft.Network/virtualHubs@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1160},"Microsoft.Network/vpnGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1188},"Microsoft.Network/vpnGateways/vpnConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1192},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1196},"Microsoft.Network/p2svpnGateways@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1209},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1275},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1322},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1361},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1365},"Microsoft.Network/ExpressRoutePortsLocations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1373},"Microsoft.Network/ExpressRoutePorts/links@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1377},"Microsoft.Network/loadBalancers/backendAddressPools@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1381},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1386},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1390},"Microsoft.Network/loadBalancers/outboundRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1394},"Microsoft.Network/loadBalancers/probes@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1398},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1402},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1406},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-04-01":{"RelativePath":"network/microsoft.network/2019-04-01/types.json","Index":1410},"Microsoft.Network/applicationGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":365},"Microsoft.Network/applicationSecurityGroups@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":370},"Microsoft.Network/azureFirewalls@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":461},"Microsoft.Network/bastionHosts@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":483},"Microsoft.Network/ddosCustomPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":501},"Microsoft.Network/ddosProtectionPlans@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":508},"Microsoft.Network/expressRouteCircuits/authorizations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":516},"Microsoft.Network/expressRouteCircuits/peerings@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":556},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":560},"Microsoft.Network/expressRouteCircuits@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":585},"Microsoft.Network/expressRouteCrossConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":607},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":611},"Microsoft.Network/expressRouteGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":634},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":638},"Microsoft.Network/ExpressRoutePorts@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":657},"Microsoft.Network/firewallPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":675},"Microsoft.Network/firewallPolicies/ruleGroups@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":724},"Microsoft.Network/loadBalancers@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":771},"Microsoft.Network/loadBalancers/inboundNatRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":775},"Microsoft.Network/natGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":788},"Microsoft.Network/networkInterfaces@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":793},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":797},"Microsoft.Network/networkProfiles@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":815},"Microsoft.Network/networkSecurityGroups@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":820},"Microsoft.Network/networkSecurityGroups/securityRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":824},"Microsoft.Network/networkWatchers@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":835},"Microsoft.Network/networkWatchers/packetCaptures@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":852},"Microsoft.Network/networkWatchers/connectionMonitors@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":865},"Microsoft.Network/privateEndpoints@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":870},"Microsoft.Network/privateLinkServices@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":910},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":914},"Microsoft.Network/publicIPAddresses@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":920},"Microsoft.Network/publicIPPrefixes@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":936},"Microsoft.Network/routeFilters@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":953},"Microsoft.Network/routeFilters/routeFilterRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":957},"Microsoft.Network/routeTables@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":962},"Microsoft.Network/routeTables/routes@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":966},"Microsoft.Network/serviceEndpointPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":971},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":975},"Microsoft.Network/virtualNetworks@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":993},"Microsoft.Network/virtualNetworks/subnets@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":997},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1001},"Microsoft.Network/virtualNetworkGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1114},"Microsoft.Network/connections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1146},"Microsoft.Network/localNetworkGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1151},"Microsoft.Network/virtualNetworkTaps@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1156},"Microsoft.Network/virtualWans@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1195},"Microsoft.Network/vpnSites@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1217},"Microsoft.Network/virtualHubs@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1240},"Microsoft.Network/vpnGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1285},"Microsoft.Network/vpnGateways/vpnConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1289},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1293},"Microsoft.Network/p2svpnGateways@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1306},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1372},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1419},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1458},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1462},"Microsoft.Network/ExpressRoutePortsLocations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1470},"Microsoft.Network/ExpressRoutePorts/links@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1474},"Microsoft.Network/loadBalancers/backendAddressPools@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1478},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1483},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1487},"Microsoft.Network/loadBalancers/outboundRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1491},"Microsoft.Network/loadBalancers/probes@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1495},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1499},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1503},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1507},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1511},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-06-01":{"RelativePath":"network/microsoft.network/2019-06-01/types.json","Index":1515},"Microsoft.Network/applicationGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":552},"Microsoft.Network/applicationSecurityGroups@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":557},"Microsoft.Network/azureFirewalls@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":649},"Microsoft.Network/bastionHosts@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":671},"Microsoft.Network/ddosCustomPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":694},"Microsoft.Network/ddosProtectionPlans@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":706},"Microsoft.Network/expressRouteCircuits/authorizations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":719},"Microsoft.Network/expressRouteCircuits/peerings@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":774},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":778},"Microsoft.Network/expressRouteCircuits@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":808},"Microsoft.Network/expressRouteCrossConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":840},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":844},"Microsoft.Network/expressRouteGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":867},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":871},"Microsoft.Network/ExpressRoutePorts@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":904},"Microsoft.Network/firewallPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":922},"Microsoft.Network/firewallPolicies/ruleGroups@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":971},"Microsoft.Network/loadBalancers@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1043},"Microsoft.Network/loadBalancers/inboundNatRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1047},"Microsoft.Network/natGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1065},"Microsoft.Network/networkInterfaces@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1070},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1074},"Microsoft.Network/networkProfiles@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1112},"Microsoft.Network/networkSecurityGroups@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1117},"Microsoft.Network/networkSecurityGroups/securityRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1121},"Microsoft.Network/networkWatchers@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1132},"Microsoft.Network/networkWatchers/packetCaptures@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1149},"Microsoft.Network/networkWatchers/connectionMonitors@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1162},"Microsoft.Network/privateEndpoints@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1167},"Microsoft.Network/privateLinkServices@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1207},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1211},"Microsoft.Network/publicIPAddresses@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1217},"Microsoft.Network/publicIPPrefixes@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1238},"Microsoft.Network/routeFilters@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1265},"Microsoft.Network/routeFilters/routeFilterRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1269},"Microsoft.Network/routeTables@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1274},"Microsoft.Network/routeTables/routes@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1278},"Microsoft.Network/serviceEndpointPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1283},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1287},"Microsoft.Network/virtualNetworks@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1315},"Microsoft.Network/virtualNetworks/subnets@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1319},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1323},"Microsoft.Network/virtualNetworkGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1468},"Microsoft.Network/connections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1514},"Microsoft.Network/localNetworkGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1519},"Microsoft.Network/virtualNetworkTaps@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1524},"Microsoft.Network/virtualRouters@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1537},"Microsoft.Network/virtualRouters/peerings@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1547},"Microsoft.Network/virtualWans@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1611},"Microsoft.Network/vpnSites@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1633},"Microsoft.Network/virtualHubs@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1656},"Microsoft.Network/vpnGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1701},"Microsoft.Network/vpnGateways/vpnConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1705},"Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1709},"Microsoft.Network/p2svpnGateways@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1722},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1793},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1840},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1879},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1883},"Microsoft.Network/ExpressRoutePortsLocations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1896},"Microsoft.Network/ExpressRoutePorts/links@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1900},"Microsoft.Network/loadBalancers/backendAddressPools@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1904},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1909},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1913},"Microsoft.Network/loadBalancers/outboundRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1917},"Microsoft.Network/loadBalancers/probes@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1921},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1925},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1929},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1933},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1937},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-07-01":{"RelativePath":"network/microsoft.network/2019-07-01/types.json","Index":1941},"Microsoft.Network/applicationGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":553},"Microsoft.Network/applicationSecurityGroups@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":558},"Microsoft.Network/azureFirewalls@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":656},"Microsoft.Network/bastionHosts@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":678},"Microsoft.Network/ddosCustomPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":701},"Microsoft.Network/ddosProtectionPlans@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":713},"Microsoft.Network/expressRouteCircuits/authorizations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":726},"Microsoft.Network/expressRouteCircuits/peerings@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":781},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":785},"Microsoft.Network/expressRouteCircuits@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":815},"Microsoft.Network/expressRouteCrossConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":847},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":851},"Microsoft.Network/expressRouteGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":874},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":878},"Microsoft.Network/ExpressRoutePorts@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":911},"Microsoft.Network/firewallPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":929},"Microsoft.Network/firewallPolicies/ruleGroups@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":976},"Microsoft.Network/loadBalancers@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1048},"Microsoft.Network/loadBalancers/inboundNatRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1052},"Microsoft.Network/natGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1070},"Microsoft.Network/networkInterfaces@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1075},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1079},"Microsoft.Network/networkProfiles@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1117},"Microsoft.Network/networkSecurityGroups@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1122},"Microsoft.Network/networkSecurityGroups/securityRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1126},"Microsoft.Network/networkWatchers@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1137},"Microsoft.Network/networkWatchers/packetCaptures@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1154},"Microsoft.Network/networkWatchers/connectionMonitors@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1167},"Microsoft.Network/privateEndpoints@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1172},"Microsoft.Network/privateLinkServices@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1212},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1216},"Microsoft.Network/publicIPAddresses@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1222},"Microsoft.Network/publicIPPrefixes@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1243},"Microsoft.Network/routeFilters@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1270},"Microsoft.Network/routeFilters/routeFilterRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1274},"Microsoft.Network/routeTables@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1279},"Microsoft.Network/routeTables/routes@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1283},"Microsoft.Network/serviceEndpointPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1288},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1292},"Microsoft.Network/virtualNetworks@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1321},"Microsoft.Network/virtualNetworks/subnets@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1325},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1329},"Microsoft.Network/virtualNetworkGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1474},"Microsoft.Network/connections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1520},"Microsoft.Network/localNetworkGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1525},"Microsoft.Network/virtualNetworkTaps@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1530},"Microsoft.Network/virtualRouters@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1543},"Microsoft.Network/virtualRouters/peerings@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1553},"Microsoft.Network/virtualWans@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1571},"Microsoft.Network/vpnSites@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1593},"Microsoft.Network/vpnServerConfigurations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1637},"Microsoft.Network/virtualHubs@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1660},"Microsoft.Network/vpnGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1705},"Microsoft.Network/vpnGateways/vpnConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1709},"Microsoft.Network/p2svpnGateways@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1714},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1806},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1853},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1892},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1896},"Microsoft.Network/ExpressRoutePortsLocations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1909},"Microsoft.Network/ExpressRoutePorts/links@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1913},"Microsoft.Network/loadBalancers/backendAddressPools@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1917},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1922},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1926},"Microsoft.Network/loadBalancers/outboundRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1930},"Microsoft.Network/loadBalancers/probes@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1934},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1938},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1942},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1946},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1950},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-08-01":{"RelativePath":"network/microsoft.network/2019-08-01/types.json","Index":1954},"Microsoft.Network/applicationGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":554},"Microsoft.Network/applicationSecurityGroups@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":559},"Microsoft.Network/azureFirewalls@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":663},"Microsoft.Network/bastionHosts@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":685},"Microsoft.Network/ddosCustomPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":708},"Microsoft.Network/ddosProtectionPlans@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":720},"Microsoft.Network/expressRouteCircuits/authorizations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":733},"Microsoft.Network/expressRouteCircuits/peerings@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":788},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":792},"Microsoft.Network/expressRouteCircuits@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":822},"Microsoft.Network/expressRouteCrossConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":854},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":858},"Microsoft.Network/expressRouteGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":881},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":885},"Microsoft.Network/ExpressRoutePorts@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":918},"Microsoft.Network/firewallPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":936},"Microsoft.Network/firewallPolicies/ruleGroups@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":983},"Microsoft.Network/ipGroups@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":996},"Microsoft.Network/loadBalancers@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1068},"Microsoft.Network/loadBalancers/inboundNatRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1072},"Microsoft.Network/natGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1090},"Microsoft.Network/networkInterfaces@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1095},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1099},"Microsoft.Network/networkProfiles@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1137},"Microsoft.Network/networkSecurityGroups@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1142},"Microsoft.Network/networkSecurityGroups/securityRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1146},"Microsoft.Network/networkWatchers@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1157},"Microsoft.Network/networkWatchers/packetCaptures@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1174},"Microsoft.Network/networkWatchers/connectionMonitors@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1187},"Microsoft.Network/privateEndpoints@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1192},"Microsoft.Network/privateLinkServices@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1232},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1236},"Microsoft.Network/publicIPAddresses@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1242},"Microsoft.Network/publicIPPrefixes@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1263},"Microsoft.Network/routeFilters@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1290},"Microsoft.Network/routeFilters/routeFilterRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1294},"Microsoft.Network/routeTables@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1299},"Microsoft.Network/routeTables/routes@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1303},"Microsoft.Network/serviceEndpointPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1308},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1312},"Microsoft.Network/virtualNetworks@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1341},"Microsoft.Network/virtualNetworks/subnets@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1345},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1349},"Microsoft.Network/virtualNetworkGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1494},"Microsoft.Network/connections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1540},"Microsoft.Network/localNetworkGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1545},"Microsoft.Network/virtualNetworkTaps@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1550},"Microsoft.Network/virtualRouters@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1563},"Microsoft.Network/virtualRouters/peerings@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1573},"Microsoft.Network/virtualWans@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1591},"Microsoft.Network/vpnSites@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1613},"Microsoft.Network/vpnServerConfigurations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1657},"Microsoft.Network/virtualHubs@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1693},"Microsoft.Network/vpnGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1738},"Microsoft.Network/vpnGateways/vpnConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1742},"Microsoft.Network/p2svpnGateways@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1747},"Microsoft.Network/virtualHubs/routeTables@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1751},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1846},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1893},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1932},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1936},"Microsoft.Network/ExpressRoutePortsLocations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1949},"Microsoft.Network/ExpressRoutePorts/links@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1953},"Microsoft.Network/loadBalancers/backendAddressPools@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1957},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1962},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1966},"Microsoft.Network/loadBalancers/outboundRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1970},"Microsoft.Network/loadBalancers/probes@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1974},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1978},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1982},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1986},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1990},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-09-01":{"RelativePath":"network/microsoft.network/2019-09-01/types.json","Index":1994},"Microsoft.Network/applicationGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":555},"Microsoft.Network/applicationSecurityGroups@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":560},"Microsoft.Network/azureFirewalls@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":666},"Microsoft.Network/bastionHosts@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":688},"Microsoft.Network/ddosCustomPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":711},"Microsoft.Network/ddosProtectionPlans@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":723},"Microsoft.Network/expressRouteCircuits/authorizations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":736},"Microsoft.Network/expressRouteCircuits/peerings@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":791},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":795},"Microsoft.Network/expressRouteCircuits@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":825},"Microsoft.Network/expressRouteCrossConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":857},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":861},"Microsoft.Network/expressRouteGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":884},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":888},"Microsoft.Network/ExpressRoutePorts@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":921},"Microsoft.Network/firewallPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":939},"Microsoft.Network/firewallPolicies/ruleGroups@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":986},"Microsoft.Network/ipGroups@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":999},"Microsoft.Network/loadBalancers@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1071},"Microsoft.Network/loadBalancers/inboundNatRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1075},"Microsoft.Network/natGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1093},"Microsoft.Network/networkInterfaces@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1098},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1102},"Microsoft.Network/networkProfiles@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1140},"Microsoft.Network/networkSecurityGroups@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1145},"Microsoft.Network/networkSecurityGroups/securityRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1149},"Microsoft.Network/networkWatchers@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1160},"Microsoft.Network/networkWatchers/packetCaptures@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1177},"Microsoft.Network/networkWatchers/connectionMonitors@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1231},"Microsoft.Network/networkWatchers/flowLogs@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1248},"Microsoft.Network/privateEndpoints@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1253},"Microsoft.Network/privateLinkServices@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1293},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1297},"Microsoft.Network/publicIPAddresses@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1303},"Microsoft.Network/publicIPPrefixes@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1324},"Microsoft.Network/routeFilters@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1351},"Microsoft.Network/routeFilters/routeFilterRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1355},"Microsoft.Network/routeTables@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1360},"Microsoft.Network/routeTables/routes@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1364},"Microsoft.Network/serviceEndpointPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1369},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1373},"Microsoft.Network/virtualNetworks@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1402},"Microsoft.Network/virtualNetworks/subnets@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1406},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1410},"Microsoft.Network/virtualNetworkGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1555},"Microsoft.Network/connections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1601},"Microsoft.Network/localNetworkGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1606},"Microsoft.Network/virtualNetworkTaps@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1611},"Microsoft.Network/virtualRouters@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1624},"Microsoft.Network/virtualRouters/peerings@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1634},"Microsoft.Network/virtualWans@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1652},"Microsoft.Network/vpnSites@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1674},"Microsoft.Network/vpnServerConfigurations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1718},"Microsoft.Network/virtualHubs@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1754},"Microsoft.Network/vpnGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1799},"Microsoft.Network/vpnGateways/vpnConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1803},"Microsoft.Network/p2svpnGateways@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1808},"Microsoft.Network/virtualHubs/routeTables@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1812},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1907},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1954},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1993},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":1997},"Microsoft.Network/ExpressRoutePortsLocations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2010},"Microsoft.Network/ExpressRoutePorts/links@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2014},"Microsoft.Network/loadBalancers/backendAddressPools@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2018},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2023},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2027},"Microsoft.Network/loadBalancers/outboundRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2031},"Microsoft.Network/loadBalancers/probes@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2035},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2039},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2043},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2047},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2051},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-11-01":{"RelativePath":"network/microsoft.network/2019-11-01/types.json","Index":2055},"Microsoft.Network/applicationGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":570},"Microsoft.Network/applicationSecurityGroups@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":575},"Microsoft.Network/azureFirewalls@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":681},"Microsoft.Network/bastionHosts@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":703},"Microsoft.Network/ddosCustomPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":726},"Microsoft.Network/ddosProtectionPlans@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":738},"Microsoft.Network/expressRouteCircuits/authorizations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":751},"Microsoft.Network/expressRouteCircuits/peerings@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":811},"Microsoft.Network/expressRouteCircuits/peerings/connections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":815},"Microsoft.Network/expressRouteCircuits@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":845},"Microsoft.Network/expressRouteCrossConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":877},"Microsoft.Network/expressRouteCrossConnections/peerings@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":881},"Microsoft.Network/expressRouteGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":904},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":908},"Microsoft.Network/ExpressRoutePorts@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":941},"Microsoft.Network/firewallPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":959},"Microsoft.Network/firewallPolicies/ruleGroups@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1021},"Microsoft.Network/ipGroups@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1034},"Microsoft.Network/loadBalancers@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1106},"Microsoft.Network/loadBalancers/inboundNatRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1110},"Microsoft.Network/natGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1128},"Microsoft.Network/networkInterfaces@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1133},"Microsoft.Network/networkInterfaces/tapConfigurations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1137},"Microsoft.Network/networkProfiles@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1175},"Microsoft.Network/networkSecurityGroups@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1180},"Microsoft.Network/networkSecurityGroups/securityRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1184},"Microsoft.Network/networkVirtualAppliances@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1200},"Microsoft.Network/networkWatchers@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1211},"Microsoft.Network/networkWatchers/packetCaptures@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1228},"Microsoft.Network/networkWatchers/connectionMonitors@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1282},"Microsoft.Network/networkWatchers/flowLogs@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1287},"Microsoft.Network/privateEndpoints@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1292},"Microsoft.Network/privateLinkServices@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1332},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1336},"Microsoft.Network/publicIPAddresses@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1342},"Microsoft.Network/publicIPPrefixes@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1363},"Microsoft.Network/routeFilters@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1390},"Microsoft.Network/routeFilters/routeFilterRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1394},"Microsoft.Network/routeTables@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1399},"Microsoft.Network/routeTables/routes@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1403},"Microsoft.Network/serviceEndpointPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1408},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1412},"Microsoft.Network/virtualNetworks@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1441},"Microsoft.Network/virtualNetworks/subnets@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1445},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1449},"Microsoft.Network/virtualNetworkGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1599},"Microsoft.Network/connections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1645},"Microsoft.Network/localNetworkGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1650},"Microsoft.Network/virtualNetworkTaps@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1655},"Microsoft.Network/virtualRouters@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1668},"Microsoft.Network/virtualRouters/peerings@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1678},"Microsoft.Network/virtualWans@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1696},"Microsoft.Network/vpnSites@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1718},"Microsoft.Network/vpnServerConfigurations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1762},"Microsoft.Network/virtualHubs@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1798},"Microsoft.Network/vpnGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1843},"Microsoft.Network/vpnGateways/vpnConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1847},"Microsoft.Network/p2svpnGateways@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1852},"Microsoft.Network/virtualHubs/routeTables@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1856},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1951},"Microsoft.Network/applicationGatewayAvailableSslOptions@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":1998},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2037},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2041},"Microsoft.Network/ExpressRoutePortsLocations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2054},"Microsoft.Network/ExpressRoutePorts/links@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2058},"Microsoft.Network/loadBalancers/backendAddressPools@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2062},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2067},"Microsoft.Network/loadBalancers/loadBalancingRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2071},"Microsoft.Network/loadBalancers/outboundRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2075},"Microsoft.Network/loadBalancers/probes@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2079},"Microsoft.Network/networkInterfaces/ipConfigurations@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2083},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2087},"Microsoft.Network/vpnSites/vpnSiteLinks@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2091},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2095},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2019-12-01":{"RelativePath":"network/microsoft.network/2019-12-01/types.json","Index":2099},"Microsoft.Network/applicationGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":574},"Microsoft.Network/applicationSecurityGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":579},"Microsoft.Network/azureFirewalls@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":685},"Microsoft.Network/bastionHosts@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":707},"Microsoft.Network/ddosCustomPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":730},"Microsoft.Network/ddosProtectionPlans@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":742},"Microsoft.Network/expressRouteCircuits/authorizations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":755},"Microsoft.Network/expressRouteCircuits/peerings@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":815},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":819},"Microsoft.Network/expressRouteCircuits@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":849},"Microsoft.Network/expressRouteCrossConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":881},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":885},"Microsoft.Network/ExpressRoutePorts@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":918},"Microsoft.Network/firewallPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":936},"Microsoft.Network/firewallPolicies/ruleGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":998},"Microsoft.Network/IpAllocations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1011},"Microsoft.Network/ipGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1024},"Microsoft.Network/loadBalancers@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1096},"Microsoft.Network/loadBalancers/inboundNatRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1100},"Microsoft.Network/natGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1118},"Microsoft.Network/networkInterfaces@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1123},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1127},"Microsoft.Network/networkProfiles@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1165},"Microsoft.Network/networkSecurityGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1170},"Microsoft.Network/networkSecurityGroups/securityRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1174},"Microsoft.Network/networkVirtualAppliances@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1190},"Microsoft.Network/networkWatchers@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1201},"Microsoft.Network/networkWatchers/packetCaptures@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1218},"Microsoft.Network/networkWatchers/connectionMonitors@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1272},"Microsoft.Network/networkWatchers/flowLogs@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1277},"Microsoft.Network/privateEndpoints@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1282},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1303},"Microsoft.Network/privateLinkServices@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1343},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1347},"Microsoft.Network/publicIPAddresses@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1353},"Microsoft.Network/publicIPPrefixes@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1374},"Microsoft.Network/routeFilters@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1401},"Microsoft.Network/routeFilters/routeFilterRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1405},"Microsoft.Network/routeTables@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1410},"Microsoft.Network/routeTables/routes@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1414},"Microsoft.Network/securityPartnerProviders@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1434},"Microsoft.Network/serviceEndpointPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1439},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1443},"Microsoft.Network/virtualNetworks@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1473},"Microsoft.Network/virtualNetworks/subnets@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1477},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1481},"Microsoft.Network/virtualNetworkGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1633},"Microsoft.Network/connections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1679},"Microsoft.Network/localNetworkGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1684},"Microsoft.Network/virtualNetworkTaps@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1689},"Microsoft.Network/virtualRouters@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1702},"Microsoft.Network/virtualRouters/peerings@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1712},"Microsoft.Network/virtualWans@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1730},"Microsoft.Network/vpnSites@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1752},"Microsoft.Network/vpnServerConfigurations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1797},"Microsoft.Network/virtualHubs@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1833},"Microsoft.Network/vpnGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1878},"Microsoft.Network/vpnGateways/vpnConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1882},"Microsoft.Network/p2svpnGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1887},"Microsoft.Network/virtualHubs/routeTables@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1891},"Microsoft.Network/expressRouteGateways@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1914},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":1918},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2013},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2060},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2099},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2103},"Microsoft.Network/ExpressRoutePortsLocations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2116},"Microsoft.Network/ExpressRoutePorts/links@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2120},"Microsoft.Network/loadBalancers/backendAddressPools@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2124},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2129},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2133},"Microsoft.Network/loadBalancers/outboundRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2137},"Microsoft.Network/loadBalancers/probes@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2141},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2145},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2149},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2153},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2157},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-03-01":{"RelativePath":"network/microsoft.network/2020-03-01/types.json","Index":2161},"Microsoft.Network/applicationGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":577},"Microsoft.Network/applicationSecurityGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":582},"Microsoft.Network/azureFirewalls@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":689},"Microsoft.Network/bastionHosts@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":711},"Microsoft.Network/ddosCustomPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":734},"Microsoft.Network/ddosProtectionPlans@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":746},"Microsoft.Network/expressRouteCircuits/authorizations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":759},"Microsoft.Network/expressRouteCircuits/peerings@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":819},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":823},"Microsoft.Network/expressRouteCircuits@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":853},"Microsoft.Network/expressRouteCrossConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":885},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":889},"Microsoft.Network/ExpressRoutePorts@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":922},"Microsoft.Network/firewallPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":943},"Microsoft.Network/firewallPolicies/ruleGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1005},"Microsoft.Network/IpAllocations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1018},"Microsoft.Network/ipGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1031},"Microsoft.Network/loadBalancers@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1103},"Microsoft.Network/loadBalancers/backendAddressPools@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1107},"Microsoft.Network/loadBalancers/inboundNatRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1111},"Microsoft.Network/natGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1129},"Microsoft.Network/networkInterfaces@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1134},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1138},"Microsoft.Network/networkProfiles@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1176},"Microsoft.Network/networkSecurityGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1181},"Microsoft.Network/networkSecurityGroups/securityRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1185},"Microsoft.Network/networkVirtualAppliances@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1201},"Microsoft.Network/networkWatchers@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1212},"Microsoft.Network/networkWatchers/packetCaptures@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1229},"Microsoft.Network/networkWatchers/connectionMonitors@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1283},"Microsoft.Network/networkWatchers/flowLogs@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1288},"Microsoft.Network/privateEndpoints@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1293},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1314},"Microsoft.Network/privateLinkServices@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1354},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1358},"Microsoft.Network/publicIPAddresses@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1364},"Microsoft.Network/publicIPPrefixes@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1385},"Microsoft.Network/routeFilters@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1412},"Microsoft.Network/routeFilters/routeFilterRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1416},"Microsoft.Network/routeTables@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1421},"Microsoft.Network/routeTables/routes@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1425},"Microsoft.Network/securityPartnerProviders@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1445},"Microsoft.Network/serviceEndpointPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1450},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1454},"Microsoft.Network/virtualNetworks@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1484},"Microsoft.Network/virtualNetworks/subnets@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1488},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1492},"Microsoft.Network/virtualNetworkGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1644},"Microsoft.Network/connections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1690},"Microsoft.Network/localNetworkGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1695},"Microsoft.Network/virtualNetworkTaps@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1700},"Microsoft.Network/virtualRouters@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1713},"Microsoft.Network/virtualRouters/peerings@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1723},"Microsoft.Network/virtualWans@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1741},"Microsoft.Network/vpnSites@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1763},"Microsoft.Network/vpnServerConfigurations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1816},"Microsoft.Network/virtualHubs@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1852},"Microsoft.Network/vpnGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1897},"Microsoft.Network/vpnGateways/vpnConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1901},"Microsoft.Network/p2svpnGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1906},"Microsoft.Network/virtualHubs/routeTables@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1910},"Microsoft.Network/expressRouteGateways@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1933},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1937},"Microsoft.Network/virtualHubs/hubRouteTables@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":1953},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2048},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2095},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2134},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2138},"Microsoft.Network/ExpressRoutePortsLocations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2151},"Microsoft.Network/ExpressRoutePorts/links@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2155},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2160},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2164},"Microsoft.Network/loadBalancers/outboundRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2168},"Microsoft.Network/loadBalancers/probes@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2172},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2176},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2180},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2184},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2188},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-04-01":{"RelativePath":"network/microsoft.network/2020-04-01/types.json","Index":2192},"Microsoft.Network/applicationGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":604},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":608},"Microsoft.Network/applicationSecurityGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":613},"Microsoft.Network/azureFirewalls@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":721},"Microsoft.Network/bastionHosts@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":743},"Microsoft.Network/ddosCustomPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":766},"Microsoft.Network/ddosProtectionPlans@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":778},"Microsoft.Network/expressRouteCircuits/authorizations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":791},"Microsoft.Network/expressRouteCircuits/peerings@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":851},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":855},"Microsoft.Network/expressRouteCircuits@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":885},"Microsoft.Network/expressRouteCrossConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":917},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":921},"Microsoft.Network/ExpressRoutePorts@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":954},"Microsoft.Network/firewallPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":977},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1041},"Microsoft.Network/IpAllocations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1054},"Microsoft.Network/ipGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1067},"Microsoft.Network/loadBalancers@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1139},"Microsoft.Network/loadBalancers/backendAddressPools@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1143},"Microsoft.Network/loadBalancers/inboundNatRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1147},"Microsoft.Network/natGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1165},"Microsoft.Network/networkInterfaces@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1170},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1174},"Microsoft.Network/networkProfiles@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1212},"Microsoft.Network/networkSecurityGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1217},"Microsoft.Network/networkSecurityGroups/securityRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1221},"Microsoft.Network/networkVirtualAppliances@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1238},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1250},"Microsoft.Network/networkWatchers@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1261},"Microsoft.Network/networkWatchers/packetCaptures@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1278},"Microsoft.Network/networkWatchers/connectionMonitors@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1332},"Microsoft.Network/networkWatchers/flowLogs@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1337},"Microsoft.Network/privateEndpoints@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1342},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1363},"Microsoft.Network/privateLinkServices@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1403},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1407},"Microsoft.Network/publicIPAddresses@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1413},"Microsoft.Network/publicIPPrefixes@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1434},"Microsoft.Network/routeFilters@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1461},"Microsoft.Network/routeFilters/routeFilterRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1465},"Microsoft.Network/routeTables@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1470},"Microsoft.Network/routeTables/routes@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1474},"Microsoft.Network/securityPartnerProviders@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1494},"Microsoft.Network/serviceEndpointPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1499},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1503},"Microsoft.Network/virtualNetworks@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1533},"Microsoft.Network/virtualNetworks/subnets@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1537},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1541},"Microsoft.Network/virtualNetworkGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1693},"Microsoft.Network/connections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1739},"Microsoft.Network/localNetworkGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1744},"Microsoft.Network/virtualNetworkTaps@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1749},"Microsoft.Network/virtualRouters@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1762},"Microsoft.Network/virtualRouters/peerings@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1772},"Microsoft.Network/virtualWans@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1790},"Microsoft.Network/vpnSites@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1812},"Microsoft.Network/vpnServerConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1866},"Microsoft.Network/virtualHubs@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1902},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1912},"Microsoft.Network/vpnGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1957},"Microsoft.Network/vpnGateways/vpnConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1961},"Microsoft.Network/p2svpnGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1966},"Microsoft.Network/virtualHubs/routeTables@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1970},"Microsoft.Network/expressRouteGateways@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1993},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":1997},"Microsoft.Network/virtualHubs/bgpConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2012},"Microsoft.Network/virtualHubs/ipConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2025},"Microsoft.Network/virtualHubs/hubRouteTables@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2041},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2136},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2183},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2222},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2226},"Microsoft.Network/ExpressRoutePortsLocations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2239},"Microsoft.Network/ExpressRoutePorts/links@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2243},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2248},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2252},"Microsoft.Network/loadBalancers/outboundRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2256},"Microsoft.Network/loadBalancers/probes@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2260},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2264},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2268},"Microsoft.Network/networkVirtualApplianceSkus@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2277},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2281},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-05-01":{"RelativePath":"network/microsoft.network/2020-05-01/types.json","Index":2285},"Microsoft.Network/applicationGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":622},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":626},"Microsoft.Network/applicationSecurityGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":631},"Microsoft.Network/azureFirewalls@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":739},"Microsoft.Network/bastionHosts@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":761},"Microsoft.Network/customIpPrefixes@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":781},"Microsoft.Network/ddosCustomPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":804},"Microsoft.Network/ddosProtectionPlans@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":816},"Microsoft.Network/dscpConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":845},"Microsoft.Network/expressRouteCircuits/authorizations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":858},"Microsoft.Network/expressRouteCircuits/peerings@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":918},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":922},"Microsoft.Network/expressRouteCircuits@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":952},"Microsoft.Network/expressRouteCrossConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":984},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":988},"Microsoft.Network/ExpressRoutePorts@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1026},"Microsoft.Network/firewallPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1049},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1113},"Microsoft.Network/IpAllocations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1126},"Microsoft.Network/ipGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1139},"Microsoft.Network/loadBalancers@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1211},"Microsoft.Network/loadBalancers/backendAddressPools@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1215},"Microsoft.Network/loadBalancers/inboundNatRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1219},"Microsoft.Network/natGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1237},"Microsoft.Network/networkInterfaces@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1242},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1246},"Microsoft.Network/networkProfiles@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1284},"Microsoft.Network/networkSecurityGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1289},"Microsoft.Network/networkSecurityGroups/securityRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1293},"Microsoft.Network/networkVirtualAppliances@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1311},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1323},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1338},"Microsoft.Network/networkWatchers@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1349},"Microsoft.Network/networkWatchers/packetCaptures@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1366},"Microsoft.Network/networkWatchers/connectionMonitors@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1441},"Microsoft.Network/networkWatchers/flowLogs@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1446},"Microsoft.Network/privateEndpoints@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1451},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1472},"Microsoft.Network/privateLinkServices@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1512},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1516},"Microsoft.Network/publicIPAddresses@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1522},"Microsoft.Network/publicIPPrefixes@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1543},"Microsoft.Network/routeFilters@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1570},"Microsoft.Network/routeFilters/routeFilterRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1574},"Microsoft.Network/routeTables@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1579},"Microsoft.Network/routeTables/routes@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1583},"Microsoft.Network/securityPartnerProviders@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1603},"Microsoft.Network/serviceEndpointPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1608},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1612},"Microsoft.Network/virtualNetworks@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1642},"Microsoft.Network/virtualNetworks/subnets@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1646},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1650},"Microsoft.Network/virtualNetworkGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1802},"Microsoft.Network/connections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1848},"Microsoft.Network/localNetworkGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1853},"Microsoft.Network/virtualNetworkTaps@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1858},"Microsoft.Network/virtualRouters@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1871},"Microsoft.Network/virtualRouters/peerings@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1881},"Microsoft.Network/virtualWans@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1899},"Microsoft.Network/vpnSites@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1923},"Microsoft.Network/vpnServerConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":1977},"Microsoft.Network/virtualHubs@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2013},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2023},"Microsoft.Network/vpnGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2070},"Microsoft.Network/vpnGateways/vpnConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2074},"Microsoft.Network/p2svpnGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2079},"Microsoft.Network/virtualHubs/routeTables@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2083},"Microsoft.Network/expressRouteGateways@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2106},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2110},"Microsoft.Network/virtualHubs/bgpConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2125},"Microsoft.Network/virtualHubs/ipConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2138},"Microsoft.Network/virtualHubs/hubRouteTables@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2154},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2249},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2296},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2335},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2339},"Microsoft.Network/ExpressRoutePortsLocations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2352},"Microsoft.Network/ExpressRoutePorts/links@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2356},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2361},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2365},"Microsoft.Network/loadBalancers/outboundRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2369},"Microsoft.Network/loadBalancers/probes@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2373},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2377},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2381},"Microsoft.Network/networkVirtualApplianceSkus@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2390},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2394},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-06-01":{"RelativePath":"network/microsoft.network/2020-06-01/types.json","Index":2398},"Microsoft.Network/applicationGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":695},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":699},"Microsoft.Network/applicationSecurityGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":704},"Microsoft.Network/azureFirewalls@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":812},"Microsoft.Network/bastionHosts@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":834},"Microsoft.Network/customIpPrefixes@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":854},"Microsoft.Network/ddosCustomPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":877},"Microsoft.Network/ddosProtectionPlans@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":889},"Microsoft.Network/dscpConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":918},"Microsoft.Network/expressRouteCircuits/authorizations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":931},"Microsoft.Network/expressRouteCircuits/peerings@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":991},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":995},"Microsoft.Network/expressRouteCircuits@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1025},"Microsoft.Network/expressRouteCrossConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1057},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1061},"Microsoft.Network/ExpressRoutePorts@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1099},"Microsoft.Network/firewallPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1152},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1218},"Microsoft.Network/IpAllocations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1231},"Microsoft.Network/ipGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1245},"Microsoft.Network/loadBalancers@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1320},"Microsoft.Network/loadBalancers/backendAddressPools@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1324},"Microsoft.Network/loadBalancers/inboundNatRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1328},"Microsoft.Network/natGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1334},"Microsoft.Network/networkInterfaces@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1339},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1343},"Microsoft.Network/networkProfiles@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1381},"Microsoft.Network/networkSecurityGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1386},"Microsoft.Network/networkSecurityGroups/securityRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1390},"Microsoft.Network/networkVirtualAppliances@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1408},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1420},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1435},"Microsoft.Network/networkWatchers@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1446},"Microsoft.Network/networkWatchers/packetCaptures@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1463},"Microsoft.Network/networkWatchers/connectionMonitors@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1538},"Microsoft.Network/networkWatchers/flowLogs@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1543},"Microsoft.Network/privateEndpoints@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1548},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1569},"Microsoft.Network/privateLinkServices@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1574},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1578},"Microsoft.Network/publicIPAddresses@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1584},"Microsoft.Network/publicIPPrefixes@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1608},"Microsoft.Network/routeFilters@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1635},"Microsoft.Network/routeFilters/routeFilterRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1639},"Microsoft.Network/routeTables@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1644},"Microsoft.Network/routeTables/routes@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1648},"Microsoft.Network/securityPartnerProviders@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1668},"Microsoft.Network/serviceEndpointPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1673},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1677},"Microsoft.Network/virtualNetworks@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1707},"Microsoft.Network/virtualNetworks/subnets@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1711},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1715},"Microsoft.Network/virtualNetworkGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1868},"Microsoft.Network/connections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1918},"Microsoft.Network/localNetworkGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1923},"Microsoft.Network/virtualNetworkTaps@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1928},"Microsoft.Network/virtualRouters@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1941},"Microsoft.Network/virtualRouters/peerings@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1951},"Microsoft.Network/virtualWans@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1969},"Microsoft.Network/vpnSites@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":1993},"Microsoft.Network/vpnServerConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2047},"Microsoft.Network/virtualHubs@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2083},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2093},"Microsoft.Network/vpnGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2140},"Microsoft.Network/vpnGateways/vpnConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2144},"Microsoft.Network/p2svpnGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2149},"Microsoft.Network/virtualHubs/routeTables@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2153},"Microsoft.Network/expressRouteGateways@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2176},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2180},"Microsoft.Network/virtualHubs/bgpConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2195},"Microsoft.Network/virtualHubs/ipConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2208},"Microsoft.Network/virtualHubs/hubRouteTables@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2224},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2319},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2366},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2405},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2409},"Microsoft.Network/ExpressRoutePortsLocations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2422},"Microsoft.Network/ExpressRoutePorts/links@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2426},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2431},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2435},"Microsoft.Network/loadBalancers/outboundRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2439},"Microsoft.Network/loadBalancers/probes@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2443},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2447},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2451},"Microsoft.Network/networkVirtualApplianceSkus@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2460},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2464},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-07-01":{"RelativePath":"network/microsoft.network/2020-07-01/types.json","Index":2468},"Microsoft.Network/applicationGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":702},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":706},"Microsoft.Network/applicationSecurityGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":711},"Microsoft.Network/azureFirewalls@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":819},"Microsoft.Network/bastionHosts@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":841},"Microsoft.Network/customIpPrefixes@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":861},"Microsoft.Network/ddosCustomPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":884},"Microsoft.Network/ddosProtectionPlans@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":896},"Microsoft.Network/dscpConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":925},"Microsoft.Network/expressRouteCircuits/authorizations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":938},"Microsoft.Network/expressRouteCircuits/peerings@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":998},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1002},"Microsoft.Network/expressRouteCircuits@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1032},"Microsoft.Network/expressRouteCrossConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1064},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1068},"Microsoft.Network/ExpressRoutePorts@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1106},"Microsoft.Network/firewallPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1159},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1225},"Microsoft.Network/IpAllocations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1238},"Microsoft.Network/ipGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1252},"Microsoft.Network/loadBalancers@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1327},"Microsoft.Network/loadBalancers/backendAddressPools@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1331},"Microsoft.Network/loadBalancers/inboundNatRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1335},"Microsoft.Network/natGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1341},"Microsoft.Network/networkInterfaces@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1346},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1350},"Microsoft.Network/networkProfiles@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1388},"Microsoft.Network/networkSecurityGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1393},"Microsoft.Network/networkSecurityGroups/securityRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1397},"Microsoft.Network/networkVirtualAppliances@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1415},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1427},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1442},"Microsoft.Network/networkWatchers@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1453},"Microsoft.Network/networkWatchers/packetCaptures@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1470},"Microsoft.Network/networkWatchers/connectionMonitors@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1545},"Microsoft.Network/networkWatchers/flowLogs@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1550},"Microsoft.Network/privateEndpoints@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1555},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1576},"Microsoft.Network/privateLinkServices@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1581},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1585},"Microsoft.Network/publicIPAddresses@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1591},"Microsoft.Network/publicIPPrefixes@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1615},"Microsoft.Network/routeFilters@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1642},"Microsoft.Network/routeFilters/routeFilterRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1646},"Microsoft.Network/routeTables@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1651},"Microsoft.Network/routeTables/routes@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1655},"Microsoft.Network/securityPartnerProviders@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1675},"Microsoft.Network/serviceEndpointPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1680},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1684},"Microsoft.Network/virtualNetworks@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1714},"Microsoft.Network/virtualNetworks/subnets@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1718},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1722},"Microsoft.Network/virtualNetworkGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1875},"Microsoft.Network/connections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1925},"Microsoft.Network/localNetworkGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1930},"Microsoft.Network/virtualNetworkTaps@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1935},"Microsoft.Network/virtualRouters@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1948},"Microsoft.Network/virtualRouters/peerings@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1958},"Microsoft.Network/virtualWans@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":1976},"Microsoft.Network/vpnSites@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2000},"Microsoft.Network/vpnServerConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2054},"Microsoft.Network/virtualHubs@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2090},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2100},"Microsoft.Network/vpnGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2172},"Microsoft.Network/vpnGateways/vpnConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2176},"Microsoft.Network/vpnGateways/natRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2180},"Microsoft.Network/p2svpnGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2185},"Microsoft.Network/virtualHubs/routeTables@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2189},"Microsoft.Network/expressRouteGateways@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2212},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2216},"Microsoft.Network/virtualHubs/bgpConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2231},"Microsoft.Network/virtualHubs/ipConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2244},"Microsoft.Network/virtualHubs/hubRouteTables@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2260},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2355},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2402},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2441},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2445},"Microsoft.Network/ExpressRoutePortsLocations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2458},"Microsoft.Network/ExpressRoutePorts/links@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2462},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2467},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2471},"Microsoft.Network/loadBalancers/outboundRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2475},"Microsoft.Network/loadBalancers/probes@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2479},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2483},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2487},"Microsoft.Network/networkVirtualApplianceSkus@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2496},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2500},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-08-01":{"RelativePath":"network/microsoft.network/2020-08-01/types.json","Index":2504},"Microsoft.Network/applicationGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":702},"Microsoft.Network/applicationGateways/privateEndpointConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":706},"Microsoft.Network/applicationSecurityGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":711},"Microsoft.Network/azureFirewalls@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":819},"Microsoft.Network/bastionHosts@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":841},"Microsoft.Network/networkInterfaces@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":846},"Microsoft.Network/publicIPAddresses@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":852},"Microsoft.Network/customIpPrefixes@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":872},"Microsoft.Network/ddosCustomPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":895},"Microsoft.Network/ddosProtectionPlans@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":907},"Microsoft.Network/dscpConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":936},"Microsoft.Network/expressRouteCircuits/authorizations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":949},"Microsoft.Network/expressRouteCircuits/peerings@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1009},"Microsoft.Network/expressRouteCircuits/peerings/connections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1013},"Microsoft.Network/expressRouteCircuits@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1043},"Microsoft.Network/expressRouteCrossConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1075},"Microsoft.Network/expressRouteCrossConnections/peerings@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1079},"Microsoft.Network/ExpressRoutePorts@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1117},"Microsoft.Network/firewallPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1176},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1242},"Microsoft.Network/IpAllocations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1255},"Microsoft.Network/ipGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1269},"Microsoft.Network/loadBalancers@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1344},"Microsoft.Network/loadBalancers/backendAddressPools@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1348},"Microsoft.Network/loadBalancers/inboundNatRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1352},"Microsoft.Network/natGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1358},"Microsoft.Network/networkInterfaces/tapConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1362},"Microsoft.Network/networkProfiles@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1400},"Microsoft.Network/networkSecurityGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1405},"Microsoft.Network/networkSecurityGroups/securityRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1409},"Microsoft.Network/networkVirtualAppliances@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1427},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1439},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1454},"Microsoft.Network/networkWatchers@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1465},"Microsoft.Network/networkWatchers/packetCaptures@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1482},"Microsoft.Network/networkWatchers/connectionMonitors@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1557},"Microsoft.Network/networkWatchers/flowLogs@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1562},"Microsoft.Network/privateEndpoints@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1567},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1588},"Microsoft.Network/privateLinkServices@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1593},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1597},"Microsoft.Network/publicIPPrefixes@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1621},"Microsoft.Network/routeFilters@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1648},"Microsoft.Network/routeFilters/routeFilterRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1652},"Microsoft.Network/routeTables@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1657},"Microsoft.Network/routeTables/routes@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1661},"Microsoft.Network/securityPartnerProviders@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1681},"Microsoft.Network/serviceEndpointPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1686},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1690},"Microsoft.Network/virtualNetworks@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1720},"Microsoft.Network/virtualNetworks/subnets@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1724},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1728},"Microsoft.Network/virtualNetworkGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1886},"Microsoft.Network/connections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1936},"Microsoft.Network/localNetworkGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1941},"Microsoft.Network/virtualNetworkTaps@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1946},"Microsoft.Network/virtualRouters@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1959},"Microsoft.Network/virtualRouters/peerings@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1969},"Microsoft.Network/virtualWans@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":1987},"Microsoft.Network/vpnSites@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2011},"Microsoft.Network/vpnServerConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2065},"Microsoft.Network/virtualHubs@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2101},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2111},"Microsoft.Network/vpnGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2184},"Microsoft.Network/vpnGateways/vpnConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2188},"Microsoft.Network/vpnGateways/natRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2192},"Microsoft.Network/p2svpnGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2197},"Microsoft.Network/virtualHubs/routeTables@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2201},"Microsoft.Network/expressRouteGateways@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2224},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2228},"Microsoft.Network/virtualHubs/bgpConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2243},"Microsoft.Network/virtualHubs/ipConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2256},"Microsoft.Network/virtualHubs/hubRouteTables@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2272},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2367},"Microsoft.Network/applicationGatewayAvailableSslOptions@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2414},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2453},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2457},"Microsoft.Network/ExpressRoutePortsLocations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2470},"Microsoft.Network/ExpressRoutePorts/links@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2474},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2479},"Microsoft.Network/loadBalancers/loadBalancingRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2483},"Microsoft.Network/loadBalancers/outboundRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2487},"Microsoft.Network/loadBalancers/probes@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2491},"Microsoft.Network/networkInterfaces/ipConfigurations@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2495},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2499},"Microsoft.Network/networkVirtualApplianceSkus@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2508},"Microsoft.Network/vpnSites/vpnSiteLinks@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2512},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2020-11-01":{"RelativePath":"network/microsoft.network/2020-11-01/types.json","Index":2516},"Microsoft.Network/networkManagers@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":37},"Microsoft.Network/networkManagers/connectivityConfigurations@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":69},"Microsoft.Network/networkManagers/networkGroups@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":81},"Microsoft.Network/networkManagers/securityUserConfigurations@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":97},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":109},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rules@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":161},"Microsoft.Network/networkManagers/securityAdminConfigurations@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":165},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":169},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":225},"Microsoft.Network/networkSecurityPerimeters@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":238},"Microsoft.Network/networkSecurityPerimeters/profiles@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":244},"Microsoft.Network/networkSecurityPerimeters/profiles/accessRules@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":268},"Microsoft.Network/networkSecurityPerimeters/resourceAssociations@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":286},"Microsoft.Network/networkSecurityPerimeters/links@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":308},"Microsoft.Network/networkSecurityPerimeters/linkReferences@2021-02-01-preview":{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":330},"Microsoft.Network/applicationGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":715},"Microsoft.Network/applicationGateways/privateEndpointConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":719},"Microsoft.Network/applicationSecurityGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":724},"Microsoft.Network/azureFirewalls@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":832},"Microsoft.Network/bastionHosts@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":858},"Microsoft.Network/networkInterfaces@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":863},"Microsoft.Network/publicIPAddresses@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":869},"Microsoft.Network/customIpPrefixes@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":893},"Microsoft.Network/ddosCustomPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":916},"Microsoft.Network/ddosProtectionPlans@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":928},"Microsoft.Network/dscpConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":957},"Microsoft.Network/expressRouteCircuits/authorizations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":970},"Microsoft.Network/expressRouteCircuits/peerings@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1030},"Microsoft.Network/expressRouteCircuits/peerings/connections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1034},"Microsoft.Network/expressRouteCircuits@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1064},"Microsoft.Network/expressRouteCrossConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1096},"Microsoft.Network/expressRouteCrossConnections/peerings@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1100},"Microsoft.Network/ExpressRoutePorts@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1138},"Microsoft.Network/firewallPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1197},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1263},"Microsoft.Network/IpAllocations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1276},"Microsoft.Network/ipGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1290},"Microsoft.Network/loadBalancers@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1367},"Microsoft.Network/loadBalancers/backendAddressPools@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1371},"Microsoft.Network/loadBalancers/inboundNatRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1375},"Microsoft.Network/natGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1381},"Microsoft.Network/networkInterfaces/tapConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1385},"Microsoft.Network/networkProfiles@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1423},"Microsoft.Network/networkSecurityGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1428},"Microsoft.Network/networkSecurityGroups/securityRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1432},"Microsoft.Network/networkVirtualAppliances@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1450},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1462},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1477},"Microsoft.Network/networkWatchers@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1488},"Microsoft.Network/networkWatchers/packetCaptures@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1505},"Microsoft.Network/networkWatchers/connectionMonitors@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1580},"Microsoft.Network/networkWatchers/flowLogs@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1585},"Microsoft.Network/privateEndpoints@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1590},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1616},"Microsoft.Network/privateLinkServices@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1621},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1625},"Microsoft.Network/publicIPPrefixes@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1649},"Microsoft.Network/routeFilters@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1676},"Microsoft.Network/routeFilters/routeFilterRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1680},"Microsoft.Network/routeTables@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1685},"Microsoft.Network/routeTables/routes@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1689},"Microsoft.Network/securityPartnerProviders@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1709},"Microsoft.Network/serviceEndpointPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1714},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1718},"Microsoft.Network/virtualNetworks@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1753},"Microsoft.Network/virtualNetworks/subnets@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1757},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1761},"Microsoft.Network/virtualNetworkGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1936},"Microsoft.Network/connections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1988},"Microsoft.Network/localNetworkGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1993},"Microsoft.Network/virtualNetworkGateways/natRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":1997},"Microsoft.Network/virtualNetworkTaps@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2002},"Microsoft.Network/virtualRouters@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2015},"Microsoft.Network/virtualRouters/peerings@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2025},"Microsoft.Network/virtualWans@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2043},"Microsoft.Network/vpnSites@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2067},"Microsoft.Network/vpnServerConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2121},"Microsoft.Network/virtualHubs@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2161},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2171},"Microsoft.Network/vpnGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2243},"Microsoft.Network/vpnGateways/vpnConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2247},"Microsoft.Network/vpnGateways/natRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2251},"Microsoft.Network/p2svpnGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2256},"Microsoft.Network/virtualHubs/routeTables@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2260},"Microsoft.Network/expressRouteGateways@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2283},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2287},"Microsoft.Network/virtualHubs/bgpConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2302},"Microsoft.Network/virtualHubs/ipConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2315},"Microsoft.Network/virtualHubs/hubRouteTables@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2331},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2426},"Microsoft.Network/applicationGatewayAvailableSslOptions@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2473},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2512},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2516},"Microsoft.Network/ExpressRoutePortsLocations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2529},"Microsoft.Network/ExpressRoutePorts/links@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2533},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2538},"Microsoft.Network/loadBalancers/loadBalancingRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2542},"Microsoft.Network/loadBalancers/outboundRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2546},"Microsoft.Network/loadBalancers/probes@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2550},"Microsoft.Network/networkInterfaces/ipConfigurations@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2554},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2558},"Microsoft.Network/networkVirtualApplianceSkus@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2567},"Microsoft.Network/vpnSites/vpnSiteLinks@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2571},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2021-02-01":{"RelativePath":"network/microsoft.network/2021-02-01/types.json","Index":2575},"Microsoft.Network/networkSecurityPerimeters@2021-03-01-preview":{"RelativePath":"network/microsoft.network/2021-03-01-preview/types.json","Index":18},"Microsoft.Network/applicationGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":736},"Microsoft.Network/applicationGateways/privateEndpointConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":740},"Microsoft.Network/applicationSecurityGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":745},"Microsoft.Network/azureFirewalls@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":853},"Microsoft.Network/bastionHosts@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":879},"Microsoft.Network/networkInterfaces@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":884},"Microsoft.Network/publicIPAddresses@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":890},"Microsoft.Network/customIpPrefixes@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":914},"Microsoft.Network/ddosCustomPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":937},"Microsoft.Network/ddosProtectionPlans@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":949},"Microsoft.Network/dscpConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":995},"Microsoft.Network/expressRouteCircuits/authorizations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1008},"Microsoft.Network/expressRouteCircuits/peerings@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1068},"Microsoft.Network/expressRouteCircuits/peerings/connections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1072},"Microsoft.Network/expressRouteCircuits@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1102},"Microsoft.Network/expressRouteCrossConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1134},"Microsoft.Network/expressRouteCrossConnections/peerings@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1138},"Microsoft.Network/ExpressRoutePorts@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1176},"Microsoft.Network/firewallPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1237},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1303},"Microsoft.Network/IpAllocations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1316},"Microsoft.Network/ipGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1330},"Microsoft.Network/loadBalancers@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1407},"Microsoft.Network/loadBalancers/backendAddressPools@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1411},"Microsoft.Network/loadBalancers/inboundNatRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1415},"Microsoft.Network/natGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1421},"Microsoft.Network/networkInterfaces/tapConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1425},"Microsoft.Network/networkProfiles@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1463},"Microsoft.Network/networkSecurityGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1468},"Microsoft.Network/networkSecurityGroups/securityRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1472},"Microsoft.Network/networkVirtualAppliances@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1490},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1502},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1517},"Microsoft.Network/networkWatchers@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1528},"Microsoft.Network/networkWatchers/packetCaptures@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1545},"Microsoft.Network/networkWatchers/connectionMonitors@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1620},"Microsoft.Network/networkWatchers/flowLogs@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1625},"Microsoft.Network/privateEndpoints@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1630},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1651},"Microsoft.Network/privateLinkServices@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1656},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1660},"Microsoft.Network/publicIPPrefixes@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1684},"Microsoft.Network/routeFilters@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1711},"Microsoft.Network/routeFilters/routeFilterRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1715},"Microsoft.Network/routeTables@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1720},"Microsoft.Network/routeTables/routes@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1724},"Microsoft.Network/securityPartnerProviders@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1744},"Microsoft.Network/serviceEndpointPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1749},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1753},"Microsoft.Network/virtualNetworks@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1788},"Microsoft.Network/virtualNetworks/subnets@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1792},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1796},"Microsoft.Network/virtualNetworkGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":1971},"Microsoft.Network/connections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2023},"Microsoft.Network/localNetworkGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2028},"Microsoft.Network/virtualNetworkGateways/natRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2032},"Microsoft.Network/virtualNetworkTaps@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2037},"Microsoft.Network/virtualRouters@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2050},"Microsoft.Network/virtualRouters/peerings@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2060},"Microsoft.Network/virtualWans@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2078},"Microsoft.Network/vpnSites@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2102},"Microsoft.Network/vpnServerConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2157},"Microsoft.Network/virtualHubs@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2197},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2207},"Microsoft.Network/vpnGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2279},"Microsoft.Network/vpnGateways/vpnConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2283},"Microsoft.Network/vpnGateways/natRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2287},"Microsoft.Network/p2svpnGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2292},"Microsoft.Network/virtualHubs/routeTables@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2296},"Microsoft.Network/expressRouteGateways@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2319},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2323},"Microsoft.Network/virtualHubs/bgpConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2338},"Microsoft.Network/virtualHubs/ipConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2351},"Microsoft.Network/virtualHubs/hubRouteTables@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2367},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2462},"Microsoft.Network/applicationGatewayAvailableSslOptions@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2509},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2548},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2552},"Microsoft.Network/ExpressRoutePortsLocations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2565},"Microsoft.Network/ExpressRoutePorts/links@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2569},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2574},"Microsoft.Network/loadBalancers/loadBalancingRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2578},"Microsoft.Network/loadBalancers/outboundRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2582},"Microsoft.Network/loadBalancers/probes@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2586},"Microsoft.Network/networkInterfaces/ipConfigurations@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2590},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2594},"Microsoft.Network/networkVirtualApplianceSkus@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2603},"Microsoft.Network/vpnSites/vpnSiteLinks@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2607},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2021-03-01":{"RelativePath":"network/microsoft.network/2021-03-01/types.json","Index":2611},"Microsoft.Network/networkManagers@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":41},"Microsoft.Network/networkManagers/connectivityConfigurations@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":73},"Microsoft.Network/networkManagers/networkGroups@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":83},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":88},"Microsoft.Network/networkManagers/securityUserConfigurations@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":108},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":120},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rules@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":172},"Microsoft.Network/networkManagers/securityAdminConfigurations@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":176},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":180},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":236},"Microsoft.Network/networkManagerConnections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":247},"Microsoft.Network/managementGroups/networkManagerConnections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":251},"Microsoft.Network/networkManagers/scopeConnections@2021-05-01-preview":{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":262},"Microsoft.Network/applicationGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":739},"Microsoft.Network/applicationGateways/privateEndpointConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":743},"Microsoft.Network/applicationSecurityGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":748},"Microsoft.Network/azureFirewalls@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":857},"Microsoft.Network/bastionHosts@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":883},"Microsoft.Network/networkInterfaces@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":888},"Microsoft.Network/publicIPAddresses@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":894},"Microsoft.Network/customIpPrefixes@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":915},"Microsoft.Network/ddosCustomPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":938},"Microsoft.Network/ddosProtectionPlans@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":950},"Microsoft.Network/dscpConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":996},"Microsoft.Network/expressRouteCircuits/authorizations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1009},"Microsoft.Network/expressRouteCircuits/peerings@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1069},"Microsoft.Network/expressRouteCircuits/peerings/connections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1073},"Microsoft.Network/expressRouteCircuits@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1103},"Microsoft.Network/expressRouteCrossConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1135},"Microsoft.Network/expressRouteCrossConnections/peerings@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1139},"Microsoft.Network/ExpressRoutePorts@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1177},"Microsoft.Network/firewallPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1239},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1305},"Microsoft.Network/firewallPolicies/signatureOverrides@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1312},"Microsoft.Network/IpAllocations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1325},"Microsoft.Network/ipGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1339},"Microsoft.Network/loadBalancers@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1416},"Microsoft.Network/loadBalancers/backendAddressPools@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1420},"Microsoft.Network/loadBalancers/inboundNatRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1424},"Microsoft.Network/natGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1430},"Microsoft.Network/networkInterfaces/tapConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1434},"Microsoft.Network/networkProfiles@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1472},"Microsoft.Network/networkSecurityGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1477},"Microsoft.Network/networkSecurityGroups/securityRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1481},"Microsoft.Network/networkVirtualAppliances@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1499},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1511},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1526},"Microsoft.Network/networkWatchers@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1537},"Microsoft.Network/networkWatchers/packetCaptures@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1554},"Microsoft.Network/networkWatchers/connectionMonitors@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1629},"Microsoft.Network/networkWatchers/flowLogs@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1634},"Microsoft.Network/privateEndpoints@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1639},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1660},"Microsoft.Network/privateLinkServices@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1665},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1669},"Microsoft.Network/publicIPPrefixes@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1693},"Microsoft.Network/routeFilters@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1720},"Microsoft.Network/routeFilters/routeFilterRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1724},"Microsoft.Network/routeTables@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1729},"Microsoft.Network/routeTables/routes@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1733},"Microsoft.Network/securityPartnerProviders@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1753},"Microsoft.Network/serviceEndpointPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1758},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1762},"Microsoft.Network/virtualNetworks@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1801},"Microsoft.Network/virtualNetworks/subnets@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1805},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1809},"Microsoft.Network/virtualNetworkGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":1984},"Microsoft.Network/connections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2036},"Microsoft.Network/localNetworkGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2041},"Microsoft.Network/virtualNetworkGateways/natRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2045},"Microsoft.Network/virtualNetworkTaps@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2050},"Microsoft.Network/virtualRouters@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2063},"Microsoft.Network/virtualRouters/peerings@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2073},"Microsoft.Network/virtualWans@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2091},"Microsoft.Network/vpnSites@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2115},"Microsoft.Network/vpnServerConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2170},"Microsoft.Network/virtualHubs@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2210},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2220},"Microsoft.Network/vpnGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2292},"Microsoft.Network/vpnGateways/vpnConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2296},"Microsoft.Network/vpnGateways/natRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2300},"Microsoft.Network/p2svpnGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2305},"Microsoft.Network/virtualHubs/routeTables@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2309},"Microsoft.Network/expressRouteGateways@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2332},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2336},"Microsoft.Network/virtualHubs/bgpConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2351},"Microsoft.Network/virtualHubs/ipConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2364},"Microsoft.Network/virtualHubs/hubRouteTables@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2380},"Microsoft.Network/virtualHubs/routingIntent@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2393},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2500},"Microsoft.Network/applicationGatewayAvailableSslOptions@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2547},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2586},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2590},"Microsoft.Network/ExpressRoutePortsLocations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2603},"Microsoft.Network/ExpressRoutePorts/links@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2607},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2612},"Microsoft.Network/loadBalancers/loadBalancingRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2616},"Microsoft.Network/loadBalancers/outboundRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2620},"Microsoft.Network/loadBalancers/probes@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2624},"Microsoft.Network/networkInterfaces/ipConfigurations@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2628},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2632},"Microsoft.Network/networkVirtualApplianceSkus@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2641},"Microsoft.Network/vpnSites/vpnSiteLinks@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2645},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2021-05-01":{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2649},"Microsoft.Network/applicationGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":792},"Microsoft.Network/applicationGateways/privateEndpointConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":796},"Microsoft.Network/applicationSecurityGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":801},"Microsoft.Network/azureFirewalls@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":910},"Microsoft.Network/bastionHosts@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":936},"Microsoft.Network/networkInterfaces@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":941},"Microsoft.Network/publicIPAddresses@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":947},"Microsoft.Network/customIpPrefixes@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":968},"Microsoft.Network/ddosCustomPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":991},"Microsoft.Network/ddosProtectionPlans@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1003},"Microsoft.Network/dscpConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1049},"Microsoft.Network/expressRouteCircuits/authorizations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1062},"Microsoft.Network/expressRouteCircuits/peerings@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1122},"Microsoft.Network/expressRouteCircuits/peerings/connections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1126},"Microsoft.Network/expressRouteCircuits@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1156},"Microsoft.Network/expressRouteCrossConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1188},"Microsoft.Network/expressRouteCrossConnections/peerings@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1192},"Microsoft.Network/ExpressRoutePorts@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1230},"Microsoft.Network/expressRoutePorts/authorizations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1243},"Microsoft.Network/firewallPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1306},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1372},"Microsoft.Network/firewallPolicies/signatureOverrides@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1379},"Microsoft.Network/IpAllocations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1392},"Microsoft.Network/ipGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1406},"Microsoft.Network/loadBalancers@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1483},"Microsoft.Network/loadBalancers/backendAddressPools@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1487},"Microsoft.Network/loadBalancers/inboundNatRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1491},"Microsoft.Network/natGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1497},"Microsoft.Network/networkInterfaces/tapConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1501},"Microsoft.Network/networkProfiles@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1539},"Microsoft.Network/networkSecurityGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1544},"Microsoft.Network/networkSecurityGroups/securityRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1548},"Microsoft.Network/networkVirtualAppliances@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1566},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1578},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1593},"Microsoft.Network/networkWatchers@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1604},"Microsoft.Network/networkWatchers/packetCaptures@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1621},"Microsoft.Network/networkWatchers/connectionMonitors@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1696},"Microsoft.Network/networkWatchers/flowLogs@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1701},"Microsoft.Network/privateEndpoints@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1706},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1727},"Microsoft.Network/privateLinkServices@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1732},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1736},"Microsoft.Network/publicIPPrefixes@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1760},"Microsoft.Network/routeFilters@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1787},"Microsoft.Network/routeFilters/routeFilterRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1791},"Microsoft.Network/routeTables@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1796},"Microsoft.Network/routeTables/routes@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1800},"Microsoft.Network/securityPartnerProviders@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1820},"Microsoft.Network/serviceEndpointPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1825},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1829},"Microsoft.Network/virtualNetworks@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1868},"Microsoft.Network/virtualNetworks/subnets@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1872},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":1876},"Microsoft.Network/virtualNetworkGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2051},"Microsoft.Network/connections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2105},"Microsoft.Network/localNetworkGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2110},"Microsoft.Network/virtualNetworkGateways/natRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2114},"Microsoft.Network/virtualNetworkTaps@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2119},"Microsoft.Network/virtualRouters@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2132},"Microsoft.Network/virtualRouters/peerings@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2142},"Microsoft.Network/virtualWans@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2160},"Microsoft.Network/vpnSites@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2184},"Microsoft.Network/vpnServerConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2256},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2260},"Microsoft.Network/virtualHubs@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2304},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2314},"Microsoft.Network/vpnGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2387},"Microsoft.Network/vpnGateways/vpnConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2391},"Microsoft.Network/vpnGateways/natRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2395},"Microsoft.Network/p2svpnGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2400},"Microsoft.Network/virtualHubs/routeTables@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2404},"Microsoft.Network/expressRouteGateways@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2427},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2431},"Microsoft.Network/virtualHubs/bgpConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2446},"Microsoft.Network/virtualHubs/ipConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2459},"Microsoft.Network/virtualHubs/hubRouteTables@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2475},"Microsoft.Network/virtualHubs/routingIntent@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2488},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2595},"Microsoft.Network/applicationGatewayAvailableSslOptions@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2642},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2681},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2685},"Microsoft.Network/ExpressRoutePortsLocations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2698},"Microsoft.Network/ExpressRoutePorts/links@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2702},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2707},"Microsoft.Network/loadBalancers/loadBalancingRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2711},"Microsoft.Network/loadBalancers/outboundRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2715},"Microsoft.Network/loadBalancers/probes@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2719},"Microsoft.Network/networkInterfaces/ipConfigurations@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2723},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2727},"Microsoft.Network/networkVirtualApplianceSkus@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2736},"Microsoft.Network/vpnSites/vpnSiteLinks@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2740},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2021-08-01":{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2744},"Microsoft.Network/applicationGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":797},"Microsoft.Network/applicationGateways/privateEndpointConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":801},"Microsoft.Network/applicationSecurityGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":806},"Microsoft.Network/azureFirewalls@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":915},"Microsoft.Network/bastionHosts@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":941},"Microsoft.Network/networkInterfaces@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":946},"Microsoft.Network/publicIPAddresses@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":952},"Microsoft.Network/customIpPrefixes@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":974},"Microsoft.Network/ddosCustomPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":997},"Microsoft.Network/ddosProtectionPlans@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1009},"Microsoft.Network/dscpConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1055},"Microsoft.Network/expressRouteCircuits/authorizations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1068},"Microsoft.Network/expressRouteCircuits/peerings@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1128},"Microsoft.Network/expressRouteCircuits/peerings/connections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1132},"Microsoft.Network/expressRouteCircuits@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1162},"Microsoft.Network/expressRouteCrossConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1194},"Microsoft.Network/expressRouteCrossConnections/peerings@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1198},"Microsoft.Network/ExpressRoutePorts@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1236},"Microsoft.Network/expressRoutePorts/authorizations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1249},"Microsoft.Network/firewallPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1315},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1381},"Microsoft.Network/firewallPolicies/signatureOverrides@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1388},"Microsoft.Network/IpAllocations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1401},"Microsoft.Network/ipGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1415},"Microsoft.Network/loadBalancers@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1492},"Microsoft.Network/loadBalancers/backendAddressPools@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1496},"Microsoft.Network/loadBalancers/inboundNatRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1500},"Microsoft.Network/natGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1506},"Microsoft.Network/networkInterfaces/tapConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1510},"Microsoft.Network/networkManagers@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1543},"Microsoft.Network/networkManagerConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1554},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1586},"Microsoft.Network/networkManagers/networkGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1596},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1606},"Microsoft.Network/networkManagers/scopeConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1617},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1631},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1643},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1703},"Microsoft.Network/networkProfiles@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1741},"Microsoft.Network/networkSecurityGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1746},"Microsoft.Network/networkSecurityGroups/securityRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1750},"Microsoft.Network/networkVirtualAppliances@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1768},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1780},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1795},"Microsoft.Network/networkWatchers@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1807},"Microsoft.Network/networkWatchers/packetCaptures@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1830},"Microsoft.Network/networkWatchers/connectionMonitors@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1907},"Microsoft.Network/networkWatchers/flowLogs@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1912},"Microsoft.Network/privateEndpoints@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1917},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1938},"Microsoft.Network/privateLinkServices@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1943},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1947},"Microsoft.Network/publicIPPrefixes@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1971},"Microsoft.Network/routeFilters@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":1998},"Microsoft.Network/routeFilters/routeFilterRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2002},"Microsoft.Network/routeTables@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2007},"Microsoft.Network/routeTables/routes@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2011},"Microsoft.Network/securityPartnerProviders@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2031},"Microsoft.Network/serviceEndpointPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2036},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2040},"Microsoft.Network/virtualNetworks@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2079},"Microsoft.Network/virtualNetworks/subnets@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2083},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2087},"Microsoft.Network/virtualNetworkGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2262},"Microsoft.Network/connections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2316},"Microsoft.Network/localNetworkGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2321},"Microsoft.Network/virtualNetworkGateways/natRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2325},"Microsoft.Network/virtualNetworkTaps@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2330},"Microsoft.Network/virtualRouters@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2343},"Microsoft.Network/virtualRouters/peerings@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2353},"Microsoft.Network/virtualWans@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2371},"Microsoft.Network/vpnSites@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2395},"Microsoft.Network/vpnServerConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2467},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2471},"Microsoft.Network/virtualHubs@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2516},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2526},"Microsoft.Network/vpnGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2599},"Microsoft.Network/vpnGateways/vpnConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2603},"Microsoft.Network/vpnGateways/natRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2607},"Microsoft.Network/p2svpnGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2612},"Microsoft.Network/virtualHubs/routeTables@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2616},"Microsoft.Network/expressRouteGateways@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2639},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2643},"Microsoft.Network/virtualHubs/bgpConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2658},"Microsoft.Network/virtualHubs/ipConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2671},"Microsoft.Network/virtualHubs/hubRouteTables@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2687},"Microsoft.Network/virtualHubs/routingIntent@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2700},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2808},"Microsoft.Network/applicationGatewayAvailableSslOptions@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2858},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2898},"Microsoft.Network/expressRouteProviderPorts@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2904},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2908},"Microsoft.Network/ExpressRoutePortsLocations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2921},"Microsoft.Network/ExpressRoutePorts/links@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2925},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2930},"Microsoft.Network/loadBalancers/loadBalancingRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2934},"Microsoft.Network/loadBalancers/outboundRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2938},"Microsoft.Network/loadBalancers/probes@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2942},"Microsoft.Network/networkInterfaces/ipConfigurations@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2946},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2950},"Microsoft.Network/networkVirtualApplianceSkus@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2959},"Microsoft.Network/vpnSites/vpnSiteLinks@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2963},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2022-01-01":{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2967},"Microsoft.Network/networkManagers@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":41},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":73},"Microsoft.Network/networkManagers/networkGroups@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":83},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":88},"Microsoft.Network/networkManagers/securityUserConfigurations@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":101},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":113},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rules@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":165},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":179},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":190},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":246},"Microsoft.Network/networkManagerConnections@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":257},"Microsoft.Network/networkManagers/scopeConnections@2022-02-01-preview":{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":268},"Microsoft.Network/networkManagers@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":41},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":73},"Microsoft.Network/networkManagers/networkGroups@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":83},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":93},"Microsoft.Network/networkManagers/securityUserConfigurations@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":106},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":118},"Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rules@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":170},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":184},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":195},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":251},"Microsoft.Network/networkManagerConnections@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":262},"Microsoft.Network/networkManagers/scopeConnections@2022-04-01-preview":{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":273},"Microsoft.Network/applicationGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":801},"Microsoft.Network/applicationGateways/privateEndpointConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":805},"Microsoft.Network/applicationSecurityGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":810},"Microsoft.Network/azureFirewalls@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":919},"Microsoft.Network/bastionHosts@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":945},"Microsoft.Network/networkInterfaces@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":950},"Microsoft.Network/publicIPAddresses@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":956},"Microsoft.Network/customIpPrefixes@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":993},"Microsoft.Network/ddosCustomPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1004},"Microsoft.Network/ddosProtectionPlans@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1017},"Microsoft.Network/dscpConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1063},"Microsoft.Network/expressRouteCircuits/authorizations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1076},"Microsoft.Network/expressRouteCircuits/peerings@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1136},"Microsoft.Network/expressRouteCircuits/peerings/connections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1140},"Microsoft.Network/expressRouteCircuits@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1170},"Microsoft.Network/expressRouteCrossConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1202},"Microsoft.Network/expressRouteCrossConnections/peerings@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1206},"Microsoft.Network/ExpressRoutePorts@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1247},"Microsoft.Network/expressRoutePorts/authorizations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1260},"Microsoft.Network/firewallPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1326},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1392},"Microsoft.Network/firewallPolicies/signatureOverrides@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1399},"Microsoft.Network/IpAllocations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1412},"Microsoft.Network/ipGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1426},"Microsoft.Network/loadBalancers@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1503},"Microsoft.Network/loadBalancers/backendAddressPools@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1507},"Microsoft.Network/loadBalancers/inboundNatRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1511},"Microsoft.Network/natGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1517},"Microsoft.Network/networkInterfaces/tapConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1521},"Microsoft.Network/networkManagers@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1554},"Microsoft.Network/networkManagerConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1565},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1597},"Microsoft.Network/networkManagers/networkGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1607},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1617},"Microsoft.Network/networkManagers/scopeConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1628},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1643},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1655},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1715},"Microsoft.Network/networkProfiles@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1753},"Microsoft.Network/networkSecurityGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1758},"Microsoft.Network/networkSecurityGroups/securityRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1762},"Microsoft.Network/networkVirtualAppliances@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1780},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1792},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1807},"Microsoft.Network/networkWatchers@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1819},"Microsoft.Network/networkWatchers/packetCaptures@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1842},"Microsoft.Network/networkWatchers/connectionMonitors@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1919},"Microsoft.Network/networkWatchers/flowLogs@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1924},"Microsoft.Network/privateEndpoints@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1929},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1950},"Microsoft.Network/privateLinkServices@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1955},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1959},"Microsoft.Network/publicIPPrefixes@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":1983},"Microsoft.Network/routeFilters@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2010},"Microsoft.Network/routeFilters/routeFilterRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2014},"Microsoft.Network/routeTables@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2019},"Microsoft.Network/routeTables/routes@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2023},"Microsoft.Network/securityPartnerProviders@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2043},"Microsoft.Network/serviceEndpointPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2048},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2052},"Microsoft.Network/virtualNetworks@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2091},"Microsoft.Network/virtualNetworks/subnets@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2095},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2099},"Microsoft.Network/virtualNetworkGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2298},"Microsoft.Network/connections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2352},"Microsoft.Network/localNetworkGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2357},"Microsoft.Network/virtualNetworkGateways/natRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2361},"Microsoft.Network/virtualNetworkTaps@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2366},"Microsoft.Network/virtualRouters@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2379},"Microsoft.Network/virtualRouters/peerings@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2389},"Microsoft.Network/virtualWans@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2407},"Microsoft.Network/vpnSites@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2431},"Microsoft.Network/vpnServerConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2507},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2511},"Microsoft.Network/virtualHubs@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2557},"Microsoft.Network/virtualHubs/routeMaps@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2599},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2609},"Microsoft.Network/vpnGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2682},"Microsoft.Network/vpnGateways/vpnConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2686},"Microsoft.Network/vpnGateways/natRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2690},"Microsoft.Network/p2svpnGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2695},"Microsoft.Network/virtualHubs/routeTables@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2699},"Microsoft.Network/expressRouteGateways@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2722},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2726},"Microsoft.Network/virtualHubs/bgpConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2741},"Microsoft.Network/virtualHubs/ipConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2754},"Microsoft.Network/virtualHubs/hubRouteTables@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2770},"Microsoft.Network/virtualHubs/routingIntent@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2783},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2898},"Microsoft.Network/cloudServiceSlots@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2907},"Microsoft.Network/applicationGatewayAvailableSslOptions@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2957},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":2997},"Microsoft.Network/expressRouteProviderPorts@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3003},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3007},"Microsoft.Network/ExpressRoutePortsLocations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3020},"Microsoft.Network/ExpressRoutePorts/links@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3024},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3029},"Microsoft.Network/loadBalancers/loadBalancingRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3033},"Microsoft.Network/loadBalancers/outboundRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3037},"Microsoft.Network/loadBalancers/probes@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3041},"Microsoft.Network/networkInterfaces/ipConfigurations@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3045},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3049},"Microsoft.Network/networkVirtualApplianceSkus@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3058},"Microsoft.Network/vpnSites/vpnSiteLinks@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3062},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2022-05-01":{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3066},"Microsoft.Network/applicationGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":801},"Microsoft.Network/applicationGateways/privateEndpointConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":805},"Microsoft.Network/applicationSecurityGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":810},"Microsoft.Network/azureFirewalls@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":919},"Microsoft.Network/bastionHosts@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":945},"Microsoft.Network/networkInterfaces@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":950},"Microsoft.Network/publicIPAddresses@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":956},"Microsoft.Network/cloudServiceSlots@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":965},"Microsoft.Network/customIpPrefixes@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1002},"Microsoft.Network/ddosCustomPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1013},"Microsoft.Network/ddosProtectionPlans@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1026},"Microsoft.Network/dscpConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1072},"Microsoft.Network/expressRouteCircuits/authorizations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1085},"Microsoft.Network/expressRouteCircuits/peerings@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1145},"Microsoft.Network/expressRouteCircuits/peerings/connections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1149},"Microsoft.Network/expressRouteCircuits@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1179},"Microsoft.Network/expressRouteCrossConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1211},"Microsoft.Network/expressRouteCrossConnections/peerings@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1215},"Microsoft.Network/ExpressRoutePorts@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1256},"Microsoft.Network/expressRoutePorts/authorizations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1269},"Microsoft.Network/firewallPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1335},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1401},"Microsoft.Network/firewallPolicies/signatureOverrides@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1408},"Microsoft.Network/IpAllocations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1421},"Microsoft.Network/ipGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1435},"Microsoft.Network/loadBalancers@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1512},"Microsoft.Network/loadBalancers/backendAddressPools@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1516},"Microsoft.Network/loadBalancers/inboundNatRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1520},"Microsoft.Network/natGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1526},"Microsoft.Network/networkInterfaces/tapConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1530},"Microsoft.Network/networkManagers@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1563},"Microsoft.Network/networkManagerConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1574},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1606},"Microsoft.Network/networkManagers/networkGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1616},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1626},"Microsoft.Network/networkManagers/scopeConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1637},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1652},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1664},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1724},"Microsoft.Network/networkProfiles@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1762},"Microsoft.Network/networkSecurityGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1767},"Microsoft.Network/networkSecurityGroups/securityRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1771},"Microsoft.Network/networkVirtualAppliances@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1796},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1808},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1823},"Microsoft.Network/networkWatchers@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1834},"Microsoft.Network/networkWatchers/packetCaptures@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1857},"Microsoft.Network/networkWatchers/connectionMonitors@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1934},"Microsoft.Network/networkWatchers/flowLogs@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1939},"Microsoft.Network/privateEndpoints@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1944},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1965},"Microsoft.Network/privateLinkServices@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1970},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1974},"Microsoft.Network/publicIPPrefixes@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":1998},"Microsoft.Network/routeFilters@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2025},"Microsoft.Network/routeFilters/routeFilterRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2029},"Microsoft.Network/routeTables@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2034},"Microsoft.Network/routeTables/routes@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2038},"Microsoft.Network/securityPartnerProviders@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2058},"Microsoft.Network/serviceEndpointPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2063},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2067},"Microsoft.Network/virtualNetworks@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2106},"Microsoft.Network/virtualNetworks/subnets@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2110},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2114},"Microsoft.Network/virtualNetworkGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2313},"Microsoft.Network/connections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2367},"Microsoft.Network/localNetworkGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2372},"Microsoft.Network/virtualNetworkGateways/natRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2376},"Microsoft.Network/virtualNetworkTaps@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2381},"Microsoft.Network/virtualRouters@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2394},"Microsoft.Network/virtualRouters/peerings@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2404},"Microsoft.Network/virtualWans@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2422},"Microsoft.Network/vpnSites@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2446},"Microsoft.Network/vpnServerConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2522},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2526},"Microsoft.Network/virtualHubs@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2572},"Microsoft.Network/virtualHubs/routeMaps@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2614},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2624},"Microsoft.Network/vpnGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2697},"Microsoft.Network/vpnGateways/vpnConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2701},"Microsoft.Network/vpnGateways/natRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2705},"Microsoft.Network/p2svpnGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2710},"Microsoft.Network/virtualHubs/routeTables@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2714},"Microsoft.Network/expressRouteGateways@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2737},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2741},"Microsoft.Network/virtualHubs/bgpConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2756},"Microsoft.Network/virtualHubs/ipConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2769},"Microsoft.Network/virtualHubs/hubRouteTables@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2785},"Microsoft.Network/virtualHubs/routingIntent@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2798},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2913},"Microsoft.Network/applicationGatewayAvailableSslOptions@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":2963},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3003},"Microsoft.Network/expressRouteProviderPorts@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3009},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3013},"Microsoft.Network/ExpressRoutePortsLocations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3026},"Microsoft.Network/ExpressRoutePorts/links@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3030},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3035},"Microsoft.Network/loadBalancers/loadBalancingRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3039},"Microsoft.Network/loadBalancers/outboundRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3043},"Microsoft.Network/loadBalancers/probes@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3047},"Microsoft.Network/networkInterfaces/ipConfigurations@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3051},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3055},"Microsoft.Network/networkVirtualApplianceSkus@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3064},"Microsoft.Network/vpnSites/vpnSiteLinks@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3068},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2022-07-01":{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3072},"Microsoft.Network/applicationGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":809},"Microsoft.Network/applicationGateways/privateEndpointConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":813},"Microsoft.Network/applicationSecurityGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":818},"Microsoft.Network/azureFirewalls@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":927},"Microsoft.Network/bastionHosts@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":953},"Microsoft.Network/networkInterfaces@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":958},"Microsoft.Network/publicIPAddresses@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":964},"Microsoft.Network/cloudServiceSlots@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":973},"Microsoft.Network/customIpPrefixes@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1010},"Microsoft.Network/ddosCustomPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1021},"Microsoft.Network/ddosProtectionPlans@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1034},"Microsoft.Network/dscpConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1080},"Microsoft.Network/expressRouteCircuits/authorizations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1093},"Microsoft.Network/expressRouteCircuits/peerings@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1153},"Microsoft.Network/expressRouteCircuits/peerings/connections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1157},"Microsoft.Network/expressRouteCircuits@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1187},"Microsoft.Network/expressRouteCrossConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1219},"Microsoft.Network/expressRouteCrossConnections/peerings@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1223},"Microsoft.Network/ExpressRoutePorts@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1264},"Microsoft.Network/expressRoutePorts/authorizations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1277},"Microsoft.Network/firewallPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1343},"Microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1409},"Microsoft.Network/firewallPolicies/signatureOverrides@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1416},"Microsoft.Network/IpAllocations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1429},"Microsoft.Network/ipGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1443},"Microsoft.Network/loadBalancers@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1520},"Microsoft.Network/loadBalancers/backendAddressPools@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1524},"Microsoft.Network/loadBalancers/inboundNatRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1528},"Microsoft.Network/natGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1534},"Microsoft.Network/networkInterfaces/tapConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1538},"Microsoft.Network/networkManagers@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1571},"Microsoft.Network/networkManagerConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1582},"Microsoft.Network/networkManagers/connectivityConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1614},"Microsoft.Network/networkManagers/networkGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1624},"Microsoft.Network/networkManagers/networkGroups/staticMembers@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1634},"Microsoft.Network/networkManagers/scopeConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1645},"Microsoft.Network/networkManagers/securityAdminConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1660},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1672},"Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1732},"Microsoft.Network/networkProfiles@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1770},"Microsoft.Network/networkSecurityGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1775},"Microsoft.Network/networkSecurityGroups/securityRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1779},"Microsoft.Network/networkVirtualAppliances@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1804},"Microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1816},"Microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1831},"Microsoft.Network/networkWatchers@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1842},"Microsoft.Network/networkWatchers/packetCaptures@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1865},"Microsoft.Network/networkWatchers/connectionMonitors@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1942},"Microsoft.Network/networkWatchers/flowLogs@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1947},"Microsoft.Network/privateEndpoints@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1952},"Microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1973},"Microsoft.Network/privateLinkServices@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1978},"Microsoft.Network/privateLinkServices/privateEndpointConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":1982},"Microsoft.Network/publicIPPrefixes@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2006},"Microsoft.Network/routeFilters@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2033},"Microsoft.Network/routeFilters/routeFilterRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2037},"Microsoft.Network/routeTables@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2042},"Microsoft.Network/routeTables/routes@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2046},"Microsoft.Network/securityPartnerProviders@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2066},"Microsoft.Network/serviceEndpointPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2071},"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2075},"Microsoft.Network/virtualNetworks@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2115},"Microsoft.Network/virtualNetworks/subnets@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2119},"Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2123},"Microsoft.Network/virtualNetworkGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2322},"Microsoft.Network/connections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2376},"Microsoft.Network/localNetworkGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2381},"Microsoft.Network/virtualNetworkGateways/natRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2385},"Microsoft.Network/virtualNetworkTaps@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2390},"Microsoft.Network/virtualRouters@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2403},"Microsoft.Network/virtualRouters/peerings@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2413},"Microsoft.Network/virtualWans@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2431},"Microsoft.Network/vpnSites@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2455},"Microsoft.Network/vpnServerConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2531},"Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2535},"Microsoft.Network/virtualHubs@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2581},"Microsoft.Network/virtualHubs/routeMaps@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2623},"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2633},"Microsoft.Network/vpnGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2706},"Microsoft.Network/vpnGateways/vpnConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2710},"Microsoft.Network/vpnGateways/natRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2714},"Microsoft.Network/p2svpnGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2719},"Microsoft.Network/virtualHubs/routeTables@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2723},"Microsoft.Network/expressRouteGateways@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2746},"Microsoft.Network/expressRouteGateways/expressRouteConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2750},"Microsoft.Network/virtualHubs/bgpConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2765},"Microsoft.Network/virtualHubs/ipConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2778},"Microsoft.Network/virtualHubs/hubRouteTables@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2794},"Microsoft.Network/virtualHubs/routingIntent@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2807},"Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2925},"Microsoft.Network/applicationGatewayAvailableSslOptions@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":2975},"Microsoft.Network/applicationGatewayAvailableSslOptions/predefinedPolicies@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3015},"Microsoft.Network/expressRouteProviderPorts@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3021},"Microsoft.Network/expressRouteCircuits/peerings/peerConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3025},"Microsoft.Network/ExpressRoutePortsLocations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3038},"Microsoft.Network/ExpressRoutePorts/links@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3042},"Microsoft.Network/loadBalancers/frontendIPConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3047},"Microsoft.Network/loadBalancers/loadBalancingRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3051},"Microsoft.Network/loadBalancers/outboundRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3055},"Microsoft.Network/loadBalancers/probes@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3059},"Microsoft.Network/networkInterfaces/ipConfigurations@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3063},"Microsoft.Network/networkSecurityGroups/defaultSecurityRules@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3067},"Microsoft.Network/networkVirtualApplianceSkus@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3076},"Microsoft.Network/vpnSites/vpnSiteLinks@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3080},"Microsoft.Network/vpnGateways/vpnConnections/vpnLinkConnections@2022-09-01":{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3084},"Microsoft.NetworkCloud/bareMetalMachines@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":60},"Microsoft.NetworkCloud/cloudServicesNetworks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":86},"Microsoft.NetworkCloud/clusterManagers@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":110},"Microsoft.NetworkCloud/clusters@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":166},"Microsoft.NetworkCloud/defaultCniNetworks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":196},"Microsoft.NetworkCloud/hybridAksClusters@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":229},"Microsoft.NetworkCloud/l2Networks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":251},"Microsoft.NetworkCloud/l3Networks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":280},"Microsoft.NetworkCloud/racks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":296},"Microsoft.NetworkCloud/storageAppliances@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":319},"Microsoft.NetworkCloud/trunkedNetworks@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":343},"Microsoft.NetworkCloud/virtualMachines@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":397},"Microsoft.NetworkCloud/volumes@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":414},"Microsoft.NetworkCloud/clusters/bareMetalMachineKeySets@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":442},"Microsoft.NetworkCloud/clusters/bmcKeySets@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":464},"Microsoft.NetworkCloud/clusters/metricsConfigurations@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":482},"Microsoft.NetworkCloud/virtualMachines/consoles@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":500},"Microsoft.NetworkCloud/rackSkus@2022-12-12-preview":{"RelativePath":"networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json","Index":535},"Microsoft.NetworkFunction/azureTrafficCollectors@2021-09-01-preview":{"RelativePath":"networkfunction/microsoft.networkfunction/2021-09-01-preview/types.json","Index":64},"Microsoft.NetworkFunction/azureTrafficCollectors/collectorPolicies@2021-09-01-preview":{"RelativePath":"networkfunction/microsoft.networkfunction/2021-09-01-preview/types.json","Index":68},"Microsoft.NetworkFunction/azureTrafficCollectors@2022-05-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-05-01/types.json","Index":64},"Microsoft.NetworkFunction/azureTrafficCollectors/collectorPolicies@2022-05-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-05-01/types.json","Index":68},"Microsoft.NetworkFunction/azureTrafficCollectors@2022-08-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-08-01/types.json","Index":54},"Microsoft.NetworkFunction/azureTrafficCollectors/collectorPolicies@2022-08-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-08-01/types.json","Index":59},"Microsoft.NetworkFunction/azureTrafficCollectors@2022-11-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-11-01/types.json","Index":31},"Microsoft.NetworkFunction/azureTrafficCollectors/collectorPolicies@2022-11-01":{"RelativePath":"networkfunction/microsoft.networkfunction/2022-11-01/types.json","Index":57},"NewRelic.Observability/monitors@2022-07-01-preview":{"RelativePath":"newrelic/newrelic.observability/2022-07-01-preview/types.json","Index":85},"NewRelic.Observability/monitors/tagRules@2022-07-01-preview":{"RelativePath":"newrelic/newrelic.observability/2022-07-01-preview/types.json","Index":120},"NewRelic.Observability/monitors@2022-07-01":{"RelativePath":"newrelic/newrelic.observability/2022-07-01/types.json","Index":85},"NewRelic.Observability/monitors/tagRules@2022-07-01":{"RelativePath":"newrelic/newrelic.observability/2022-07-01/types.json","Index":120},"Nginx.NginxPlus/nginxDeployments/certificates@2021-05-01-preview":{"RelativePath":"nginx/nginx.nginxplus/2021-05-01-preview/types.json","Index":34},"Nginx.NginxPlus/nginxDeployments/configurations@2021-05-01-preview":{"RelativePath":"nginx/nginx.nginxplus/2021-05-01-preview/types.json","Index":54},"Nginx.NginxPlus/nginxDeployments@2021-05-01-preview":{"RelativePath":"nginx/nginx.nginxplus/2021-05-01-preview/types.json","Index":91},"Nginx.NginxPlus/nginxDeployments/certificates@2022-08-01":{"RelativePath":"nginx/nginx.nginxplus/2022-08-01/types.json","Index":34},"Nginx.NginxPlus/nginxDeployments/configurations@2022-08-01":{"RelativePath":"nginx/nginx.nginxplus/2022-08-01/types.json","Index":54},"Nginx.NginxPlus/nginxDeployments@2022-08-01":{"RelativePath":"nginx/nginx.nginxplus/2022-08-01/types.json","Index":91},"Microsoft.NotificationHubs/namespaces@2014-09-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":16},"Microsoft.NotificationHubs/namespaces/AuthorizationRules@2014-09-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":26},"Microsoft.NotificationHubs/namespaces/notificationHubs@2014-09-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":45},"Microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2014-09-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":49},"Microsoft.NotificationHubs/namespaces@2016-03-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":21},"Microsoft.NotificationHubs/namespaces/AuthorizationRules@2016-03-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":32},"Microsoft.NotificationHubs/namespaces/notificationHubs@2016-03-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":51},"Microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2016-03-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":56},"Microsoft.NotificationHubs/namespaces@2017-04-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":21},"Microsoft.NotificationHubs/namespaces/AuthorizationRules@2017-04-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":32},"Microsoft.NotificationHubs/namespaces/notificationHubs@2017-04-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":51},"Microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2017-04-01":{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":56},"Microsoft.OpenEnergyPlatform/energyServices@2021-06-01-preview":{"RelativePath":"oep/microsoft.openenergyplatform/2021-06-01-preview/types.json","Index":34},"Microsoft.OpenEnergyPlatform/energyServices@2022-04-04-preview":{"RelativePath":"oep/microsoft.openenergyplatform/2022-04-04-preview/types.json","Index":34},"Microsoft.OperationalInsights/workspaces/storageInsightConfigs@2015-03-20":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-03-20/types.json","Index":20},"Microsoft.OperationalInsights/workspaces/savedSearches@2015-03-20":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-03-20/types.json","Index":27},"Microsoft.OperationalInsights/workspaces/linkedServices@2015-11-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":12},"Microsoft.OperationalInsights/workspaces/dataSources@2015-11-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":33},"Microsoft.OperationalInsights/workspaces@2015-11-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":55},"Microsoft.OperationalInsights/clusters@2019-08-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-08-01-preview/types.json","Index":28},"Microsoft.OperationalInsights/workspaces/linkedServices@2019-08-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-08-01-preview/types.json","Index":33},"Microsoft.OperationalInsights/workspaces/dataExports@2019-08-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-08-01-preview/types.json","Index":44},"Microsoft.OperationalInsights/workspaces/linkedStorageAccounts@2019-08-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-08-01-preview/types.json","Index":56},"Microsoft.OperationalInsights/queryPacks@2019-09-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-09-01-preview/types.json","Index":13},"Microsoft.OperationalInsights/queryPacks/queries@2019-09-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-09-01-preview/types.json","Index":35},"Microsoft.OperationalInsights/queryPacks@2019-09-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-09-01/types.json","Index":13},"Microsoft.OperationalInsights/queryPacks/queries@2019-09-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2019-09-01/types.json","Index":35},"Microsoft.OperationalInsights/workspaces/dataExports@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":18},"Microsoft.OperationalInsights/workspaces/dataSources@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":57},"Microsoft.OperationalInsights/workspaces/linkedServices@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":68},"Microsoft.OperationalInsights/workspaces/linkedStorageAccounts@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":86},"Microsoft.OperationalInsights/workspaces@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":125},"Microsoft.OperationalInsights/clusters@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":147},"Microsoft.OperationalInsights/workspaces/storageInsightConfigs@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":160},"Microsoft.OperationalInsights/workspaces/savedSearches@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":167},"Microsoft.OperationalInsights/workspaces/dataCollectorLogs@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":172},"Microsoft.OperationalInsights/workspaces/tables@2020-03-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-03-01-preview/types.json","Index":177},"Microsoft.OperationalInsights/workspaces/dataExports@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":18},"Microsoft.OperationalInsights/workspaces/dataSources@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":57},"Microsoft.OperationalInsights/workspaces/linkedServices@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":68},"Microsoft.OperationalInsights/workspaces/linkedStorageAccounts@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":86},"Microsoft.OperationalInsights/workspaces/storageInsightConfigs@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":99},"Microsoft.OperationalInsights/workspaces/savedSearches@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":106},"Microsoft.OperationalInsights/workspaces@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":147},"Microsoft.OperationalInsights/clusters@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":169},"Microsoft.OperationalInsights/workspaces/tables@2020-08-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-08-01/types.json","Index":174},"Microsoft.OperationalInsights/clusters@2020-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-10-01/types.json","Index":38},"Microsoft.OperationalInsights/workspaces@2020-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-10-01/types.json","Index":79},"Microsoft.OperationalInsights/workspaces/tables@2020-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2020-10-01/types.json","Index":84},"Microsoft.OperationalInsights/clusters@2021-06-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2021-06-01/types.json","Index":38},"Microsoft.OperationalInsights/workspaces@2021-06-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2021-06-01/types.json","Index":79},"Microsoft.OperationalInsights/workspaces@2021-12-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2021-12-01-preview/types.json","Index":59},"Microsoft.OperationalInsights/workspaces/tables@2021-12-01-preview":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2021-12-01-preview/types.json","Index":107},"Microsoft.OperationalInsights/workspaces@2022-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2022-10-01/types.json","Index":66},"Microsoft.OperationalInsights/workspaces/tables@2022-10-01":{"RelativePath":"operationalinsights/microsoft.operationalinsights/2022-10-01/types.json","Index":115},"Microsoft.OperationsManagement/solutions@2015-11-01-preview":{"RelativePath":"operationsmanagement/microsoft.operationsmanagement/2015-11-01-preview/types.json","Index":16},"Microsoft.OperationsManagement/ManagementAssociations@2015-11-01-preview":{"RelativePath":"operationsmanagement/microsoft.operationsmanagement/2015-11-01-preview/types.json","Index":21},"Microsoft.OperationsManagement/ManagementConfigurations@2015-11-01-preview":{"RelativePath":"operationsmanagement/microsoft.operationsmanagement/2015-11-01-preview/types.json","Index":28},"Microsoft.Orbital/spacecrafts@2021-04-04-preview":{"RelativePath":"orbital/microsoft.orbital/2021-04-04-preview/types.json","Index":39},"Microsoft.Orbital/spacecrafts/contacts@2021-04-04-preview":{"RelativePath":"orbital/microsoft.orbital/2021-04-04-preview/types.json","Index":51},"Microsoft.Orbital/contactProfiles@2021-04-04-preview":{"RelativePath":"orbital/microsoft.orbital/2021-04-04-preview/types.json","Index":78},"Microsoft.Orbital/spacecrafts@2022-03-01":{"RelativePath":"orbital/microsoft.orbital/2022-03-01/types.json","Index":43},"Microsoft.Orbital/spacecrafts/contacts@2022-03-01":{"RelativePath":"orbital/microsoft.orbital/2022-03-01/types.json","Index":64},"Microsoft.Orbital/contactProfiles@2022-03-01":{"RelativePath":"orbital/microsoft.orbital/2022-03-01/types.json","Index":98},"Microsoft.Orbital/spacecrafts@2022-11-01":{"RelativePath":"orbital/microsoft.orbital/2022-11-01/types.json","Index":43},"Microsoft.Orbital/spacecrafts/contacts@2022-11-01":{"RelativePath":"orbital/microsoft.orbital/2022-11-01/types.json","Index":64},"Microsoft.Orbital/contactProfiles@2022-11-01":{"RelativePath":"orbital/microsoft.orbital/2022-11-01/types.json","Index":100},"PaloAltoNetworks.Cloudngfw/globalRulestacks@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":50},"PaloAltoNetworks.Cloudngfw/globalRulestacks/certificates@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":68},"PaloAltoNetworks.Cloudngfw/globalRulestacks/fqdnlists@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":84},"PaloAltoNetworks.Cloudngfw/globalRulestacks/postRules@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":138},"PaloAltoNetworks.Cloudngfw/globalRulestacks/prefixlists@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":154},"PaloAltoNetworks.Cloudngfw/globalRulestacks/preRules@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":158},"PaloAltoNetworks.Cloudngfw/firewalls@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":221},"PaloAltoNetworks.Cloudngfw/localRulestacks@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":226},"PaloAltoNetworks.Cloudngfw/localRulestacks/certificates@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":230},"PaloAltoNetworks.Cloudngfw/localRulestacks/fqdnlists@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":234},"PaloAltoNetworks.Cloudngfw/localRulestacks/localRules@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":238},"PaloAltoNetworks.Cloudngfw/localRulestacks/prefixlists@2022-08-29-preview":{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":242},"Microsoft.Peering/peerAsns@2019-08-01-preview":{"RelativePath":"peering/microsoft.peering/2019-08-01-preview/types.json","Index":20},"Microsoft.Peering/peerings@2019-08-01-preview":{"RelativePath":"peering/microsoft.peering/2019-08-01-preview/types.json","Index":110},"Microsoft.Peering/peeringServices/prefixes@2019-08-01-preview":{"RelativePath":"peering/microsoft.peering/2019-08-01-preview/types.json","Index":131},"Microsoft.Peering/peeringServices@2019-08-01-preview":{"RelativePath":"peering/microsoft.peering/2019-08-01-preview/types.json","Index":142},"Microsoft.Peering/peerAsns@2019-09-01-preview":{"RelativePath":"peering/microsoft.peering/2019-09-01-preview/types.json","Index":20},"Microsoft.Peering/peerings@2019-09-01-preview":{"RelativePath":"peering/microsoft.peering/2019-09-01-preview/types.json","Index":110},"Microsoft.Peering/peeringServices/prefixes@2019-09-01-preview":{"RelativePath":"peering/microsoft.peering/2019-09-01-preview/types.json","Index":134},"Microsoft.Peering/peeringServices@2019-09-01-preview":{"RelativePath":"peering/microsoft.peering/2019-09-01-preview/types.json","Index":145},"Microsoft.Peering/peerAsns@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":25},"Microsoft.Peering/peerings/registeredAsns@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":35},"Microsoft.Peering/peerings/registeredPrefixes@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":53},"Microsoft.Peering/peerings@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":138},"Microsoft.Peering/peeringServices/prefixes@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":162},"Microsoft.Peering/peeringServices@2020-01-01-preview":{"RelativePath":"peering/microsoft.peering/2020-01-01-preview/types.json","Index":174},"Microsoft.Peering/peerAsns@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":54},"Microsoft.Peering/peerings@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":139},"Microsoft.Peering/peeringServices/prefixes@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":163},"Microsoft.Peering/peeringServices@2020-04-01":{"RelativePath":"peering/microsoft.peering/2020-04-01/types.json","Index":175},"Microsoft.Peering/peerAsns@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":54},"Microsoft.Peering/peerings@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":139},"Microsoft.Peering/peeringServices/prefixes@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":163},"Microsoft.Peering/peeringServices@2020-10-01":{"RelativePath":"peering/microsoft.peering/2020-10-01/types.json","Index":175},"Microsoft.Peering/peerAsns@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":54},"Microsoft.Peering/peerings@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":140},"Microsoft.Peering/peeringServices/prefixes@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":164},"Microsoft.Peering/peeringServices@2021-01-01":{"RelativePath":"peering/microsoft.peering/2021-01-01/types.json","Index":176},"Microsoft.Peering/peerAsns@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":54},"Microsoft.Peering/peerings@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":140},"Microsoft.Peering/peeringServices/connectionMonitorTests@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":151},"Microsoft.Peering/peeringServices/prefixes@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":175},"Microsoft.Peering/peeringServices@2021-06-01":{"RelativePath":"peering/microsoft.peering/2021-06-01/types.json","Index":189},"Microsoft.Peering/peerAsns@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":54},"Microsoft.Peering/peerings@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":141},"Microsoft.Peering/peeringServices/connectionMonitorTests@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":152},"Microsoft.Peering/peeringServices/prefixes@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":176},"Microsoft.Peering/peeringServices@2022-01-01":{"RelativePath":"peering/microsoft.peering/2022-01-01/types.json","Index":190},"Microsoft.Peering/peerAsns@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":54},"Microsoft.Peering/peerings@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":145},"Microsoft.Peering/peeringServices/connectionMonitorTests@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":156},"Microsoft.Peering/peeringServices/prefixes@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":180},"Microsoft.Peering/peeringServices@2022-06-01":{"RelativePath":"peering/microsoft.peering/2022-06-01/types.json","Index":194},"Microsoft.Peering/peerAsns@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":26},"Microsoft.Peering/peerings/registeredAsns@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":36},"Microsoft.Peering/peerings/registeredPrefixes@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":54},"Microsoft.Peering/peerings@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":145},"Microsoft.Peering/peeringServices/connectionMonitorTests@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":156},"Microsoft.Peering/peeringServices/prefixes@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":180},"Microsoft.Peering/peeringServices@2022-10-01":{"RelativePath":"peering/microsoft.peering/2022-10-01/types.json","Index":194},"Microsoft.PolicyInsights/remediations@2018-07-01-preview":{"RelativePath":"policyinsights/microsoft.policyinsights/2018-07-01-preview/types.json","Index":15},"Microsoft.PolicyInsights/remediations@2019-07-01":{"RelativePath":"policyinsights/microsoft.policyinsights/2019-07-01/types.json","Index":18},"Microsoft.PolicyInsights/attestations@2021-01-01":{"RelativePath":"policyinsights/microsoft.policyinsights/2021-01-01/types.json","Index":29},"Microsoft.PolicyInsights/remediations@2021-10-01":{"RelativePath":"policyinsights/microsoft.policyinsights/2021-10-01/types.json","Index":30},"Microsoft.PolicyInsights/attestations@2022-09-01":{"RelativePath":"policyinsights/microsoft.policyinsights/2022-09-01/types.json","Index":29},"Microsoft.Portal/dashboards@2015-08-01-preview":{"RelativePath":"portal/microsoft.portal/2015-08-01-preview/types.json","Index":22},"Microsoft.Portal/dashboards@2018-10-01-preview":{"RelativePath":"portal/microsoft.portal/2018-10-01-preview/types.json","Index":22},"Microsoft.Portal/dashboards@2019-01-01-preview":{"RelativePath":"portal/microsoft.portal/2019-01-01-preview/types.json","Index":22},"Microsoft.Portal/tenantConfigurations@2019-01-01-preview":{"RelativePath":"portal/microsoft.portal/2019-01-01-preview/types.json","Index":29},"Microsoft.Portal/dashboards@2020-09-01-preview":{"RelativePath":"portal/microsoft.portal/2020-09-01-preview/types.json","Index":28},"Microsoft.Portal/tenantConfigurations@2020-09-01-preview":{"RelativePath":"portal/microsoft.portal/2020-09-01-preview/types.json","Index":35},"Microsoft.DBforPostgreSQL/servers@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":80},"Microsoft.DBforPostgreSQL/servers/firewallRules@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":85},"Microsoft.DBforPostgreSQL/servers/virtualNetworkRules@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":96},"Microsoft.DBforPostgreSQL/servers/databases@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":101},"Microsoft.DBforPostgreSQL/servers/configurations@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":106},"Microsoft.DBforPostgreSQL/servers/administrators@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":113},"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies@2017-12-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01-preview/types.json","Index":125},"Microsoft.DBforPostgreSQL/servers@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":80},"Microsoft.DBforPostgreSQL/servers/firewallRules@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":85},"Microsoft.DBforPostgreSQL/servers/virtualNetworkRules@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":96},"Microsoft.DBforPostgreSQL/servers/databases@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":101},"Microsoft.DBforPostgreSQL/servers/configurations@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":106},"Microsoft.DBforPostgreSQL/servers/administrators@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":113},"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies@2017-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2017-12-01/types.json","Index":125},"Microsoft.DBforPostgreSQL/servers/privateEndpointConnections@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":14},"Microsoft.DBforPostgreSQL/servers/privateLinkResources@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":20},"Microsoft.DBforPostgreSQL/servers/queryTexts@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":25},"Microsoft.DBforPostgreSQL/servers/topQueryStatistics@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":31},"Microsoft.DBforPostgreSQL/servers/waitStatistics@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":36},"Microsoft.DBforPostgreSQL/servers/advisors@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":40},"Microsoft.DBforPostgreSQL/servers/advisors/recommendedActions@2018-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2018-06-01/types.json","Index":46},"Microsoft.DBforPostgreSQL/servers/keys@2020-01-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-01-01/types.json","Index":14},"Microsoft.DBForPostgreSql/flexibleServers@2020-02-14-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-02-14-preview/types.json","Index":55},"Microsoft.DBForPostgreSql/flexibleServers/firewallRules@2020-02-14-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-02-14-preview/types.json","Index":60},"Microsoft.DBForPostgreSql/flexibleServers/configurations@2020-02-14-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-02-14-preview/types.json","Index":70},"Microsoft.DBForPostgreSql/flexibleServers/databases@2020-11-05-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2020-11-05-preview/types.json","Index":12},"Microsoft.DBforPostgreSQL/flexibleServers@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":67},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":72},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":82},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":87},"Microsoft.DBforPostgreSQL/flexibleServers/advisors@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":91},"Microsoft.DBforPostgreSQL/flexibleServers/queryTexts@2021-06-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01-preview/types.json","Index":96},"Microsoft.DBforPostgreSQL/flexibleServers@2021-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01/types.json","Index":68},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2021-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01/types.json","Index":73},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2021-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01/types.json","Index":83},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2021-06-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2021-06-01/types.json","Index":88},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":23},"Microsoft.DBforPostgreSQL/flexibleServers@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":74},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":79},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":89},"Microsoft.DBforPostgreSQL/flexibleServers/backups@2022-01-20-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-01-20-preview/types.json","Index":94},"Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":28},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":38},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":43},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":48},"Microsoft.DBforPostgreSQL/flexibleServers@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":122},"Microsoft.DBforPostgreSQL/flexibleServers/backups@2022-03-08-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-03-08-preview/types.json","Index":129},"Microsoft.DBforPostgreSQL/flexibleServers/migrations@2022-05-01-preview":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-05-01-preview/types.json","Index":61},"Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":28},"Microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":38},"Microsoft.DBforPostgreSQL/flexibleServers/databases@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":43},"Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":48},"Microsoft.DBforPostgreSQL/flexibleServers@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":128},"Microsoft.DBforPostgreSQL/flexibleServers/backups@2022-12-01":{"RelativePath":"postgresql/microsoft.dbforpostgresql/2022-12-01/types.json","Index":135},"Microsoft.DBforPostgreSQL/serverGroupsv2@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":38},"Microsoft.DBforPostgreSQL/serverGroupsv2/coordinatorConfigurations@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":53},"Microsoft.DBforPostgreSQL/serverGroupsv2/nodeConfigurations@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":57},"Microsoft.DBforPostgreSQL/serverGroupsv2/firewallRules@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":67},"Microsoft.DBforPostgreSQL/serverGroupsv2/roles@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":77},"Microsoft.DBforPostgreSQL/serverGroupsv2/privateEndpointConnections@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":89},"Microsoft.DBforPostgreSQL/serverGroupsv2/servers@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":97},"Microsoft.DBforPostgreSQL/serverGroupsv2/configurations@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":117},"Microsoft.DBforPostgreSQL/serverGroupsv2/privateLinkResources@2022-11-08":{"RelativePath":"postgresqlhsc/microsoft.dbforpostgresql/2022-11-08/types.json","Index":124},"Microsoft.PowerBIDedicated/capacities@2017-10-01":{"RelativePath":"powerbidedicated/microsoft.powerbidedicated/2017-10-01/types.json","Index":44},"Microsoft.PowerBIDedicated/capacities@2021-01-01":{"RelativePath":"powerbidedicated/microsoft.powerbidedicated/2021-01-01/types.json","Index":60},"Microsoft.PowerBIDedicated/autoScaleVCores@2021-01-01":{"RelativePath":"powerbidedicated/microsoft.powerbidedicated/2021-01-01/types.json","Index":71},"Microsoft.PowerBI/workspaceCollections@2016-01-29":{"RelativePath":"powerbiembedded/microsoft.powerbi/2016-01-29/types.json","Index":17},"Microsoft.PowerBI/privateLinkServicesForPowerBI@2020-06-01":{"RelativePath":"powerbiprivatelinks/microsoft.powerbi/2020-06-01/types.json","Index":41},"Microsoft.PowerBI/privateLinkServicesForPowerBI/privateEndpointConnections@2020-06-01":{"RelativePath":"powerbiprivatelinks/microsoft.powerbi/2020-06-01/types.json","Index":45},"Microsoft.PowerPlatform/accounts@2020-10-30-preview":{"RelativePath":"powerplatform/microsoft.powerplatform/2020-10-30-preview/types.json","Index":24},"Microsoft.PowerPlatform/enterprisePolicies@2020-10-30-preview":{"RelativePath":"powerplatform/microsoft.powerplatform/2020-10-30-preview/types.json","Index":57},"Microsoft.PowerPlatform/enterprisePolicies/privateEndpointConnections@2020-10-30-preview":{"RelativePath":"powerplatform/microsoft.powerplatform/2020-10-30-preview/types.json","Index":73},"Microsoft.PowerPlatform/enterprisePolicies/privateLinkResources@2020-10-30-preview":{"RelativePath":"powerplatform/microsoft.powerplatform/2020-10-30-preview/types.json","Index":80},"Microsoft.Network/privateDnsZones@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":20},"Microsoft.Network/privateDnsZones/virtualNetworkLinks@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":37},"Microsoft.Network/privateDnsZones/A@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":58},"Microsoft.Network/privateDnsZones/AAAA@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":62},"Microsoft.Network/privateDnsZones/CNAME@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":66},"Microsoft.Network/privateDnsZones/MX@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":70},"Microsoft.Network/privateDnsZones/PTR@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":74},"Microsoft.Network/privateDnsZones/SOA@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":78},"Microsoft.Network/privateDnsZones/SRV@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":82},"Microsoft.Network/privateDnsZones/TXT@2018-09-01":{"RelativePath":"privatedns/microsoft.network/2018-09-01/types.json","Index":86},"Microsoft.Network/privateDnsZones@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":20},"Microsoft.Network/privateDnsZones/virtualNetworkLinks@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":37},"Microsoft.Network/privateDnsZones/A@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":58},"Microsoft.Network/privateDnsZones/AAAA@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":62},"Microsoft.Network/privateDnsZones/CNAME@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":66},"Microsoft.Network/privateDnsZones/MX@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":70},"Microsoft.Network/privateDnsZones/PTR@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":74},"Microsoft.Network/privateDnsZones/SOA@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":78},"Microsoft.Network/privateDnsZones/SRV@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":82},"Microsoft.Network/privateDnsZones/TXT@2020-01-01":{"RelativePath":"privatedns/microsoft.network/2020-01-01/types.json","Index":86},"Microsoft.Network/privateDnsZones@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":20},"Microsoft.Network/privateDnsZones/virtualNetworkLinks@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":37},"Microsoft.Network/privateDnsZones/A@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":58},"Microsoft.Network/privateDnsZones/AAAA@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":62},"Microsoft.Network/privateDnsZones/CNAME@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":66},"Microsoft.Network/privateDnsZones/MX@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":70},"Microsoft.Network/privateDnsZones/PTR@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":74},"Microsoft.Network/privateDnsZones/SOA@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":78},"Microsoft.Network/privateDnsZones/SRV@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":82},"Microsoft.Network/privateDnsZones/TXT@2020-06-01":{"RelativePath":"privatedns/microsoft.network/2020-06-01/types.json","Index":86},"Microsoft.ProfessionalService/resources@2023-07-01-preview":{"RelativePath":"professionalservice/microsoft.professionalservice/2023-07-01-preview/types.json","Index":24},"Microsoft.ProfessionalService/operationResults@2023-07-01-preview":{"RelativePath":"professionalservice/microsoft.professionalservice/2023-07-01-preview/types.json","Index":40},"Microsoft.ProviderHub/providerRegistrations/customRollouts@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":285},"Microsoft.ProviderHub/providerRegistrations/defaultRollouts@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":337},"Microsoft.ProviderHub/providerRegistrations/notificationRegistrations@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":367},"Microsoft.ProviderHub/providerRegistrations/operations@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":382},"Microsoft.ProviderHub/providerRegistrations@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":386},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":390},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/skus@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":435},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":439},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":443},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2020-11-20":{"RelativePath":"providerhub/microsoft.providerhub/2020-11-20/types.json","Index":447},"Microsoft.ProviderHub/providerRegistrations/customRollouts@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":292},"Microsoft.ProviderHub/providerRegistrations/defaultRollouts@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":345},"Microsoft.ProviderHub/providerRegistrations/notificationRegistrations@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":375},"Microsoft.ProviderHub/providerRegistrations/operations@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":390},"Microsoft.ProviderHub/providerRegistrations@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":394},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":398},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/skus@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":443},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":447},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":451},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-05-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-05-01-preview/types.json","Index":455},"Microsoft.ProviderHub/providerRegistrations/customRollouts@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":318},"Microsoft.ProviderHub/providerRegistrations/defaultRollouts@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":371},"Microsoft.ProviderHub/providerRegistrations/notificationRegistrations@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":401},"Microsoft.ProviderHub/providerRegistrations/operations@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":435},"Microsoft.ProviderHub/providerRegistrations@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":439},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":443},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/skus@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":488},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":492},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":496},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-06-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-06-01-preview/types.json","Index":500},"Microsoft.ProviderHub/providerRegistrations/customRollouts@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":328},"Microsoft.ProviderHub/providerRegistrations/defaultRollouts@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":381},"Microsoft.ProviderHub/providerRegistrations/notificationRegistrations@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":411},"Microsoft.ProviderHub/providerRegistrations/operations@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":445},"Microsoft.ProviderHub/providerRegistrations@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":449},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":453},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/skus@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":498},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":502},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":506},"Microsoft.ProviderHub/providerRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/resourcetypeRegistrations/skus@2021-09-01-preview":{"RelativePath":"providerhub/microsoft.providerhub/2021-09-01-preview/types.json","Index":510},"Microsoft.Purview/accounts@2020-12-01-preview":{"RelativePath":"purview/microsoft.purview/2020-12-01-preview/types.json","Index":58},"Microsoft.Purview/accounts/privateEndpointConnections@2020-12-01-preview":{"RelativePath":"purview/microsoft.purview/2020-12-01-preview/types.json","Index":62},"Microsoft.Purview/accounts@2021-07-01":{"RelativePath":"purview/microsoft.purview/2021-07-01/types.json","Index":62},"Microsoft.Purview/accounts/privateEndpointConnections@2021-07-01":{"RelativePath":"purview/microsoft.purview/2021-07-01/types.json","Index":66},"Microsoft.Quantum/workspaces@2019-11-04-preview":{"RelativePath":"quantum/microsoft.quantum/2019-11-04-preview/types.json","Index":48},"Microsoft.Quantum/workspaces@2022-01-10-preview":{"RelativePath":"quantum/microsoft.quantum/2022-01-10-preview/types.json","Index":48},"Microsoft.Quota/quotas@2021-03-15-preview":{"RelativePath":"quota/microsoft.quota/2021-03-15-preview/types.json","Index":19},"Microsoft.Quota/usages@2021-03-15-preview":{"RelativePath":"quota/microsoft.quota/2021-03-15-preview/types.json","Index":28},"Microsoft.Quota/quotas@2023-02-01":{"RelativePath":"quota/microsoft.quota/2023-02-01/types.json","Index":19},"Microsoft.Quota/usages@2023-02-01":{"RelativePath":"quota/microsoft.quota/2023-02-01/types.json","Index":28},"Microsoft.RecommendationsService/accounts@2022-02-01":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-02-01/types.json","Index":38},"Microsoft.RecommendationsService/accounts/modeling@2022-02-01":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-02-01/types.json","Index":57},"Microsoft.RecommendationsService/accounts/serviceEndpoints@2022-02-01":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-02-01/types.json","Index":63},"Microsoft.RecommendationsService/accounts@2022-03-01-preview":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-03-01-preview/types.json","Index":46},"Microsoft.RecommendationsService/accounts/modeling@2022-03-01-preview":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-03-01-preview/types.json","Index":65},"Microsoft.RecommendationsService/accounts/serviceEndpoints@2022-03-01-preview":{"RelativePath":"recommendationsservice/microsoft.recommendationsservice/2022-03-01-preview/types.json","Index":71},"Microsoft.RecoveryServices/vaults/certificates@2016-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2016-06-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2016-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2016-06-01/types.json","Index":62},"Microsoft.RecoveryServices/vaults/extendedInformation@2016-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2016-06-01/types.json","Index":68},"Microsoft.RecoveryServices/vaults/certificates@2020-02-02":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-02-02/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2020-02-02":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-02-02/types.json","Index":72},"Microsoft.RecoveryServices/vaults/extendedInformation@2020-02-02":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-02-02/types.json","Index":78},"Microsoft.RecoveryServices/vaults/operationResults@2020-02-02":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-02-02/types.json","Index":83},"Microsoft.RecoveryServices/vaults/certificates@2020-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-10-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2020-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-10-01/types.json","Index":83},"Microsoft.RecoveryServices/vaults/extendedInformation@2020-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-10-01/types.json","Index":89},"Microsoft.RecoveryServices/vaults/operationResults@2020-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2020-10-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/certificates@2021-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-01-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-01-01/types.json","Index":83},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-01-01/types.json","Index":89},"Microsoft.RecoveryServices/vaults/operationResults@2021-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-01-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/certificates@2021-02-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-02-10/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-02-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-02-10/types.json","Index":83},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-02-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-02-10/types.json","Index":89},"Microsoft.RecoveryServices/vaults/operationResults@2021-02-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-02-10/types.json","Index":94},"Microsoft.RecoveryServices/vaults/certificates@2021-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-03-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-03-01/types.json","Index":83},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-03-01/types.json","Index":89},"Microsoft.RecoveryServices/vaults/operationResults@2021-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-03-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/certificates@2021-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-04-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-04-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-04-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-04-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2021-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-06-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-06-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-06-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-06-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-06-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2021-07-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-07-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-07-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-07-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-07-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-07-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-07-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-07-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2021-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-08-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-08-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-08-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-08-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2021-11-01-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-11-01-preview/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-11-01-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-11-01-preview/types.json","Index":99},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-11-01-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-11-01-preview/types.json","Index":105},"Microsoft.RecoveryServices/vaults/operationResults@2021-11-01-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-11-01-preview/types.json","Index":110},"Microsoft.RecoveryServices/vaults/certificates@2021-12-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-12-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2021-12-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-12-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/extendedInformation@2021-12-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-12-01/types.json","Index":101},"Microsoft.RecoveryServices/vaults/operationResults@2021-12-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2021-12-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/certificates@2022-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-01/types.json","Index":99},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-01/types.json","Index":105},"Microsoft.RecoveryServices/vaults/operationResults@2022-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-01/types.json","Index":110},"Microsoft.RecoveryServices/vaults/certificates@2022-01-31-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-31-preview/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-01-31-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-31-preview/types.json","Index":99},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-01-31-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-31-preview/types.json","Index":105},"Microsoft.RecoveryServices/vaults/operationResults@2022-01-31-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-01-31-preview/types.json","Index":110},"Microsoft.RecoveryServices/vaults/certificates@2022-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-02-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-02-01/types.json","Index":99},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-02-01/types.json","Index":105},"Microsoft.RecoveryServices/vaults/operationResults@2022-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-02-01/types.json","Index":110},"Microsoft.RecoveryServices/vaults/certificates@2022-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-03-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-03-01/types.json","Index":108},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-03-01/types.json","Index":114},"Microsoft.RecoveryServices/vaults/operationResults@2022-03-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-03-01/types.json","Index":119},"Microsoft.RecoveryServices/vaults/certificates@2022-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-04-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-04-01/types.json","Index":116},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-04-01/types.json","Index":122},"Microsoft.RecoveryServices/vaults/operationResults@2022-04-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-04-01/types.json","Index":127},"Microsoft.RecoveryServices/vaults/certificates@2022-05-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-05-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-05-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-05-01/types.json","Index":116},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-05-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-05-01/types.json","Index":122},"Microsoft.RecoveryServices/vaults/operationResults@2022-05-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-05-01/types.json","Index":127},"Microsoft.RecoveryServices/vaults/certificates@2022-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-08-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-08-01/types.json","Index":122},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-08-01/types.json","Index":128},"Microsoft.RecoveryServices/vaults/operationResults@2022-08-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-08-01/types.json","Index":133},"Microsoft.RecoveryServices/vaults/certificates@2022-09-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-10/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-09-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-10/types.json","Index":122},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-09-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-10/types.json","Index":128},"Microsoft.RecoveryServices/vaults/operationResults@2022-09-10":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-10/types.json","Index":133},"Microsoft.RecoveryServices/vaults/certificates@2022-09-30-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-09-30-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":130},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-09-30-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":136},"Microsoft.RecoveryServices/vaults/operationResults@2022-09-30-preview":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":141},"Microsoft.RecoveryServices/vaults/certificates@2022-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-10-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2022-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-10-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/extendedInformation@2022-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-10-01/types.json","Index":136},"Microsoft.RecoveryServices/vaults/operationResults@2022-10-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2022-10-01/types.json","Index":141},"Microsoft.RecoveryServices/vaults/certificates@2023-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-01-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2023-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-01-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/extendedInformation@2023-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-01-01/types.json","Index":136},"Microsoft.RecoveryServices/vaults/operationResults@2023-01-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-01-01/types.json","Index":141},"Microsoft.RecoveryServices/vaults/certificates@2023-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-02-01/types.json","Index":18},"Microsoft.RecoveryServices/vaults@2023-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-02-01/types.json","Index":136},"Microsoft.RecoveryServices/vaults/extendedInformation@2023-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-02-01/types.json","Index":142},"Microsoft.RecoveryServices/vaults/operationResults@2023-02-01":{"RelativePath":"recoveryservices/microsoft.recoveryservices/2023-02-01/types.json","Index":147},"Microsoft.RecoveryServices/vaults/backupPolicies@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":110},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":164},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":201},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":219},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":224},"Microsoft.RecoveryServices/vaults/backupJobs@2016-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-06-01/types.json","Index":300},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2016-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-12-01/types.json","Index":116},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2016-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-12-01/types.json","Index":135},"Microsoft.RecoveryServices/vaults/backupEngines@2016-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-12-01/types.json","Index":156},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2016-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2016-12-01/types.json","Index":161},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2017-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2017-07-01/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2018-12-20":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2018-12-20/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":191},"Microsoft.RecoveryServices/vaults/backupPolicies@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupconfig@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":372},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":377},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":438},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":443},"Microsoft.RecoveryServices/vaults/backupJobs@2019-05-13":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-05-13/types.json","Index":562},"Microsoft.RecoveryServices/vaults/backupconfig@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":34},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":230},"Microsoft.RecoveryServices/vaults/backupPolicies@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":385},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":390},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":451},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":456},"Microsoft.RecoveryServices/vaults/backupJobs@2019-06-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2019-06-15/types.json","Index":575},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2020-02-02":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-02-02/types.json","Index":25},"Microsoft.RecoveryServices/vaults/backupconfig@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":60},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":78},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":274},"Microsoft.RecoveryServices/vaults/backupPolicies@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":430},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":537},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":542},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":606},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":611},"Microsoft.RecoveryServices/vaults/backupJobs@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":742},"Microsoft.RecoveryServices/vaults/backupEngines@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":763},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2020-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-10-01/types.json","Index":768},"Microsoft.RecoveryServices/vaults/backupconfig@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":60},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":78},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":274},"Microsoft.RecoveryServices/vaults/backupPolicies@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":430},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":537},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":542},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":609},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":614},"Microsoft.RecoveryServices/vaults/backupJobs@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":745},"Microsoft.RecoveryServices/vaults/backupEngines@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":766},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2020-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2020-12-01/types.json","Index":771},"Microsoft.RecoveryServices/vaults/backupconfig@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":60},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":78},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":274},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":430},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":537},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":542},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":618},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":623},"Microsoft.RecoveryServices/vaults/backupJobs@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":754},"Microsoft.RecoveryServices/vaults/backupEngines@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":775},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-01-01/types.json","Index":780},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":73},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":95},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":113},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":309},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":465},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":572},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":580},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":585},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":661},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":666},"Microsoft.RecoveryServices/vaults/backupJobs@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":797},"Microsoft.RecoveryServices/vaults/backupEngines@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":818},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-02-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01-preview/types.json","Index":823},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":72},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":112},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":308},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":464},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":571},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":576},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":652},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":657},"Microsoft.RecoveryServices/vaults/backupJobs@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupEngines@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":809},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-01/types.json","Index":814},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":72},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":94},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":112},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":308},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":464},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":571},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":576},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":652},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":657},"Microsoft.RecoveryServices/vaults/backupJobs@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupEngines@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":809},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-02-10":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-02-10/types.json","Index":814},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":72},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":94},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":112},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":308},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":464},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":571},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":576},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":652},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":657},"Microsoft.RecoveryServices/vaults/backupJobs@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupEngines@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":809},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-03-01/types.json","Index":814},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":64},"Microsoft.RecoveryServices/vaults/backupconfig@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":95},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":119},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":137},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":333},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":489},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":596},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":601},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":677},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupJobs@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":813},"Microsoft.RecoveryServices/vaults/backupEngines@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":834},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-04-01/types.json","Index":839},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":41},"Microsoft.RecoveryServices/vaults/backupconfig@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":72},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":96},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":114},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":310},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":466},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":573},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":578},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":654},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":659},"Microsoft.RecoveryServices/vaults/backupJobs@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":790},"Microsoft.RecoveryServices/vaults/backupEngines@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":811},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-06-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-06-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":64},"Microsoft.RecoveryServices/vaults/backupconfig@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":96},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":120},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":138},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":335},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":492},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":599},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":612},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":688},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":693},"Microsoft.RecoveryServices/vaults/backupJobs@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":824},"Microsoft.RecoveryServices/vaults/backupEngines@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":845},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-07-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-07-01/types.json","Index":850},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":64},"Microsoft.RecoveryServices/vaults/backupconfig@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":96},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":120},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":138},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":335},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":492},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":599},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":612},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":688},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":693},"Microsoft.RecoveryServices/vaults/backupJobs@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":824},"Microsoft.RecoveryServices/vaults/backupEngines@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":845},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-08-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-08-01/types.json","Index":850},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":504},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":614},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":627},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":703},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":708},"Microsoft.RecoveryServices/vaults/backupJobs@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":847},"Microsoft.RecoveryServices/vaults/backupEngines@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":868},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-10-01/types.json","Index":873},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-11-15":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-11-15/types.json","Index":30},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":542},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":652},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":660},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":665},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":741},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":746},"Microsoft.RecoveryServices/vaults/backupJobs@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/backupEngines@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2021-12-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2021-12-01/types.json","Index":911},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":528},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":638},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":727},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/backupJobs@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":871},"Microsoft.RecoveryServices/vaults/backupEngines@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":892},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-01-01/types.json","Index":897},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":528},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":638},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":727},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/backupJobs@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":871},"Microsoft.RecoveryServices/vaults/backupEngines@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":892},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-02-01/types.json","Index":897},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":528},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":638},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":727},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/backupJobs@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":871},"Microsoft.RecoveryServices/vaults/backupEngines@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":892},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-03-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-03-01/types.json","Index":897},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":74},"Microsoft.RecoveryServices/vaults/backupconfig@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":106},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":130},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":148},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":345},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":528},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":638},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":727},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/backupJobs@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":871},"Microsoft.RecoveryServices/vaults/backupEngines@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":892},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-04-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-04-01/types.json","Index":897},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":368},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":569},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":690},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":695},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":777},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":782},"Microsoft.RecoveryServices/vaults/backupJobs@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":922},"Microsoft.RecoveryServices/vaults/backupEngines@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":943},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-06-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-06-01-preview/types.json","Index":948},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":368},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":569},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":690},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":695},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":777},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":782},"Microsoft.RecoveryServices/vaults/backupJobs@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":922},"Microsoft.RecoveryServices/vaults/backupEngines@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":943},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-09-01-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-01-preview/types.json","Index":948},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":368},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":569},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":690},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":695},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":777},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":782},"Microsoft.RecoveryServices/vaults/backupJobs@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":922},"Microsoft.RecoveryServices/vaults/backupEngines@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":943},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-09-30-preview":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-09-30-preview/types.json","Index":948},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":368},"Microsoft.RecoveryServices/vaults/backupPolicies@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":569},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":682},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":690},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":695},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":777},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":782},"Microsoft.RecoveryServices/vaults/backupJobs@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":922},"Microsoft.RecoveryServices/vaults/backupEngines@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":943},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2022-10-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2022-10-01/types.json","Index":948},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":378},"Microsoft.RecoveryServices/vaults/backupPolicies@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":579},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":692},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":700},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":705},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":793},"Microsoft.RecoveryServices/vaults/backupJobs@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":933},"Microsoft.RecoveryServices/vaults/backupEngines@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":954},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2023-01-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-01-01/types.json","Index":959},"Microsoft.RecoveryServices/vaults/backupstorageconfig@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":38},"Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":75},"Microsoft.RecoveryServices/vaults/backupconfig@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":107},"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":131},"Microsoft.RecoveryServices/vaults/privateEndpointConnections@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":149},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":378},"Microsoft.RecoveryServices/vaults/backupPolicies@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":579},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":692},"Microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":700},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/operationResults@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":705},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/backupPolicies/operationResults@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":793},"Microsoft.RecoveryServices/vaults/backupJobs@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":933},"Microsoft.RecoveryServices/vaults/backupEngines@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":954},"Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/operationResults@2023-02-01":{"RelativePath":"recoveryservicesbackup/microsoft.recoveryservices/2023-02-01/types.json","Index":959},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":85},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":104},"Microsoft.RecoveryServices/vaults/replicationFabrics@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":136},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":141},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":146},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":200},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":210},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":218},"Microsoft.RecoveryServices/vaults/replicationPolicies@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":272},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":278},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":283},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":294},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":300},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":320},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":328},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":333},"Microsoft.RecoveryServices/vaults/replicationJobs@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":399},"Microsoft.RecoveryServices/vaults/replicationEvents@2016-08-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2016-08-10/types.json","Index":421},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":57},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":76},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":88},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":156},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":237},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":259},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":268},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":273},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationPolicies@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":333},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":387},"Microsoft.RecoveryServices/vaults/replicationEvents@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":411},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":416},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":424},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":433},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":480},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":493},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":498},"Microsoft.RecoveryServices/vaults/replicationJobs@2018-01-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-01-10/types.json","Index":558},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":125},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":144},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":156},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":214},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":384},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":406},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":453},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":461},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":466},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":472},"Microsoft.RecoveryServices/vaults/replicationPolicies@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":530},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":597},"Microsoft.RecoveryServices/vaults/replicationEvents@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":621},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":626},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":634},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":643},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":690},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":706},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":711},"Microsoft.RecoveryServices/vaults/replicationJobs@2018-07-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2018-07-10/types.json","Index":771},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":166},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":185},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":199},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":276},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":551},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":575},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":583},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":588},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":594},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":651},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":695},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":758},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":763},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":791},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":796},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":804},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":813},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":845},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":861},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-02-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-02-10/types.json","Index":922},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":125},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":144},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":156},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":214},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":384},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":406},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":453},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":461},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":466},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":472},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":530},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":597},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":621},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":626},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":634},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":643},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":690},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":706},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":711},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-03-01/types.json","Index":771},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":166},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":185},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":199},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":276},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":551},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":575},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":583},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":588},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":594},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":651},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":695},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":758},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":763},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":791},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":796},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":804},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":813},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":845},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":861},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-04-01/types.json","Index":922},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":188},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":202},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":565},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":589},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":596},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":601},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":664},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":708},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":771},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":776},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":804},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":809},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":817},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":826},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":858},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":874},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":879},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-06-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-06-01/types.json","Index":935},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":188},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":202},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":565},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":589},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":596},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":601},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":664},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":708},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":771},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":776},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":804},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":809},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":817},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":826},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":858},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":874},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":879},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-07-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-07-01/types.json","Index":935},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":188},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":202},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":565},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":595},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":602},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":613},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":670},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":720},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":783},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":821},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":829},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":838},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":870},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":886},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":891},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-08-01/types.json","Index":947},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":169},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":188},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":202},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":279},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":565},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":595},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":602},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":613},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":670},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":720},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":783},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":788},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":821},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":829},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":838},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":870},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":886},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":891},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-10-01/types.json","Index":947},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":283},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":577},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":614},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":619},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":625},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":682},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":795},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":800},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":828},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":833},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":841},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":850},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":882},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":903},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-11-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-11-01/types.json","Index":959},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":283},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":577},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":607},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":614},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":619},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":625},"Microsoft.RecoveryServices/vaults/replicationPolicies@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":682},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":732},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":795},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":800},"Microsoft.RecoveryServices/vaults/replicationEvents@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":828},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":833},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":841},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":850},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":882},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":903},"Microsoft.RecoveryServices/vaults/replicationJobs@2021-12-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2021-12-01/types.json","Index":959},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":286},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":580},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":610},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":617},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":628},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":685},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":735},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":798},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":803},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":831},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":836},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":901},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-01-01/types.json","Index":962},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":286},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":580},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":610},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":617},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":628},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":685},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":735},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":798},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":803},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":831},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":836},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":901},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-02-01/types.json","Index":962},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":286},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":580},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":610},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":617},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":628},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":685},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":735},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":798},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":803},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":831},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":836},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":901},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-03-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-03-01/types.json","Index":962},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":286},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":580},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":610},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":617},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":622},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":628},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":685},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":735},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":798},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":803},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":831},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":836},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":885},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":901},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":906},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-04-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-04-01/types.json","Index":962},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":298},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":623},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":630},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":635},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":641},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":698},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":748},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":811},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":849},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":857},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":914},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":919},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-05-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-05-01/types.json","Index":975},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":298},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":623},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":630},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":635},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":641},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":698},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":748},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":811},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":849},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":857},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":914},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":919},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-08-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-08-01/types.json","Index":975},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":173},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":192},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":206},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":298},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":592},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":623},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":630},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":635},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":641},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":698},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":748},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":811},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":816},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":844},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":849},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":857},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":898},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":914},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":919},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-09-10":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-09-10/types.json","Index":975},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":178},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":197},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":211},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":303},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":594},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":625},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":632},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":637},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":643},"Microsoft.RecoveryServices/vaults/replicationPolicies@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":700},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":750},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":813},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":818},"Microsoft.RecoveryServices/vaults/replicationEvents@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":846},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":851},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":859},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":868},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":900},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":916},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":921},"Microsoft.RecoveryServices/vaults/replicationJobs@2022-10-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2022-10-01/types.json","Index":977},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":178},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":197},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":211},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":309},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":600},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":632},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":639},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":644},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":650},"Microsoft.RecoveryServices/vaults/replicationPolicies@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":707},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":757},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":820},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":825},"Microsoft.RecoveryServices/vaults/replicationEvents@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":853},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":858},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":866},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":875},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":907},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":923},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":928},"Microsoft.RecoveryServices/vaults/replicationJobs@2023-01-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-01-01/types.json","Index":984},"Microsoft.RecoveryServices/vaults/replicationAlertSettings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":13},"Microsoft.RecoveryServices/vaults/replicationFabrics@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":180},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":199},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":213},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":311},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":602},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":634},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":641},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":646},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":652},"Microsoft.RecoveryServices/vaults/replicationPolicies@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":709},"Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":759},"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":822},"Microsoft.RecoveryServices/vaults/replicationVaultSettings@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":827},"Microsoft.RecoveryServices/vaults/replicationEvents@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":855},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationLogicalNetworks@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":860},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":868},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":877},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":909},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":925},"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":930},"Microsoft.RecoveryServices/vaults/replicationJobs@2023-02-01":{"RelativePath":"recoveryservicessiterecovery/microsoft.recoveryservices/2023-02-01/types.json","Index":986},"Microsoft.RedHatOpenShift/openShiftClusters@2020-04-30":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2020-04-30/types.json","Index":44},"Microsoft.RedHatOpenShift/openShiftClusters@2021-09-01-preview":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2021-09-01-preview/types.json","Index":104},"Microsoft.RedHatOpenShift/openShiftClusters@2022-04-01":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-04-01/types.json","Index":56},"Microsoft.RedHatOpenShift/openShiftClusters@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":56},"Microsoft.RedHatOpenShift/openshiftclusters/machinePool@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":61},"Microsoft.RedHatOpenShift/openshiftclusters/secret@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":66},"Microsoft.RedHatOpenShift/openshiftclusters/syncIdentityProvider@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":71},"Microsoft.RedHatOpenShift/openshiftclusters/syncSet@2022-09-04":{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":76},"Microsoft.Cache/Redis@2015-08-01":{"RelativePath":"redis/microsoft.cache/2015-08-01/types.json","Index":23},"Microsoft.Cache/Redis@2016-04-01":{"RelativePath":"redis/microsoft.cache/2016-04-01/types.json","Index":24},"Microsoft.Cache/Redis/firewallRules@2016-04-01":{"RelativePath":"redis/microsoft.cache/2016-04-01/types.json","Index":29},"Microsoft.Cache/Redis/patchSchedules@2016-04-01":{"RelativePath":"redis/microsoft.cache/2016-04-01/types.json","Index":47},"Microsoft.Cache/Redis@2017-02-01":{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":27},"Microsoft.Cache/Redis/firewallRules@2017-02-01":{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":32},"Microsoft.Cache/Redis/patchSchedules@2017-02-01":{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":50},"Microsoft.Cache/Redis/linkedServers@2017-02-01":{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":58},"Microsoft.Cache/Redis@2017-10-01":{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":27},"Microsoft.Cache/Redis/firewallRules@2017-10-01":{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":32},"Microsoft.Cache/Redis/patchSchedules@2017-10-01":{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":51},"Microsoft.Cache/Redis/linkedServers@2017-10-01":{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":59},"Microsoft.Cache/Redis@2018-03-01":{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":44},"Microsoft.Cache/Redis/firewallRules@2018-03-01":{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":49},"Microsoft.Cache/Redis/patchSchedules@2018-03-01":{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":68},"Microsoft.Cache/Redis/linkedServers@2018-03-01":{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":76},"Microsoft.Cache/Redis@2019-07-01":{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":46},"Microsoft.Cache/Redis/firewallRules@2019-07-01":{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":51},"Microsoft.Cache/Redis/patchSchedules@2019-07-01":{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":70},"Microsoft.Cache/Redis/linkedServers@2019-07-01":{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":78},"Microsoft.Cache/redis@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":63},"Microsoft.Cache/redis/firewallRules@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":68},"Microsoft.Cache/redis/patchSchedules@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":87},"Microsoft.Cache/redis/linkedServers@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":95},"Microsoft.Cache/redis/privateEndpointConnections@2020-06-01":{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":99},"Microsoft.Cache/redis@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":63},"Microsoft.Cache/redis/firewallRules@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":68},"Microsoft.Cache/redis/patchSchedules@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":87},"Microsoft.Cache/redis/linkedServers@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":95},"Microsoft.Cache/redis/privateEndpointConnections@2020-12-01":{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":99},"Microsoft.Cache/redis@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":71},"Microsoft.Cache/redis/firewallRules@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":76},"Microsoft.Cache/redis/patchSchedules@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":95},"Microsoft.Cache/redis/linkedServers@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":103},"Microsoft.Cache/redis/privateEndpointConnections@2021-06-01":{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":107},"Microsoft.Cache/redis@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":71},"Microsoft.Cache/redis/firewallRules@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":76},"Microsoft.Cache/redis/patchSchedules@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":95},"Microsoft.Cache/redis/linkedServers@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":103},"Microsoft.Cache/redis/privateEndpointConnections@2022-05-01":{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":107},"Microsoft.Cache/redis@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":71},"Microsoft.Cache/redis/firewallRules@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":76},"Microsoft.Cache/redis/patchSchedules@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":95},"Microsoft.Cache/redis/linkedServers@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":103},"Microsoft.Cache/redis/privateEndpointConnections@2022-06-01":{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":107},"Microsoft.Cache/redisEnterprise@2020-10-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2020-10-01-preview/types.json","Index":57},"Microsoft.Cache/redisEnterprise/databases@2020-10-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2020-10-01-preview/types.json","Index":99},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2020-10-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2020-10-01-preview/types.json","Index":103},"Microsoft.Cache/redisEnterprise@2021-02-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2021-02-01-preview/types.json","Index":61},"Microsoft.Cache/redisEnterprise/databases@2021-02-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2021-02-01-preview/types.json","Index":120},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2021-02-01-preview/types.json","Index":124},"Microsoft.Cache/redisEnterprise@2021-03-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-03-01/types.json","Index":61},"Microsoft.Cache/redisEnterprise/databases@2021-03-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-03-01/types.json","Index":111},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2021-03-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-03-01/types.json","Index":115},"Microsoft.Cache/redisEnterprise@2021-08-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-08-01/types.json","Index":61},"Microsoft.Cache/redisEnterprise/databases@2021-08-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-08-01/types.json","Index":111},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2021-08-01":{"RelativePath":"redisenterprise/microsoft.cache/2021-08-01/types.json","Index":115},"Microsoft.Cache/redisEnterprise@2022-01-01":{"RelativePath":"redisenterprise/microsoft.cache/2022-01-01/types.json","Index":61},"Microsoft.Cache/redisEnterprise/databases@2022-01-01":{"RelativePath":"redisenterprise/microsoft.cache/2022-01-01/types.json","Index":120},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2022-01-01":{"RelativePath":"redisenterprise/microsoft.cache/2022-01-01/types.json","Index":124},"Microsoft.Cache/redisEnterprise@2022-11-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2022-11-01-preview/types.json","Index":92},"Microsoft.Cache/redisEnterprise/databases@2022-11-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2022-11-01-preview/types.json","Index":151},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2022-11-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2022-11-01-preview/types.json","Index":155},"Microsoft.Cache/redisEnterprise@2023-03-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2023-03-01-preview/types.json","Index":86},"Microsoft.Cache/redisEnterprise/databases@2023-03-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2023-03-01-preview/types.json","Index":145},"Microsoft.Cache/redisEnterprise/privateEndpointConnections@2023-03-01-preview":{"RelativePath":"redisenterprise/microsoft.cache/2023-03-01-preview/types.json","Index":149},"Microsoft.Relay/namespaces@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":18},"Microsoft.Relay/namespaces/AuthorizationRules@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":28},"Microsoft.Relay/namespaces/HybridConnections@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":33},"Microsoft.Relay/namespaces/HybridConnections/authorizationRules@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":37},"Microsoft.Relay/namespaces/WcfRelays@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":45},"Microsoft.Relay/namespaces/WcfRelays/authorizationRules@2016-07-01":{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":49},"Microsoft.Relay/namespaces@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":23},"Microsoft.Relay/namespaces/authorizationRules@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":33},"Microsoft.Relay/namespaces/hybridConnections@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":38},"Microsoft.Relay/namespaces/hybridConnections/authorizationRules@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":42},"Microsoft.Relay/namespaces/wcfRelays@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":50},"Microsoft.Relay/namespaces/wcfRelays/authorizationRules@2017-04-01":{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":54},"Microsoft.Relay/namespaces@2018-01-01-preview":{"RelativePath":"relay/microsoft.relay/2018-01-01-preview/types.json","Index":25},"Microsoft.Relay/namespaces/networkRuleSets@2018-01-01-preview":{"RelativePath":"relay/microsoft.relay/2018-01-01-preview/types.json","Index":38},"Microsoft.Relay/namespaces/privateEndpointConnections@2018-01-01-preview":{"RelativePath":"relay/microsoft.relay/2018-01-01-preview/types.json","Index":59},"Microsoft.Relay/namespaces/authorizationRules@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":28},"Microsoft.Relay/namespaces@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":60},"Microsoft.Relay/namespaces/networkRuleSets@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":77},"Microsoft.Relay/namespaces/hybridConnections/authorizationRules@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":81},"Microsoft.Relay/namespaces/hybridConnections@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":86},"Microsoft.Relay/namespaces/wcfRelays/authorizationRules@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":90},"Microsoft.Relay/namespaces/wcfRelays@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":98},"Microsoft.Relay/namespaces/privateEndpointConnections@2021-11-01":{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":102},"Microsoft.Capacity/reservationOrders@2017-11-01":{"RelativePath":"reservations/microsoft.capacity/2017-11-01/types.json","Index":94},"Microsoft.Capacity/reservationOrders/reservations@2017-11-01":{"RelativePath":"reservations/microsoft.capacity/2017-11-01/types.json","Index":124},"Microsoft.Capacity/reservationOrders@2018-06-01":{"RelativePath":"reservations/microsoft.capacity/2018-06-01/types.json","Index":48},"Microsoft.Capacity/reservationOrders/reservations@2018-06-01":{"RelativePath":"reservations/microsoft.capacity/2018-06-01/types.json","Index":52},"Microsoft.Capacity/reservationOrders@2019-04-01":{"RelativePath":"reservations/microsoft.capacity/2019-04-01/types.json","Index":153},"Microsoft.Capacity/reservationOrders/reservations@2019-04-01":{"RelativePath":"reservations/microsoft.capacity/2019-04-01/types.json","Index":157},"Microsoft.Capacity/resourceProviders/locations/serviceLimits@2019-07-19-preview":{"RelativePath":"reservations/microsoft.capacity/2019-07-19-preview/types.json","Index":19},"Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests@2019-07-19-preview":{"RelativePath":"reservations/microsoft.capacity/2019-07-19-preview/types.json","Index":38},"Microsoft.Capacity/reservationOrders@2020-10-01-preview":{"RelativePath":"reservations/microsoft.capacity/2020-10-01-preview/types.json","Index":145},"Microsoft.Capacity/reservationOrders/reservations@2020-10-01-preview":{"RelativePath":"reservations/microsoft.capacity/2020-10-01-preview/types.json","Index":149},"Microsoft.Capacity/resourceProviders/locations/serviceLimits@2020-10-25":{"RelativePath":"reservations/microsoft.capacity/2020-10-25/types.json","Index":19},"Microsoft.Capacity/resourceProviders/locations/serviceLimitsRequests@2020-10-25":{"RelativePath":"reservations/microsoft.capacity/2020-10-25/types.json","Index":38},"Microsoft.Capacity/reservationOrders@2021-07-01":{"RelativePath":"reservations/microsoft.capacity/2021-07-01/types.json","Index":207},"Microsoft.Capacity/reservationOrders/reservations@2021-07-01":{"RelativePath":"reservations/microsoft.capacity/2021-07-01/types.json","Index":212},"Microsoft.Capacity/reservationOrders@2022-03-01":{"RelativePath":"reservations/microsoft.capacity/2022-03-01/types.json","Index":212},"Microsoft.Capacity/reservationOrders/reservations@2022-03-01":{"RelativePath":"reservations/microsoft.capacity/2022-03-01/types.json","Index":217},"Microsoft.Capacity/reservationOrders@2022-11-01":{"RelativePath":"reservations/microsoft.capacity/2022-11-01/types.json","Index":215},"Microsoft.Capacity/reservationOrders/reservations@2022-11-01":{"RelativePath":"reservations/microsoft.capacity/2022-11-01/types.json","Index":220},"Microsoft.ResourceConnector/appliances@2021-10-31-preview":{"RelativePath":"resourceconnector/microsoft.resourceconnector/2021-10-31-preview/types.json","Index":40},"Microsoft.ResourceConnector/appliances@2022-04-15-preview":{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-04-15-preview/types.json","Index":56},"Microsoft.ResourceConnector/appliances@2022-10-27":{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-10-27/types.json","Index":65},"Microsoft.ResourceGraph/queries@2018-09-01-preview":{"RelativePath":"resourcegraph/microsoft.resourcegraph/2018-09-01-preview/types.json","Index":15},"Microsoft.ResourceHealth/emergingIssues@2017-07-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2017-07-01/types.json","Index":29},"Microsoft.ResourceHealth/metadata@2018-07-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2018-07-01-preview/types.json","Index":18},"Microsoft.ResourceHealth/emergingIssues@2018-07-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2018-07-01-preview/types.json","Index":41},"Microsoft.ResourceHealth/emergingIssues@2018-07-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2018-07-01/types.json","Index":30},"Microsoft.ResourceHealth/metadata@2018-07-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2018-07-01/types.json","Index":41},"Microsoft.ResourceHealth/events/impactedResources@2022-05-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-05-01-preview/types.json","Index":25},"Microsoft.ResourceHealth/events@2022-05-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-05-01-preview/types.json","Index":75},"Microsoft.ResourceHealth/events/impactedResources@2022-05-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-05-01/types.json","Index":25},"Microsoft.ResourceHealth/events@2022-05-01":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-05-01/types.json","Index":75},"Microsoft.ResourceHealth/metadata@2022-10-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":30},"Microsoft.ResourceHealth/events/impactedResources@2022-10-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":37},"Microsoft.ResourceHealth/events@2022-10-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":87},"Microsoft.ResourceHealth/emergingIssues@2022-10-01-preview":{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":110},"Microsoft.Migrate/moveCollections@2019-10-01-preview":{"RelativePath":"resourcemover/microsoft.migrate/2019-10-01-preview/types.json","Index":26},"Microsoft.Migrate/moveCollections/moveResources@2019-10-01-preview":{"RelativePath":"resourcemover/microsoft.migrate/2019-10-01-preview/types.json","Index":127},"Microsoft.Migrate/moveCollections@2021-01-01":{"RelativePath":"resourcemover/microsoft.migrate/2021-01-01/types.json","Index":26},"Microsoft.Migrate/moveCollections/moveResources@2021-01-01":{"RelativePath":"resourcemover/microsoft.migrate/2021-01-01/types.json","Index":127},"Microsoft.Migrate/moveCollections@2021-08-01":{"RelativePath":"resourcemover/microsoft.migrate/2021-08-01/types.json","Index":37},"Microsoft.Migrate/moveCollections/moveResources@2021-08-01":{"RelativePath":"resourcemover/microsoft.migrate/2021-08-01/types.json","Index":148},"Microsoft.Migrate/moveCollections@2022-08-01":{"RelativePath":"resourcemover/microsoft.migrate/2022-08-01/types.json","Index":37},"Microsoft.Migrate/moveCollections/moveResources@2022-08-01":{"RelativePath":"resourcemover/microsoft.migrate/2022-08-01/types.json","Index":148},"Microsoft.Authorization/locks@2015-01-01":{"RelativePath":"resources/microsoft.authorization/2015-01-01/types.json","Index":16},"Microsoft.Authorization/policyassignments@2015-10-01-preview":{"RelativePath":"resources/microsoft.authorization/2015-10-01-preview/types.json","Index":12},"Microsoft.Authorization/policydefinitions@2015-10-01-preview":{"RelativePath":"resources/microsoft.authorization/2015-10-01-preview/types.json","Index":21},"Microsoft.Authorization/policydefinitions@2015-11-01":{"RelativePath":"resources/microsoft.authorization/2015-11-01/types.json","Index":12},"Microsoft.Authorization/policyAssignments@2015-11-01":{"RelativePath":"resources/microsoft.authorization/2015-11-01/types.json","Index":17},"Microsoft.Authorization/policyassignments@2016-04-01":{"RelativePath":"resources/microsoft.authorization/2016-04-01/types.json","Index":12},"Microsoft.Authorization/policydefinitions@2016-04-01":{"RelativePath":"resources/microsoft.authorization/2016-04-01/types.json","Index":21},"Microsoft.Authorization/locks@2016-09-01":{"RelativePath":"resources/microsoft.authorization/2016-09-01/types.json","Index":18},"Microsoft.Authorization/policyDefinitions@2016-12-01":{"RelativePath":"resources/microsoft.authorization/2016-12-01/types.json","Index":20},"Microsoft.Authorization/policyAssignments@2016-12-01":{"RelativePath":"resources/microsoft.authorization/2016-12-01/types.json","Index":25},"Microsoft.Authorization/locks@2017-04-01":{"RelativePath":"resources/microsoft.authorization/2017-04-01/types.json","Index":18},"Microsoft.Authorization/policyAssignments@2017-06-01-preview":{"RelativePath":"resources/microsoft.authorization/2017-06-01-preview/types.json","Index":14},"Microsoft.Authorization/policySetDefinitions@2017-06-01-preview":{"RelativePath":"resources/microsoft.authorization/2017-06-01-preview/types.json","Index":25},"Microsoft.Authorization/policyAssignments@2018-03-01":{"RelativePath":"resources/microsoft.authorization/2018-03-01/types.json","Index":14},"Microsoft.Authorization/policyDefinitions@2018-03-01":{"RelativePath":"resources/microsoft.authorization/2018-03-01/types.json","Index":27},"Microsoft.Authorization/policySetDefinitions@2018-03-01":{"RelativePath":"resources/microsoft.authorization/2018-03-01/types.json","Index":38},"Microsoft.Authorization/policyAssignments@2018-05-01":{"RelativePath":"resources/microsoft.authorization/2018-05-01/types.json","Index":18},"Microsoft.Authorization/policyDefinitions@2018-05-01":{"RelativePath":"resources/microsoft.authorization/2018-05-01/types.json","Index":31},"Microsoft.Authorization/policySetDefinitions@2018-05-01":{"RelativePath":"resources/microsoft.authorization/2018-05-01/types.json","Index":42},"Microsoft.Authorization/policyAssignments@2019-01-01":{"RelativePath":"resources/microsoft.authorization/2019-01-01/types.json","Index":18},"Microsoft.Authorization/policyDefinitions@2019-01-01":{"RelativePath":"resources/microsoft.authorization/2019-01-01/types.json","Index":27},"Microsoft.Authorization/policySetDefinitions@2019-01-01":{"RelativePath":"resources/microsoft.authorization/2019-01-01/types.json","Index":38},"Microsoft.Authorization/policyAssignments@2019-06-01":{"RelativePath":"resources/microsoft.authorization/2019-06-01/types.json","Index":21},"Microsoft.Authorization/policyDefinitions@2019-06-01":{"RelativePath":"resources/microsoft.authorization/2019-06-01/types.json","Index":30},"Microsoft.Authorization/policySetDefinitions@2019-06-01":{"RelativePath":"resources/microsoft.authorization/2019-06-01/types.json","Index":41},"Microsoft.Authorization/policyAssignments@2019-09-01":{"RelativePath":"resources/microsoft.authorization/2019-09-01/types.json","Index":23},"Microsoft.Authorization/policyDefinitions@2019-09-01":{"RelativePath":"resources/microsoft.authorization/2019-09-01/types.json","Index":45},"Microsoft.Authorization/policySetDefinitions@2019-09-01":{"RelativePath":"resources/microsoft.authorization/2019-09-01/types.json","Index":62},"Microsoft.Authorization/policyAssignments@2020-03-01":{"RelativePath":"resources/microsoft.authorization/2020-03-01/types.json","Index":23},"Microsoft.Authorization/policyDefinitions@2020-03-01":{"RelativePath":"resources/microsoft.authorization/2020-03-01/types.json","Index":45},"Microsoft.Authorization/policySetDefinitions@2020-03-01":{"RelativePath":"resources/microsoft.authorization/2020-03-01/types.json","Index":62},"Microsoft.Authorization/privateLinkAssociations@2020-05-01":{"RelativePath":"resources/microsoft.authorization/2020-05-01/types.json","Index":15},"Microsoft.Authorization/resourceManagementPrivateLinks@2020-05-01":{"RelativePath":"resources/microsoft.authorization/2020-05-01/types.json","Index":21},"Microsoft.Authorization/locks@2020-05-01":{"RelativePath":"resources/microsoft.authorization/2020-05-01/types.json","Index":43},"Microsoft.Authorization/policyExemptions@2020-07-01-preview":{"RelativePath":"resources/microsoft.authorization/2020-07-01-preview/types.json","Index":27},"Microsoft.Authorization/policyAssignments@2020-09-01":{"RelativePath":"resources/microsoft.authorization/2020-09-01/types.json","Index":24},"Microsoft.Authorization/policyDefinitions@2020-09-01":{"RelativePath":"resources/microsoft.authorization/2020-09-01/types.json","Index":46},"Microsoft.Authorization/policySetDefinitions@2020-09-01":{"RelativePath":"resources/microsoft.authorization/2020-09-01/types.json","Index":63},"Microsoft.Authorization/dataPolicyManifests@2020-09-01":{"RelativePath":"resources/microsoft.authorization/2020-09-01/types.json","Index":105},"Microsoft.Authorization/policyDefinitions@2021-06-01":{"RelativePath":"resources/microsoft.authorization/2021-06-01/types.json","Index":40},"Microsoft.Authorization/policySetDefinitions@2021-06-01":{"RelativePath":"resources/microsoft.authorization/2021-06-01/types.json","Index":58},"Microsoft.Authorization/policyAssignments@2021-06-01":{"RelativePath":"resources/microsoft.authorization/2021-06-01/types.json","Index":77},"Microsoft.Authorization/policyAssignments@2022-06-01":{"RelativePath":"resources/microsoft.authorization/2022-06-01/types.json","Index":54},"Microsoft.Authorization/policyExemptions@2022-07-01-preview":{"RelativePath":"resources/microsoft.authorization/2022-07-01-preview/types.json","Index":41},"Microsoft.Authorization/variables@2022-08-01-preview":{"RelativePath":"resources/microsoft.authorization/2022-08-01-preview/types.json","Index":25},"Microsoft.Authorization/variables/values@2022-08-01-preview":{"RelativePath":"resources/microsoft.authorization/2022-08-01-preview/types.json","Index":32},"Microsoft.Features/featureProviders/subscriptionFeatureRegistrations@2021-07-01":{"RelativePath":"resources/microsoft.features/2021-07-01/types.json","Index":26},"Microsoft.Resources/deployments@2015-11-01":{"RelativePath":"resources/microsoft.resources/2015-11-01/types.json","Index":32},"Microsoft.Resources/resourceGroups@2015-11-01":{"RelativePath":"resources/microsoft.resources/2015-11-01/types.json","Index":38},"Microsoft.Resources/deployments@2016-02-01":{"RelativePath":"resources/microsoft.resources/2016-02-01/types.json","Index":38},"Microsoft.Resources/resourceGroups@2016-02-01":{"RelativePath":"resources/microsoft.resources/2016-02-01/types.json","Index":44},"Microsoft.Resources/deployments@2016-07-01":{"RelativePath":"resources/microsoft.resources/2016-07-01/types.json","Index":41},"Microsoft.Resources/resourceGroups@2016-07-01":{"RelativePath":"resources/microsoft.resources/2016-07-01/types.json","Index":47},"Microsoft.Resources/deployments@2016-09-01":{"RelativePath":"resources/microsoft.resources/2016-09-01/types.json","Index":41},"Microsoft.Resources/resourceGroups@2016-09-01":{"RelativePath":"resources/microsoft.resources/2016-09-01/types.json","Index":47},"Microsoft.Resources/deployments@2017-05-10":{"RelativePath":"resources/microsoft.resources/2017-05-10/types.json","Index":41},"Microsoft.Resources/resourceGroups@2017-05-10":{"RelativePath":"resources/microsoft.resources/2017-05-10/types.json","Index":47},"Microsoft.Resources/deployments@2018-02-01":{"RelativePath":"resources/microsoft.resources/2018-02-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2018-02-01":{"RelativePath":"resources/microsoft.resources/2018-02-01/types.json","Index":51},"Microsoft.Resources/deployments@2018-05-01":{"RelativePath":"resources/microsoft.resources/2018-05-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2018-05-01":{"RelativePath":"resources/microsoft.resources/2018-05-01/types.json","Index":51},"Microsoft.Resources/deployments@2019-03-01":{"RelativePath":"resources/microsoft.resources/2019-03-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-03-01":{"RelativePath":"resources/microsoft.resources/2019-03-01/types.json","Index":51},"Microsoft.Resources/deployments@2019-05-01":{"RelativePath":"resources/microsoft.resources/2019-05-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-05-01":{"RelativePath":"resources/microsoft.resources/2019-05-01/types.json","Index":51},"Microsoft.Resources/deployments@2019-05-10":{"RelativePath":"resources/microsoft.resources/2019-05-10/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-05-10":{"RelativePath":"resources/microsoft.resources/2019-05-10/types.json","Index":51},"Microsoft.Resources/templateSpecs@2019-06-01-preview":{"RelativePath":"resources/microsoft.resources/2019-06-01-preview/types.json","Index":26},"Microsoft.Resources/templateSpecs/versions@2019-06-01-preview":{"RelativePath":"resources/microsoft.resources/2019-06-01-preview/types.json","Index":36},"Microsoft.Resources/deployments@2019-07-01":{"RelativePath":"resources/microsoft.resources/2019-07-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-07-01":{"RelativePath":"resources/microsoft.resources/2019-07-01/types.json","Index":51},"Microsoft.Resources/deployments@2019-08-01":{"RelativePath":"resources/microsoft.resources/2019-08-01/types.json","Index":45},"Microsoft.Resources/resourceGroups@2019-08-01":{"RelativePath":"resources/microsoft.resources/2019-08-01/types.json","Index":51},"Microsoft.Resources/deploymentScripts@2019-10-01-preview":{"RelativePath":"resources/microsoft.resources/2019-10-01-preview/types.json","Index":70},"Microsoft.Resources/deploymentScripts/logs@2019-10-01-preview":{"RelativePath":"resources/microsoft.resources/2019-10-01-preview/types.json","Index":76},"Microsoft.Resources/deployments@2019-10-01":{"RelativePath":"resources/microsoft.resources/2019-10-01/types.json","Index":57},"Microsoft.Resources/resourceGroups@2019-10-01":{"RelativePath":"resources/microsoft.resources/2019-10-01/types.json","Index":63},"Microsoft.Resources/tags@2019-10-01":{"RelativePath":"resources/microsoft.resources/2019-10-01/types.json","Index":70},"Microsoft.Resources/deployments@2020-06-01":{"RelativePath":"resources/microsoft.resources/2020-06-01/types.json","Index":90},"Microsoft.Resources/resourceGroups@2020-06-01":{"RelativePath":"resources/microsoft.resources/2020-06-01/types.json","Index":96},"Microsoft.Resources/tags@2020-06-01":{"RelativePath":"resources/microsoft.resources/2020-06-01/types.json","Index":103},"Microsoft.Resources/deployments@2020-08-01":{"RelativePath":"resources/microsoft.resources/2020-08-01/types.json","Index":88},"Microsoft.Resources/resourceGroups@2020-08-01":{"RelativePath":"resources/microsoft.resources/2020-08-01/types.json","Index":94},"Microsoft.Resources/tags@2020-08-01":{"RelativePath":"resources/microsoft.resources/2020-08-01/types.json","Index":101},"Microsoft.Resources/deploymentScripts@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":70},"Microsoft.Resources/deployments@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":152},"Microsoft.Resources/resourceGroups@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":158},"Microsoft.Resources/tags@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":165},"Microsoft.Resources/deploymentScripts/logs@2020-10-01":{"RelativePath":"resources/microsoft.resources/2020-10-01/types.json","Index":171},"Microsoft.Resources/deployments@2021-01-01":{"RelativePath":"resources/microsoft.resources/2021-01-01/types.json","Index":93},"Microsoft.Resources/resourceGroups@2021-01-01":{"RelativePath":"resources/microsoft.resources/2021-01-01/types.json","Index":99},"Microsoft.Resources/tags@2021-01-01":{"RelativePath":"resources/microsoft.resources/2021-01-01/types.json","Index":106},"Microsoft.Resources/templateSpecs@2021-03-01-preview":{"RelativePath":"resources/microsoft.resources/2021-03-01-preview/types.json","Index":26},"Microsoft.Resources/templateSpecs/versions@2021-03-01-preview":{"RelativePath":"resources/microsoft.resources/2021-03-01-preview/types.json","Index":34},"Microsoft.Resources/deployments@2021-04-01":{"RelativePath":"resources/microsoft.resources/2021-04-01/types.json","Index":98},"Microsoft.Resources/resourceGroups@2021-04-01":{"RelativePath":"resources/microsoft.resources/2021-04-01/types.json","Index":104},"Microsoft.Resources/tags@2021-04-01":{"RelativePath":"resources/microsoft.resources/2021-04-01/types.json","Index":111},"Microsoft.Resources/templateSpecs@2021-05-01":{"RelativePath":"resources/microsoft.resources/2021-05-01/types.json","Index":26},"Microsoft.Resources/templateSpecs/versions@2021-05-01":{"RelativePath":"resources/microsoft.resources/2021-05-01/types.json","Index":34},"Microsoft.Resources/templateSpecs@2022-02-01":{"RelativePath":"resources/microsoft.resources/2022-02-01/types.json","Index":26},"Microsoft.Resources/templateSpecs/versions@2022-02-01":{"RelativePath":"resources/microsoft.resources/2022-02-01/types.json","Index":34},"Microsoft.Resources/builtInTemplateSpecs@2022-02-01":{"RelativePath":"resources/microsoft.resources/2022-02-01/types.json","Index":39},"Microsoft.Resources/builtInTemplateSpecs/versions@2022-02-01":{"RelativePath":"resources/microsoft.resources/2022-02-01/types.json","Index":44},"Microsoft.Resources/changes@2022-03-01-preview":{"RelativePath":"resources/microsoft.resources/2022-03-01-preview/types.json","Index":27},"Microsoft.Resources/changes@2022-05-01":{"RelativePath":"resources/microsoft.resources/2022-05-01/types.json","Index":26},"Microsoft.Resources/deployments@2022-09-01":{"RelativePath":"resources/microsoft.resources/2022-09-01/types.json","Index":98},"Microsoft.Resources/resourceGroups@2022-09-01":{"RelativePath":"resources/microsoft.resources/2022-09-01/types.json","Index":104},"Microsoft.Resources/tags@2022-09-01":{"RelativePath":"resources/microsoft.resources/2022-09-01/types.json","Index":111},"Microsoft.Resources/snapshots@2022-11-01-preview":{"RelativePath":"resources/microsoft.resources/2022-11-01-preview/types.json","Index":13},"Microsoft.Solutions/appliances@2016-09-01-preview":{"RelativePath":"resources/microsoft.solutions/2016-09-01-preview/types.json","Index":29},"Microsoft.Solutions/applianceDefinitions@2016-09-01-preview":{"RelativePath":"resources/microsoft.solutions/2016-09-01-preview/types.json","Index":46},"Microsoft.Solutions/applications@2017-09-01":{"RelativePath":"resources/microsoft.solutions/2017-09-01/types.json","Index":29},"Microsoft.Solutions/applicationDefinitions@2017-09-01":{"RelativePath":"resources/microsoft.solutions/2017-09-01/types.json","Index":46},"Microsoft.Solutions/applications@2018-06-01":{"RelativePath":"resources/microsoft.solutions/2018-06-01/types.json","Index":29},"Microsoft.Solutions/applicationDefinitions@2018-06-01":{"RelativePath":"resources/microsoft.solutions/2018-06-01/types.json","Index":46},"Microsoft.Solutions/applications@2019-07-01":{"RelativePath":"resources/microsoft.solutions/2019-07-01/types.json","Index":67},"Microsoft.Solutions/applicationDefinitions@2019-07-01":{"RelativePath":"resources/microsoft.solutions/2019-07-01/types.json","Index":107},"Microsoft.Solutions/jitRequests@2019-07-01":{"RelativePath":"resources/microsoft.solutions/2019-07-01/types.json","Index":142},"Microsoft.Solutions/applications@2020-08-21-preview":{"RelativePath":"resources/microsoft.solutions/2020-08-21-preview/types.json","Index":67},"Microsoft.Solutions/applicationDefinitions@2020-08-21-preview":{"RelativePath":"resources/microsoft.solutions/2020-08-21-preview/types.json","Index":107},"Microsoft.Solutions/jitRequests@2020-08-21-preview":{"RelativePath":"resources/microsoft.solutions/2020-08-21-preview/types.json","Index":142},"Microsoft.Easm/workspaces@2022-04-01-preview":{"RelativePath":"riskiq/microsoft.easm/2022-04-01-preview/types.json","Index":38},"Microsoft.Easm/workspaces/labels@2022-04-01-preview":{"RelativePath":"riskiq/microsoft.easm/2022-04-01-preview/types.json","Index":57},"Microsoft.Scheduler/jobCollections@2014-08-01-preview":{"RelativePath":"scheduler/microsoft.scheduler/2014-08-01-preview/types.json","Index":31},"Microsoft.Scheduler/jobCollections/jobs@2014-08-01-preview":{"RelativePath":"scheduler/microsoft.scheduler/2014-08-01-preview/types.json","Index":116},"Microsoft.Scheduler/jobCollections@2016-01-01":{"RelativePath":"scheduler/microsoft.scheduler/2016-01-01/types.json","Index":31},"Microsoft.Scheduler/jobCollections/jobs@2016-01-01":{"RelativePath":"scheduler/microsoft.scheduler/2016-01-01/types.json","Index":116},"Microsoft.Scheduler/jobCollections@2016-03-01":{"RelativePath":"scheduler/microsoft.scheduler/2016-03-01/types.json","Index":32},"Microsoft.Scheduler/jobCollections/jobs@2016-03-01":{"RelativePath":"scheduler/microsoft.scheduler/2016-03-01/types.json","Index":118},"Microsoft.ScVmm/vmmServers@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":26},"Microsoft.ScVmm/clouds@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":35},"Microsoft.ScVmm/virtualNetworks@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":41},"Microsoft.ScVmm/virtualMachines@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":84},"Microsoft.ScVmm/virtualMachineTemplates@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":105},"Microsoft.ScVmm/availabilitySets@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":111},"Microsoft.ScVmm/vmmServers/inventoryItems@2020-06-05-preview":{"RelativePath":"scvmm/microsoft.scvmm/2020-06-05-preview/types.json","Index":134},"Microsoft.Search/searchServices@2015-02-28":{"RelativePath":"search/microsoft.search/2015-02-28/types.json","Index":18},"Microsoft.Search/searchServices@2015-08-19":{"RelativePath":"search/microsoft.search/2015-08-19/types.json","Index":40},"Microsoft.Search/searchServices@2019-10-01-preview":{"RelativePath":"search/microsoft.search/2019-10-01-preview/types.json","Index":56},"Microsoft.Search/searchServices/privateEndpointConnections@2019-10-01-preview":{"RelativePath":"search/microsoft.search/2019-10-01-preview/types.json","Index":60},"Microsoft.Search/searchServices@2020-03-13":{"RelativePath":"search/microsoft.search/2020-03-13/types.json","Index":56},"Microsoft.Search/searchServices/privateEndpointConnections@2020-03-13":{"RelativePath":"search/microsoft.search/2020-03-13/types.json","Index":60},"Microsoft.Search/searchServices@2020-08-01-preview":{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":70},"Microsoft.Search/searchServices/privateEndpointConnections@2020-08-01-preview":{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":74},"Microsoft.Search/searchServices/sharedPrivateLinkResources@2020-08-01-preview":{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":78},"Microsoft.Search/searchServices@2020-08-01":{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":70},"Microsoft.Search/searchServices/privateEndpointConnections@2020-08-01":{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":74},"Microsoft.Search/searchServices/sharedPrivateLinkResources@2020-08-01":{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":78},"Microsoft.Search/searchServices@2021-04-01-preview":{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":98},"Microsoft.Search/searchServices/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":102},"Microsoft.Search/searchServices/sharedPrivateLinkResources@2021-04-01-preview":{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":106},"Microsoft.Search/searchServices@2022-09-01":{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":91},"Microsoft.Search/searchServices/privateEndpointConnections@2022-09-01":{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":95},"Microsoft.Search/searchServices/sharedPrivateLinkResources@2022-09-01":{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":99},"Microsoft.Security/locations/jitNetworkAccessPolicies@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":35},"Microsoft.Security/locations/applicationWhitelistings@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":143},"Microsoft.Security/locations@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":147},"Microsoft.Security/locations/tasks@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":153},"Microsoft.Security/locations/alerts@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":168},"Microsoft.Security/locations/discoveredSecuritySolutions@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":178},"Microsoft.Security/locations/ExternalSecuritySolutions@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":186},"Microsoft.Security/locations/topologies@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":197},"Microsoft.Security/locations/allowedConnections@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":210},"Microsoft.Security/adaptiveNetworkHardenings@2015-06-01-preview":{"RelativePath":"security/microsoft.security/2015-06-01-preview/types.json","Index":228},"Microsoft.Security/pricings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":15},"Microsoft.Security/workspaceSettings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":20},"Microsoft.Security/autoProvisioningSettings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":28},"Microsoft.Security/advancedThreatProtectionSettings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":35},"Microsoft.Security/deviceSecurityGroups@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":126},"Microsoft.Security/settings@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":136},"Microsoft.Security/informationProtectionPolicies@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":156},"Microsoft.Security/iotSecuritySolutions@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":197},"Microsoft.Security/securityContacts@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":208},"Microsoft.Security/compliances@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":215},"Microsoft.Security/iotSecuritySolutions/analyticsModels@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":243},"Microsoft.Security/iotSecuritySolutions/analyticsModels/aggregatedAlerts@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":254},"Microsoft.Security/iotSecuritySolutions/analyticsModels/aggregatedRecommendations@2017-08-01-preview":{"RelativePath":"security/microsoft.security/2017-08-01-preview/types.json","Index":265},"Microsoft.Security/complianceResults@2017-08-01":{"RelativePath":"security/microsoft.security/2017-08-01/types.json","Index":17},"Microsoft.Security/pricings@2018-06-01":{"RelativePath":"security/microsoft.security/2018-06-01/types.json","Index":15},"Microsoft.Security/automations@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":56},"Microsoft.Security/alertsSuppressionRules@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":68},"Microsoft.Security/assessmentMetadata@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":106},"Microsoft.Security/assessments@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":123},"Microsoft.Security/assessments/subAssessments@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":153},"Microsoft.Security/regulatoryComplianceStandards@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":163},"Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":173},"Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments@2019-01-01-preview":{"RelativePath":"security/microsoft.security/2019-01-01-preview/types.json","Index":183},"Microsoft.Security/advancedThreatProtectionSettings@2019-01-01":{"RelativePath":"security/microsoft.security/2019-01-01/types.json","Index":13},"Microsoft.Security/settings@2019-01-01":{"RelativePath":"security/microsoft.security/2019-01-01/types.json","Index":23},"Microsoft.Security/locations/alerts@2019-01-01":{"RelativePath":"security/microsoft.security/2019-01-01/types.json","Index":38},"Microsoft.Security/deviceSecurityGroups@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":100},"Microsoft.Security/iotSecuritySolutions@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":163},"Microsoft.Security/iotSecuritySolutions/analyticsModels@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":188},"Microsoft.Security/iotSecuritySolutions/analyticsModels/aggregatedAlerts@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":201},"Microsoft.Security/iotSecuritySolutions/analyticsModels/aggregatedRecommendations@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":212},"Microsoft.Security/iotSecuritySolutions/iotAlertTypes@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":240},"Microsoft.Security/iotSecuritySolutions/iotAlerts@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":246},"Microsoft.Security/iotSecuritySolutions/iotRecommendationTypes@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":260},"Microsoft.Security/iotSecuritySolutions/iotRecommendations@2019-08-01":{"RelativePath":"security/microsoft.security/2019-08-01/types.json","Index":265},"Microsoft.Security/connectors@2020-01-01-preview":{"RelativePath":"security/microsoft.security/2020-01-01-preview/types.json","Index":40},"Microsoft.Security/securityContacts@2020-01-01-preview":{"RelativePath":"security/microsoft.security/2020-01-01-preview/types.json","Index":63},"Microsoft.Security/secureScores@2020-01-01-preview":{"RelativePath":"security/microsoft.security/2020-01-01-preview/types.json","Index":69},"Microsoft.Security/serverVulnerabilityAssessments@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":19},"Microsoft.Security/locations/applicationWhitelistings@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":121},"Microsoft.Security/locations/jitNetworkAccessPolicies@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":149},"Microsoft.Security/assessmentMetadata@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":189},"Microsoft.Security/assessments@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":207},"Microsoft.Security/adaptiveNetworkHardenings@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":225},"Microsoft.Security/locations/allowedConnections@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":238},"Microsoft.Security/locations/topologies@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":249},"Microsoft.Security/locations/discoveredSecuritySolutions@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":259},"Microsoft.Security/locations/ExternalSecuritySolutions@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":267},"Microsoft.Security/secureScores@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":273},"Microsoft.Security/locations/securitySolutions@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":287},"Microsoft.Security/locations/alerts@2020-01-01":{"RelativePath":"security/microsoft.security/2020-01-01/types.json","Index":330},"Microsoft.Security/locations/alerts@2021-01-01":{"RelativePath":"security/microsoft.security/2021-01-01/types.json","Index":50},"Microsoft.Security/ingestionSettings@2021-01-15-preview":{"RelativePath":"security/microsoft.security/2021-01-15-preview/types.json","Index":11},"Microsoft.Security/softwareInventories@2021-05-01-preview":{"RelativePath":"security/microsoft.security/2021-05-01-preview/types.json","Index":18},"Microsoft.Security/assessmentMetadata@2021-06-01":{"RelativePath":"security/microsoft.security/2021-06-01/types.json","Index":170},"Microsoft.Security/assessments@2021-06-01":{"RelativePath":"security/microsoft.security/2021-06-01/types.json","Index":223},"Microsoft.Security/settings@2021-06-01":{"RelativePath":"security/microsoft.security/2021-06-01/types.json","Index":237},"Microsoft.Security/customAssessmentAutomations@2021-07-01-preview":{"RelativePath":"security/microsoft.security/2021-07-01-preview/types.json","Index":30},"Microsoft.Security/customEntityStoreAssignments@2021-07-01-preview":{"RelativePath":"security/microsoft.security/2021-07-01-preview/types.json","Index":35},"Microsoft.Security/securityConnectors@2021-07-01-preview":{"RelativePath":"security/microsoft.security/2021-07-01-preview/types.json","Index":69},"Microsoft.Security/settings@2021-07-01":{"RelativePath":"security/microsoft.security/2021-07-01/types.json","Index":22},"Microsoft.Security/standards@2021-08-01-preview":{"RelativePath":"security/microsoft.security/2021-08-01-preview/types.json","Index":30},"Microsoft.Security/assignments@2021-08-01-preview":{"RelativePath":"security/microsoft.security/2021-08-01-preview/types.json","Index":39},"Microsoft.Security/mdeOnboardings@2021-10-01-preview":{"RelativePath":"security/microsoft.security/2021-10-01-preview/types.json","Index":13},"Microsoft.Security/locations/alerts@2021-11-01":{"RelativePath":"security/microsoft.security/2021-11-01/types.json","Index":50},"Microsoft.Security/securityConnectors@2021-12-01-preview":{"RelativePath":"security/microsoft.security/2021-12-01-preview/types.json","Index":102},"Microsoft.Security/governanceRules@2022-01-01-preview":{"RelativePath":"security/microsoft.security/2022-01-01-preview/types.json","Index":25},"Microsoft.Security/assessments/governanceAssignments@2022-01-01-preview":{"RelativePath":"security/microsoft.security/2022-01-01-preview/types.json","Index":33},"Microsoft.Security/locations/alerts@2022-01-01":{"RelativePath":"security/microsoft.security/2022-01-01/types.json","Index":54},"Microsoft.Security/pricings@2022-03-01":{"RelativePath":"security/microsoft.security/2022-03-01/types.json","Index":16},"Microsoft.Security/securityConnectors@2022-05-01-preview":{"RelativePath":"security/microsoft.security/2022-05-01-preview/types.json","Index":122},"Microsoft.Security/settings@2022-05-01":{"RelativePath":"security/microsoft.security/2022-05-01/types.json","Index":23},"Microsoft.Security/applications@2022-07-01-preview":{"RelativePath":"security/microsoft.security/2022-07-01-preview/types.json","Index":15},"Microsoft.Security/securityConnectors@2022-08-01-preview":{"RelativePath":"security/microsoft.security/2022-08-01-preview/types.json","Index":133},"Microsoft.Security/apiCollections@2022-11-20-preview":{"RelativePath":"security/microsoft.security/2022-11-20-preview/types.json","Index":13},"Microsoft.Security/healthReports@2023-02-01-preview":{"RelativePath":"security/microsoft.security/2023-02-01-preview/types.json","Index":34},"Microsoft.Security/securityConnectors@2023-03-01-preview":{"RelativePath":"security/microsoft.security/2023-03-01-preview/types.json","Index":153},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":68},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":72},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":81},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":85},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":94},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":98},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":107},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":111},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":120},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateEndpointConnections@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":124},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":131},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":135},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":139},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":143},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateLinkResources@2021-01-11":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-01-11/types.json","Index":147},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":68},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":72},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":81},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":85},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":94},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":98},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":107},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":111},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":120},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":124},"Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":133},"Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/privateEndpointConnections@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":137},"Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":144},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":148},"Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":152},"Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":156},"Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":160},"Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/privateLinkResources@2021-03-08":{"RelativePath":"securityandcompliance/microsoft.securityandcompliance/2021-03-08/types.json","Index":164},"Microsoft.SecurityDevOps/azureDevOpsConnectors@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":40},"Microsoft.SecurityDevOps/azureDevOpsConnectors/orgs/projects/repos@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":65},"Microsoft.SecurityDevOps/azureDevOpsConnectors/orgs@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":77},"Microsoft.SecurityDevOps/azureDevOpsConnectors/orgs/projects@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":89},"Microsoft.SecurityDevOps/gitHubConnectors@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":99},"Microsoft.SecurityDevOps/gitHubConnectors/owners/repos@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":108},"Microsoft.SecurityDevOps/gitHubConnectors/owners@2022-09-01-preview":{"RelativePath":"securitydevops/microsoft.securitydevops/2022-09-01-preview/types.json","Index":117},"Microsoft.SecurityInsights/automationRules@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":119},"Microsoft.SecurityInsights/bookmarks@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":132},"Microsoft.SecurityInsights/bookmarks/relations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":137},"Microsoft.SecurityInsights/cases@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":178},"Microsoft.SecurityInsights/cases/comments@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":183},"Microsoft.SecurityInsights/cases/relations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":195},"Microsoft.SecurityInsights/alertRules@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":205},"Microsoft.SecurityInsights/alertRules/actions@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":221},"Microsoft.SecurityInsights/dataConnectors@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":239},"Microsoft.SecurityInsights/settings@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":248},"Microsoft.SecurityInsights/incidents@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":291},"Microsoft.SecurityInsights/incidents/comments@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":296},"Microsoft.SecurityInsights/incidents/relations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":300},"Microsoft.SecurityInsights/watchlists@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":309},"Microsoft.SecurityInsights/watchlists/watchlistItems@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":314},"Microsoft.SecurityInsights/threatIntelligence/indicators@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":340},"Microsoft.SecurityInsights/aggregations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":346},"Microsoft.SecurityInsights/entities@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":372},"Microsoft.SecurityInsights/entities/relations@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":376},"Microsoft.SecurityInsights/officeConsents@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":381},"Microsoft.SecurityInsights/alertRuleTemplates@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":391},"Microsoft.SecurityInsights/entityQueries@2019-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2019-01-01-preview/types.json","Index":398},"Microsoft.SecurityInsights/alertRules@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":77},"Microsoft.SecurityInsights/alertRules/actions@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":82},"Microsoft.SecurityInsights/bookmarks@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":95},"Microsoft.SecurityInsights/dataConnectors@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":152},"Microsoft.SecurityInsights/incidents@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":199},"Microsoft.SecurityInsights/incidents/comments@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":205},"Microsoft.SecurityInsights/alertRuleTemplates@2020-01-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2020-01-01/types.json","Index":292},"Microsoft.SecurityInsights/incidents@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":71},"Microsoft.SecurityInsights/incidents/comments@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":77},"Microsoft.SecurityInsights/incidents/relations@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":82},"Microsoft.SecurityInsights/settings@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":104},"Microsoft.SecurityInsights/onboardingStates@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":109},"Microsoft.SecurityInsights/sourcecontrols@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":127},"Microsoft.SecurityInsights/dataConnectors@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":269},"Microsoft.SecurityInsights/watchlists@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":279},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":284},"Microsoft.SecurityInsights/alertRules@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":464},"Microsoft.SecurityInsights/alertRules/actions@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":469},"Microsoft.SecurityInsights/entityQueries@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":553},"Microsoft.SecurityInsights/metadata@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":609},"Microsoft.SecurityInsights/alertRuleTemplates@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":758},"Microsoft.SecurityInsights/entityQueryTemplates@2021-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-03-01-preview/types.json","Index":794},"Microsoft.SecurityInsights/incidents@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":65},"Microsoft.SecurityInsights/incidents/comments@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":71},"Microsoft.SecurityInsights/incidents/relations@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":76},"Microsoft.SecurityInsights/watchlists@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":86},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":91},"Microsoft.SecurityInsights/threatIntelligence/indicators@2021-04-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-04-01/types.json","Index":117},"Microsoft.SecurityInsights/alertRules@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":223},"Microsoft.SecurityInsights/alertRules/actions@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":228},"Microsoft.SecurityInsights/automationRules@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":344},"Microsoft.SecurityInsights/bookmarks@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":357},"Microsoft.SecurityInsights/bookmarks/relations@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":362},"Microsoft.SecurityInsights/entityQueries@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":446},"Microsoft.SecurityInsights/incidents@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":490},"Microsoft.SecurityInsights/incidents/comments@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":495},"Microsoft.SecurityInsights/incidents/relations@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":499},"Microsoft.SecurityInsights/metadata@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":555},"Microsoft.SecurityInsights/onboardingStates@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":560},"Microsoft.SecurityInsights/settings@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":582},"Microsoft.SecurityInsights/sourcecontrols@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":600},"Microsoft.SecurityInsights/watchlists@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":609},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":614},"Microsoft.SecurityInsights/dataConnectors@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":777},"Microsoft.SecurityInsights/threatIntelligence/indicators@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":803},"Microsoft.SecurityInsights/alertRuleTemplates@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":982},"Microsoft.SecurityInsights/entities@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":1197},"Microsoft.SecurityInsights/entities/relations@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":1201},"Microsoft.SecurityInsights/officeConsents@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":1206},"Microsoft.SecurityInsights/entityQueryTemplates@2021-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-09-01-preview/types.json","Index":1242},"Microsoft.SecurityInsights/alertRules@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":385},"Microsoft.SecurityInsights/incidents@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":434},"Microsoft.SecurityInsights/bookmarks@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":471},"Microsoft.SecurityInsights/bookmarks/relations@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":476},"Microsoft.SecurityInsights/entityQueries@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":560},"Microsoft.SecurityInsights/incidents/comments@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":565},"Microsoft.SecurityInsights/incidents/relations@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":569},"Microsoft.SecurityInsights/metadata@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":625},"Microsoft.SecurityInsights/onboardingStates@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":630},"Microsoft.SecurityInsights/settings@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":652},"Microsoft.SecurityInsights/sourcecontrols@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":670},"Microsoft.SecurityInsights/threatIntelligence/indicators@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":694},"Microsoft.SecurityInsights/watchlists@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":703},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":708},"Microsoft.SecurityInsights/dataConnectors@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":887},"Microsoft.SecurityInsights/alertRuleTemplates@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1102},"Microsoft.SecurityInsights/entities@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1321},"Microsoft.SecurityInsights/entities/relations@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1325},"Microsoft.SecurityInsights/entityQueryTemplates@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1361},"Microsoft.SecurityInsights/officeConsents@2021-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01-preview/types.json","Index":1366},"Microsoft.SecurityInsights/incidents@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":66},"Microsoft.SecurityInsights/incidents/comments@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":72},"Microsoft.SecurityInsights/incidents/relations@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":77},"Microsoft.SecurityInsights/threatIntelligence/indicators@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":101},"Microsoft.SecurityInsights/watchlists@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":111},"Microsoft.SecurityInsights/watchlists/watchlistItems@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":116},"Microsoft.SecurityInsights/onboardingStates@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":121},"Microsoft.SecurityInsights/alertRules@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":253},"Microsoft.SecurityInsights/alertRules/actions@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":258},"Microsoft.SecurityInsights/bookmarks@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":270},"Microsoft.SecurityInsights/dataConnectors@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":327},"Microsoft.SecurityInsights/automationRules@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":440},"Microsoft.SecurityInsights/alertRuleTemplates@2021-10-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2021-10-01/types.json","Index":531},"Microsoft.SecurityInsights/alertRules@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":385},"Microsoft.SecurityInsights/incidents@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":434},"Microsoft.SecurityInsights/bookmarks@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":471},"Microsoft.SecurityInsights/bookmarks/relations@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":476},"Microsoft.SecurityInsights/entityQueries@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":560},"Microsoft.SecurityInsights/incidents/comments@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":565},"Microsoft.SecurityInsights/incidents/relations@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":569},"Microsoft.SecurityInsights/metadata@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":635},"Microsoft.SecurityInsights/onboardingStates@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":640},"Microsoft.SecurityInsights/settings@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":662},"Microsoft.SecurityInsights/sourcecontrols@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":702},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":726},"Microsoft.SecurityInsights/watchlists@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":740},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":747},"Microsoft.SecurityInsights/dataConnectors@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":929},"Microsoft.SecurityInsights/alertRuleTemplates@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1144},"Microsoft.SecurityInsights/entities@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1363},"Microsoft.SecurityInsights/entities/relations@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1367},"Microsoft.SecurityInsights/entityQueryTemplates@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1403},"Microsoft.SecurityInsights/officeConsents@2022-01-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-01-01-preview/types.json","Index":1408},"Microsoft.SecurityInsights/alertRules@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":385},"Microsoft.SecurityInsights/incidents@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":434},"Microsoft.SecurityInsights/bookmarks@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":471},"Microsoft.SecurityInsights/bookmarks/relations@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":476},"Microsoft.SecurityInsights/entityQueries@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":560},"Microsoft.SecurityInsights/incidents/comments@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":565},"Microsoft.SecurityInsights/incidents/relations@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":569},"Microsoft.SecurityInsights/metadata@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":635},"Microsoft.SecurityInsights/onboardingStates@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":640},"Microsoft.SecurityInsights/settings@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/sourcecontrols@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":706},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":730},"Microsoft.SecurityInsights/watchlists@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":739},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":746},"Microsoft.SecurityInsights/dataConnectors@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":928},"Microsoft.SecurityInsights/alertRuleTemplates@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1143},"Microsoft.SecurityInsights/entities@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1362},"Microsoft.SecurityInsights/entities/relations@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1366},"Microsoft.SecurityInsights/entityQueryTemplates@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1402},"Microsoft.SecurityInsights/officeConsents@2022-04-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-04-01-preview/types.json","Index":1407},"Microsoft.SecurityInsights/alertRules@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":416},"Microsoft.SecurityInsights/incidents@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":465},"Microsoft.SecurityInsights/bookmarks@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":502},"Microsoft.SecurityInsights/bookmarks/relations@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":507},"Microsoft.SecurityInsights/entityQueries@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":591},"Microsoft.SecurityInsights/incidents/comments@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":596},"Microsoft.SecurityInsights/incidents/relations@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":600},"Microsoft.SecurityInsights/metadata@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/onboardingStates@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":704},"Microsoft.SecurityInsights/settings@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":730},"Microsoft.SecurityInsights/sourcecontrols@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":770},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":794},"Microsoft.SecurityInsights/watchlists@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":803},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":810},"Microsoft.SecurityInsights/dataConnectors@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":992},"Microsoft.SecurityInsights/alertRuleTemplates@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1207},"Microsoft.SecurityInsights/entities@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1426},"Microsoft.SecurityInsights/entities/relations@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1430},"Microsoft.SecurityInsights/entityQueryTemplates@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1466},"Microsoft.SecurityInsights/officeConsents@2022-05-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-05-01-preview/types.json","Index":1471},"Microsoft.SecurityInsights/alertRules@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":416},"Microsoft.SecurityInsights/incidents@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":465},"Microsoft.SecurityInsights/bookmarks@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":502},"Microsoft.SecurityInsights/bookmarks/relations@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":507},"Microsoft.SecurityInsights/entityQueries@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":591},"Microsoft.SecurityInsights/incidents/comments@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":596},"Microsoft.SecurityInsights/incidents/relations@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":600},"Microsoft.SecurityInsights/metadata@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/onboardingStates@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":704},"Microsoft.SecurityInsights/settings@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":730},"Microsoft.SecurityInsights/sourcecontrols@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":770},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":794},"Microsoft.SecurityInsights/watchlists@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":803},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":810},"Microsoft.SecurityInsights/dataConnectors@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":992},"Microsoft.SecurityInsights/alertRuleTemplates@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1207},"Microsoft.SecurityInsights/entities@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1426},"Microsoft.SecurityInsights/entities/relations@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1430},"Microsoft.SecurityInsights/entityQueryTemplates@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1466},"Microsoft.SecurityInsights/officeConsents@2022-06-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-06-01-preview/types.json","Index":1471},"Microsoft.SecurityInsights/alertRules@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":418},"Microsoft.SecurityInsights/incidents@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":467},"Microsoft.SecurityInsights/bookmarks@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks/relations@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":509},"Microsoft.SecurityInsights/entityQueries@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":596},"Microsoft.SecurityInsights/incidents/comments@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":601},"Microsoft.SecurityInsights/incidents/relations@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":605},"Microsoft.SecurityInsights/metadata@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/onboardingStates@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":676},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":709},"Microsoft.SecurityInsights/settings@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":735},"Microsoft.SecurityInsights/sourcecontrols@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":775},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":799},"Microsoft.SecurityInsights/watchlists@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":808},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":815},"Microsoft.SecurityInsights/dataConnectors@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":997},"Microsoft.SecurityInsights/alertRuleTemplates@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1212},"Microsoft.SecurityInsights/entities@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1443},"Microsoft.SecurityInsights/entities/relations@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1447},"Microsoft.SecurityInsights/entityQueryTemplates@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1484},"Microsoft.SecurityInsights/officeConsents@2022-07-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-07-01-preview/types.json","Index":1489},"Microsoft.SecurityInsights/alertRules@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":418},"Microsoft.SecurityInsights/incidents@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":467},"Microsoft.SecurityInsights/bookmarks@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks/relations@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":509},"Microsoft.SecurityInsights/entityQueries@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":596},"Microsoft.SecurityInsights/fileImports@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":629},"Microsoft.SecurityInsights/incidents/comments@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":634},"Microsoft.SecurityInsights/incidents/relations@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":638},"Microsoft.SecurityInsights/metadata@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":704},"Microsoft.SecurityInsights/onboardingStates@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":709},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":742},"Microsoft.SecurityInsights/settings@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":768},"Microsoft.SecurityInsights/sourcecontrols@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":808},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":832},"Microsoft.SecurityInsights/watchlists@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":841},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":848},"Microsoft.SecurityInsights/dataConnectors@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1030},"Microsoft.SecurityInsights/alertRuleTemplates@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1245},"Microsoft.SecurityInsights/entities@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1476},"Microsoft.SecurityInsights/entities/relations@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1480},"Microsoft.SecurityInsights/entityQueryTemplates@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1517},"Microsoft.SecurityInsights/officeConsents@2022-08-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01-preview/types.json","Index":1522},"Microsoft.SecurityInsights/alertRules@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":160},"Microsoft.SecurityInsights/alertRules/actions@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":165},"Microsoft.SecurityInsights/automationRules@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":283},"Microsoft.SecurityInsights/bookmarks@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":296},"Microsoft.SecurityInsights/dataConnectors@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":353},"Microsoft.SecurityInsights/incidents@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":400},"Microsoft.SecurityInsights/incidents/comments@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":405},"Microsoft.SecurityInsights/incidents/relations@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":410},"Microsoft.SecurityInsights/onboardingStates@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":415},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":439},"Microsoft.SecurityInsights/watchlists@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":448},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":453},"Microsoft.SecurityInsights/alertRuleTemplates@2022-08-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-08-01/types.json","Index":554},"Microsoft.SecurityInsights/alertRules@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":262},"Microsoft.SecurityInsights/alertRules/actions@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":267},"Microsoft.SecurityInsights/automationRules@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":437},"Microsoft.SecurityInsights/incidents@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":486},"Microsoft.SecurityInsights/bookmarks@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":523},"Microsoft.SecurityInsights/bookmarks/relations@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":528},"Microsoft.SecurityInsights/entityQueries@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":615},"Microsoft.SecurityInsights/fileImports@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":648},"Microsoft.SecurityInsights/incidents/comments@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":653},"Microsoft.SecurityInsights/incidents/relations@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":657},"Microsoft.SecurityInsights/metadata@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":723},"Microsoft.SecurityInsights/onboardingStates@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":728},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":761},"Microsoft.SecurityInsights/settings@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":787},"Microsoft.SecurityInsights/sourcecontrols@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":827},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":851},"Microsoft.SecurityInsights/watchlists@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":860},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":867},"Microsoft.SecurityInsights/dataConnectors@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1049},"Microsoft.SecurityInsights/alertRuleTemplates@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1264},"Microsoft.SecurityInsights/entities@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1495},"Microsoft.SecurityInsights/entities/relations@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1499},"Microsoft.SecurityInsights/entityQueryTemplates@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1536},"Microsoft.SecurityInsights/officeConsents@2022-09-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-09-01-preview/types.json","Index":1541},"Microsoft.SecurityInsights/alertRules@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":452},"Microsoft.SecurityInsights/incidents@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":501},"Microsoft.SecurityInsights/bookmarks@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":538},"Microsoft.SecurityInsights/bookmarks/relations@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":543},"Microsoft.SecurityInsights/entityQueries@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":630},"Microsoft.SecurityInsights/fileImports@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":663},"Microsoft.SecurityInsights/incidents/comments@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":668},"Microsoft.SecurityInsights/incidents/relations@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":672},"Microsoft.SecurityInsights/metadata@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":738},"Microsoft.SecurityInsights/onboardingStates@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":743},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":776},"Microsoft.SecurityInsights/settings@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":802},"Microsoft.SecurityInsights/sourcecontrols@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":842},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":866},"Microsoft.SecurityInsights/watchlists@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":875},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":882},"Microsoft.SecurityInsights/dataConnectors@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1064},"Microsoft.SecurityInsights/alertRuleTemplates@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1281},"Microsoft.SecurityInsights/entities@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1512},"Microsoft.SecurityInsights/entities/relations@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1516},"Microsoft.SecurityInsights/entityQueryTemplates@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1553},"Microsoft.SecurityInsights/officeConsents@2022-10-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-10-01-preview/types.json","Index":1558},"Microsoft.SecurityInsights/alertRules@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":452},"Microsoft.SecurityInsights/incidents@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":501},"Microsoft.SecurityInsights/bookmarks@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":538},"Microsoft.SecurityInsights/bookmarks/relations@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":543},"Microsoft.SecurityInsights/entityQueries@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":630},"Microsoft.SecurityInsights/fileImports@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":663},"Microsoft.SecurityInsights/incidents/comments@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":668},"Microsoft.SecurityInsights/incidents/relations@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":672},"Microsoft.SecurityInsights/metadata@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":738},"Microsoft.SecurityInsights/onboardingStates@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":743},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":776},"Microsoft.SecurityInsights/settings@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":802},"Microsoft.SecurityInsights/sourcecontrols@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":842},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":866},"Microsoft.SecurityInsights/watchlists@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":875},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":882},"Microsoft.SecurityInsights/dataConnectors@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1064},"Microsoft.SecurityInsights/alertRuleTemplates@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1281},"Microsoft.SecurityInsights/entities@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1512},"Microsoft.SecurityInsights/entities/relations@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1516},"Microsoft.SecurityInsights/entityQueryTemplates@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1553},"Microsoft.SecurityInsights/officeConsents@2022-11-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01-preview/types.json","Index":1558},"Microsoft.SecurityInsights/alertRules@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":160},"Microsoft.SecurityInsights/alertRules/actions@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":165},"Microsoft.SecurityInsights/automationRules@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":317},"Microsoft.SecurityInsights/bookmarks@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":330},"Microsoft.SecurityInsights/dataConnectors@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":387},"Microsoft.SecurityInsights/incidents@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":434},"Microsoft.SecurityInsights/incidents/comments@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":439},"Microsoft.SecurityInsights/incidents/relations@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":444},"Microsoft.SecurityInsights/onboardingStates@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":449},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":482},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":506},"Microsoft.SecurityInsights/watchlists@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":515},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":520},"Microsoft.SecurityInsights/alertRuleTemplates@2022-11-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-11-01/types.json","Index":621},"Microsoft.SecurityInsights/alertRules@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":455},"Microsoft.SecurityInsights/incidents@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":541},"Microsoft.SecurityInsights/bookmarks/relations@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":546},"Microsoft.SecurityInsights/entityQueries@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":633},"Microsoft.SecurityInsights/fileImports@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/incidents/comments@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/incidents/relations@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":675},"Microsoft.SecurityInsights/incidents/tasks@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":683},"Microsoft.SecurityInsights/metadata@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":749},"Microsoft.SecurityInsights/onboardingStates@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":754},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":787},"Microsoft.SecurityInsights/settings@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":813},"Microsoft.SecurityInsights/sourcecontrols@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":853},"Microsoft.SecurityInsights/threatIntelligence/indicators@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":877},"Microsoft.SecurityInsights/watchlists@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":886},"Microsoft.SecurityInsights/watchlists/watchlistItems@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":893},"Microsoft.SecurityInsights/dataConnectors@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1075},"Microsoft.SecurityInsights/alertRuleTemplates@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1292},"Microsoft.SecurityInsights/entities@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1523},"Microsoft.SecurityInsights/entities/relations@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1527},"Microsoft.SecurityInsights/entityQueryTemplates@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1564},"Microsoft.SecurityInsights/officeConsents@2022-12-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2022-12-01-preview/types.json","Index":1569},"Microsoft.SecurityInsights/alertRules@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":455},"Microsoft.SecurityInsights/incidents@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":541},"Microsoft.SecurityInsights/bookmarks/relations@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":546},"Microsoft.SecurityInsights/entityQueries@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":633},"Microsoft.SecurityInsights/fileImports@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/incidents/comments@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/incidents/relations@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":675},"Microsoft.SecurityInsights/incidents/tasks@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":683},"Microsoft.SecurityInsights/metadata@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":749},"Microsoft.SecurityInsights/onboardingStates@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":754},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":787},"Microsoft.SecurityInsights/settings@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":813},"Microsoft.SecurityInsights/sourcecontrols@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":853},"Microsoft.SecurityInsights/threatIntelligence/indicators@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":877},"Microsoft.SecurityInsights/watchlists@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":886},"Microsoft.SecurityInsights/watchlists/watchlistItems@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":893},"Microsoft.SecurityInsights/dataConnectors@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1092},"Microsoft.SecurityInsights/alertRuleTemplates@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1309},"Microsoft.SecurityInsights/triggeredAnalyticsRuleRuns@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1321},"Microsoft.SecurityInsights/entities@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1552},"Microsoft.SecurityInsights/entities/relations@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1556},"Microsoft.SecurityInsights/entityQueryTemplates@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1593},"Microsoft.SecurityInsights/officeConsents@2023-02-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01-preview/types.json","Index":1598},"Microsoft.SecurityInsights/alertRules@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":172},"Microsoft.SecurityInsights/alertRules/actions@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":177},"Microsoft.SecurityInsights/automationRules@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":329},"Microsoft.SecurityInsights/bookmarks@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":342},"Microsoft.SecurityInsights/dataConnectors@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":399},"Microsoft.SecurityInsights/incidents@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":446},"Microsoft.SecurityInsights/incidents/comments@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":451},"Microsoft.SecurityInsights/incidents/relations@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":456},"Microsoft.SecurityInsights/metadata@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":486},"Microsoft.SecurityInsights/onboardingStates@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":491},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":524},"Microsoft.SecurityInsights/threatIntelligence/indicators@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":548},"Microsoft.SecurityInsights/watchlists@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":557},"Microsoft.SecurityInsights/watchlists/watchlistItems@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":562},"Microsoft.SecurityInsights/alertRuleTemplates@2023-02-01":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-02-01/types.json","Index":663},"Microsoft.SecurityInsights/alertRules@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":277},"Microsoft.SecurityInsights/alertRules/actions@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":282},"Microsoft.SecurityInsights/automationRules@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":455},"Microsoft.SecurityInsights/incidents@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":504},"Microsoft.SecurityInsights/bookmarks@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":541},"Microsoft.SecurityInsights/bookmarks/relations@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":546},"Microsoft.SecurityInsights/entityQueries@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":633},"Microsoft.SecurityInsights/fileImports@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":666},"Microsoft.SecurityInsights/incidents/comments@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":671},"Microsoft.SecurityInsights/incidents/relations@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":675},"Microsoft.SecurityInsights/incidents/tasks@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":683},"Microsoft.SecurityInsights/metadata@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":713},"Microsoft.SecurityInsights/onboardingStates@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":718},"Microsoft.SecurityInsights/securityMLAnalyticsSettings@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":751},"Microsoft.SecurityInsights/settings@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":777},"Microsoft.SecurityInsights/sourcecontrols@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":817},"Microsoft.SecurityInsights/threatIntelligence/indicators@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":841},"Microsoft.SecurityInsights/watchlists@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":850},"Microsoft.SecurityInsights/watchlists/watchlistItems@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":857},"Microsoft.SecurityInsights/dataConnectors@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1052},"Microsoft.SecurityInsights/alertRuleTemplates@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1269},"Microsoft.SecurityInsights/entities@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1500},"Microsoft.SecurityInsights/entities/relations@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1504},"Microsoft.SecurityInsights/entityQueryTemplates@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1541},"Microsoft.SecurityInsights/officeConsents@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1546},"Microsoft.SecurityInsights/triggeredAnalyticsRuleRuns@2023-03-01-preview":{"RelativePath":"securityinsights/microsoft.securityinsights/2023-03-01-preview/types.json","Index":1558},"Microsoft.SerialConsole/serialPorts@2018-05-01":{"RelativePath":"serialconsole/microsoft.serialconsole/2018-05-01/types.json","Index":15},"Microsoft.OperationalInsights/workspaces/features/machineGroups@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":40},"Microsoft.OperationalInsights/workspaces/features/machines@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":113},"Microsoft.OperationalInsights/workspaces/features/machines/processes@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":163},"Microsoft.OperationalInsights/workspaces/features/machines/ports@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":177},"Microsoft.OperationalInsights/workspaces/features/clientGroups@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":188},"Microsoft.OperationalInsights/workspaces/features/summaries@2015-11-01-preview":{"RelativePath":"service-map/microsoft.operationalinsights/2015-11-01-preview/types.json","Index":195},"Microsoft.ServiceBus/namespaces@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":36},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":46},"Microsoft.ServiceBus/namespaces/queues@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":68},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":72},"Microsoft.ServiceBus/namespaces/topics@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":93},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":97},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2015-08-01":{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":118},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":17},"Microsoft.ServiceBus/namespaces@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":32},"Microsoft.ServiceBus/namespaces/networkRuleSets@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":48},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":52},"Microsoft.ServiceBus/namespaces/queues@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":68},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":72},"Microsoft.ServiceBus/namespaces/topics@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":87},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":100},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":107},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":119},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":134},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/AuthorizationRules@2017-04-01":{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":138},"Microsoft.ServiceBus/namespaces/ipfilterrules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":15},"Microsoft.ServiceBus/namespaces@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":35},"Microsoft.ServiceBus/namespaces/virtualnetworkrules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":40},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":50},"Microsoft.ServiceBus/namespaces/networkRuleSets@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":66},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":85},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":98},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":102},"Microsoft.ServiceBus/namespaces/queues@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":118},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":122},"Microsoft.ServiceBus/namespaces/topics@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":137},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":144},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":159},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":171},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2018-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":175},"Microsoft.ServiceBus/namespaces@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":63},"Microsoft.ServiceBus/namespaces/networkRuleSets@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":79},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":89},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":93},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":106},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":113},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":117},"Microsoft.ServiceBus/namespaces/queues@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":133},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":137},"Microsoft.ServiceBus/namespaces/topics@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":152},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":164},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":179},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2021-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":183},"Microsoft.ServiceBus/namespaces@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":63},"Microsoft.ServiceBus/namespaces/networkRuleSets@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":82},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":92},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":96},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":109},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":116},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":120},"Microsoft.ServiceBus/namespaces/queues@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":136},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":140},"Microsoft.ServiceBus/namespaces/topics@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":155},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":167},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":183},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2021-06-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":187},"Microsoft.ServiceBus/namespaces@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":63},"Microsoft.ServiceBus/namespaces/networkRuleSets@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":82},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":92},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":96},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":109},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":116},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":120},"Microsoft.ServiceBus/namespaces/queues@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":136},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":140},"Microsoft.ServiceBus/namespaces/topics@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":155},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":167},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":183},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2021-11-01":{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":187},"Microsoft.ServiceBus/namespaces@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":72},"Microsoft.ServiceBus/namespaces/networkRuleSets@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":91},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":101},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":105},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":118},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":125},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":129},"Microsoft.ServiceBus/namespaces/queues@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":145},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":149},"Microsoft.ServiceBus/namespaces/topics@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":164},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":176},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":192},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2022-01-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":196},"Microsoft.ServiceBus/namespaces@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":71},"Microsoft.ServiceBus/namespaces/networkRuleSets@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":90},"Microsoft.ServiceBus/namespaces/AuthorizationRules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":100},"Microsoft.ServiceBus/namespaces/privateEndpointConnections@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":104},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":117},"Microsoft.ServiceBus/namespaces/migrationConfigurations@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":124},"Microsoft.ServiceBus/namespaces/queues/authorizationRules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":128},"Microsoft.ServiceBus/namespaces/queues@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":144},"Microsoft.ServiceBus/namespaces/topics/authorizationRules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":148},"Microsoft.ServiceBus/namespaces/topics@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":163},"Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":175},"Microsoft.ServiceBus/namespaces/topics/subscriptions@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":191},"Microsoft.ServiceBus/namespaces/disasterRecoveryConfigs/authorizationRules@2022-10-01-preview":{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":195},"Microsoft.ServiceFabric/clusters@2016-09-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2016-09-01/types.json","Index":74},"Microsoft.ServiceFabric/clusters/applicationTypes@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":12},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":18},"Microsoft.ServiceFabric/clusters/applications@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":34},"Microsoft.ServiceFabric/clusters/applications/services@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":72},"Microsoft.ServiceFabric/clusters@2017-07-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2017-07-01-preview/types.json","Index":145},"Microsoft.ServiceFabric/clusters@2018-02-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2018-02-01/types.json","Index":101},"Microsoft.ServiceFabric/clusters@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":101},"Microsoft.ServiceFabric/clusters/applicationTypes@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":107},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":114},"Microsoft.ServiceFabric/clusters/applications@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":131},"Microsoft.ServiceFabric/clusters/applications/services@2019-03-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01-preview/types.json","Index":173},"Microsoft.ServiceFabric/clusters@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":101},"Microsoft.ServiceFabric/clusters/applicationTypes@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":107},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":114},"Microsoft.ServiceFabric/clusters/applications@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":131},"Microsoft.ServiceFabric/clusters/applications/services@2019-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-03-01/types.json","Index":173},"Microsoft.ServiceFabric/clusters@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":101},"Microsoft.ServiceFabric/clusters/applicationTypes@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":107},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":114},"Microsoft.ServiceFabric/clusters/applications@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":141},"Microsoft.ServiceFabric/clusters/applications/services@2019-06-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-06-01-preview/types.json","Index":183},"Microsoft.ServiceFabric/clusters@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":102},"Microsoft.ServiceFabric/clusters/applicationTypes@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":108},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":115},"Microsoft.ServiceFabric/clusters/applications@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":147},"Microsoft.ServiceFabric/clusters/applications/services@2019-11-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2019-11-01-preview/types.json","Index":189},"Microsoft.ServiceFabric/managedClusters@2020-01-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-01-01-preview/types.json","Index":60},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2020-01-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-01-01-preview/types.json","Index":89},"Microsoft.ServiceFabric/clusters@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":102},"Microsoft.ServiceFabric/clusters/applicationTypes@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":108},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":115},"Microsoft.ServiceFabric/clusters/applications@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":147},"Microsoft.ServiceFabric/clusters/applications/services@2020-03-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-03-01/types.json","Index":189},"Microsoft.ServiceFabric/clusters@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":113},"Microsoft.ServiceFabric/clusters/applicationTypes@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":119},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":126},"Microsoft.ServiceFabric/clusters/applications@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":158},"Microsoft.ServiceFabric/clusters/applications/services@2020-12-01-preview":{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":200},"Microsoft.ServiceFabric/clusters@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":126},"Microsoft.ServiceFabric/clusters/applicationTypes@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":132},"Microsoft.ServiceFabric/clusters/applicationTypes/versions@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":139},"Microsoft.ServiceFabric/clusters/applications@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":171},"Microsoft.ServiceFabric/clusters/applications/services@2021-06-01":{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":213},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":185},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2021-01-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-01-01-preview/types.json","Index":216},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":188},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2021-05-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-05-01/types.json","Index":223},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":190},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2021-07-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-07-01-preview/types.json","Index":232},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2021-11-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2021-11-01-preview/types.json","Index":249},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-01-01":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-01-01/types.json","Index":249},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-02-01-preview/types.json","Index":250},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-06-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-06-01-preview/types.json","Index":253},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":201},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-08-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-08-01-preview/types.json","Index":253},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":204},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2022-10-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2022-10-01-preview/types.json","Index":260},"Microsoft.ServiceFabric/managedclusters/applicationTypes@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":14},"Microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":20},"Microsoft.ServiceFabric/managedclusters/applications@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":48},"Microsoft.ServiceFabric/managedclusters/applications/services@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":110},"Microsoft.ServiceFabric/managedClusters@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":204},"Microsoft.ServiceFabric/managedClusters/nodeTypes@2023-02-01-preview":{"RelativePath":"servicefabricmanagedclusters/microsoft.servicefabric/2023-02-01-preview/types.json","Index":262},"Microsoft.ServiceFabricMesh/applications@2018-07-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-07-01-preview/types.json","Index":77},"Microsoft.ServiceFabricMesh/networks@2018-07-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-07-01-preview/types.json","Index":88},"Microsoft.ServiceFabricMesh/volumes@2018-07-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-07-01-preview/types.json","Index":97},"Microsoft.ServiceFabricMesh/applications/services@2018-07-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-07-01-preview/types.json","Index":101},"Microsoft.ServiceFabricMesh/secrets@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":22},"Microsoft.ServiceFabricMesh/secrets/values@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":28},"Microsoft.ServiceFabricMesh/volumes@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":44},"Microsoft.ServiceFabricMesh/networks@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":59},"Microsoft.ServiceFabricMesh/gateways@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":92},"Microsoft.ServiceFabricMesh/applications@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":186},"Microsoft.ServiceFabricMesh/applications/services@2018-09-01-preview":{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":190},"Microsoft.ServiceLinker/linkers@2021-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2021-11-01-preview/types.json","Index":50},"Microsoft.ServiceLinker/linkers@2022-01-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-01-01-preview/types.json","Index":67},"Microsoft.ServiceLinker/linkers@2022-05-01":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-05-01/types.json","Index":68},"Microsoft.ServiceLinker/locations/dryruns@2022-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":151},"Microsoft.ServiceLinker/locations/connectors@2022-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":169},"Microsoft.ServiceLinker/linkers@2022-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":173},"Microsoft.ServiceLinker/dryruns@2022-11-01-preview":{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":177},"Microsoft.ServiceNetworking/trafficControllers@2022-10-01-preview":{"RelativePath":"servicenetworking/microsoft.servicenetworking/2022-10-01-preview/types.json","Index":36},"Microsoft.ServiceNetworking/trafficControllers/associations@2022-10-01-preview":{"RelativePath":"servicenetworking/microsoft.servicenetworking/2022-10-01-preview/types.json","Index":52},"Microsoft.ServiceNetworking/trafficControllers/frontends@2022-10-01-preview":{"RelativePath":"servicenetworking/microsoft.servicenetworking/2022-10-01-preview/types.json","Index":71},"Microsoft.SignalRService/SignalR@2018-03-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2018-03-01-preview/types.json","Index":29},"Microsoft.SignalRService/signalR@2018-10-01":{"RelativePath":"signalr/microsoft.signalrservice/2018-10-01/types.json","Index":37},"Microsoft.SignalRService/signalR@2020-05-01":{"RelativePath":"signalr/microsoft.signalrservice/2020-05-01/types.json","Index":95},"Microsoft.SignalRService/signalR/privateEndpointConnections@2020-05-01":{"RelativePath":"signalr/microsoft.signalrservice/2020-05-01/types.json","Index":99},"Microsoft.SignalRService/signalR@2020-07-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2020-07-01-preview/types.json","Index":104},"Microsoft.SignalRService/signalR/privateEndpointConnections@2020-07-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2020-07-01-preview/types.json","Index":108},"Microsoft.SignalRService/signalR@2021-04-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-04-01-preview/types.json","Index":139},"Microsoft.SignalRService/signalR/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-04-01-preview/types.json","Index":143},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-04-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-04-01-preview/types.json","Index":147},"Microsoft.SignalRService/signalR@2021-06-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-06-01-preview/types.json","Index":139},"Microsoft.SignalRService/signalR/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-06-01-preview/types.json","Index":143},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-06-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-06-01-preview/types.json","Index":147},"Microsoft.SignalRService/signalR@2021-09-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-09-01-preview/types.json","Index":139},"Microsoft.SignalRService/signalR/privateEndpointConnections@2021-09-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-09-01-preview/types.json","Index":143},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-09-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2021-09-01-preview/types.json","Index":147},"Microsoft.SignalRService/signalR@2021-10-01":{"RelativePath":"signalr/microsoft.signalrservice/2021-10-01/types.json","Index":143},"Microsoft.SignalRService/signalR/privateEndpointConnections@2021-10-01":{"RelativePath":"signalr/microsoft.signalrservice/2021-10-01/types.json","Index":147},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-10-01":{"RelativePath":"signalr/microsoft.signalrservice/2021-10-01/types.json","Index":151},"Microsoft.SignalRService/signalR@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":146},"Microsoft.SignalRService/signalR/customCertificates@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":161},"Microsoft.SignalRService/signalR/customDomains@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":177},"Microsoft.SignalRService/signalR/privateEndpointConnections@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":181},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2022-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":185},"Microsoft.SignalRService/signalR@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":147},"Microsoft.SignalRService/signalR/customCertificates@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":162},"Microsoft.SignalRService/signalR/customDomains@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":178},"Microsoft.SignalRService/signalR/privateEndpointConnections@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":182},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2022-08-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":186},"Microsoft.SignalRService/signalR@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":147},"Microsoft.SignalRService/signalR/customCertificates@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":162},"Microsoft.SignalRService/signalR/customDomains@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":178},"Microsoft.SignalRService/signalR/privateEndpointConnections@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":182},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2023-02-01":{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":186},"Microsoft.SignalRService/signalR@2023-03-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2023-03-01-preview/types.json","Index":147},"Microsoft.SignalRService/signalR/customCertificates@2023-03-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2023-03-01-preview/types.json","Index":162},"Microsoft.SignalRService/signalR/customDomains@2023-03-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2023-03-01-preview/types.json","Index":178},"Microsoft.SignalRService/signalR/privateEndpointConnections@2023-03-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2023-03-01-preview/types.json","Index":182},"Microsoft.SignalRService/signalR/replicas@2023-03-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2023-03-01-preview/types.json","Index":198},"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2023-03-01-preview":{"RelativePath":"signalr/microsoft.signalrservice/2023-03-01-preview/types.json","Index":202},"Microsoft.SoftwarePlan/hybridUseBenefits@2019-06-01-preview":{"RelativePath":"softwareplan/microsoft.softwareplan/2019-06-01-preview/types.json","Index":17},"Microsoft.SoftwarePlan/hybridUseBenefits@2019-12-01":{"RelativePath":"softwareplan/microsoft.softwareplan/2019-12-01/types.json","Index":17},"Microsoft.Solutions/applications@2017-12-01":{"RelativePath":"solutions/microsoft.solutions/2017-12-01/types.json","Index":29},"Microsoft.Solutions/applicationDefinitions@2017-12-01":{"RelativePath":"solutions/microsoft.solutions/2017-12-01/types.json","Index":46},"Microsoft.Solutions/applications@2018-02-01":{"RelativePath":"solutions/microsoft.solutions/2018-02-01/types.json","Index":53},"Microsoft.Solutions/applicationDefinitions@2018-02-01":{"RelativePath":"solutions/microsoft.solutions/2018-02-01/types.json","Index":77},"Microsoft.Solutions/applications@2018-03-01":{"RelativePath":"solutions/microsoft.solutions/2018-03-01/types.json","Index":63},"Microsoft.Solutions/applicationDefinitions@2018-03-01":{"RelativePath":"solutions/microsoft.solutions/2018-03-01/types.json","Index":87},"Microsoft.Solutions/jitRequests@2018-03-01":{"RelativePath":"solutions/microsoft.solutions/2018-03-01/types.json","Index":122},"Microsoft.Solutions/jitRequests@2018-06-01":{"RelativePath":"solutions/microsoft.solutions/2018-06-01/types.json","Index":122},"Microsoft.Solutions/applications@2018-09-01-preview":{"RelativePath":"solutions/microsoft.solutions/2018-09-01-preview/types.json","Index":63},"Microsoft.Solutions/applicationDefinitions@2018-09-01-preview":{"RelativePath":"solutions/microsoft.solutions/2018-09-01-preview/types.json","Index":87},"Microsoft.Solutions/jitRequests@2018-09-01-preview":{"RelativePath":"solutions/microsoft.solutions/2018-09-01-preview/types.json","Index":122},"Microsoft.Solutions/applications@2021-02-01-preview":{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":78},"Microsoft.Solutions/applicationDefinitions@2021-02-01-preview":{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":118},"Microsoft.Solutions/jitRequests@2021-02-01-preview":{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":153},"Microsoft.Solutions/applications@2021-07-01":{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":75},"Microsoft.Solutions/applicationDefinitions@2021-07-01":{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":115},"Microsoft.Solutions/jitRequests@2021-07-01":{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":147},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":16},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":31},"Microsoft.Sql/servers/databases/geoBackupPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":41},"Microsoft.Sql/servers/databases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":314},"Microsoft.Sql/servers/databases/extensions@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":328},"Microsoft.Sql/servers/elasticPools@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":344},"Microsoft.Sql/servers/communicationLinks@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":349},"Microsoft.Sql/servers/connectionPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":360},"Microsoft.Sql/servers/databases/securityAlertPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":377},"Microsoft.Sql/servers/firewallRules@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":382},"Microsoft.Sql/servers/databases/transparentDataEncryption@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":388},"Microsoft.Sql/servers@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":400},"Microsoft.Sql/servers/administrators@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":407},"Microsoft.Sql/servers/advisors@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":421},"Microsoft.Sql/servers/databases/advisors@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":425},"Microsoft.Sql/servers/disasterRecoveryConfiguration@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":445},"Microsoft.Sql/servers/auditingPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":452},"Microsoft.Sql/servers/databases/auditingPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":459},"Microsoft.Sql/servers/databases/connectionPolicies@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":466},"Microsoft.Sql/servers/elasticPools/databases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":471},"Microsoft.Sql/servers/recommendedElasticPools/databases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":476},"Microsoft.Sql/servers/serviceObjectives@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":481},"Microsoft.Sql/servers/recoverableDatabases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":486},"Microsoft.Sql/servers/restorableDroppedDatabases@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":491},"Microsoft.Sql/servers/recommendedElasticPools@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":507},"Microsoft.Sql/servers/databases/replicationLinks@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":529},"Microsoft.Sql/servers/databases/serviceTierAdvisors@2014-04-01":{"RelativePath":"sql/microsoft.sql/2014-04-01/types.json","Index":533},"Microsoft.Sql/servers/encryptionProtector@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":17},"Microsoft.Sql/servers/failoverGroups@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":40},"Microsoft.Sql/servers/keys@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":48},"Microsoft.Sql/servers/syncAgents@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":57},"Microsoft.Sql/servers/virtualNetworkRules@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":68},"Microsoft.Sql/managedInstances@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":91},"Microsoft.Sql/servers@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":97},"Microsoft.Sql/servers/databases/syncGroups@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":116},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":147},"Microsoft.Sql/servers/databases/auditingSettings@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":158},"Microsoft.Sql/servers/firewallRules@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":163},"Microsoft.Sql/servers/databases/automaticTuning@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":196},"Microsoft.Sql/locations/usages@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":201},"Microsoft.Sql/virtualClusters@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":208},"Microsoft.Sql/servers/databases/advisors@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":271},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":275},"Microsoft.Sql/servers/advisors@2015-05-01-preview":{"RelativePath":"sql/microsoft.sql/2015-05-01-preview/types.json","Index":279},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":18},"Microsoft.Sql/servers/extendedAuditingSettings@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":29},"Microsoft.Sql/servers/auditingSettings@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":40},"Microsoft.Sql/servers/databases/auditingSettings@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":51},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":62},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":71},"Microsoft.Sql/servers/jobAgents@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":84},"Microsoft.Sql/servers/jobAgents/credentials@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":89},"Microsoft.Sql/servers/jobAgents/jobs/executions@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":118},"Microsoft.Sql/servers/jobAgents/jobs@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":127},"Microsoft.Sql/servers/jobAgents/jobs/steps@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":141},"Microsoft.Sql/servers/jobAgents/targetGroups@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":157},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":164},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":170},"Microsoft.Sql/servers/dnsAliases@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":175},"Microsoft.Sql/servers/securityAlertPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":188},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":194},"Microsoft.Sql/managedInstances/securityAlertPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":200},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":214},"Microsoft.Sql/managedInstances/administrators@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":222},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":229},"Microsoft.Sql/servers/databases@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":272},"Microsoft.Sql/managedInstances/databases@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":295},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":299},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":303},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":307},"Microsoft.Sql/servers/jobAgents/jobs/versions@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":311},"Microsoft.Sql/servers/automaticTuning@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":338},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":344},"Microsoft.Sql/servers/databases/restorePoints@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":352},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":357},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2017-03-01-preview":{"RelativePath":"sql/microsoft.sql/2017-03-01-preview/types.json","Index":364},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":18},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":27},"Microsoft.Sql/locations/instanceFailoverGroups@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":50},"Microsoft.Sql/managedInstances/keys@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":58},"Microsoft.Sql/managedInstances/encryptionProtector@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":68},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":75},"Microsoft.Sql/servers/elasticPools@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":90},"Microsoft.Sql/servers/databases@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":142},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":157},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":161},"Microsoft.Sql/managedInstances/recoverableDatabases@2017-10-01-preview":{"RelativePath":"sql/microsoft.sql/2017-10-01-preview/types.json","Index":166},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":16},"Microsoft.Sql/servers/vulnerabilityAssessments@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":23},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":37},"Microsoft.Sql/instancePools@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":47},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/securityAlertPolicies@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":67},"Microsoft.Sql/managedInstances@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":89},"Microsoft.Sql/managedInstances/databases@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":112},"Microsoft.Sql/servers/privateEndpointConnections@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":119},"Microsoft.Sql/servers/administrators@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":128},"Microsoft.Sql/servers/privateLinkResources@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":134},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":139},"Microsoft.Sql/managedInstances/operations@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":163},"Microsoft.Sql/managedInstances/databases/restoreDetails@2018-06-01-preview":{"RelativePath":"sql/microsoft.sql/2018-06-01-preview/types.json","Index":171},"Microsoft.Sql/servers@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":40},"Microsoft.Sql/servers/databases/workloadGroups@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":45},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":50},"Microsoft.Sql/servers/administrators@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":59},"Microsoft.Sql/servers/databases/syncGroups@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":78},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":109},"Microsoft.Sql/servers/databases@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":166},"Microsoft.Sql/managedInstances/databases@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":189},"Microsoft.Sql/managedInstances/operations@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":213},"Microsoft.Sql/managedInstances/databases/restoreDetails@2019-06-01-preview":{"RelativePath":"sql/microsoft.sql/2019-06-01-preview/types.json","Index":221},"Microsoft.Sql/servers/databases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":64},"Microsoft.Sql/servers@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":97},"Microsoft.Sql/managedInstances/databases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":120},"Microsoft.Sql/servers/azureADOnlyAuthentications@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":127},"Microsoft.Sql/managedInstances@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":159},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":166},"Microsoft.Sql/locations/serverTrustGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":176},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":183},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":194},"Microsoft.Sql/servers/extendedAuditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":205},"Microsoft.Sql/servers/auditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":216},"Microsoft.Sql/servers/databases/auditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":227},"Microsoft.Sql/servers/databases/securityAlertPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":250},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":261},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":270},"Microsoft.Sql/servers/elasticPools@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":284},"Microsoft.Sql/servers/encryptionProtector@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":294},"Microsoft.Sql/servers/failoverGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":317},"Microsoft.Sql/servers/firewallRules@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":322},"Microsoft.Sql/locations/instanceFailoverGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":345},"Microsoft.Sql/instancePools@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":354},"Microsoft.Sql/servers/jobAgents@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":366},"Microsoft.Sql/servers/jobAgents/credentials@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":371},"Microsoft.Sql/servers/jobAgents/jobs/executions@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":400},"Microsoft.Sql/servers/jobAgents/jobs@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":409},"Microsoft.Sql/servers/jobAgents/jobs/steps@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":423},"Microsoft.Sql/servers/jobAgents/targetGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":439},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":446},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":453},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":466},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":480},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":490},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":497},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":503},"Microsoft.Sql/managedInstances/administrators@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":512},"Microsoft.Sql/managedInstances/encryptionProtector@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":522},"Microsoft.Sql/managedInstances/keys@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":530},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":536},"Microsoft.Sql/managedInstances/privateEndpointConnections@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":540},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":547},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":553},"Microsoft.Sql/managedInstances/securityAlertPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":559},"Microsoft.Sql/servers/privateEndpointConnections@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":563},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":570},"Microsoft.Sql/servers/administrators@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":579},"Microsoft.Sql/servers/devOpsAuditingSettings@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":587},"Microsoft.Sql/servers/dnsAliases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":592},"Microsoft.Sql/servers/keys@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":600},"Microsoft.Sql/servers/securityAlertPolicies@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":606},"Microsoft.Sql/servers/vulnerabilityAssessments@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":613},"Microsoft.Sql/managedInstances/sqlAgent@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":622},"Microsoft.Sql/servers/syncAgents@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":631},"Microsoft.Sql/servers/databases/syncGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":650},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":681},"Microsoft.Sql/servers/databases/transparentDataEncryption@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":691},"Microsoft.Sql/servers/virtualNetworkRules@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":703},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":708},"Microsoft.Sql/servers/databases/workloadGroups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":713},"Microsoft.Sql/managedInstances/databases/restoreDetails@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":721},"Microsoft.Sql/servers/databases/advisors@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":784},"Microsoft.Sql/servers/databases/automaticTuning@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":817},"Microsoft.Sql/servers/databases/schemas/tables/columns@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":861},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":865},"Microsoft.Sql/servers/databases/schemas@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":869},"Microsoft.Sql/servers/databases/schemas/tables@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":878},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":893},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":900},"Microsoft.Sql/locations/deletedServers@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":905},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":909},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":913},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":917},"Microsoft.Sql/servers/jobAgents/jobs/versions@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":921},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":926},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":931},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":935},"Microsoft.Sql/managedInstances/databases/queries@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":940},"Microsoft.Sql/managedInstances/databases/schemas@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":944},"Microsoft.Sql/managedInstances/databases/schemas/tables@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":948},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":952},"Microsoft.Sql/managedInstances/operations@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":976},"Microsoft.Sql/managedInstances/privateLinkResources@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":982},"Microsoft.Sql/servers/privateLinkResources@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":989},"Microsoft.Sql/managedInstances/recoverableDatabases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":994},"Microsoft.Sql/servers/databases/replicationLinks@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":999},"Microsoft.Sql/servers/restorableDroppedDatabases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1005},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1011},"Microsoft.Sql/servers/databases/restorePoints@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1019},"Microsoft.Sql/servers/advisors@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1023},"Microsoft.Sql/servers/automaticTuning@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1050},"Microsoft.Sql/locations/usages@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1055},"Microsoft.Sql/locations/timeZones@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1060},"Microsoft.Sql/virtualClusters@2020-02-02-preview":{"RelativePath":"sql/microsoft.sql/2020-02-02-preview/types.json","Index":1067},"Microsoft.Sql/servers/elasticPools@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":22},"Microsoft.Sql/servers/devOpsAuditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":41},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":48},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":59},"Microsoft.Sql/servers/extendedAuditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":70},"Microsoft.Sql/servers/auditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":81},"Microsoft.Sql/servers/databases/auditingSettings@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":92},"Microsoft.Sql/servers/databases/extensions@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":102},"Microsoft.Sql/servers/databases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":161},"Microsoft.Sql/servers/databases/securityAlertPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":173},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":184},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":193},"Microsoft.Sql/servers/encryptionProtector@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":203},"Microsoft.Sql/servers/failoverGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":226},"Microsoft.Sql/servers/firewallRules@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":231},"Microsoft.Sql/locations/instanceFailoverGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":254},"Microsoft.Sql/instancePools@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":263},"Microsoft.Sql/servers/jobAgents@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":275},"Microsoft.Sql/servers/jobAgents/credentials@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":280},"Microsoft.Sql/servers/jobAgents/jobs/executions@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":309},"Microsoft.Sql/servers/jobAgents/jobs@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":318},"Microsoft.Sql/servers/jobAgents/jobs/steps@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":332},"Microsoft.Sql/servers/jobAgents/targetGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":348},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":355},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":362},"Microsoft.Sql/managedInstances/databases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":385},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":398},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":412},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":422},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":429},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":435},"Microsoft.Sql/managedInstances/administrators@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":444},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":451},"Microsoft.Sql/managedInstances/encryptionProtector@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":461},"Microsoft.Sql/managedInstances/keys@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":469},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":475},"Microsoft.Sql/managedInstances/privateEndpointConnections@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":482},"Microsoft.Sql/managedInstances@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":517},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":524},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":530},"Microsoft.Sql/managedInstances/securityAlertPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":536},"Microsoft.Sql/servers/privateEndpointConnections@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":556},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":563},"Microsoft.Sql/servers/administrators@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":572},"Microsoft.Sql/servers/azureADOnlyAuthentications@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":579},"Microsoft.Sql/servers/dnsAliases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":584},"Microsoft.Sql/servers/keys@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":592},"Microsoft.Sql/servers@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":606},"Microsoft.Sql/servers/securityAlertPolicies@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":612},"Microsoft.Sql/locations/serverTrustGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":622},"Microsoft.Sql/servers/vulnerabilityAssessments@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":629},"Microsoft.Sql/managedInstances/sqlAgent@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":638},"Microsoft.Sql/servers/syncAgents@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":647},"Microsoft.Sql/servers/databases/syncGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":666},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":697},"Microsoft.Sql/servers/databases/transparentDataEncryption@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":707},"Microsoft.Sql/servers/virtualNetworkRules@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":719},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":724},"Microsoft.Sql/servers/databases/workloadGroups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":729},"Microsoft.Sql/servers/databases/advisors@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":792},"Microsoft.Sql/servers/databases/automaticTuning@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":825},"Microsoft.Sql/servers/databases/schemas/tables/columns@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":869},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":873},"Microsoft.Sql/servers/databases/schemas@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":877},"Microsoft.Sql/servers/databases/schemas/tables@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":886},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":901},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":908},"Microsoft.Sql/locations/deletedServers@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":913},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":917},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":921},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":925},"Microsoft.Sql/servers/jobAgents/jobs/versions@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":929},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":938},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":947},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":951},"Microsoft.Sql/managedInstances/databases/queries@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":956},"Microsoft.Sql/managedInstances/databases/restoreDetails@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":964},"Microsoft.Sql/managedInstances/databases/schemas@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":968},"Microsoft.Sql/managedInstances/databases/schemas/tables@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":972},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":976},"Microsoft.Sql/managedInstances/operations@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1000},"Microsoft.Sql/managedInstances/privateLinkResources@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1006},"Microsoft.Sql/servers/privateLinkResources@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1013},"Microsoft.Sql/managedInstances/recoverableDatabases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1018},"Microsoft.Sql/servers/databases/replicationLinks@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1023},"Microsoft.Sql/servers/restorableDroppedDatabases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1029},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1035},"Microsoft.Sql/servers/databases/restorePoints@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1043},"Microsoft.Sql/servers/advisors@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1047},"Microsoft.Sql/servers/automaticTuning@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1074},"Microsoft.Sql/locations/usages@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1079},"Microsoft.Sql/locations/timeZones@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1084},"Microsoft.Sql/virtualClusters@2020-08-01-preview":{"RelativePath":"sql/microsoft.sql/2020-08-01-preview/types.json","Index":1091},"Microsoft.Sql/servers/databases/securityAlertPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":30},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":41},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":50},"Microsoft.Sql/servers/encryptionProtector@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":60},"Microsoft.Sql/servers/failoverGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":83},"Microsoft.Sql/servers/firewallRules@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":88},"Microsoft.Sql/instancePools@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":98},"Microsoft.Sql/servers/jobAgents@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":110},"Microsoft.Sql/servers/jobAgents/credentials@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":115},"Microsoft.Sql/servers/jobAgents/jobs/executions@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":144},"Microsoft.Sql/servers/jobAgents/jobs@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":153},"Microsoft.Sql/servers/jobAgents/jobs/steps@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":167},"Microsoft.Sql/servers/jobAgents/targetGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":183},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":190},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":197},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":210},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":220},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":227},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":233},"Microsoft.Sql/managedInstances/administrators@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":242},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":249},"Microsoft.Sql/managedInstances/encryptionProtector@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":259},"Microsoft.Sql/managedInstances/keys@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":267},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":273},"Microsoft.Sql/managedInstances/privateEndpointConnections@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":280},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":287},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":293},"Microsoft.Sql/managedInstances/securityAlertPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":299},"Microsoft.Sql/servers/privateEndpointConnections@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":319},"Microsoft.Sql/servers/administrators@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":328},"Microsoft.Sql/servers/azureADOnlyAuthentications@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":335},"Microsoft.Sql/servers/dnsAliases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":340},"Microsoft.Sql/servers/keys@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":348},"Microsoft.Sql/servers/securityAlertPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":354},"Microsoft.Sql/locations/serverTrustGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":365},"Microsoft.Sql/servers/vulnerabilityAssessments@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":372},"Microsoft.Sql/managedInstances/sqlAgent@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":381},"Microsoft.Sql/servers/syncAgents@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":390},"Microsoft.Sql/servers/databases/syncGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":409},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":440},"Microsoft.Sql/servers/virtualNetworkRules@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":452},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":457},"Microsoft.Sql/servers/databases/workloadGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":462},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":476},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":483},"Microsoft.Sql/servers/databases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":546},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":553},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":563},"Microsoft.Sql/servers/extendedAuditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":573},"Microsoft.Sql/servers/auditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":583},"Microsoft.Sql/servers/databases/auditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":593},"Microsoft.Sql/servers/databases/extensions@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":603},"Microsoft.Sql/servers/elasticPools@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":617},"Microsoft.Sql/locations/instanceFailoverGroups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":640},"Microsoft.Sql/managedInstances/databases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":663},"Microsoft.Sql/managedInstances@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":707},"Microsoft.Sql/servers/devOpsAuditingSettings@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":715},"Microsoft.Sql/servers@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":736},"Microsoft.Sql/servers/databases/transparentDataEncryption@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":746},"Microsoft.Sql/servers/databases/advisors@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":809},"Microsoft.Sql/servers/databases/automaticTuning@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":842},"Microsoft.Sql/servers/databases/schemas/tables/columns@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":886},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":890},"Microsoft.Sql/servers/databases/schemas@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":894},"Microsoft.Sql/servers/databases/schemas/tables@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":903},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":918},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":925},"Microsoft.Sql/locations/deletedServers@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":930},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":934},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":938},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":942},"Microsoft.Sql/servers/jobAgents/jobs/versions@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":946},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":950},"Microsoft.Sql/managedInstances/databases/queries@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":955},"Microsoft.Sql/managedInstances/databases/schemas@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":959},"Microsoft.Sql/managedInstances/databases/schemas/tables@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":963},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":967},"Microsoft.Sql/managedInstances/operations@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":991},"Microsoft.Sql/managedInstances/privateLinkResources@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":997},"Microsoft.Sql/servers/privateLinkResources@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1004},"Microsoft.Sql/managedInstances/recoverableDatabases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1009},"Microsoft.Sql/servers/databases/restorePoints@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1017},"Microsoft.Sql/servers/advisors@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1021},"Microsoft.Sql/servers/automaticTuning@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1048},"Microsoft.Sql/locations/usages@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1053},"Microsoft.Sql/locations/timeZones@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1058},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1071},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1080},"Microsoft.Sql/managedInstances/databases/restoreDetails@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1088},"Microsoft.Sql/servers/databases/replicationLinks@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1093},"Microsoft.Sql/servers/restorableDroppedDatabases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1099},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1105},"Microsoft.Sql/virtualClusters@2020-11-01-preview":{"RelativePath":"sql/microsoft.sql/2020-11-01-preview/types.json","Index":1112},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":14},"Microsoft.Sql/servers/databases/extensions@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":34},"Microsoft.Sql/servers/outboundFirewallRules@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":39},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":50},"Microsoft.Sql/servers/extendedAuditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":61},"Microsoft.Sql/servers/auditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":72},"Microsoft.Sql/servers/databases/auditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":83},"Microsoft.Sql/servers/databases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":147},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":170},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":181},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":190},"Microsoft.Sql/servers/elasticPools@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":204},"Microsoft.Sql/servers/encryptionProtector@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":214},"Microsoft.Sql/servers/failoverGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":237},"Microsoft.Sql/servers/firewallRules@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":242},"Microsoft.Sql/locations/instanceFailoverGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":265},"Microsoft.Sql/instancePools@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":274},"Microsoft.Sql/servers/jobAgents@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":286},"Microsoft.Sql/servers/jobAgents/credentials@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":291},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":320},"Microsoft.Sql/servers/jobAgents/jobs@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":329},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":343},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":359},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":366},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":373},"Microsoft.Sql/managedInstances/databases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":396},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":409},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":423},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":433},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":440},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":446},"Microsoft.Sql/managedInstances/administrators@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":455},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":462},"Microsoft.Sql/managedInstances/encryptionProtector@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":472},"Microsoft.Sql/managedInstances/keys@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":480},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":486},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":493},"Microsoft.Sql/managedInstances@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":546},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":553},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":559},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":565},"Microsoft.Sql/servers/privateEndpointConnections@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":585},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":592},"Microsoft.Sql/servers/administrators@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":601},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":608},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":616},"Microsoft.Sql/servers/dnsAliases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":621},"Microsoft.Sql/servers/keys@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":629},"Microsoft.Sql/servers@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":653},"Microsoft.Sql/servers/securityAlertPolicies@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":659},"Microsoft.Sql/locations/serverTrustGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":670},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":677},"Microsoft.Sql/managedInstances/sqlAgent@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":686},"Microsoft.Sql/servers/syncAgents@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":695},"Microsoft.Sql/servers/databases/syncGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":714},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":745},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":755},"Microsoft.Sql/servers/virtualNetworkRules@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":767},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":772},"Microsoft.Sql/servers/databases/workloadGroups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":777},"Microsoft.Sql/servers/databases/advisors@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":840},"Microsoft.Sql/servers/databases/automaticTuning@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":873},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":917},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":921},"Microsoft.Sql/servers/databases/schemas@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":925},"Microsoft.Sql/servers/databases/schemas/tables@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":934},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":949},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":956},"Microsoft.Sql/locations/deletedServers@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":961},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":965},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":969},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":973},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":977},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":990},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":999},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1003},"Microsoft.Sql/managedInstances/databases/queries@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1008},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1016},"Microsoft.Sql/managedInstances/databases/schemas@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1020},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1024},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1028},"Microsoft.Sql/managedInstances/operations@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1052},"Microsoft.Sql/managedInstances/privateLinkResources@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1058},"Microsoft.Sql/servers/privateLinkResources@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1065},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1070},"Microsoft.Sql/servers/databases/replicationLinks@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1095},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1105},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1111},"Microsoft.Sql/servers/databases/restorePoints@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1119},"Microsoft.Sql/servers/advisors@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1123},"Microsoft.Sql/servers/automaticTuning@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1150},"Microsoft.Sql/locations/usages@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1155},"Microsoft.Sql/locations/timeZones@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1160},"Microsoft.Sql/virtualClusters@2021-02-01-preview":{"RelativePath":"sql/microsoft.sql/2021-02-01-preview/types.json","Index":1167},"Microsoft.Sql/servers/connectionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":18},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":25},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":36},"Microsoft.Sql/servers/extendedAuditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":47},"Microsoft.Sql/servers/auditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":58},"Microsoft.Sql/servers/databases/auditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":69},"Microsoft.Sql/servers/databases/extensions@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":82},"Microsoft.Sql/servers/databases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":157},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":180},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":191},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":200},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":208},"Microsoft.Sql/servers/elasticPools@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":222},"Microsoft.Sql/servers/encryptionProtector@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":232},"Microsoft.Sql/servers/failoverGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":255},"Microsoft.Sql/servers/firewallRules@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":260},"Microsoft.Sql/locations/instanceFailoverGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":283},"Microsoft.Sql/instancePools@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":292},"Microsoft.Sql/servers/jobAgents@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":304},"Microsoft.Sql/servers/jobAgents/credentials@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":309},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":338},"Microsoft.Sql/servers/jobAgents/jobs@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":347},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":361},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":377},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":387},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":394},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":401},"Microsoft.Sql/managedInstances/databases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":424},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":437},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":451},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":461},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":468},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":474},"Microsoft.Sql/managedInstances/administrators@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":483},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":490},"Microsoft.Sql/managedInstances/encryptionProtector@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":500},"Microsoft.Sql/managedInstances/keys@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":508},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":514},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":521},"Microsoft.Sql/managedInstances@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":584},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":591},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":597},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":603},"Microsoft.Sql/servers/outboundFirewallRules@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":608},"Microsoft.Sql/servers/privateEndpointConnections@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":629},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":636},"Microsoft.Sql/servers/administrators@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":645},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":652},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":660},"Microsoft.Sql/servers/dnsAliases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":665},"Microsoft.Sql/servers/keys@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":673},"Microsoft.Sql/servers@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":697},"Microsoft.Sql/servers/securityAlertPolicies@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":703},"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":708},"Microsoft.Sql/locations/serverTrustGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":719},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":726},"Microsoft.Sql/managedInstances/sqlAgent@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":735},"Microsoft.Sql/servers/syncAgents@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":744},"Microsoft.Sql/servers/databases/syncGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":763},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":794},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":804},"Microsoft.Sql/servers/virtualNetworkRules@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":816},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":821},"Microsoft.Sql/servers/databases/workloadGroups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":826},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":841},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":851},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":857},"Microsoft.Sql/servers/databases/advisors@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":920},"Microsoft.Sql/servers/databases/automaticTuning@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":953},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":997},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1001},"Microsoft.Sql/servers/databases/schemas@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1005},"Microsoft.Sql/servers/databases/schemas/tables@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1014},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1029},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1036},"Microsoft.Sql/locations/deletedServers@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1041},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1045},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1049},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1053},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1057},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1061},"Microsoft.Sql/managedInstances/databases/queries@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1066},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1074},"Microsoft.Sql/managedInstances/databases/schemas@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1078},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1082},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1086},"Microsoft.Sql/managedInstances/operations@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1110},"Microsoft.Sql/managedInstances/privateLinkResources@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1117},"Microsoft.Sql/servers/privateLinkResources@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1124},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1129},"Microsoft.Sql/servers/databases/replicationLinks@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1154},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1165},"Microsoft.Sql/servers/databases/restorePoints@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1173},"Microsoft.Sql/servers/advisors@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1177},"Microsoft.Sql/servers/automaticTuning@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1204},"Microsoft.Sql/locations/usages@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1209},"Microsoft.Sql/locations/timeZones@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1214},"Microsoft.Sql/virtualClusters@2021-05-01-preview":{"RelativePath":"sql/microsoft.sql/2021-05-01-preview/types.json","Index":1221},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":14},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":24},"Microsoft.Sql/servers/extendedAuditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":34},"Microsoft.Sql/servers/auditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":44},"Microsoft.Sql/servers/databases/auditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/extensions@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":67},"Microsoft.Sql/servers/databases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":142},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":165},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":176},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":185},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":193},"Microsoft.Sql/servers/elasticPools@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":207},"Microsoft.Sql/servers/encryptionProtector@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":217},"Microsoft.Sql/servers/failoverGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":240},"Microsoft.Sql/servers/firewallRules@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":245},"Microsoft.Sql/locations/instanceFailoverGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":268},"Microsoft.Sql/instancePools@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":277},"Microsoft.Sql/servers/ipv6FirewallRules@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":282},"Microsoft.Sql/servers/jobAgents@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":294},"Microsoft.Sql/servers/jobAgents/credentials@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":299},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":328},"Microsoft.Sql/servers/jobAgents/jobs@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":337},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":351},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":367},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":377},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":384},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":391},"Microsoft.Sql/managedInstances/databases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":414},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":427},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":441},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":451},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":458},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":464},"Microsoft.Sql/managedInstances/administrators@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":473},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":480},"Microsoft.Sql/managedInstances/encryptionProtector@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":490},"Microsoft.Sql/managedInstances/keys@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":498},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":504},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":511},"Microsoft.Sql/managedInstances@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":574},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":581},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":587},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":593},"Microsoft.Sql/servers/outboundFirewallRules@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":598},"Microsoft.Sql/servers/privateEndpointConnections@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":619},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":626},"Microsoft.Sql/servers/administrators@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":635},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":642},"Microsoft.Sql/servers/connectionPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":653},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":661},"Microsoft.Sql/servers/dnsAliases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":666},"Microsoft.Sql/servers/keys@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":674},"Microsoft.Sql/servers@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":698},"Microsoft.Sql/servers/securityAlertPolicies@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":704},"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":709},"Microsoft.Sql/locations/serverTrustGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":720},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":727},"Microsoft.Sql/managedInstances/sqlAgent@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":736},"Microsoft.Sql/servers/syncAgents@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":745},"Microsoft.Sql/servers/databases/syncGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":764},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":795},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":805},"Microsoft.Sql/servers/virtualNetworkRules@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":817},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":822},"Microsoft.Sql/servers/databases/workloadGroups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":827},"Microsoft.Sql/servers/databases/advisors@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":890},"Microsoft.Sql/servers/databases/automaticTuning@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":923},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":967},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":971},"Microsoft.Sql/servers/databases/schemas@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":975},"Microsoft.Sql/servers/databases/schemas/tables@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":984},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":999},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1006},"Microsoft.Sql/locations/deletedServers@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1011},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1015},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1019},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1023},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1027},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1042},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1052},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1056},"Microsoft.Sql/managedInstances/databases/queries@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1061},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1069},"Microsoft.Sql/managedInstances/databases/schemas@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1073},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1077},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1081},"Microsoft.Sql/managedInstances/operations@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1105},"Microsoft.Sql/managedInstances/privateLinkResources@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1112},"Microsoft.Sql/servers/privateLinkResources@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1119},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1124},"Microsoft.Sql/servers/databases/replicationLinks@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1149},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1160},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1166},"Microsoft.Sql/servers/databases/restorePoints@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1174},"Microsoft.Sql/servers/advisors@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1178},"Microsoft.Sql/servers/automaticTuning@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1205},"Microsoft.Sql/locations/usages@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1210},"Microsoft.Sql/locations/timeZones@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1215},"Microsoft.Sql/virtualClusters@2021-08-01-preview":{"RelativePath":"sql/microsoft.sql/2021-08-01-preview/types.json","Index":1222},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":76},"Microsoft.Sql/servers/databases/extensions@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":89},"Microsoft.Sql/servers/databases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":164},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":176},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":187},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":196},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":204},"Microsoft.Sql/servers/elasticPools@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":218},"Microsoft.Sql/servers/encryptionProtector@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":228},"Microsoft.Sql/servers/failoverGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":251},"Microsoft.Sql/servers/firewallRules@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":256},"Microsoft.Sql/locations/instanceFailoverGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":279},"Microsoft.Sql/instancePools@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":288},"Microsoft.Sql/servers/ipv6FirewallRules@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":293},"Microsoft.Sql/servers/jobAgents@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":305},"Microsoft.Sql/servers/jobAgents/credentials@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":310},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":339},"Microsoft.Sql/servers/jobAgents/jobs@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":348},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":362},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":378},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":388},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":395},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":402},"Microsoft.Sql/managedInstances/databases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":425},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":438},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":452},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":462},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":469},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":475},"Microsoft.Sql/managedInstances/administrators@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":484},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":491},"Microsoft.Sql/managedInstances/encryptionProtector@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":501},"Microsoft.Sql/managedInstances/keys@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":509},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":515},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":522},"Microsoft.Sql/managedInstances@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":585},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":592},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":598},"Microsoft.Sql/managedInstances/dnsAliases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":603},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":609},"Microsoft.Sql/servers/outboundFirewallRules@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":614},"Microsoft.Sql/servers/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":635},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":642},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":648},"Microsoft.Sql/servers/administrators@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":657},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":664},"Microsoft.Sql/servers/connectionPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":675},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":683},"Microsoft.Sql/servers/dnsAliases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":688},"Microsoft.Sql/servers/keys@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":696},"Microsoft.Sql/servers@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":720},"Microsoft.Sql/servers/securityAlertPolicies@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":726},"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":731},"Microsoft.Sql/locations/serverTrustGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":742},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":749},"Microsoft.Sql/managedInstances/sqlAgent@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":758},"Microsoft.Sql/servers/syncAgents@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":767},"Microsoft.Sql/servers/databases/syncGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":786},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":817},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":827},"Microsoft.Sql/servers/virtualNetworkRules@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":839},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":844},"Microsoft.Sql/servers/databases/workloadGroups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":849},"Microsoft.Sql/servers/databases/advisors@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":912},"Microsoft.Sql/servers/databases/automaticTuning@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":945},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":989},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":993},"Microsoft.Sql/servers/databases/schemas@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":997},"Microsoft.Sql/servers/databases/schemas/tables@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1006},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1021},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1028},"Microsoft.Sql/locations/deletedServers@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1033},"Microsoft.Sql/managedInstances/endpointCertificates@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1038},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1042},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1046},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1050},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1054},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1069},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1079},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1083},"Microsoft.Sql/managedInstances/databases/queries@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1088},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1096},"Microsoft.Sql/managedInstances/databases/schemas@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1100},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1104},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1108},"Microsoft.Sql/managedInstances/operations@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1132},"Microsoft.Sql/managedInstances/privateLinkResources@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1139},"Microsoft.Sql/servers/privateLinkResources@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1146},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1151},"Microsoft.Sql/servers/databases/replicationLinks@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1176},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1187},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1193},"Microsoft.Sql/servers/databases/restorePoints@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1201},"Microsoft.Sql/servers/advisors@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1205},"Microsoft.Sql/servers/automaticTuning@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1232},"Microsoft.Sql/locations/usages@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1237},"Microsoft.Sql/locations/timeZones@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1242},"Microsoft.Sql/virtualClusters@2021-11-01-preview":{"RelativePath":"sql/microsoft.sql/2021-11-01-preview/types.json","Index":1249},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":54},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":76},"Microsoft.Sql/servers/databases/extensions@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":89},"Microsoft.Sql/servers/databases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":164},"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":176},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":187},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":196},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":206},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":221},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":229},"Microsoft.Sql/servers/elasticPools@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":243},"Microsoft.Sql/servers/encryptionProtector@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":253},"Microsoft.Sql/servers/failoverGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":276},"Microsoft.Sql/servers/firewallRules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":281},"Microsoft.Sql/servers/databases/geoBackupPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":291},"Microsoft.Sql/locations/instanceFailoverGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":314},"Microsoft.Sql/instancePools@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":323},"Microsoft.Sql/servers/ipv6FirewallRules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":328},"Microsoft.Sql/servers/jobAgents@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":340},"Microsoft.Sql/servers/jobAgents/credentials@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":345},"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":374},"Microsoft.Sql/servers/jobAgents/jobs@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":383},"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":397},"Microsoft.Sql/servers/jobAgents/targetGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":413},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":423},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":430},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":437},"Microsoft.Sql/managedInstances/databases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":460},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":473},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":487},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":497},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":504},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":511},"Microsoft.Sql/managedInstances/administrators@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":520},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":527},"Microsoft.Sql/managedInstances/encryptionProtector@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":537},"Microsoft.Sql/managedInstances/keys@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":545},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":551},"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":558},"Microsoft.Sql/managedInstances@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":621},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":628},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":634},"Microsoft.Sql/managedInstances/dnsAliases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":639},"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":651},"Microsoft.Sql/servers/outboundFirewallRules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":656},"Microsoft.Sql/servers/privateEndpointConnections@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":677},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":684},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":690},"Microsoft.Sql/servers/administrators@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":699},"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":706},"Microsoft.Sql/servers/connectionPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":717},"Microsoft.Sql/servers/devOpsAuditingSettings@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":725},"Microsoft.Sql/servers/dnsAliases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":730},"Microsoft.Sql/servers/keys@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":738},"Microsoft.Sql/servers@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":762},"Microsoft.Sql/servers/securityAlertPolicies@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":768},"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":773},"Microsoft.Sql/locations/serverTrustGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":784},"Microsoft.Sql/servers/vulnerabilityAssessments@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":791},"Microsoft.Sql/managedInstances/sqlAgent@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":800},"Microsoft.Sql/servers/syncAgents@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":809},"Microsoft.Sql/servers/databases/syncGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":828},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":859},"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":869},"Microsoft.Sql/servers/virtualNetworkRules@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":881},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":886},"Microsoft.Sql/servers/databases/workloadGroups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":891},"Microsoft.Sql/servers/databases/advisors@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":954},"Microsoft.Sql/servers/databases/automaticTuning@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":987},"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1031},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1035},"Microsoft.Sql/servers/databases/schemas@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1039},"Microsoft.Sql/servers/databases/schemas/tables@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1048},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1063},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1070},"Microsoft.Sql/locations/deletedServers@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1075},"Microsoft.Sql/managedInstances/endpointCertificates@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1080},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1084},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1088},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1092},"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1096},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1111},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1121},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1125},"Microsoft.Sql/managedInstances/databases/queries@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1130},"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1138},"Microsoft.Sql/managedInstances/databases/schemas@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1142},"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1146},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1150},"Microsoft.Sql/managedInstances/operations@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1174},"Microsoft.Sql/managedInstances/privateLinkResources@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1181},"Microsoft.Sql/servers/privateLinkResources@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1188},"Microsoft.Sql/servers/recoverableDatabases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1193},"Microsoft.Sql/managedInstances/recoverableDatabases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1198},"Microsoft.Sql/servers/databases/replicationLinks@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1224},"Microsoft.Sql/servers/restorableDroppedDatabases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1235},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1241},"Microsoft.Sql/servers/databases/restorePoints@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1249},"Microsoft.Sql/servers/advisors@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1253},"Microsoft.Sql/servers/automaticTuning@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1280},"Microsoft.Sql/locations/usages@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1285},"Microsoft.Sql/locations/timeZones@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1290},"Microsoft.Sql/virtualClusters@2021-11-01":{"RelativePath":"sql/microsoft.sql/2021-11-01/types.json","Index":1297},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":76},"Microsoft.Sql/servers/databases/extensions@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":89},"Microsoft.Sql/servers/databases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":165},"Microsoft.Sql/servers/databases/securityAlertPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":177},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":187},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":194},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":205},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":214},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":224},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":239},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":247},"Microsoft.Sql/servers/elasticPools@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":261},"Microsoft.Sql/servers/encryptionProtector@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":271},"Microsoft.Sql/servers/failoverGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":294},"Microsoft.Sql/servers/firewallRules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":299},"Microsoft.Sql/servers/databases/geoBackupPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":309},"Microsoft.Sql/locations/instanceFailoverGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":332},"Microsoft.Sql/instancePools@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":341},"Microsoft.Sql/servers/ipv6FirewallRules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":346},"Microsoft.Sql/servers/jobAgents@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":358},"Microsoft.Sql/servers/jobAgents/credentials@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":363},"Microsoft.Sql/servers/jobAgents/jobs/executions@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":392},"Microsoft.Sql/servers/jobAgents/jobs@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":401},"Microsoft.Sql/servers/jobAgents/jobs/steps@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":415},"Microsoft.Sql/servers/jobAgents/targetGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":431},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":441},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":448},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":455},"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":461},"Microsoft.Sql/managedInstances/databases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":484},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":497},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":511},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":521},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":528},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":534},"Microsoft.Sql/managedInstances/administrators@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":543},"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":549},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":556},"Microsoft.Sql/managedInstances/dtc@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":572},"Microsoft.Sql/managedInstances/encryptionProtector@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":582},"Microsoft.Sql/managedInstances/keys@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":590},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":596},"Microsoft.Sql/managedInstances/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":603},"Microsoft.Sql/managedInstances@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":666},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":673},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":679},"Microsoft.Sql/managedInstances/dnsAliases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":684},"Microsoft.Sql/managedInstances/securityAlertPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":690},"Microsoft.Sql/servers/outboundFirewallRules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":695},"Microsoft.Sql/servers/privateEndpointConnections@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":716},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":723},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":729},"Microsoft.Sql/servers/administrators@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":738},"Microsoft.Sql/servers/azureADOnlyAuthentications@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":745},"Microsoft.Sql/servers/connectionPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":756},"Microsoft.Sql/servers/devOpsAuditingSettings@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":766},"Microsoft.Sql/servers/dnsAliases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":771},"Microsoft.Sql/servers/keys@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":779},"Microsoft.Sql/servers@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":803},"Microsoft.Sql/servers/securityAlertPolicies@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":809},"Microsoft.Sql/managedInstances/serverTrustCertificates@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":814},"Microsoft.Sql/locations/serverTrustGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":825},"Microsoft.Sql/servers/vulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":832},"Microsoft.Sql/managedInstances/sqlAgent@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":841},"Microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":851},"Microsoft.Sql/servers/syncAgents@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":860},"Microsoft.Sql/servers/databases/syncGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":879},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":910},"Microsoft.Sql/servers/databases/transparentDataEncryption@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":920},"Microsoft.Sql/servers/virtualNetworkRules@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":932},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":937},"Microsoft.Sql/servers/databases/workloadGroups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":942},"Microsoft.Sql/servers/databases/advisors@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1005},"Microsoft.Sql/servers/databases/automaticTuning@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1038},"Microsoft.Sql/servers/databases/schemas/tables/columns@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1082},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1086},"Microsoft.Sql/servers/databases/schemas@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1090},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans/scanResults@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1133},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1148},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1154},"Microsoft.Sql/servers/databases/schemas/tables@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1163},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1178},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1185},"Microsoft.Sql/locations/deletedServers@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1190},"Microsoft.Sql/managedInstances/endpointCertificates@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1195},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1199},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1203},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1207},"Microsoft.Sql/servers/jobAgents/jobs/versions@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1211},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1226},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1236},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1240},"Microsoft.Sql/managedInstances/databases/queries@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1245},"Microsoft.Sql/managedInstances/databases/restoreDetails@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1258},"Microsoft.Sql/managedInstances/databases/schemas@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1262},"Microsoft.Sql/managedInstances/databases/schemas/tables@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1266},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1270},"Microsoft.Sql/managedInstances/operations@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1294},"Microsoft.Sql/managedInstances/privateLinkResources@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1301},"Microsoft.Sql/servers/privateLinkResources@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1308},"Microsoft.Sql/servers/recoverableDatabases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1313},"Microsoft.Sql/managedInstances/recoverableDatabases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1318},"Microsoft.Sql/servers/databases/replicationLinks@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1344},"Microsoft.Sql/servers/restorableDroppedDatabases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1355},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1361},"Microsoft.Sql/servers/databases/restorePoints@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1369},"Microsoft.Sql/servers/advisors@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1373},"Microsoft.Sql/servers/automaticTuning@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1400},"Microsoft.Sql/locations/usages@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1405},"Microsoft.Sql/locations/timeZones@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1410},"Microsoft.Sql/virtualClusters@2022-02-01-preview":{"RelativePath":"sql/microsoft.sql/2022-02-01-preview/types.json","Index":1417},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":64},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":79},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":101},"Microsoft.Sql/servers/databases/extensions@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":114},"Microsoft.Sql/servers/databases/securityAlertPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":126},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":136},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":143},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":154},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":163},"Microsoft.Sql/servers/databases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":242},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":250},"Microsoft.Sql/servers/elasticPools@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":264},"Microsoft.Sql/servers/encryptionProtector@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":274},"Microsoft.Sql/servers/failoverGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":297},"Microsoft.Sql/servers/firewallRules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":302},"Microsoft.Sql/servers/databases/geoBackupPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":312},"Microsoft.Sql/servers/ipv6FirewallRules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":317},"Microsoft.Sql/locations/instanceFailoverGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":343},"Microsoft.Sql/instancePools@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":352},"Microsoft.Sql/servers/jobAgents@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":364},"Microsoft.Sql/servers/jobAgents/credentials@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":369},"Microsoft.Sql/servers/jobAgents/jobs/executions@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":398},"Microsoft.Sql/servers/jobAgents/jobs/steps@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":412},"Microsoft.Sql/servers/jobAgents/targetGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":428},"Microsoft.Sql/servers/jobAgents/jobs@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":437},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":447},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":454},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":461},"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":467},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":480},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":494},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":504},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":511},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":517},"Microsoft.Sql/managedInstances/databases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":545},"Microsoft.Sql/managedInstances/administrators@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":554},"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":560},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":567},"Microsoft.Sql/managedInstances/dtc@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":583},"Microsoft.Sql/managedInstances/encryptionProtector@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":593},"Microsoft.Sql/managedInstances/keys@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":601},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":607},"Microsoft.Sql/managedInstances/privateEndpointConnections@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":614},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":621},"Microsoft.Sql/managedInstances@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":684},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":690},"Microsoft.Sql/managedInstances/dnsAliases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":695},"Microsoft.Sql/managedInstances/securityAlertPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":701},"Microsoft.Sql/servers/outboundFirewallRules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":706},"Microsoft.Sql/servers/privateEndpointConnections@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":727},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":734},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":740},"Microsoft.Sql/servers/administrators@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":749},"Microsoft.Sql/servers/azureADOnlyAuthentications@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":756},"Microsoft.Sql/servers/connectionPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":767},"Microsoft.Sql/servers/devOpsAuditingSettings@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":777},"Microsoft.Sql/servers/dnsAliases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":782},"Microsoft.Sql/servers/keys@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":790},"Microsoft.Sql/servers/securityAlertPolicies@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":796},"Microsoft.Sql/managedInstances/serverTrustCertificates@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":801},"Microsoft.Sql/locations/serverTrustGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":812},"Microsoft.Sql/servers/vulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":819},"Microsoft.Sql/servers@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":843},"Microsoft.Sql/managedInstances/sqlAgent@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":852},"Microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":862},"Microsoft.Sql/servers/syncAgents@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":871},"Microsoft.Sql/servers/databases/syncGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":890},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":921},"Microsoft.Sql/servers/databases/transparentDataEncryption@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":931},"Microsoft.Sql/servers/virtualNetworkRules@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":943},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":948},"Microsoft.Sql/servers/databases/workloadGroups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":953},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":960},"Microsoft.Sql/servers/databases/advisors@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1023},"Microsoft.Sql/servers/databases/automaticTuning@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1056},"Microsoft.Sql/servers/databases/schemas/tables/columns@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1100},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1104},"Microsoft.Sql/servers/databases/schemas@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1108},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans/scanResults@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1151},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1166},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1172},"Microsoft.Sql/servers/databases/schemas/tables@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1181},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1196},"Microsoft.Sql/locations/deletedServers@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1201},"Microsoft.Sql/managedInstances/endpointCertificates@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1206},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1210},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1214},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1218},"Microsoft.Sql/servers/jobAgents/jobs/versions@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1222},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1237},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1247},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1251},"Microsoft.Sql/locations/managedDatabaseMoveOperationResults@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1266},"Microsoft.Sql/managedInstances/databases/queries@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1271},"Microsoft.Sql/managedInstances/databases/restoreDetails@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1284},"Microsoft.Sql/managedInstances/databases/schemas@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1288},"Microsoft.Sql/managedInstances/databases/schemas/tables@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1292},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1296},"Microsoft.Sql/managedInstances/operations@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1320},"Microsoft.Sql/managedInstances/privateLinkResources@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1327},"Microsoft.Sql/servers/privateLinkResources@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1334},"Microsoft.Sql/servers/recoverableDatabases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1339},"Microsoft.Sql/managedInstances/recoverableDatabases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1344},"Microsoft.Sql/servers/databases/replicationLinks@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1370},"Microsoft.Sql/servers/restorableDroppedDatabases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1381},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1387},"Microsoft.Sql/servers/databases/restorePoints@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1395},"Microsoft.Sql/servers/advisors@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1399},"Microsoft.Sql/servers/automaticTuning@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1426},"Microsoft.Sql/locations/usages@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1431},"Microsoft.Sql/locations/timeZones@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1436},"Microsoft.Sql/virtualClusters@2022-05-01-preview":{"RelativePath":"sql/microsoft.sql/2022-05-01-preview/types.json","Index":1443},"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":14},"Microsoft.Sql/servers/auditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":24},"Microsoft.Sql/servers/databases/auditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":34},"Microsoft.Sql/servers/databases/extendedAuditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":44},"Microsoft.Sql/servers/extendedAuditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":54},"Microsoft.Sql/servers/databases/dataMaskingPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":64},"Microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":79},"Microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":101},"Microsoft.Sql/servers/databases/extensions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":114},"Microsoft.Sql/servers/databases/securityAlertPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":126},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":136},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":143},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":154},"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":163},"Microsoft.Sql/servers/databases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":251},"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":259},"Microsoft.Sql/servers/elasticPools@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":281},"Microsoft.Sql/servers/encryptionProtector@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":291},"Microsoft.Sql/servers/failoverGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":314},"Microsoft.Sql/servers/firewallRules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":319},"Microsoft.Sql/servers/databases/geoBackupPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":329},"Microsoft.Sql/servers/ipv6FirewallRules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":334},"Microsoft.Sql/locations/instanceFailoverGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":360},"Microsoft.Sql/instancePools@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":369},"Microsoft.Sql/servers/jobAgents@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":381},"Microsoft.Sql/servers/jobAgents/credentials@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":386},"Microsoft.Sql/servers/jobAgents/jobs/executions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":415},"Microsoft.Sql/servers/jobAgents/jobs/steps@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":429},"Microsoft.Sql/servers/jobAgents/targetGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":445},"Microsoft.Sql/servers/jobAgents/jobs@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":454},"Microsoft.Sql/servers/databases/ledgerDigestUploads@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":464},"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":471},"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":478},"Microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":484},"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":497},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":511},"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":521},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":528},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":535},"Microsoft.Sql/managedInstances/databases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":563},"Microsoft.Sql/managedInstances/administrators@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":572},"Microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":578},"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":585},"Microsoft.Sql/managedInstances/dtc@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":601},"Microsoft.Sql/managedInstances/encryptionProtector@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":611},"Microsoft.Sql/managedInstances/keys@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":619},"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":625},"Microsoft.Sql/managedInstances/privateEndpointConnections@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":632},"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":639},"Microsoft.Sql/managedInstances@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":702},"Microsoft.Sql/managedInstances/databases/ledgerDigestUploads@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":712},"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":718},"Microsoft.Sql/managedInstances/dnsAliases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":723},"Microsoft.Sql/managedInstances/securityAlertPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":735},"Microsoft.Sql/servers/outboundFirewallRules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":740},"Microsoft.Sql/servers/privateEndpointConnections@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":761},"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":768},"Microsoft.Sql/servers/advancedThreatProtectionSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":774},"Microsoft.Sql/servers/administrators@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":783},"Microsoft.Sql/servers/azureADOnlyAuthentications@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":790},"Microsoft.Sql/managedInstances/serverConfigurationOptions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":803},"Microsoft.Sql/servers/connectionPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":814},"Microsoft.Sql/servers/devOpsAuditingSettings@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":824},"Microsoft.Sql/servers/dnsAliases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":829},"Microsoft.Sql/servers/keys@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":837},"Microsoft.Sql/servers/securityAlertPolicies@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":843},"Microsoft.Sql/managedInstances/serverTrustCertificates@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":848},"Microsoft.Sql/locations/serverTrustGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":859},"Microsoft.Sql/servers/vulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":866},"Microsoft.Sql/servers@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":894},"Microsoft.Sql/managedInstances/sqlAgent@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":903},"Microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":913},"Microsoft.Sql/managedInstances/startStopSchedules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":938},"Microsoft.Sql/servers/syncAgents@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":947},"Microsoft.Sql/servers/databases/syncGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":966},"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":997},"Microsoft.Sql/servers/databases/transparentDataEncryption@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1007},"Microsoft.Sql/servers/virtualNetworkRules@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1019},"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1024},"Microsoft.Sql/servers/databases/workloadGroups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1029},"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1036},"Microsoft.Sql/servers/databases/advisors@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1099},"Microsoft.Sql/servers/databases/automaticTuning@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1132},"Microsoft.Sql/servers/databases/schemas/tables/columns@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1176},"Microsoft.Sql/servers/databases/advisors/recommendedActions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1180},"Microsoft.Sql/servers/databases/schemas@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1184},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans/scanResults@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1227},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/scans@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1242},"Microsoft.Sql/servers/databases/sqlVulnerabilityAssessments@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1248},"Microsoft.Sql/servers/databases/schemas/tables@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1257},"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1272},"Microsoft.Sql/locations/deletedServers@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1277},"Microsoft.Sql/managedInstances/endpointCertificates@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1282},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1286},"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1290},"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1294},"Microsoft.Sql/servers/jobAgents/jobs/versions@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1298},"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1313},"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1323},"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1327},"Microsoft.Sql/locations/managedDatabaseMoveOperationResults@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1342},"Microsoft.Sql/managedInstances/databases/queries@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1347},"Microsoft.Sql/managedInstances/databases/restoreDetails@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1360},"Microsoft.Sql/managedInstances/databases/schemas@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1364},"Microsoft.Sql/managedInstances/databases/schemas/tables@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1368},"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1372},"Microsoft.Sql/managedInstances/operations@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1396},"Microsoft.Sql/managedInstances/privateLinkResources@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1403},"Microsoft.Sql/servers/privateLinkResources@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1410},"Microsoft.Sql/servers/recoverableDatabases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1416},"Microsoft.Sql/managedInstances/recoverableDatabases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1421},"Microsoft.Sql/servers/databases/replicationLinks@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1447},"Microsoft.Sql/servers/restorableDroppedDatabases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1459},"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1465},"Microsoft.Sql/servers/databases/restorePoints@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1473},"Microsoft.Sql/servers/advisors@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1477},"Microsoft.Sql/servers/automaticTuning@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1504},"Microsoft.Sql/locations/usages@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1509},"Microsoft.Sql/locations/timeZones@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1514},"Microsoft.Sql/virtualClusters@2022-08-01-preview":{"RelativePath":"sql/microsoft.sql/2022-08-01-preview/types.json","Index":1521},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2017-03-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2017-03-01-preview/types.json","Index":16},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2017-03-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2017-03-01-preview/types.json","Index":32},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2017-03-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2017-03-01-preview/types.json","Index":101},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2021-11-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2021-11-01-preview/types.json","Index":43},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2021-11-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2021-11-01-preview/types.json","Index":59},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2021-11-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2021-11-01-preview/types.json","Index":152},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2022-02-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01-preview/types.json","Index":45},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2022-02-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01-preview/types.json","Index":64},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-02-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01-preview/types.json","Index":157},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2022-02-01":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01/types.json","Index":45},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2022-02-01":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01/types.json","Index":64},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-02-01":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-02-01/types.json","Index":157},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2022-07-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-07-01-preview/types.json","Index":45},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2022-07-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-07-01-preview/types.json","Index":64},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-07-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-07-01-preview/types.json","Index":160},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/availabilityGroupListeners@2022-08-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-08-01-preview/types.json","Index":45},"Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2022-08-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-08-01-preview/types.json","Index":64},"Microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-08-01-preview":{"RelativePath":"sqlvirtualmachine/microsoft.sqlvirtualmachine/2022-08-01-preview/types.json","Index":166},"Microsoft.Storage/storageAccounts@2015-05-01-preview":{"RelativePath":"storage/microsoft.storage/2015-05-01-preview/types.json","Index":31},"Microsoft.Storage/storageAccounts@2015-06-15":{"RelativePath":"storage/microsoft.storage/2015-06-15/types.json","Index":31},"Microsoft.Storage/storageAccounts@2016-01-01":{"RelativePath":"storage/microsoft.storage/2016-01-01/types.json","Index":46},"Microsoft.Storage/storageAccounts@2016-05-01":{"RelativePath":"storage/microsoft.storage/2016-05-01/types.json","Index":46},"Microsoft.Storage/storageAccounts@2016-12-01":{"RelativePath":"storage/microsoft.storage/2016-12-01/types.json","Index":46},"Microsoft.Storage/storageAccounts@2017-06-01":{"RelativePath":"storage/microsoft.storage/2017-06-01/types.json","Index":83},"Microsoft.Storage/storageAccounts@2017-10-01":{"RelativePath":"storage/microsoft.storage/2017-10-01/types.json","Index":85},"Microsoft.Storage/storageAccounts@2018-02-01":{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":85},"Microsoft.Storage/storageAccounts/blobServices/containers@2018-02-01":{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":121},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-02-01":{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":127},"Microsoft.Storage/storageAccounts/managementPolicies@2018-03-01-preview":{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":14},"Microsoft.Storage/storageAccounts@2018-03-01-preview":{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":92},"Microsoft.Storage/storageAccounts/blobServices/containers@2018-03-01-preview":{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":128},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-03-01-preview":{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":134},"Microsoft.Storage/storageAccounts@2018-07-01":{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":95},"Microsoft.Storage/storageAccounts/blobServices@2018-07-01":{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":118},"Microsoft.Storage/storageAccounts/blobServices/containers@2018-07-01":{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":154},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-07-01":{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":160},"Microsoft.Storage/storageAccounts@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":95},"Microsoft.Storage/storageAccounts/managementPolicies@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":116},"Microsoft.Storage/storageAccounts/blobServices@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":139},"Microsoft.Storage/storageAccounts/blobServices/containers@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":175},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-11-01":{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":181},"Microsoft.Storage/storageAccounts@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":110},"Microsoft.Storage/storageAccounts/managementPolicies@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":131},"Microsoft.Storage/storageAccounts/blobServices@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":155},"Microsoft.Storage/storageAccounts/blobServices/containers@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":191},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":197},"Microsoft.Storage/storageAccounts/fileServices@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":204},"Microsoft.Storage/storageAccounts/fileServices/shares@2019-04-01":{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":210},"Microsoft.Storage/storageAccounts@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":126},"Microsoft.Storage/storageAccounts/managementPolicies@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":150},"Microsoft.Storage/storageAccounts/inventoryPolicies@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":177},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":181},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":190},"Microsoft.Storage/storageAccounts/encryptionScopes@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":202},"Microsoft.Storage/storageAccounts/blobServices@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":231},"Microsoft.Storage/storageAccounts/blobServices/containers@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":267},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":273},"Microsoft.Storage/storageAccounts/fileServices@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":280},"Microsoft.Storage/storageAccounts/fileServices/shares@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":298},"Microsoft.Storage/storageAccounts/queueServices@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":305},"Microsoft.Storage/storageAccounts/queueServices/queues@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":311},"Microsoft.Storage/storageAccounts/tableServices@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":318},"Microsoft.Storage/storageAccounts/tableServices/tables@2019-06-01":{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":323},"Microsoft.Storage/storageAccounts@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":131},"Microsoft.Storage/storageAccounts/managementPolicies@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":155},"Microsoft.Storage/storageAccounts/inventoryPolicies@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":182},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":186},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":195},"Microsoft.Storage/storageAccounts/encryptionScopes@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":207},"Microsoft.Storage/storageAccounts/blobServices@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":236},"Microsoft.Storage/storageAccounts/blobServices/containers@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":272},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":278},"Microsoft.Storage/storageAccounts/fileServices@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":288},"Microsoft.Storage/storageAccounts/fileServices/shares@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":306},"Microsoft.Storage/storageAccounts/queueServices@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":313},"Microsoft.Storage/storageAccounts/queueServices/queues@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":319},"Microsoft.Storage/storageAccounts/tableServices@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":326},"Microsoft.Storage/storageAccounts/tableServices/tables@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":331},"Microsoft.Storage/locations/deletedAccounts@2020-08-01-preview":{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":336},"Microsoft.Storage/storageAccounts@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":138},"Microsoft.Storage/storageAccounts/managementPolicies@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":162},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":189},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":193},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":202},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":214},"Microsoft.Storage/storageAccounts/blobServices@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":243},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":279},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":285},"Microsoft.Storage/storageAccounts/fileServices@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":295},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":313},"Microsoft.Storage/storageAccounts/queueServices@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":320},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":326},"Microsoft.Storage/storageAccounts/tableServices@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":333},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":338},"Microsoft.Storage/locations/deletedAccounts@2021-01-01":{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":343},"Microsoft.Storage/storageAccounts@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":143},"Microsoft.Storage/storageAccounts/managementPolicies@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":167},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":194},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":198},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":207},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":219},"Microsoft.Storage/storageAccounts/blobServices@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":248},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":284},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":290},"Microsoft.Storage/storageAccounts/fileServices@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":300},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":318},"Microsoft.Storage/storageAccounts/queueServices@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":325},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":331},"Microsoft.Storage/storageAccounts/tableServices@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":338},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":343},"Microsoft.Storage/locations/deletedAccounts@2021-02-01":{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":348},"Microsoft.Storage/storageAccounts@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":149},"Microsoft.Storage/storageAccounts/managementPolicies@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":173},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":210},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":214},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":223},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":235},"Microsoft.Storage/storageAccounts/blobServices@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":264},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":304},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":310},"Microsoft.Storage/storageAccounts/fileServices@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":320},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":353},"Microsoft.Storage/storageAccounts/queueServices@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":360},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":366},"Microsoft.Storage/storageAccounts/tableServices@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":373},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":378},"Microsoft.Storage/locations/deletedAccounts@2021-04-01":{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":383},"Microsoft.Storage/storageAccounts@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":157},"Microsoft.Storage/storageAccounts/managementPolicies@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":181},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":218},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":222},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":231},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":243},"Microsoft.Storage/storageAccounts/blobServices@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":271},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":312},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":317},"Microsoft.Storage/storageAccounts/fileServices@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":326},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":359},"Microsoft.Storage/storageAccounts/queueServices@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":365},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":371},"Microsoft.Storage/storageAccounts/tableServices@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":377},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":382},"Microsoft.Storage/locations/deletedAccounts@2021-06-01":{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":387},"Microsoft.Storage/storageAccounts@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":163},"Microsoft.Storage/storageAccounts/managementPolicies@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":187},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":224},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":228},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":237},"Microsoft.Storage/storageAccounts/localUsers@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":246},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":258},"Microsoft.Storage/storageAccounts/blobServices@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":286},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":327},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":332},"Microsoft.Storage/storageAccounts/fileServices@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":341},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":374},"Microsoft.Storage/storageAccounts/queueServices@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":380},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":386},"Microsoft.Storage/storageAccounts/tableServices@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":392},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":397},"Microsoft.Storage/locations/deletedAccounts@2021-08-01":{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":402},"Microsoft.Storage/storageAccounts@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":181},"Microsoft.Storage/storageAccounts/managementPolicies@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":205},"Microsoft.Storage/storageAccounts/inventoryPolicies@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":243},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":247},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":256},"Microsoft.Storage/storageAccounts/localUsers@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":265},"Microsoft.Storage/storageAccounts/encryptionScopes@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":277},"Microsoft.Storage/storageAccounts/blobServices@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":306},"Microsoft.Storage/storageAccounts/blobServices/containers@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":347},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":352},"Microsoft.Storage/storageAccounts/fileServices@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":361},"Microsoft.Storage/storageAccounts/fileServices/shares@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":394},"Microsoft.Storage/storageAccounts/queueServices@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":400},"Microsoft.Storage/storageAccounts/queueServices/queues@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":406},"Microsoft.Storage/storageAccounts/tableServices@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":412},"Microsoft.Storage/storageAccounts/tableServices/tables@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":420},"Microsoft.Storage/locations/deletedAccounts@2021-09-01":{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":425},"Microsoft.Storage/storageAccounts@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":182},"Microsoft.Storage/storageAccounts/managementPolicies@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":206},"Microsoft.Storage/storageAccounts/inventoryPolicies@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":244},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":248},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":257},"Microsoft.Storage/storageAccounts/localUsers@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":266},"Microsoft.Storage/storageAccounts/encryptionScopes@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":278},"Microsoft.Storage/storageAccounts/blobServices@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":307},"Microsoft.Storage/storageAccounts/blobServices/containers@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":348},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":353},"Microsoft.Storage/storageAccounts/fileServices@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":362},"Microsoft.Storage/storageAccounts/fileServices/shares@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":395},"Microsoft.Storage/storageAccounts/queueServices@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":401},"Microsoft.Storage/storageAccounts/queueServices/queues@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":407},"Microsoft.Storage/storageAccounts/tableServices@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":413},"Microsoft.Storage/storageAccounts/tableServices/tables@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":421},"Microsoft.Storage/locations/deletedAccounts@2022-05-01":{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":426},"Microsoft.Storage/storageAccounts@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":182},"Microsoft.Storage/storageAccounts/managementPolicies@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":206},"Microsoft.Storage/storageAccounts/inventoryPolicies@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":244},"Microsoft.Storage/storageAccounts/privateEndpointConnections@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":248},"Microsoft.Storage/storageAccounts/objectReplicationPolicies@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":257},"Microsoft.Storage/storageAccounts/localUsers@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":266},"Microsoft.Storage/storageAccounts/encryptionScopes@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":278},"Microsoft.Storage/storageAccounts/blobServices@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":307},"Microsoft.Storage/storageAccounts/blobServices/containers@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":348},"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":353},"Microsoft.Storage/storageAccounts/fileServices@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":362},"Microsoft.Storage/storageAccounts/fileServices/shares@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":395},"Microsoft.Storage/storageAccounts/queueServices@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":401},"Microsoft.Storage/storageAccounts/queueServices/queues@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":407},"Microsoft.Storage/storageAccounts/tableServices@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":413},"Microsoft.Storage/storageAccounts/tableServices/tables@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":421},"Microsoft.Storage/locations/deletedAccounts@2022-09-01":{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":426},"Microsoft.StorageCache/caches@2019-08-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2019-08-01-preview/types.json","Index":36},"Microsoft.StorageCache/caches/storageTargets@2019-08-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2019-08-01-preview/types.json","Index":58},"Microsoft.StorageCache/caches@2019-11-01":{"RelativePath":"storagecache/microsoft.storagecache/2019-11-01/types.json","Index":36},"Microsoft.StorageCache/caches/storageTargets@2019-11-01":{"RelativePath":"storagecache/microsoft.storagecache/2019-11-01/types.json","Index":58},"Microsoft.StorageCache/caches@2020-03-01":{"RelativePath":"storagecache/microsoft.storagecache/2020-03-01/types.json","Index":57},"Microsoft.StorageCache/caches/storageTargets@2020-03-01":{"RelativePath":"storagecache/microsoft.storagecache/2020-03-01/types.json","Index":81},"Microsoft.StorageCache/caches@2020-10-01":{"RelativePath":"storagecache/microsoft.storagecache/2020-10-01/types.json","Index":87},"Microsoft.StorageCache/caches/storageTargets@2020-10-01":{"RelativePath":"storagecache/microsoft.storagecache/2020-10-01/types.json","Index":111},"Microsoft.StorageCache/caches@2021-03-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-03-01/types.json","Index":91},"Microsoft.StorageCache/caches/storageTargets@2021-03-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-03-01/types.json","Index":115},"Microsoft.StorageCache/caches@2021-05-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-05-01/types.json","Index":95},"Microsoft.StorageCache/caches/storageTargets@2021-05-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-05-01/types.json","Index":119},"Microsoft.StorageCache/caches@2021-09-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-09-01/types.json","Index":95},"Microsoft.StorageCache/caches/storageTargets@2021-09-01":{"RelativePath":"storagecache/microsoft.storagecache/2021-09-01/types.json","Index":124},"Microsoft.StorageCache/caches@2022-01-01":{"RelativePath":"storagecache/microsoft.storagecache/2022-01-01/types.json","Index":96},"Microsoft.StorageCache/caches/storageTargets@2022-01-01":{"RelativePath":"storagecache/microsoft.storagecache/2022-01-01/types.json","Index":125},"Microsoft.StorageCache/caches@2022-05-01":{"RelativePath":"storagecache/microsoft.storagecache/2022-05-01/types.json","Index":109},"Microsoft.StorageCache/caches/storageTargets@2022-05-01":{"RelativePath":"storagecache/microsoft.storagecache/2022-05-01/types.json","Index":138},"Microsoft.StorageCache/caches@2023-01-01":{"RelativePath":"storagecache/microsoft.storagecache/2023-01-01/types.json","Index":109},"Microsoft.StorageCache/caches/storageTargets@2023-01-01":{"RelativePath":"storagecache/microsoft.storagecache/2023-01-01/types.json","Index":138},"Microsoft.StorageCache/caches@2023-03-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2023-03-01-preview/types.json","Index":109},"Microsoft.StorageCache/caches/storageTargets@2023-03-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2023-03-01-preview/types.json","Index":138},"Microsoft.StorageCache/amlFilesystems@2023-03-01-preview":{"RelativePath":"storagecache/microsoft.storagecache/2023-03-01-preview/types.json","Index":190},"Microsoft.ImportExport/jobs@2016-11-01":{"RelativePath":"storageimportexport/microsoft.importexport/2016-11-01/types.json","Index":51},"Microsoft.ImportExport/jobs@2020-08-01":{"RelativePath":"storageimportexport/microsoft.importexport/2020-08-01/types.json","Index":51},"Microsoft.ImportExport/jobs@2021-01-01":{"RelativePath":"storageimportexport/microsoft.importexport/2021-01-01/types.json","Index":51},"Microsoft.StorageMover/storageMovers@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":26},"Microsoft.StorageMover/storageMovers/agents@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":41},"Microsoft.StorageMover/storageMovers/endpoints@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":56},"Microsoft.StorageMover/storageMovers/projects@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":63},"Microsoft.StorageMover/storageMovers/projects/jobDefinitions@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":82},"Microsoft.StorageMover/storageMovers/projects/jobDefinitions/jobRuns@2022-07-01-preview":{"RelativePath":"storagemover/microsoft.storagemover/2022-07-01-preview/types.json","Index":103},"Microsoft.StorageMover/storageMovers@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":26},"Microsoft.StorageMover/storageMovers/agents@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":41},"Microsoft.StorageMover/storageMovers/endpoints@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":56},"Microsoft.StorageMover/storageMovers/projects@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":63},"Microsoft.StorageMover/storageMovers/projects/jobDefinitions@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":82},"Microsoft.StorageMover/storageMovers/projects/jobDefinitions/jobRuns@2023-03-01":{"RelativePath":"storagemover/microsoft.storagemover/2023-03-01/types.json","Index":103},"Microsoft.StoragePool/diskPools@2020-03-15-preview":{"RelativePath":"storagepool/microsoft.storagepool/2020-03-15-preview/types.json","Index":40},"Microsoft.StoragePool/diskPools/iscsiTargets@2020-03-15-preview":{"RelativePath":"storagepool/microsoft.storagepool/2020-03-15-preview/types.json","Index":73},"Microsoft.StoragePool/diskPools@2021-04-01-preview":{"RelativePath":"storagepool/microsoft.storagepool/2021-04-01-preview/types.json","Index":47},"Microsoft.StoragePool/diskPools/iscsiTargets@2021-04-01-preview":{"RelativePath":"storagepool/microsoft.storagepool/2021-04-01-preview/types.json","Index":79},"Microsoft.StoragePool/diskPools@2021-08-01":{"RelativePath":"storagepool/microsoft.storagepool/2021-08-01/types.json","Index":48},"Microsoft.StoragePool/diskPools/iscsiTargets@2021-08-01":{"RelativePath":"storagepool/microsoft.storagepool/2021-08-01/types.json","Index":82},"Microsoft.StorageSync/storageSyncServices@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":17},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":22},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":42},"Microsoft.StorageSync/storageSyncServices/registeredServers@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":47},"Microsoft.StorageSync/storageSyncServices/workflows@2017-06-05-preview":{"RelativePath":"storagesync/microsoft.storagesync/2017-06-05-preview/types.json","Index":62},"Microsoft.StorageSync/storageSyncServices@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":13},"Microsoft.StorageSync/storageSyncServices/syncGroups@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":18},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":24},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":33},"Microsoft.StorageSync/storageSyncServices/registeredServers@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":39},"Microsoft.StorageSync/storageSyncServices/workflows@2018-04-02":{"RelativePath":"storagesync/microsoft.storagesync/2018-04-02/types.json","Index":54},"Microsoft.StorageSync/storageSyncServices@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":29},"Microsoft.StorageSync/storageSyncServices/registeredServers@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":34},"Microsoft.StorageSync/storageSyncServices/workflows@2018-07-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-07-01/types.json","Index":49},"Microsoft.StorageSync/storageSyncServices@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":64},"Microsoft.StorageSync/storageSyncServices/registeredServers@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":69},"Microsoft.StorageSync/storageSyncServices/workflows@2018-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2018-10-01/types.json","Index":84},"Microsoft.StorageSync/storageSyncServices@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":64},"Microsoft.StorageSync/storageSyncServices/registeredServers@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":69},"Microsoft.StorageSync/storageSyncServices/workflows@2019-02-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-02-01/types.json","Index":84},"Microsoft.StorageSync/storageSyncServices@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":64},"Microsoft.StorageSync/storageSyncServices/registeredServers@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":69},"Microsoft.StorageSync/storageSyncServices/workflows@2019-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-03-01/types.json","Index":84},"Microsoft.StorageSync/storageSyncServices@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":71},"Microsoft.StorageSync/storageSyncServices/registeredServers@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":76},"Microsoft.StorageSync/storageSyncServices/workflows@2019-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-06-01/types.json","Index":91},"Microsoft.StorageSync/storageSyncServices@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":12},"Microsoft.StorageSync/storageSyncServices/syncGroups@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":16},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":21},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":78},"Microsoft.StorageSync/storageSyncServices/registeredServers@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":83},"Microsoft.StorageSync/storageSyncServices/workflows@2019-10-01":{"RelativePath":"storagesync/microsoft.storagesync/2019-10-01/types.json","Index":98},"Microsoft.StorageSync/storageSyncServices@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":30},"Microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":34},"Microsoft.StorageSync/storageSyncServices/syncGroups@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":38},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":43},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":119},"Microsoft.StorageSync/storageSyncServices/registeredServers@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":129},"Microsoft.StorageSync/storageSyncServices/workflows@2020-03-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-03-01/types.json","Index":144},"Microsoft.StorageSync/storageSyncServices@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":41},"Microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":45},"Microsoft.StorageSync/storageSyncServices/syncGroups@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":49},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":63},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":138},"Microsoft.StorageSync/storageSyncServices/registeredServers@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":148},"Microsoft.StorageSync/storageSyncServices/workflows@2020-09-01":{"RelativePath":"storagesync/microsoft.storagesync/2020-09-01/types.json","Index":163},"Microsoft.StorageSync/storageSyncServices@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":41},"Microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":45},"Microsoft.StorageSync/storageSyncServices/syncGroups@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":49},"Microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":63},"Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":142},"Microsoft.StorageSync/storageSyncServices/registeredServers@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":152},"Microsoft.StorageSync/storageSyncServices/workflows@2022-06-01":{"RelativePath":"storagesync/microsoft.storagesync/2022-06-01/types.json","Index":167},"Microsoft.StorSimple/managers@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":19},"Microsoft.StorSimple/managers/certificates@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":58},"Microsoft.StorSimple/managers/extendedInformation@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":64},"Microsoft.StorSimple/managers/accessControlRecords@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":69},"Microsoft.StorSimple/managers/devices/alertSettings@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":82},"Microsoft.StorSimple/managers/devices/backupScheduleGroups@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":88},"Microsoft.StorSimple/managers/devices/chapSettings@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":98},"Microsoft.StorSimple/managers/devices/iscsiservers/disks@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":115},"Microsoft.StorSimple/managers/devices/fileservers@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":120},"Microsoft.StorSimple/managers/devices/fileservers/shares@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":136},"Microsoft.StorSimple/managers/devices/iscsiservers@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":141},"Microsoft.StorSimple/managers/storageAccountCredentials@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":155},"Microsoft.StorSimple/managers/storageDomains@2016-10-01":{"RelativePath":"storsimple1200series/microsoft.storsimple/2016-10-01/types.json","Index":164},"Microsoft.StorSimple/managers@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":19},"Microsoft.StorSimple/managers/extendedInformation@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":26},"Microsoft.StorSimple/managers/accessControlRecords@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":32},"Microsoft.StorSimple/managers/bandwidthSettings@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":50},"Microsoft.StorSimple/managers/devices/alertSettings@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":64},"Microsoft.StorSimple/managers/devices/timeSettings@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":72},"Microsoft.StorSimple/managers/devices/backupPolicies@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":85},"Microsoft.StorSimple/managers/devices/backupPolicies/schedules@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":112},"Microsoft.StorSimple/managers/devices/volumeContainers@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":129},"Microsoft.StorSimple/managers/devices/volumeContainers/volumes@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":155},"Microsoft.StorSimple/managers/storageAccountCredentials@2017-06-01":{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":164},"Microsoft.StreamAnalytics/streamingjobs@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":129},"Microsoft.StreamAnalytics/streamingjobs/inputs@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":133},"Microsoft.StreamAnalytics/streamingjobs/outputs@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":137},"Microsoft.StreamAnalytics/streamingjobs/transformations@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":141},"Microsoft.StreamAnalytics/streamingjobs/functions@2016-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2016-03-01/types.json","Index":145},"Microsoft.StreamAnalytics/streamingjobs/functions@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":42},"Microsoft.StreamAnalytics/streamingjobs/inputs@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":119},"Microsoft.StreamAnalytics/streamingjobs/outputs@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":198},"Microsoft.StreamAnalytics/streamingjobs@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":241},"Microsoft.StreamAnalytics/streamingjobs/transformations@2017-04-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2017-04-01-preview/types.json","Index":245},"Microsoft.StreamAnalytics/clusters@2020-03-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01-preview/types.json","Index":21},"Microsoft.StreamAnalytics/clusters/privateEndpoints@2020-03-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01-preview/types.json","Index":31},"Microsoft.StreamAnalytics/streamingjobs@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":221},"Microsoft.StreamAnalytics/streamingjobs/inputs@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":225},"Microsoft.StreamAnalytics/streamingjobs/outputs@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":229},"Microsoft.StreamAnalytics/streamingjobs/transformations@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":233},"Microsoft.StreamAnalytics/streamingjobs/functions@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":237},"Microsoft.StreamAnalytics/clusters@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":251},"Microsoft.StreamAnalytics/clusters/privateEndpoints@2020-03-01":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":261},"Microsoft.StreamAnalytics/streamingjobs/functions@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":45},"Microsoft.StreamAnalytics/streamingjobs/inputs@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":157},"Microsoft.StreamAnalytics/streamingjobs/outputs@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":263},"Microsoft.StreamAnalytics/streamingjobs@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":312},"Microsoft.StreamAnalytics/streamingjobs/transformations@2021-10-01-preview":{"RelativePath":"streamanalytics/microsoft.streamanalytics/2021-10-01-preview/types.json","Index":316},"Microsoft.Subscription/subscriptionDefinitions@2017-11-01-preview":{"RelativePath":"subscription/microsoft.subscription/2017-11-01-preview/types.json","Index":12},"Microsoft.Subscription/subscriptionOperations@2017-11-01-preview":{"RelativePath":"subscription/microsoft.subscription/2017-11-01-preview/types.json","Index":16},"Microsoft.Subscription/aliases@2019-10-01-preview":{"RelativePath":"subscription/microsoft.subscription/2019-10-01-preview/types.json","Index":19},"Microsoft.Subscription/aliases@2020-09-01":{"RelativePath":"subscription/microsoft.subscription/2020-09-01/types.json","Index":19},"Microsoft.Subscription/aliases@2021-10-01":{"RelativePath":"subscription/microsoft.subscription/2021-10-01/types.json","Index":37},"Microsoft.Subscription/policies@2021-10-01":{"RelativePath":"subscription/microsoft.subscription/2021-10-01/types.json","Index":45},"Microsoft.Support/supportTickets@2019-05-01-preview":{"RelativePath":"support/microsoft.support/2019-05-01-preview/types.json","Index":27},"Microsoft.Support/supportTickets/communications@2019-05-01-preview":{"RelativePath":"support/microsoft.support/2019-05-01-preview/types.json","Index":38},"Microsoft.Support/supportTickets@2020-04-01":{"RelativePath":"support/microsoft.support/2020-04-01/types.json","Index":28},"Microsoft.Support/supportTickets/communications@2020-04-01":{"RelativePath":"support/microsoft.support/2020-04-01/types.json","Index":39},"Microsoft.Synapse/workspaces/bigDataPools@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":30},"Microsoft.Synapse/workspaces/firewallRules@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":41},"Microsoft.Synapse/workspaces/sqlPools@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":53},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":59},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":69},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":79},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":90},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":104},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":113},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":126},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":137},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":148},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":157},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":172},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":177},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":182},"Microsoft.Synapse/workspaces@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":209},"Microsoft.Synapse/workspaces/administrators@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":215},"Microsoft.Synapse/workspaces/sqlAdministrators@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":220},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":236},"Microsoft.Synapse/workspaces/integrationRuntimes@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":308},"Microsoft.Synapse/workspaces/privateEndpointConnections@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":312},"Microsoft.Synapse/privateLinkHubs@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":320},"Microsoft.Synapse/workspaces/auditingSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":331},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":342},"Microsoft.Synapse/workspaces/securityAlertPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":355},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":362},"Microsoft.Synapse/workspaces/keys@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":367},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":374},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":382},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":404},"Microsoft.Synapse/workspaces/sqlPools/schemas@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":408},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":412},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":419},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":434},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":474},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":479},"Microsoft.Synapse/workspaces/privateLinkResources@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":486},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":490},"Microsoft.Synapse/workspaces/recoverableSqlPools@2019-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":495},"Microsoft.Synapse/workspaces/sqlPools@2020-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2020-04-01-preview/types.json","Index":38},"Microsoft.Synapse/workspaces/sqlDatabases@2020-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2020-04-01-preview/types.json","Index":72},"Microsoft.Synapse/workspaces/bigDataPools@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":32},"Microsoft.Synapse/workspaces/firewallRules@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":43},"Microsoft.Synapse/workspaces/sqlPools@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":59},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":65},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":75},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":85},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":96},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":110},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":119},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":132},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":143},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":154},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":163},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":178},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":183},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":188},"Microsoft.Synapse/workspaces@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":214},"Microsoft.Synapse/workspaces/administrators@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":220},"Microsoft.Synapse/workspaces/sqlAdministrators@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":225},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":241},"Microsoft.Synapse/workspaces/integrationRuntimes@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":310},"Microsoft.Synapse/workspaces/privateEndpointConnections@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":314},"Microsoft.Synapse/privateLinkHubs@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":322},"Microsoft.Synapse/workspaces/auditingSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":333},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":344},"Microsoft.Synapse/workspaces/securityAlertPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":357},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":364},"Microsoft.Synapse/workspaces/encryptionProtector@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":374},"Microsoft.Synapse/workspaces/keys@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":379},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":386},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":394},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":416},"Microsoft.Synapse/workspaces/sqlPools/schemas@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":420},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":424},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":431},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":446},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":486},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":491},"Microsoft.Synapse/workspaces/privateLinkResources@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":498},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":502},"Microsoft.Synapse/workspaces/recoverableSqlPools@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":507},"Microsoft.Synapse/workspaces/libraries@2020-12-01":{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":511},"Microsoft.Synapse/workspaces/bigDataPools@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":32},"Microsoft.Synapse/workspaces/firewallRules@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":43},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":112},"Microsoft.Synapse/workspaces/keys@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":117},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":124},"Microsoft.Synapse/privateLinkHubs@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":132},"Microsoft.Synapse/workspaces/sqlPools@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":148},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":154},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":164},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":174},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":185},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":199},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":208},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":221},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":232},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":243},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":252},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":267},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":272},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":277},"Microsoft.Synapse/workspaces/auditingSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":288},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":299},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":312},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":319},"Microsoft.Synapse/workspaces/encryptionProtector@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":329},"Microsoft.Synapse/workspaces@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":355},"Microsoft.Synapse/workspaces/administrators@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":361},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":366},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":382},"Microsoft.Synapse/workspaces/libraries@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":386},"Microsoft.Synapse/workspaces/privateLinkResources@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":393},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":397},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":404},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":412},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":434},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":438},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":442},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":449},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":464},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":504},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":509},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-03-01":{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":514},"Microsoft.Synapse/workspaces/bigDataPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":32},"Microsoft.Synapse/workspaces/firewallRules@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":43},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":112},"Microsoft.Synapse/workspaces/keys@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":117},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":124},"Microsoft.Synapse/privateLinkHubs@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":132},"Microsoft.Synapse/workspaces/sqlPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":148},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":154},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":164},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":174},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":185},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":199},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":208},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":221},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":232},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":243},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":252},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":267},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":272},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":277},"Microsoft.Synapse/workspaces/auditingSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":288},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":299},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":312},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":319},"Microsoft.Synapse/workspaces/encryptionProtector@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":329},"Microsoft.Synapse/workspaces@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":355},"Microsoft.Synapse/workspaces/administrators@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":361},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":366},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":382},"Microsoft.Synapse/workspaces/kustoPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":450},"Microsoft.Synapse/workspaces/kustoPools/databases@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":466},"Microsoft.Synapse/workspaces/kustoPools/databases/dataConnections@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":562},"Microsoft.Synapse/workspaces/kustoPools/principalAssignments@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":582},"Microsoft.Synapse/workspaces/kustoPools/databases/principalAssignments@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":606},"Microsoft.Synapse/workspaces/libraries@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":610},"Microsoft.Synapse/workspaces/privateLinkResources@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":617},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":621},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":628},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":636},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":658},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":662},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":666},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":673},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":688},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":728},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":733},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-04-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":738},"Microsoft.Synapse/workspaces/bigDataPools@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":32},"Microsoft.Synapse/workspaces/firewallRules@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":43},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":112},"Microsoft.Synapse/workspaces/keys@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":117},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":124},"Microsoft.Synapse/privateLinkHubs@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":132},"Microsoft.Synapse/workspaces/sqlPools@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":148},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":154},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":164},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":174},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":185},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":199},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":208},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":221},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":232},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":243},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":252},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":267},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":272},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":277},"Microsoft.Synapse/workspaces/auditingSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":288},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":299},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":312},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":319},"Microsoft.Synapse/workspaces/encryptionProtector@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":329},"Microsoft.Synapse/workspaces@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":360},"Microsoft.Synapse/workspaces/administrators@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":366},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":371},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":387},"Microsoft.Synapse/workspaces/libraries@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":391},"Microsoft.Synapse/workspaces/privateLinkResources@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":398},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":402},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":409},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":417},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":439},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":443},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":447},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":454},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":469},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":509},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":514},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-05-01":{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":519},"Microsoft.Synapse/workspaces/bigDataPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":36},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":106},"Microsoft.Synapse/workspaces/kustoPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":157},"Microsoft.Synapse/workspaces/kustoPools/attachedDatabaseConfigurations@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":182},"Microsoft.Synapse/workspaces/kustoPools/databases@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":213},"Microsoft.Synapse/workspaces/kustoPools/databases/dataConnections@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":309},"Microsoft.Synapse/workspaces/kustoPools/principalAssignments@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":329},"Microsoft.Synapse/workspaces/kustoPools/databases/principalAssignments@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":353},"Microsoft.Synapse/workspaces/firewallRules@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":364},"Microsoft.Synapse/workspaces/keys@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":369},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":376},"Microsoft.Synapse/privateLinkHubs@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":384},"Microsoft.Synapse/workspaces/sqlPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":399},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":405},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":415},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":425},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":436},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":450},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":459},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":472},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":483},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":494},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":503},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":518},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":523},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":528},"Microsoft.Synapse/workspaces/auditingSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":539},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":550},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":563},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":570},"Microsoft.Synapse/workspaces/encryptionProtector@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":580},"Microsoft.Synapse/workspaces/dedicatedSQLminimalTlsSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":587},"Microsoft.Synapse/workspaces@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":618},"Microsoft.Synapse/workspaces/administrators@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":624},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":629},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":645},"Microsoft.Synapse/workspaces/trustedServiceByPassConfiguration@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":650},"Microsoft.Synapse/workspaces/azureADOnlyAuthentications@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":661},"Microsoft.Synapse/workspaces/libraries@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":665},"Microsoft.Synapse/workspaces/sparkconfigurations@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":673},"Microsoft.Synapse/workspaces/privateLinkResources@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":680},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":684},"Microsoft.Synapse/workspaces/sqlPools/operationResults@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":689},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":696},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":704},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":726},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":730},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":734},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":741},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":756},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":796},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":801},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-06-01-preview":{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":806},"Microsoft.Synapse/workspaces/azureADOnlyAuthentications@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":18},"Microsoft.Synapse/workspaces/firewallRules@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":29},"Microsoft.Synapse/workspaces/keys@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":34},"Microsoft.Synapse/workspaces/privateEndpointConnections@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":41},"Microsoft.Synapse/privateLinkHubs@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":49},"Microsoft.Synapse/workspaces/sqlPools@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":64},"Microsoft.Synapse/workspaces/sqlPools/metadataSync@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":70},"Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":80},"Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":90},"Microsoft.Synapse/workspaces/sqlPools/auditingSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":100},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns/sensitivityLabels@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":114},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":123},"Microsoft.Synapse/workspaces/sqlPools/securityAlertPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":136},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/rules/baselines@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":147},"Microsoft.Synapse/workspaces/sqlPools/extendedAuditingSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":157},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":166},"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":181},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":186},"Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":191},"Microsoft.Synapse/workspaces/auditingSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":202},"Microsoft.Synapse/workspaces/extendedAuditingSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":213},"Microsoft.Synapse/workspaces/securityAlertPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":226},"Microsoft.Synapse/workspaces/vulnerabilityAssessments@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":235},"Microsoft.Synapse/workspaces/encryptionProtector@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":245},"Microsoft.Synapse/workspaces/dedicatedSQLminimalTlsSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":252},"Microsoft.Synapse/workspaces@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":283},"Microsoft.Synapse/workspaces/administrators@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":289},"Microsoft.Synapse/workspaces/sqlAdministrators@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":294},"Microsoft.Synapse/workspaces/managedIdentitySqlControlSettings@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":310},"Microsoft.Synapse/workspaces/bigDataPools@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":339},"Microsoft.Synapse/workspaces/integrationRuntimes@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":410},"Microsoft.Synapse/workspaces/privateLinkResources@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":417},"Microsoft.Synapse/privateLinkHubs/privateLinkResources@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":421},"Microsoft.Synapse/workspaces/sqlPools/operationResults@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":426},"Microsoft.Synapse/workspaces/sqlPools/dataWarehouseUserActivities@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":433},"Microsoft.Synapse/workspaces/sqlPools/restorePoints@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":441},"Microsoft.Synapse/workspaces/sqlPools/replicationLinks@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":463},"Microsoft.Synapse/workspaces/sqlPools/schemas@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":467},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":471},"Microsoft.Synapse/workspaces/sqlPools/connectionPolicies@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":478},"Microsoft.Synapse/workspaces/sqlPools/vulnerabilityAssessments/scans@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":493},"Microsoft.Synapse/workspaces/sqlPools/schemas/tables/columns@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":533},"Microsoft.Synapse/workspaces/recoverableSqlPools@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":538},"Microsoft.Synapse/workspaces/restorableDroppedSqlPools@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":543},"Microsoft.Synapse/workspaces/libraries@2021-06-01":{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":547},"Microsoft.Syntex/documentProcessors@2022-09-15-preview":{"RelativePath":"syntex/microsoft.syntex/2022-09-15-preview/types.json","Index":28},"Microsoft.TestBase/testBaseAccounts@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":37},"Microsoft.TestBase/testBaseAccounts/packages@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":92},"Microsoft.TestBase/testBaseAccounts/packages/favoriteProcesses@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":97},"Microsoft.TestBase/testBaseAccounts/customerEvents@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":110},"Microsoft.TestBase/testBaseAccounts/availableOSs@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":115},"Microsoft.TestBase/testBaseAccounts/flightingRings@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":120},"Microsoft.TestBase/testBaseAccounts/testTypes@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":125},"Microsoft.TestBase/testBaseAccounts/testSummaries@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":202},"Microsoft.TestBase/testBaseAccounts/packages/testResults@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":245},"Microsoft.TestBase/testBaseAccounts/packages/osUpdates@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":253},"Microsoft.TestBase/testBaseAccounts/packages/testResults/analysisResults@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":333},"Microsoft.TestBase/testBaseAccounts/emailEvents@2020-12-16-preview":{"RelativePath":"testbase/microsoft.testbase/2020-12-16-preview/types.json","Index":338},"Microsoft.TestBase/testBaseAccounts@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":37},"Microsoft.TestBase/testBaseAccounts/packages@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":93},"Microsoft.TestBase/testBaseAccounts/packages/favoriteProcesses@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":98},"Microsoft.TestBase/testBaseAccounts/customerEvents@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":111},"Microsoft.TestBase/testBaseAccounts/availableOSs@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":116},"Microsoft.TestBase/testBaseAccounts/flightingRings@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":121},"Microsoft.TestBase/testBaseAccounts/testTypes@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":126},"Microsoft.TestBase/testBaseAccounts/testSummaries@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":204},"Microsoft.TestBase/testBaseAccounts/packages/testResults@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":247},"Microsoft.TestBase/testBaseAccounts/packages/osUpdates@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":255},"Microsoft.TestBase/testBaseAccounts/packages/testResults/analysisResults@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":335},"Microsoft.TestBase/testBaseAccounts/emailEvents@2022-04-01-preview":{"RelativePath":"testbase/microsoft.testbase/2022-04-01-preview/types.json","Index":340},"Microsoft.TimeSeriesInsights/environments@2017-02-28-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-02-28-preview/types.json","Index":27},"Microsoft.TimeSeriesInsights/environments/eventSources@2017-02-28-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-02-28-preview/types.json","Index":62},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2017-02-28-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-02-28-preview/types.json","Index":82},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2017-02-28-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-02-28-preview/types.json","Index":91},"Microsoft.TimeSeriesInsights/environments@2017-11-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-11-15/types.json","Index":40},"Microsoft.TimeSeriesInsights/environments/eventSources@2017-11-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-11-15/types.json","Index":75},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2017-11-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-11-15/types.json","Index":98},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2017-11-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2017-11-15/types.json","Index":107},"Microsoft.TimeSeriesInsights/environments@2018-08-15-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2018-08-15-preview/types.json","Index":64},"Microsoft.TimeSeriesInsights/environments/eventSources@2018-08-15-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2018-08-15-preview/types.json","Index":93},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2018-08-15-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2018-08-15-preview/types.json","Index":116},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2018-08-15-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2018-08-15-preview/types.json","Index":125},"Microsoft.TimeSeriesInsights/environments@2020-05-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2020-05-15/types.json","Index":64},"Microsoft.TimeSeriesInsights/environments/eventSources@2020-05-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2020-05-15/types.json","Index":98},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2020-05-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2020-05-15/types.json","Index":121},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2020-05-15":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2020-05-15/types.json","Index":130},"Microsoft.TimeSeriesInsights/environments@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":82},"Microsoft.TimeSeriesInsights/environments/eventSources@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":116},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":139},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":148},"Microsoft.TimeSeriesInsights/environments/privateEndpointConnections@2021-03-31-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-03-31-preview/types.json","Index":152},"Microsoft.TimeSeriesInsights/environments@2021-06-30-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-06-30-preview/types.json","Index":64},"Microsoft.TimeSeriesInsights/environments/eventSources@2021-06-30-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-06-30-preview/types.json","Index":98},"Microsoft.TimeSeriesInsights/environments/referenceDataSets@2021-06-30-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-06-30-preview/types.json","Index":121},"Microsoft.TimeSeriesInsights/environments/accessPolicies@2021-06-30-preview":{"RelativePath":"timeseriesinsights/microsoft.timeseriesinsights/2021-06-30-preview/types.json","Index":130},"Microsoft.Network/trafficmanagerprofiles@2015-11-01":{"RelativePath":"trafficmanager/microsoft.network/2015-11-01/types.json","Index":18},"Microsoft.Network/trafficmanagerprofiles@2017-03-01":{"RelativePath":"trafficmanager/microsoft.network/2017-03-01/types.json","Index":19},"Microsoft.Network/trafficManagerGeographicHierarchies@2017-03-01":{"RelativePath":"trafficmanager/microsoft.network/2017-03-01/types.json","Index":28},"Microsoft.Network/trafficmanagerprofiles@2017-05-01":{"RelativePath":"trafficmanager/microsoft.network/2017-05-01/types.json","Index":47},"Microsoft.Network/trafficManagerGeographicHierarchies@2017-05-01":{"RelativePath":"trafficmanager/microsoft.network/2017-05-01/types.json","Index":55},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2017-09-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2017-09-01-preview/types.json","Index":20},"Microsoft.Network/trafficmanagerprofiles@2018-02-01":{"RelativePath":"trafficmanager/microsoft.network/2018-02-01/types.json","Index":50},"Microsoft.Network/trafficManagerGeographicHierarchies@2018-02-01":{"RelativePath":"trafficmanager/microsoft.network/2018-02-01/types.json","Index":58},"Microsoft.Network/trafficmanagerprofiles@2018-03-01":{"RelativePath":"trafficmanager/microsoft.network/2018-03-01/types.json","Index":56},"Microsoft.Network/trafficManagerGeographicHierarchies@2018-03-01":{"RelativePath":"trafficmanager/microsoft.network/2018-03-01/types.json","Index":64},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2018-03-01":{"RelativePath":"trafficmanager/microsoft.network/2018-03-01/types.json","Index":77},"Microsoft.Network/trafficmanagerprofiles@2018-04-01":{"RelativePath":"trafficmanager/microsoft.network/2018-04-01/types.json","Index":60},"Microsoft.Network/trafficManagerUserMetricsKeys@2018-04-01":{"RelativePath":"trafficmanager/microsoft.network/2018-04-01/types.json","Index":66},"Microsoft.Network/trafficManagerGeographicHierarchies@2018-04-01":{"RelativePath":"trafficmanager/microsoft.network/2018-04-01/types.json","Index":74},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2018-04-01":{"RelativePath":"trafficmanager/microsoft.network/2018-04-01/types.json","Index":87},"Microsoft.Network/trafficmanagerprofiles/AzureEndpoints@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":27},"Microsoft.Network/trafficmanagerprofiles/ExternalEndpoints@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":31},"Microsoft.Network/trafficmanagerprofiles/NestedEndpoints@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":35},"Microsoft.Network/trafficmanagerprofiles@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":78},"Microsoft.Network/trafficManagerUserMetricsKeys@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":84},"Microsoft.Network/trafficManagerGeographicHierarchies@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":92},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2018-08-01":{"RelativePath":"trafficmanager/microsoft.network/2018-08-01/types.json","Index":104},"Microsoft.Network/trafficmanagerprofiles/AzureEndpoints@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":30},"Microsoft.Network/trafficmanagerprofiles/ExternalEndpoints@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":34},"Microsoft.Network/trafficmanagerprofiles/NestedEndpoints@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":38},"Microsoft.Network/trafficmanagerprofiles@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":81},"Microsoft.Network/trafficManagerUserMetricsKeys@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":87},"Microsoft.Network/trafficManagerGeographicHierarchies@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":95},"Microsoft.Network/trafficmanagerprofiles/heatMaps@2022-04-01-preview":{"RelativePath":"trafficmanager/microsoft.network/2022-04-01-preview/types.json","Index":107},"Microsoft.VideoIndexer/accounts@2021-10-18-preview":{"RelativePath":"vi/microsoft.videoindexer/2021-10-18-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2021-10-27-preview":{"RelativePath":"vi/microsoft.videoindexer/2021-10-27-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2021-11-10-preview":{"RelativePath":"vi/microsoft.videoindexer/2021-11-10-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2022-04-13-preview":{"RelativePath":"vi/microsoft.videoindexer/2022-04-13-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2022-07-20-preview":{"RelativePath":"vi/microsoft.videoindexer/2022-07-20-preview/types.json","Index":40},"Microsoft.VideoIndexer/accounts@2022-08-01":{"RelativePath":"vi/microsoft.videoindexer/2022-08-01/types.json","Index":40},"Microsoft.Media/videoAnalyzers@2021-05-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":39},"Microsoft.Media/videoAnalyzers/edgeModules@2021-05-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":44},"Microsoft.Media/videoAnalyzers/videos@2021-05-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":54},"Microsoft.Media/videoAnalyzers/accessPolicies@2021-05-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":82},"Microsoft.Media/videoAnalyzers/edgeModules@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":23},"Microsoft.Media/videoAnalyzers/pipelineTopologies@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":107},"Microsoft.Media/videoAnalyzers/livePipelines@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":119},"Microsoft.Media/videoAnalyzers/pipelineJobs@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":131},"Microsoft.Media/videoAnalyzers@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":180},"Microsoft.Media/videoAnalyzers/privateEndpointConnections@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":184},"Microsoft.Media/videoAnalyzers/videos@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":197},"Microsoft.Media/videoAnalyzers/accessPolicies@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":225},"Microsoft.Media/videoAnalyzers/privateLinkResources@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":232},"Microsoft.Media/videoAnalyzers/privateEndpointConnections/operationResults@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":236},"Microsoft.Media/locations/videoAnalyzerOperationResults@2021-11-01-preview":{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":241},"microsoft.visualstudio/account@2014-04-01-preview":{"RelativePath":"visualstudio/microsoft.visualstudio/2014-04-01-preview/types.json","Index":18},"microsoft.visualstudio/account/extension@2014-04-01-preview":{"RelativePath":"visualstudio/microsoft.visualstudio/2014-04-01-preview/types.json","Index":25},"microsoft.visualstudio/account/project@2014-04-01-preview":{"RelativePath":"visualstudio/microsoft.visualstudio/2014-04-01-preview/types.json","Index":31},"Microsoft.AVS/privateClouds@2020-03-20":{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":40},"Microsoft.AVS/privateClouds/clusters@2020-03-20":{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":52},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2020-03-20":{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":62},"Microsoft.AVS/privateClouds/authorizations@2020-03-20":{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":71},"Microsoft.AVS/privateClouds@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":40},"Microsoft.AVS/privateClouds/clusters@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":52},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":62},"Microsoft.AVS/privateClouds/authorizations@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":71},"Microsoft.AVS/privateClouds/globalReachConnections@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":84},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":101},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":118},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":133},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":147},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":168},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":181},"Microsoft.AVS/privateClouds/addons@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":195},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":200},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2020-07-17-preview":{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":207},"Microsoft.AVS/privateClouds@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":40},"Microsoft.AVS/privateClouds/clusters@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":52},"Microsoft.AVS/privateClouds/clusters/datastores@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":66},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":76},"Microsoft.AVS/privateClouds/authorizations@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":85},"Microsoft.AVS/privateClouds/globalReachConnections@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":98},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":115},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":132},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":147},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":161},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":182},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":195},"Microsoft.AVS/privateClouds/addons@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":210},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":215},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2021-01-01-preview":{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":222},"Microsoft.AVS/privateClouds@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":41},"Microsoft.AVS/privateClouds/clusters@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":53},"Microsoft.AVS/privateClouds/clusters/datastores@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":71},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":81},"Microsoft.AVS/privateClouds/authorizations@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":90},"Microsoft.AVS/privateClouds/globalReachConnections@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":103},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":120},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":137},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":152},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":166},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":187},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":200},"Microsoft.AVS/privateClouds/workloadNetworks/publicIPs@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":211},"Microsoft.AVS/privateClouds/cloudLinks@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":222},"Microsoft.AVS/privateClouds/addons@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":240},"Microsoft.AVS/privateClouds/scriptExecutions@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":267},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":272},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":279},"Microsoft.AVS/privateClouds/scriptPackages@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":284},"Microsoft.AVS/privateClouds/scriptPackages/scriptCmdlets@2021-06-01":{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":304},"Microsoft.AVS/privateClouds@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":60},"Microsoft.AVS/privateClouds/clusters@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":72},"Microsoft.AVS/privateClouds/clusters/datastores@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":98},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":108},"Microsoft.AVS/privateClouds/authorizations@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":117},"Microsoft.AVS/privateClouds/globalReachConnections@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":130},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":148},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":165},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":183},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":198},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":219},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":232},"Microsoft.AVS/privateClouds/workloadNetworks/publicIPs@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":243},"Microsoft.AVS/privateClouds/cloudLinks@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":254},"Microsoft.AVS/privateClouds/addons@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":272},"Microsoft.AVS/privateClouds/clusters/placementPolicies@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":299},"Microsoft.AVS/privateClouds/scriptExecutions@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":326},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":331},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":340},"Microsoft.AVS/privateClouds/clusters/virtualMachines@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":348},"Microsoft.AVS/privateClouds/scriptPackages@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":353},"Microsoft.AVS/privateClouds/scriptPackages/scriptCmdlets@2021-12-01":{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":373},"Microsoft.AVS/privateClouds@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":65},"Microsoft.AVS/privateClouds/clusters@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":78},"Microsoft.AVS/privateClouds/clusters/datastores@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":105},"Microsoft.AVS/privateClouds/hcxEnterpriseSites@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":115},"Microsoft.AVS/privateClouds/authorizations@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":125},"Microsoft.AVS/privateClouds/globalReachConnections@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":139},"Microsoft.AVS/privateClouds/workloadNetworks/segments@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":158},"Microsoft.AVS/privateClouds/workloadNetworks/dhcpConfigurations@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":176},"Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":195},"Microsoft.AVS/privateClouds/workloadNetworks/vmGroups@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":211},"Microsoft.AVS/privateClouds/workloadNetworks/dnsServices@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":233},"Microsoft.AVS/privateClouds/workloadNetworks/dnsZones@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":247},"Microsoft.AVS/privateClouds/workloadNetworks/publicIPs@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":259},"Microsoft.AVS/privateClouds/cloudLinks@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":270},"Microsoft.AVS/privateClouds/addons@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":291},"Microsoft.AVS/privateClouds/clusters/placementPolicies@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":325},"Microsoft.AVS/privateClouds/scriptExecutions@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":353},"Microsoft.AVS/privateClouds/workloadNetworks@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":359},"Microsoft.AVS/privateClouds/workloadNetworks/gateways@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":364},"Microsoft.AVS/privateClouds/workloadNetworks/virtualMachines@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":373},"Microsoft.AVS/privateClouds/clusters/virtualMachines@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":381},"Microsoft.AVS/privateClouds/scriptPackages@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":386},"Microsoft.AVS/privateClouds/scriptPackages/scriptCmdlets@2022-05-01":{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":406},"Microsoft.VMwareCloudSimple/dedicatedCloudServices@2019-04-01":{"RelativePath":"vmwarecloudsimple/microsoft.vmwarecloudsimple/2019-04-01/types.json","Index":18},"Microsoft.VMwareCloudSimple/dedicatedCloudNodes@2019-04-01":{"RelativePath":"vmwarecloudsimple/microsoft.vmwarecloudsimple/2019-04-01/types.json","Index":29},"Microsoft.VMwareCloudSimple/virtualMachines@2019-04-01":{"RelativePath":"vmwarecloudsimple/microsoft.vmwarecloudsimple/2019-04-01/types.json","Index":77},"Microsoft.VoiceServices/communicationsGateways@2022-12-01-preview":{"RelativePath":"voiceservices/microsoft.voiceservices/2022-12-01-preview/types.json","Index":53},"Microsoft.VoiceServices/communicationsGateways/contacts@2022-12-01-preview":{"RelativePath":"voiceservices/microsoft.voiceservices/2022-12-01-preview/types.json","Index":63},"Microsoft.VoiceServices/communicationsGateways/testLines@2022-12-01-preview":{"RelativePath":"voiceservices/microsoft.voiceservices/2022-12-01-preview/types.json","Index":76},"Microsoft.VoiceServices/communicationsGateways@2023-01-31":{"RelativePath":"voiceservices/microsoft.voiceservices/2023-01-31/types.json","Index":61},"Microsoft.VoiceServices/communicationsGateways/testLines@2023-01-31":{"RelativePath":"voiceservices/microsoft.voiceservices/2023-01-31/types.json","Index":74},"Microsoft.CertificateRegistration/certificateOrders/certificates@2015-08-01":{"RelativePath":"web/microsoft.certificateregistration/2015-08-01/types.json","Index":24},"Microsoft.CertificateRegistration/certificateOrders@2015-08-01":{"RelativePath":"web/microsoft.certificateregistration/2015-08-01/types.json","Index":56},"Microsoft.CertificateRegistration/certificateOrders@2018-02-01":{"RelativePath":"web/microsoft.certificateregistration/2018-02-01/types.json","Index":53},"Microsoft.CertificateRegistration/certificateOrders/certificates@2018-02-01":{"RelativePath":"web/microsoft.certificateregistration/2018-02-01/types.json","Index":58},"Microsoft.CertificateRegistration/certificateOrders@2019-08-01":{"RelativePath":"web/microsoft.certificateregistration/2019-08-01/types.json","Index":53},"Microsoft.CertificateRegistration/certificateOrders/certificates@2019-08-01":{"RelativePath":"web/microsoft.certificateregistration/2019-08-01/types.json","Index":58},"Microsoft.CertificateRegistration/certificateOrders@2020-06-01":{"RelativePath":"web/microsoft.certificateregistration/2020-06-01/types.json","Index":53},"Microsoft.CertificateRegistration/certificateOrders/certificates@2020-06-01":{"RelativePath":"web/microsoft.certificateregistration/2020-06-01/types.json","Index":58},"Microsoft.CertificateRegistration/certificateOrders@2020-09-01":{"RelativePath":"web/microsoft.certificateregistration/2020-09-01/types.json","Index":64},"Microsoft.CertificateRegistration/certificateOrders/certificates@2020-09-01":{"RelativePath":"web/microsoft.certificateregistration/2020-09-01/types.json","Index":69},"Microsoft.CertificateRegistration/certificateOrders@2020-10-01":{"RelativePath":"web/microsoft.certificateregistration/2020-10-01/types.json","Index":64},"Microsoft.CertificateRegistration/certificateOrders/certificates@2020-10-01":{"RelativePath":"web/microsoft.certificateregistration/2020-10-01/types.json","Index":69},"Microsoft.CertificateRegistration/certificateOrders@2020-12-01":{"RelativePath":"web/microsoft.certificateregistration/2020-12-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2020-12-01":{"RelativePath":"web/microsoft.certificateregistration/2020-12-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2020-12-01":{"RelativePath":"web/microsoft.certificateregistration/2020-12-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2021-01-01":{"RelativePath":"web/microsoft.certificateregistration/2021-01-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2021-01-01":{"RelativePath":"web/microsoft.certificateregistration/2021-01-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2021-01-01":{"RelativePath":"web/microsoft.certificateregistration/2021-01-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2021-01-15":{"RelativePath":"web/microsoft.certificateregistration/2021-01-15/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2021-01-15":{"RelativePath":"web/microsoft.certificateregistration/2021-01-15/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2021-01-15":{"RelativePath":"web/microsoft.certificateregistration/2021-01-15/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2021-02-01":{"RelativePath":"web/microsoft.certificateregistration/2021-02-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2021-02-01":{"RelativePath":"web/microsoft.certificateregistration/2021-02-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2021-02-01":{"RelativePath":"web/microsoft.certificateregistration/2021-02-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2021-03-01":{"RelativePath":"web/microsoft.certificateregistration/2021-03-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2021-03-01":{"RelativePath":"web/microsoft.certificateregistration/2021-03-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2021-03-01":{"RelativePath":"web/microsoft.certificateregistration/2021-03-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2022-03-01":{"RelativePath":"web/microsoft.certificateregistration/2022-03-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2022-03-01":{"RelativePath":"web/microsoft.certificateregistration/2022-03-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2022-03-01":{"RelativePath":"web/microsoft.certificateregistration/2022-03-01/types.json","Index":122},"Microsoft.CertificateRegistration/certificateOrders@2022-09-01":{"RelativePath":"web/microsoft.certificateregistration/2022-09-01/types.json","Index":54},"Microsoft.CertificateRegistration/certificateOrders/certificates@2022-09-01":{"RelativePath":"web/microsoft.certificateregistration/2022-09-01/types.json","Index":59},"Microsoft.CertificateRegistration/certificateOrders/detectors@2022-09-01":{"RelativePath":"web/microsoft.certificateregistration/2022-09-01/types.json","Index":122},"Microsoft.DomainRegistration/domains@2015-04-01":{"RelativePath":"web/microsoft.domainregistration/2015-04-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2015-04-01":{"RelativePath":"web/microsoft.domainregistration/2015-04-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2015-04-01":{"RelativePath":"web/microsoft.domainregistration/2015-04-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2015-08-01":{"RelativePath":"web/microsoft.domainregistration/2015-08-01/types.json","Index":63},"Microsoft.DomainRegistration/domains/operationresults@2015-08-01":{"RelativePath":"web/microsoft.domainregistration/2015-08-01/types.json","Index":68},"Microsoft.DomainRegistration/topLevelDomains@2015-08-01":{"RelativePath":"web/microsoft.domainregistration/2015-08-01/types.json","Index":74},"Microsoft.DomainRegistration/domains@2018-02-01":{"RelativePath":"web/microsoft.domainregistration/2018-02-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2018-02-01":{"RelativePath":"web/microsoft.domainregistration/2018-02-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2018-02-01":{"RelativePath":"web/microsoft.domainregistration/2018-02-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2019-08-01":{"RelativePath":"web/microsoft.domainregistration/2019-08-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2019-08-01":{"RelativePath":"web/microsoft.domainregistration/2019-08-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2019-08-01":{"RelativePath":"web/microsoft.domainregistration/2019-08-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2020-06-01":{"RelativePath":"web/microsoft.domainregistration/2020-06-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2020-06-01":{"RelativePath":"web/microsoft.domainregistration/2020-06-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2020-06-01":{"RelativePath":"web/microsoft.domainregistration/2020-06-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2020-09-01":{"RelativePath":"web/microsoft.domainregistration/2020-09-01/types.json","Index":80},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2020-09-01":{"RelativePath":"web/microsoft.domainregistration/2020-09-01/types.json","Index":85},"Microsoft.DomainRegistration/topLevelDomains@2020-09-01":{"RelativePath":"web/microsoft.domainregistration/2020-09-01/types.json","Index":90},"Microsoft.DomainRegistration/domains@2020-10-01":{"RelativePath":"web/microsoft.domainregistration/2020-10-01/types.json","Index":80},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2020-10-01":{"RelativePath":"web/microsoft.domainregistration/2020-10-01/types.json","Index":85},"Microsoft.DomainRegistration/topLevelDomains@2020-10-01":{"RelativePath":"web/microsoft.domainregistration/2020-10-01/types.json","Index":90},"Microsoft.DomainRegistration/domains@2020-12-01":{"RelativePath":"web/microsoft.domainregistration/2020-12-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2020-12-01":{"RelativePath":"web/microsoft.domainregistration/2020-12-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2020-12-01":{"RelativePath":"web/microsoft.domainregistration/2020-12-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2021-01-01":{"RelativePath":"web/microsoft.domainregistration/2021-01-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-01-01":{"RelativePath":"web/microsoft.domainregistration/2021-01-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2021-01-01":{"RelativePath":"web/microsoft.domainregistration/2021-01-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2021-01-15":{"RelativePath":"web/microsoft.domainregistration/2021-01-15/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-01-15":{"RelativePath":"web/microsoft.domainregistration/2021-01-15/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2021-01-15":{"RelativePath":"web/microsoft.domainregistration/2021-01-15/types.json","Index":79},"Microsoft.DomainRegistration/domains@2021-02-01":{"RelativePath":"web/microsoft.domainregistration/2021-02-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-02-01":{"RelativePath":"web/microsoft.domainregistration/2021-02-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2021-02-01":{"RelativePath":"web/microsoft.domainregistration/2021-02-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2021-03-01":{"RelativePath":"web/microsoft.domainregistration/2021-03-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-03-01":{"RelativePath":"web/microsoft.domainregistration/2021-03-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2021-03-01":{"RelativePath":"web/microsoft.domainregistration/2021-03-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2022-03-01":{"RelativePath":"web/microsoft.domainregistration/2022-03-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2022-03-01":{"RelativePath":"web/microsoft.domainregistration/2022-03-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2022-03-01":{"RelativePath":"web/microsoft.domainregistration/2022-03-01/types.json","Index":79},"Microsoft.DomainRegistration/domains@2022-09-01":{"RelativePath":"web/microsoft.domainregistration/2022-09-01/types.json","Index":69},"Microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2022-09-01":{"RelativePath":"web/microsoft.domainregistration/2022-09-01/types.json","Index":74},"Microsoft.DomainRegistration/topLevelDomains@2022-09-01":{"RelativePath":"web/microsoft.domainregistration/2022-09-01/types.json","Index":79},"Microsoft.Web/connections@2015-08-01-preview":{"RelativePath":"web/microsoft.web/2015-08-01-preview/types.json","Index":71},"Microsoft.Web/locations/managedApis@2015-08-01-preview":{"RelativePath":"web/microsoft.web/2015-08-01-preview/types.json","Index":76},"Microsoft.Web/certificates@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":15},"Microsoft.Web/csrs@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":21},"Microsoft.Web/hostingEnvironments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":73},"Microsoft.Web/hostingEnvironments/multiRolePools@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":79},"Microsoft.Web/hostingEnvironments/workerPools@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":84},"Microsoft.Web/managedHostingEnvironments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":110},"Microsoft.Web/sourcecontrols@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":116},"Microsoft.Web/publishingUsers@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":123},"Microsoft.Web/serverfarms@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":132},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":138},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":144},"Microsoft.Web/sites/slots/virtualNetworkConnections@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":153},"Microsoft.Web/sites/virtualNetworkConnections@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":158},"Microsoft.Web/sites/config@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":311},"Microsoft.Web/sites@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":337},"Microsoft.Web/sites/slots@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":342},"Microsoft.Web/sites/instances/deployments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":348},"Microsoft.Web/sites/deployments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":353},"Microsoft.Web/sites/slots/deployments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":358},"Microsoft.Web/sites/slots/instances/deployments@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":363},"Microsoft.Web/sites/hostNameBindings@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":378},"Microsoft.Web/sites/slots/hostNameBindings@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":383},"Microsoft.Web/sites/slots/config@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":437},"Microsoft.Web/sites/sourcecontrols@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":444},"Microsoft.Web/sites/slots/sourcecontrols@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":450},"Microsoft.Web/sites/premieraddons@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":456},"Microsoft.Web/sites/slots/premieraddons@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":461},"Microsoft.Web/sites/backups@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":485},"Microsoft.Web/sites/slots/backups@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":492},"Microsoft.Web/sites/hybridconnection@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":498},"Microsoft.Web/sites/slots/hybridconnection@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":503},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":508},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":513},"Microsoft.Web/classicMobileServices@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":519},"Microsoft.Web/serverfarms/virtualNetworkConnections@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":524},"Microsoft.Web/serverfarms/operationresults@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":529},"Microsoft.Web/sites/slots/networkFeatures@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":540},"Microsoft.Web/sites/networkFeatures@2015-08-01":{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":545},"Microsoft.Web/certificates@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":27},"Microsoft.Web/publishingUsers@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":33},"Microsoft.Web/sourcecontrols@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":38},"Microsoft.Web/hostingEnvironments/detectors@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":57},"Microsoft.Web/sites/detectors@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":61},"Microsoft.Web/sites/diagnostics@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":66},"Microsoft.Web/sites/diagnostics/analyses@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":113},"Microsoft.Web/sites/slots/detectors@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":117},"Microsoft.Web/sites/slots/diagnostics@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":121},"Microsoft.Web/sites/slots/diagnostics/analyses@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":125},"Microsoft.Web/sites/recommendations@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":142},"Microsoft.Web/sites/resourceHealthMetadata@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":148},"Microsoft.Web/sites/slots/resourceHealthMetadata@2016-03-01":{"RelativePath":"web/microsoft.web/2016-03-01/types.json","Index":153},"Microsoft.Web/connectionGateways@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":15},"Microsoft.Web/customApis@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":52},"Microsoft.Web/connections@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":69},"Microsoft.Web/locations/connectionGatewayInstallations@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":76},"Microsoft.Web/locations/managedApis@2016-06-01":{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":97},"Microsoft.Web/sites@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":117},"Microsoft.Web/sites/backups@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":147},"Microsoft.Web/sites/config@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":258},"Microsoft.Web/sites/deployments@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":263},"Microsoft.Web/sites/domainOwnershipIdentifiers@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":268},"Microsoft.Web/sites/extensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":281},"Microsoft.Web/sites/functions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":287},"Microsoft.Web/sites/hostNameBindings@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":305},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":310},"Microsoft.Web/sites/hybridconnection@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":315},"Microsoft.Web/sites/instances/extensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":320},"Microsoft.Web/sites/premieraddons@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":327},"Microsoft.Web/sites/publicCertificates@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":336},"Microsoft.Web/sites/siteextensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":345},"Microsoft.Web/sites/slots@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":350},"Microsoft.Web/sites/slots/backups@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":356},"Microsoft.Web/sites/slots/config@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":393},"Microsoft.Web/sites/slots/deployments@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":397},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":401},"Microsoft.Web/sites/slots/extensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":406},"Microsoft.Web/sites/slots/functions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":410},"Microsoft.Web/sites/slots/hostNameBindings@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":414},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":418},"Microsoft.Web/sites/slots/hybridconnection@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":422},"Microsoft.Web/sites/slots/instances/extensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":427},"Microsoft.Web/sites/slots/premieraddons@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":432},"Microsoft.Web/sites/slots/publicCertificates@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":436},"Microsoft.Web/sites/slots/siteextensions@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":440},"Microsoft.Web/sites/slots/sourcecontrols@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":446},"Microsoft.Web/sites/slots/virtualNetworkConnections@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":458},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":463},"Microsoft.Web/sites/sourcecontrols@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":468},"Microsoft.Web/sites/virtualNetworkConnections@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":472},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":476},"Microsoft.Web/sites/config/snapshots@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":480},"Microsoft.Web/sites/continuouswebjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":495},"Microsoft.Web/sites/instances/processes@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":509},"Microsoft.Web/sites/instances/processes/modules@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":513},"Microsoft.Web/sites/instances/processes/threads@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":517},"Microsoft.Web/sites/migratemysql@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":529},"Microsoft.Web/sites/networkFeatures@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":539},"Microsoft.Web/sites/processes@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":543},"Microsoft.Web/sites/processes/modules@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":547},"Microsoft.Web/sites/processes/threads@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":551},"Microsoft.Web/sites/slots/config/snapshots@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":555},"Microsoft.Web/sites/slots/continuouswebjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":559},"Microsoft.Web/sites/slots/instances/processes@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":563},"Microsoft.Web/sites/slots/instances/processes/modules@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":567},"Microsoft.Web/sites/slots/instances/processes/threads@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":571},"Microsoft.Web/sites/slots/migratemysql@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":576},"Microsoft.Web/sites/slots/networkFeatures@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":580},"Microsoft.Web/sites/slots/processes@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":584},"Microsoft.Web/sites/slots/processes/modules@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":588},"Microsoft.Web/sites/slots/processes/threads@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":592},"Microsoft.Web/sites/slots/triggeredwebjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":607},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":613},"Microsoft.Web/sites/slots/webjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":622},"Microsoft.Web/sites/triggeredwebjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":626},"Microsoft.Web/sites/triggeredwebjobs/history@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":630},"Microsoft.Web/sites/webjobs@2016-08-01":{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":634},"Microsoft.Web/hostingEnvironments@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":60},"Microsoft.Web/hostingEnvironments/multiRolePools@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":70},"Microsoft.Web/hostingEnvironments/workerPools@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":74},"Microsoft.Web/serverfarms@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":91},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":96},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":105},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":110},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":116},"Microsoft.Web/serverfarms/virtualNetworkConnections@2016-09-01":{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":123},"Microsoft.Web/publishingUsers@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":13},"Microsoft.Web/sourcecontrols@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":18},"Microsoft.Web/hostingEnvironments@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":71},"Microsoft.Web/hostingEnvironments/multiRolePools@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":81},"Microsoft.Web/hostingEnvironments/workerPools@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":85},"Microsoft.Web/serverfarms@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":102},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":107},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":116},"Microsoft.Web/sites@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":251},"Microsoft.Web/sites/config@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":369},"Microsoft.Web/sites/deployments@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":374},"Microsoft.Web/sites/domainOwnershipIdentifiers@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":379},"Microsoft.Web/sites/extensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":392},"Microsoft.Web/sites/functions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":398},"Microsoft.Web/sites/functions/keys@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":402},"Microsoft.Web/sites/hostNameBindings@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":420},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":425},"Microsoft.Web/sites/hybridconnection@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":430},"Microsoft.Web/sites/instances/extensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":435},"Microsoft.Web/sites/networkConfig@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":441},"Microsoft.Web/sites/premieraddons@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":447},"Microsoft.Web/sites/privateAccess@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":457},"Microsoft.Web/sites/publicCertificates@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":466},"Microsoft.Web/sites/siteextensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":475},"Microsoft.Web/sites/slots@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":480},"Microsoft.Web/sites/slots/config@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":522},"Microsoft.Web/sites/slots/deployments@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":526},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":530},"Microsoft.Web/sites/slots/extensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":535},"Microsoft.Web/sites/slots/functions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":539},"Microsoft.Web/sites/slots/functions/keys@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":543},"Microsoft.Web/sites/slots/hostNameBindings@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":547},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":551},"Microsoft.Web/sites/slots/hybridconnection@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":555},"Microsoft.Web/sites/slots/instances/extensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":560},"Microsoft.Web/sites/slots/networkConfig@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":565},"Microsoft.Web/sites/slots/premieraddons@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":570},"Microsoft.Web/sites/slots/privateAccess@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":575},"Microsoft.Web/sites/slots/publicCertificates@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":579},"Microsoft.Web/sites/slots/siteextensions@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":583},"Microsoft.Web/sites/slots/sourcecontrols@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":589},"Microsoft.Web/sites/slots/virtualNetworkConnections@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":596},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":600},"Microsoft.Web/sites/sourcecontrols@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":605},"Microsoft.Web/sites/virtualNetworkConnections@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":609},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":613},"Microsoft.Web/certificates@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":632},"Microsoft.Web/locations/deletedSites@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":637},"Microsoft.Web/hostingEnvironments/detectors@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":656},"Microsoft.Web/sites/detectors@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":660},"Microsoft.Web/sites/diagnostics@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":665},"Microsoft.Web/sites/diagnostics/analyses@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":711},"Microsoft.Web/sites/slots/detectors@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":715},"Microsoft.Web/sites/slots/diagnostics@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":719},"Microsoft.Web/sites/slots/diagnostics/analyses@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":723},"Microsoft.Web/hostingEnvironments/recommendations@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":740},"Microsoft.Web/sites/recommendations@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":744},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":748},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":754},"Microsoft.Web/serverfarms/virtualNetworkConnections@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":758},"Microsoft.Web/sites/resourceHealthMetadata@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":764},"Microsoft.Web/sites/slots/resourceHealthMetadata@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":769},"Microsoft.Web/sites/backups@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":786},"Microsoft.Web/sites/config/snapshots@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":790},"Microsoft.Web/sites/continuouswebjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":805},"Microsoft.Web/sites/instances/processes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":819},"Microsoft.Web/sites/instances/processes/modules@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":823},"Microsoft.Web/sites/instances/processes/threads@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":827},"Microsoft.Web/sites/migratemysql@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":839},"Microsoft.Web/sites/networkFeatures@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":849},"Microsoft.Web/sites/processes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":853},"Microsoft.Web/sites/processes/modules@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":857},"Microsoft.Web/sites/processes/threads@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":861},"Microsoft.Web/sites/slots/backups@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":865},"Microsoft.Web/sites/slots/config/snapshots@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":869},"Microsoft.Web/sites/slots/continuouswebjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":873},"Microsoft.Web/sites/slots/instances/processes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":877},"Microsoft.Web/sites/slots/instances/processes/modules@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":881},"Microsoft.Web/sites/slots/instances/processes/threads@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":885},"Microsoft.Web/sites/slots/migratemysql@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":890},"Microsoft.Web/sites/slots/networkFeatures@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":894},"Microsoft.Web/sites/slots/processes@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":898},"Microsoft.Web/sites/slots/processes/modules@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":902},"Microsoft.Web/sites/slots/processes/threads@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":906},"Microsoft.Web/sites/slots/triggeredwebjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":921},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":927},"Microsoft.Web/sites/slots/webjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":936},"Microsoft.Web/sites/triggeredwebjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":940},"Microsoft.Web/sites/triggeredwebjobs/history@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":944},"Microsoft.Web/sites/webjobs@2018-02-01":{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":948},"Microsoft.Web/certificates@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":27},"Microsoft.Web/sites@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":163},"Microsoft.Web/sites/config@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":281},"Microsoft.Web/sites/deployments@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":286},"Microsoft.Web/sites/domainOwnershipIdentifiers@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":291},"Microsoft.Web/sites/extensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":304},"Microsoft.Web/sites/functions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":310},"Microsoft.Web/sites/hostNameBindings@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":328},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":333},"Microsoft.Web/sites/hybridconnection@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":338},"Microsoft.Web/sites/instances/extensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":343},"Microsoft.Web/sites/networkConfig@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":349},"Microsoft.Web/sites/premieraddons@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":355},"Microsoft.Web/sites/privateAccess@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":365},"Microsoft.Web/sites/publicCertificates@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":374},"Microsoft.Web/sites/siteextensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":383},"Microsoft.Web/sites/slots@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":388},"Microsoft.Web/sites/slots/config@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":430},"Microsoft.Web/sites/slots/deployments@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":434},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":438},"Microsoft.Web/sites/slots/extensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":443},"Microsoft.Web/sites/slots/functions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":447},"Microsoft.Web/sites/slots/hostNameBindings@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":451},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":455},"Microsoft.Web/sites/slots/hybridconnection@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":459},"Microsoft.Web/sites/slots/instances/extensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":464},"Microsoft.Web/sites/slots/networkConfig@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":469},"Microsoft.Web/sites/slots/premieraddons@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":474},"Microsoft.Web/sites/slots/privateAccess@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":479},"Microsoft.Web/sites/slots/publicCertificates@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":483},"Microsoft.Web/sites/slots/siteextensions@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":487},"Microsoft.Web/sites/slots/sourcecontrols@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":493},"Microsoft.Web/sites/slots/virtualNetworkConnections@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":505},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":510},"Microsoft.Web/sites/sourcecontrols@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":515},"Microsoft.Web/sites/virtualNetworkConnections@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":519},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":523},"Microsoft.Web/sites/backups@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":540},"Microsoft.Web/sites/config/snapshots@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":544},"Microsoft.Web/sites/continuouswebjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":559},"Microsoft.Web/sites/instances/processes@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":573},"Microsoft.Web/sites/instances/processes/modules@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":577},"Microsoft.Web/sites/instances/processes/threads@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":581},"Microsoft.Web/sites/migratemysql@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":593},"Microsoft.Web/sites/networkFeatures@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":603},"Microsoft.Web/sites/processes@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":607},"Microsoft.Web/sites/processes/modules@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":611},"Microsoft.Web/sites/processes/threads@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":615},"Microsoft.Web/sites/slots/backups@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":619},"Microsoft.Web/sites/slots/config/snapshots@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":623},"Microsoft.Web/sites/slots/continuouswebjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":627},"Microsoft.Web/sites/slots/instances/processes@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":631},"Microsoft.Web/sites/slots/instances/processes/modules@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":635},"Microsoft.Web/sites/slots/instances/processes/threads@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":639},"Microsoft.Web/sites/slots/migratemysql@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":644},"Microsoft.Web/sites/slots/networkFeatures@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":648},"Microsoft.Web/sites/slots/processes@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":652},"Microsoft.Web/sites/slots/processes/modules@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":656},"Microsoft.Web/sites/slots/processes/threads@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":660},"Microsoft.Web/sites/slots/triggeredwebjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":675},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":681},"Microsoft.Web/sites/slots/webjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":690},"Microsoft.Web/sites/triggeredwebjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":694},"Microsoft.Web/sites/triggeredwebjobs/history@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":698},"Microsoft.Web/sites/webjobs@2018-11-01":{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":702},"Microsoft.Web/certificates@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":27},"Microsoft.Web/publishingUsers@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":33},"Microsoft.Web/sourcecontrols@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":38},"Microsoft.Web/sites@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":165},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":176},"Microsoft.Web/sites/config@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":302},"Microsoft.Web/sites/deployments@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":307},"Microsoft.Web/sites/domainOwnershipIdentifiers@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":312},"Microsoft.Web/sites/extensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":325},"Microsoft.Web/sites/functions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":331},"Microsoft.Web/sites/functions/keys@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":335},"Microsoft.Web/sites/hostNameBindings@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":353},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":358},"Microsoft.Web/sites/hybridconnection@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":363},"Microsoft.Web/sites/instances/extensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":368},"Microsoft.Web/sites/networkConfig@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":374},"Microsoft.Web/sites/premieraddons@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":380},"Microsoft.Web/sites/privateAccess@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":390},"Microsoft.Web/sites/publicCertificates@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":399},"Microsoft.Web/sites/siteextensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":408},"Microsoft.Web/sites/slots@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":413},"Microsoft.Web/sites/slots/config@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":455},"Microsoft.Web/sites/slots/deployments@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":459},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":463},"Microsoft.Web/sites/slots/extensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":468},"Microsoft.Web/sites/slots/functions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":472},"Microsoft.Web/sites/slots/functions/keys@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":476},"Microsoft.Web/sites/slots/hostNameBindings@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":480},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":484},"Microsoft.Web/sites/slots/hybridconnection@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":488},"Microsoft.Web/sites/slots/instances/extensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":493},"Microsoft.Web/sites/slots/networkConfig@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":498},"Microsoft.Web/sites/slots/premieraddons@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":503},"Microsoft.Web/sites/slots/privateAccess@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":508},"Microsoft.Web/sites/privateEndpointConnections@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":515},"Microsoft.Web/sites/slots/publicCertificates@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":519},"Microsoft.Web/sites/slots/siteextensions@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":523},"Microsoft.Web/sites/slots/sourcecontrols@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":529},"Microsoft.Web/sites/slots/virtualNetworkConnections@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":541},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":546},"Microsoft.Web/sites/sourcecontrols@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":551},"Microsoft.Web/sites/virtualNetworkConnections@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":555},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":559},"Microsoft.Web/staticSites@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":572},"Microsoft.Web/staticSites/builds/config@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":578},"Microsoft.Web/staticSites/config@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":584},"Microsoft.Web/staticSites/customDomains@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":588},"Microsoft.Web/hostingEnvironments@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":641},"Microsoft.Web/hostingEnvironments/multiRolePools@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":646},"Microsoft.Web/hostingEnvironments/workerPools@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":650},"Microsoft.Web/serverfarms@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":666},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":670},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":674},"Microsoft.Web/locations/deletedSites@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":679},"Microsoft.Web/hostingEnvironments/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":698},"Microsoft.Web/sites/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":702},"Microsoft.Web/sites/diagnostics@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":707},"Microsoft.Web/sites/diagnostics/analyses@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":712},"Microsoft.Web/sites/diagnostics/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":717},"Microsoft.Web/sites/slots/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":721},"Microsoft.Web/sites/slots/diagnostics@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":725},"Microsoft.Web/sites/slots/diagnostics/analyses@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":729},"Microsoft.Web/sites/slots/diagnostics/detectors@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":733},"Microsoft.Web/hostingEnvironments/recommendations@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":750},"Microsoft.Web/sites/recommendations@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":754},"Microsoft.Web/sites/backups@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":771},"Microsoft.Web/sites/config/appsettings@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":793},"Microsoft.Web/sites/config/snapshots@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":797},"Microsoft.Web/sites/continuouswebjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":812},"Microsoft.Web/sites/instances@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":829},"Microsoft.Web/sites/instances/processes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":843},"Microsoft.Web/sites/instances/processes/modules@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":847},"Microsoft.Web/sites/migratemysql@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":859},"Microsoft.Web/sites/networkFeatures@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":869},"Microsoft.Web/sites/processes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":873},"Microsoft.Web/sites/processes/modules@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":877},"Microsoft.Web/sites/slots/backups@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":881},"Microsoft.Web/sites/slots/config/snapshots@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":885},"Microsoft.Web/sites/slots/continuouswebjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":889},"Microsoft.Web/sites/slots/instances@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":893},"Microsoft.Web/sites/slots/instances/processes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":897},"Microsoft.Web/sites/slots/instances/processes/modules@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":901},"Microsoft.Web/sites/slots/migratemysql@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":906},"Microsoft.Web/sites/slots/networkFeatures@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":910},"Microsoft.Web/sites/slots/processes@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":914},"Microsoft.Web/sites/slots/processes/modules@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":918},"Microsoft.Web/sites/slots/triggeredwebjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":933},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":939},"Microsoft.Web/sites/slots/webjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":948},"Microsoft.Web/sites/triggeredwebjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":952},"Microsoft.Web/sites/triggeredwebjobs/history@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":956},"Microsoft.Web/sites/webjobs@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":960},"Microsoft.Web/staticSites/builds@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":973},"Microsoft.Web/hostingEnvironments/capacities@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":981},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":985},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":991},"Microsoft.Web/serverfarms/virtualNetworkConnections@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":995},"Microsoft.Web/sites/resourceHealthMetadata@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1001},"Microsoft.Web/sites/slots/resourceHealthMetadata@2019-08-01":{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1006},"Microsoft.Web/certificates@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":27},"Microsoft.Web/publishingUsers@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":33},"Microsoft.Web/sourcecontrols@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":38},"Microsoft.Web/sites@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":175},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":186},"Microsoft.Web/sites/config@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":406},"Microsoft.Web/sites/deployments@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":411},"Microsoft.Web/sites/domainOwnershipIdentifiers@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":416},"Microsoft.Web/sites/extensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":429},"Microsoft.Web/sites/functions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":435},"Microsoft.Web/sites/functions/keys@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":439},"Microsoft.Web/sites/hostNameBindings@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":457},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":462},"Microsoft.Web/sites/hybridconnection@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":467},"Microsoft.Web/sites/instances/extensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":472},"Microsoft.Web/sites/networkConfig@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":478},"Microsoft.Web/sites/premieraddons@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":484},"Microsoft.Web/sites/privateAccess@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":494},"Microsoft.Web/sites/publicCertificates@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":503},"Microsoft.Web/sites/siteextensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":512},"Microsoft.Web/sites/slots@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":517},"Microsoft.Web/sites/slots/config@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":563},"Microsoft.Web/sites/slots/deployments@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":567},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":571},"Microsoft.Web/sites/slots/extensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":576},"Microsoft.Web/sites/slots/functions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":580},"Microsoft.Web/sites/slots/functions/keys@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":584},"Microsoft.Web/sites/slots/hostNameBindings@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":588},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":592},"Microsoft.Web/sites/slots/hybridconnection@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":596},"Microsoft.Web/sites/slots/instances/extensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":601},"Microsoft.Web/sites/slots/networkConfig@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":606},"Microsoft.Web/sites/slots/premieraddons@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":611},"Microsoft.Web/sites/slots/privateAccess@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":616},"Microsoft.Web/sites/privateEndpointConnections@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":623},"Microsoft.Web/sites/slots/publicCertificates@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":627},"Microsoft.Web/sites/slots/siteextensions@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":631},"Microsoft.Web/sites/slots/sourcecontrols@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":637},"Microsoft.Web/sites/slots/virtualNetworkConnections@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":649},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":654},"Microsoft.Web/sites/sourcecontrols@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":659},"Microsoft.Web/sites/virtualNetworkConnections@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":663},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":667},"Microsoft.Web/staticSites@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":680},"Microsoft.Web/staticSites/builds/config@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":686},"Microsoft.Web/staticSites/config@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":692},"Microsoft.Web/staticSites/customDomains@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":696},"Microsoft.Web/hostingEnvironments@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":750},"Microsoft.Web/hostingEnvironments/multiRolePools@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":755},"Microsoft.Web/hostingEnvironments/workerPools@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":759},"Microsoft.Web/serverfarms@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":775},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":779},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":783},"Microsoft.Web/locations/deletedSites@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":788},"Microsoft.Web/hostingEnvironments/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":807},"Microsoft.Web/sites/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":811},"Microsoft.Web/sites/diagnostics@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":816},"Microsoft.Web/sites/diagnostics/analyses@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":821},"Microsoft.Web/sites/diagnostics/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":826},"Microsoft.Web/sites/slots/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":830},"Microsoft.Web/sites/slots/diagnostics@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":834},"Microsoft.Web/sites/slots/diagnostics/analyses@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":838},"Microsoft.Web/sites/slots/diagnostics/detectors@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":842},"Microsoft.Web/hostingEnvironments/recommendations@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":859},"Microsoft.Web/sites/recommendations@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":863},"Microsoft.Web/sites/backups@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":880},"Microsoft.Web/sites/config/snapshots@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":884},"Microsoft.Web/sites/continuouswebjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":899},"Microsoft.Web/sites/instances@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":916},"Microsoft.Web/sites/instances/processes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":930},"Microsoft.Web/sites/instances/processes/modules@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":934},"Microsoft.Web/sites/migratemysql@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":946},"Microsoft.Web/sites/networkFeatures@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":956},"Microsoft.Web/sites/processes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":960},"Microsoft.Web/sites/processes/modules@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":964},"Microsoft.Web/sites/slots/backups@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":968},"Microsoft.Web/sites/slots/config/snapshots@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":972},"Microsoft.Web/sites/slots/continuouswebjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":976},"Microsoft.Web/sites/slots/instances@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":980},"Microsoft.Web/sites/slots/instances/processes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":984},"Microsoft.Web/sites/slots/instances/processes/modules@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":988},"Microsoft.Web/sites/slots/migratemysql@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":993},"Microsoft.Web/sites/slots/networkFeatures@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":997},"Microsoft.Web/sites/slots/processes@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1001},"Microsoft.Web/sites/slots/processes/modules@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1005},"Microsoft.Web/sites/slots/triggeredwebjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1020},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1026},"Microsoft.Web/sites/slots/webjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1035},"Microsoft.Web/sites/triggeredwebjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1039},"Microsoft.Web/sites/triggeredwebjobs/history@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1043},"Microsoft.Web/sites/webjobs@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1047},"Microsoft.Web/staticSites/builds@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1060},"Microsoft.Web/hostingEnvironments/capacities@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1068},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1072},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1078},"Microsoft.Web/serverfarms/virtualNetworkConnections@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1082},"Microsoft.Web/sites/resourceHealthMetadata@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1088},"Microsoft.Web/sites/slots/resourceHealthMetadata@2020-06-01":{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1093},"Microsoft.Web/certificates@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":38},"Microsoft.Web/publishingUsers@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":44},"Microsoft.Web/sourcecontrols@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":49},"Microsoft.Web/sites@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":186},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":197},"Microsoft.Web/sites/config@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":417},"Microsoft.Web/sites/deployments@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":422},"Microsoft.Web/sites/domainOwnershipIdentifiers@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":427},"Microsoft.Web/sites/extensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":440},"Microsoft.Web/sites/functions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":446},"Microsoft.Web/sites/functions/keys@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":450},"Microsoft.Web/sites/hostNameBindings@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":468},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":473},"Microsoft.Web/sites/hybridconnection@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":478},"Microsoft.Web/sites/instances/extensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":483},"Microsoft.Web/sites/networkConfig@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":489},"Microsoft.Web/sites/premieraddons@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":495},"Microsoft.Web/sites/privateAccess@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":505},"Microsoft.Web/sites/publicCertificates@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":514},"Microsoft.Web/sites/siteextensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":523},"Microsoft.Web/sites/slots@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":528},"Microsoft.Web/sites/slots/config@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":574},"Microsoft.Web/sites/slots/deployments@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":578},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":582},"Microsoft.Web/sites/slots/extensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":587},"Microsoft.Web/sites/slots/functions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":591},"Microsoft.Web/sites/slots/functions/keys@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":595},"Microsoft.Web/sites/slots/hostNameBindings@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":599},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":603},"Microsoft.Web/sites/slots/hybridconnection@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":607},"Microsoft.Web/sites/slots/instances/extensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":612},"Microsoft.Web/sites/slots/networkConfig@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":617},"Microsoft.Web/sites/slots/premieraddons@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":622},"Microsoft.Web/sites/slots/privateAccess@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":627},"Microsoft.Web/sites/privateEndpointConnections@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":634},"Microsoft.Web/sites/slots/publicCertificates@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":638},"Microsoft.Web/sites/slots/siteextensions@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":642},"Microsoft.Web/sites/slots/sourcecontrols@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":648},"Microsoft.Web/sites/slots/virtualNetworkConnections@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":660},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":665},"Microsoft.Web/sites/sourcecontrols@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":670},"Microsoft.Web/sites/virtualNetworkConnections@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":674},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":678},"Microsoft.Web/staticSites@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":691},"Microsoft.Web/staticSites/builds/config@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":697},"Microsoft.Web/staticSites/config@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":703},"Microsoft.Web/staticSites/customDomains@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":707},"Microsoft.Web/hostingEnvironments@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":761},"Microsoft.Web/hostingEnvironments/multiRolePools@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":766},"Microsoft.Web/hostingEnvironments/workerPools@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":770},"Microsoft.Web/serverfarms@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":786},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":790},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":794},"Microsoft.Web/locations/deletedSites@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":799},"Microsoft.Web/hostingEnvironments/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":818},"Microsoft.Web/sites/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":822},"Microsoft.Web/sites/diagnostics@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":827},"Microsoft.Web/sites/diagnostics/analyses@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":832},"Microsoft.Web/sites/diagnostics/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":837},"Microsoft.Web/sites/slots/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":841},"Microsoft.Web/sites/slots/diagnostics@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":845},"Microsoft.Web/sites/slots/diagnostics/analyses@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":849},"Microsoft.Web/sites/slots/diagnostics/detectors@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":853},"Microsoft.Web/hostingEnvironments/recommendations@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":870},"Microsoft.Web/sites/recommendations@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":874},"Microsoft.Web/sites/backups@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":891},"Microsoft.Web/sites/config/snapshots@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":895},"Microsoft.Web/sites/continuouswebjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":910},"Microsoft.Web/sites/instances@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":927},"Microsoft.Web/sites/instances/processes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":941},"Microsoft.Web/sites/instances/processes/modules@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":945},"Microsoft.Web/sites/migratemysql@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":957},"Microsoft.Web/sites/networkFeatures@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":967},"Microsoft.Web/sites/processes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":971},"Microsoft.Web/sites/processes/modules@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":975},"Microsoft.Web/sites/slots/backups@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":979},"Microsoft.Web/sites/slots/config/snapshots@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":983},"Microsoft.Web/sites/slots/continuouswebjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":987},"Microsoft.Web/sites/slots/instances@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":991},"Microsoft.Web/sites/slots/instances/processes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":995},"Microsoft.Web/sites/slots/instances/processes/modules@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":999},"Microsoft.Web/sites/slots/migratemysql@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1004},"Microsoft.Web/sites/slots/networkFeatures@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1008},"Microsoft.Web/sites/slots/processes@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1012},"Microsoft.Web/sites/slots/processes/modules@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1016},"Microsoft.Web/sites/slots/triggeredwebjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1031},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1037},"Microsoft.Web/sites/slots/webjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1046},"Microsoft.Web/sites/triggeredwebjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1050},"Microsoft.Web/sites/triggeredwebjobs/history@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1054},"Microsoft.Web/sites/webjobs@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1058},"Microsoft.Web/staticSites/builds@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1071},"Microsoft.Web/hostingEnvironments/capacities@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1079},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1083},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1089},"Microsoft.Web/serverfarms/virtualNetworkConnections@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1093},"Microsoft.Web/sites/resourceHealthMetadata@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1099},"Microsoft.Web/sites/slots/resourceHealthMetadata@2020-09-01":{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1104},"Microsoft.Web/certificates@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":38},"Microsoft.Web/publishingUsers@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":44},"Microsoft.Web/sourcecontrols@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":49},"Microsoft.Web/sites@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":186},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":197},"Microsoft.Web/sites/config@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":417},"Microsoft.Web/sites/deployments@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":422},"Microsoft.Web/sites/domainOwnershipIdentifiers@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":427},"Microsoft.Web/sites/extensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":440},"Microsoft.Web/sites/functions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":446},"Microsoft.Web/sites/functions/keys@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":450},"Microsoft.Web/sites/hostNameBindings@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":468},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":473},"Microsoft.Web/sites/hybridconnection@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":478},"Microsoft.Web/sites/instances/extensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":483},"Microsoft.Web/sites/networkConfig@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":489},"Microsoft.Web/sites/premieraddons@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":495},"Microsoft.Web/sites/privateAccess@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":505},"Microsoft.Web/sites/publicCertificates@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":514},"Microsoft.Web/sites/siteextensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":523},"Microsoft.Web/sites/slots@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":528},"Microsoft.Web/sites/slots/config@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":574},"Microsoft.Web/sites/slots/deployments@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":578},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":582},"Microsoft.Web/sites/slots/extensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":587},"Microsoft.Web/sites/slots/functions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":591},"Microsoft.Web/sites/slots/functions/keys@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":595},"Microsoft.Web/sites/slots/hostNameBindings@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":599},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":603},"Microsoft.Web/sites/slots/hybridconnection@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":607},"Microsoft.Web/sites/slots/instances/extensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":612},"Microsoft.Web/sites/slots/networkConfig@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":617},"Microsoft.Web/sites/slots/premieraddons@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":622},"Microsoft.Web/sites/slots/privateAccess@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":627},"Microsoft.Web/sites/privateEndpointConnections@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":634},"Microsoft.Web/sites/slots/publicCertificates@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":638},"Microsoft.Web/sites/slots/siteextensions@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":642},"Microsoft.Web/sites/slots/sourcecontrols@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":648},"Microsoft.Web/sites/slots/virtualNetworkConnections@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":660},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":665},"Microsoft.Web/sites/sourcecontrols@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":670},"Microsoft.Web/sites/virtualNetworkConnections@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":674},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":678},"Microsoft.Web/staticSites@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":691},"Microsoft.Web/staticSites/builds/config@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":697},"Microsoft.Web/staticSites/config@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":703},"Microsoft.Web/staticSites/customDomains@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":707},"Microsoft.Web/hostingEnvironments@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":761},"Microsoft.Web/hostingEnvironments/multiRolePools@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":766},"Microsoft.Web/hostingEnvironments/workerPools@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":770},"Microsoft.Web/serverfarms@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":786},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":790},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":794},"Microsoft.Web/locations/deletedSites@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":799},"Microsoft.Web/hostingEnvironments/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":818},"Microsoft.Web/sites/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":822},"Microsoft.Web/sites/diagnostics@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":827},"Microsoft.Web/sites/diagnostics/analyses@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":832},"Microsoft.Web/sites/diagnostics/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":837},"Microsoft.Web/sites/slots/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":841},"Microsoft.Web/sites/slots/diagnostics@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":845},"Microsoft.Web/sites/slots/diagnostics/analyses@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":849},"Microsoft.Web/sites/slots/diagnostics/detectors@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":853},"Microsoft.Web/hostingEnvironments/recommendations@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":870},"Microsoft.Web/sites/recommendations@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":874},"Microsoft.Web/sites/backups@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":891},"Microsoft.Web/sites/config/snapshots@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":895},"Microsoft.Web/sites/continuouswebjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":910},"Microsoft.Web/sites/instances@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":927},"Microsoft.Web/sites/instances/processes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":941},"Microsoft.Web/sites/instances/processes/modules@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":945},"Microsoft.Web/sites/migratemysql@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":957},"Microsoft.Web/sites/networkFeatures@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":967},"Microsoft.Web/sites/processes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":971},"Microsoft.Web/sites/processes/modules@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":975},"Microsoft.Web/sites/slots/backups@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":979},"Microsoft.Web/sites/slots/config/snapshots@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":983},"Microsoft.Web/sites/slots/continuouswebjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":987},"Microsoft.Web/sites/slots/instances@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":991},"Microsoft.Web/sites/slots/instances/processes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":995},"Microsoft.Web/sites/slots/instances/processes/modules@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":999},"Microsoft.Web/sites/slots/migratemysql@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1004},"Microsoft.Web/sites/slots/networkFeatures@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1008},"Microsoft.Web/sites/slots/processes@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1012},"Microsoft.Web/sites/slots/processes/modules@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1016},"Microsoft.Web/sites/slots/triggeredwebjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1031},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1037},"Microsoft.Web/sites/slots/webjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1046},"Microsoft.Web/sites/triggeredwebjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1050},"Microsoft.Web/sites/triggeredwebjobs/history@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1054},"Microsoft.Web/sites/webjobs@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1058},"Microsoft.Web/staticSites/builds@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1071},"Microsoft.Web/hostingEnvironments/capacities@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1079},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1083},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1089},"Microsoft.Web/serverfarms/virtualNetworkConnections@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1093},"Microsoft.Web/sites/resourceHealthMetadata@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1099},"Microsoft.Web/sites/slots/resourceHealthMetadata@2020-10-01":{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1104},"Microsoft.Web/certificates@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":27},"Microsoft.Web/publishingUsers@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":33},"Microsoft.Web/sourcecontrols@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":38},"Microsoft.Web/sites@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":190},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":201},"Microsoft.Web/sites/config@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":386},"Microsoft.Web/sites/deployments@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":391},"Microsoft.Web/sites/domainOwnershipIdentifiers@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":396},"Microsoft.Web/sites/extensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":409},"Microsoft.Web/sites/functions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":415},"Microsoft.Web/sites/functions/keys@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":419},"Microsoft.Web/sites/hostNameBindings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":437},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":442},"Microsoft.Web/sites/hybridconnection@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":447},"Microsoft.Web/sites/instances/extensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":452},"Microsoft.Web/sites/networkConfig@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":458},"Microsoft.Web/sites/premieraddons@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":464},"Microsoft.Web/sites/privateAccess@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":474},"Microsoft.Web/sites/privateEndpointConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":482},"Microsoft.Web/sites/publicCertificates@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":491},"Microsoft.Web/sites/siteextensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":500},"Microsoft.Web/sites/slots@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":505},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":515},"Microsoft.Web/sites/slots/config@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":561},"Microsoft.Web/sites/slots/deployments@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":565},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":569},"Microsoft.Web/sites/slots/extensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":574},"Microsoft.Web/sites/slots/functions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":578},"Microsoft.Web/sites/slots/functions/keys@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":582},"Microsoft.Web/sites/slots/hostNameBindings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":586},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":590},"Microsoft.Web/sites/slots/hybridconnection@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":594},"Microsoft.Web/sites/slots/instances/extensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":599},"Microsoft.Web/sites/slots/premieraddons@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":604},"Microsoft.Web/sites/slots/privateAccess@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":609},"Microsoft.Web/sites/slots/privateEndpointConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":613},"Microsoft.Web/sites/slots/publicCertificates@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":617},"Microsoft.Web/sites/slots/siteextensions@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":621},"Microsoft.Web/sites/slots/sourcecontrols@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":630},"Microsoft.Web/sites/slots/virtualNetworkConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":642},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":647},"Microsoft.Web/sites/sourcecontrols@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":652},"Microsoft.Web/sites/virtualNetworkConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":656},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":660},"Microsoft.Web/staticSites@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":691},"Microsoft.Web/staticSites/builds/config@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":703},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":708},"Microsoft.Web/staticSites/config@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":720},"Microsoft.Web/staticSites/customDomains@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":732},"Microsoft.Web/staticSites/privateEndpointConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":736},"Microsoft.Web/staticSites/userProvidedFunctionApps@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":740},"Microsoft.Web/hostingEnvironments@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":765},"Microsoft.Web/hostingEnvironments/configurations@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":773},"Microsoft.Web/hostingEnvironments/multiRolePools@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":784},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":788},"Microsoft.Web/hostingEnvironments/workerPools@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":792},"Microsoft.Web/serverfarms@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":809},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":813},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":817},"Microsoft.Web/locations/deletedSites@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":822},"Microsoft.Web/hostingEnvironments/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":885},"Microsoft.Web/sites/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":889},"Microsoft.Web/sites/diagnostics@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":894},"Microsoft.Web/sites/diagnostics/analyses@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":899},"Microsoft.Web/sites/diagnostics/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":904},"Microsoft.Web/sites/slots/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":908},"Microsoft.Web/sites/slots/diagnostics@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":912},"Microsoft.Web/sites/slots/diagnostics/analyses@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":916},"Microsoft.Web/sites/slots/diagnostics/detectors@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":920},"Microsoft.Web/deletedSites@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":924},"Microsoft.Web/hostingEnvironments/recommendations@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":941},"Microsoft.Web/sites/recommendations@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":945},"Microsoft.Web/sites/backups@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":962},"Microsoft.Web/sites/config/appsettings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":980},"Microsoft.Web/sites/config/connectionstrings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":984},"Microsoft.Web/sites/config/snapshots@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":988},"Microsoft.Web/sites/continuouswebjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1003},"Microsoft.Web/sites/instances@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1020},"Microsoft.Web/sites/instances/processes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1034},"Microsoft.Web/sites/instances/processes/modules@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1038},"Microsoft.Web/sites/migratemysql@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1050},"Microsoft.Web/sites/networkFeatures@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1060},"Microsoft.Web/sites/processes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1064},"Microsoft.Web/sites/processes/modules@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1068},"Microsoft.Web/sites/slots/backups@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1072},"Microsoft.Web/sites/slots/config/appsettings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1076},"Microsoft.Web/sites/slots/config/connectionstrings@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1080},"Microsoft.Web/sites/slots/config/snapshots@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1084},"Microsoft.Web/sites/slots/continuouswebjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1088},"Microsoft.Web/sites/slots/instances@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1092},"Microsoft.Web/sites/slots/instances/processes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1096},"Microsoft.Web/sites/slots/instances/processes/modules@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1100},"Microsoft.Web/sites/slots/migratemysql@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1105},"Microsoft.Web/sites/slots/networkConfig@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1110},"Microsoft.Web/sites/slots/networkFeatures@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1114},"Microsoft.Web/sites/slots/processes@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1118},"Microsoft.Web/sites/slots/processes/modules@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1122},"Microsoft.Web/sites/slots/triggeredwebjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1137},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1143},"Microsoft.Web/sites/slots/webjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1152},"Microsoft.Web/sites/triggeredwebjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1156},"Microsoft.Web/sites/triggeredwebjobs/history@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1160},"Microsoft.Web/sites/webjobs@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1164},"Microsoft.Web/staticSites/builds@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1178},"Microsoft.Web/hostingEnvironments/capacities@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1187},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1191},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1197},"Microsoft.Web/serverfarms/virtualNetworkConnections@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1201},"Microsoft.Web/sites/resourceHealthMetadata@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1207},"Microsoft.Web/sites/slots/resourceHealthMetadata@2020-12-01":{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1212},"Microsoft.Web/hostingEnvironments@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":33},"Microsoft.Web/hostingEnvironments/configurations@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":41},"Microsoft.Web/hostingEnvironments/multiRolePools@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":57},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":65},"Microsoft.Web/hostingEnvironments/workerPools@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":69},"Microsoft.Web/serverfarms@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":88},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":93},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":102},"Microsoft.Web/certificates@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":121},"Microsoft.Web/publishingUsers@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":127},"Microsoft.Web/sourcecontrols@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":132},"Microsoft.Web/staticSites@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":166},"Microsoft.Web/staticSites/builds/config@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":178},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":183},"Microsoft.Web/staticSites/config@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":195},"Microsoft.Web/staticSites/customDomains@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":207},"Microsoft.Web/staticSites/privateEndpointConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":211},"Microsoft.Web/staticSites/userProvidedFunctionApps@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":215},"Microsoft.Web/sites@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":358},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":369},"Microsoft.Web/sites/config@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":554},"Microsoft.Web/sites/deployments@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":559},"Microsoft.Web/sites/domainOwnershipIdentifiers@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":564},"Microsoft.Web/sites/extensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":577},"Microsoft.Web/sites/functions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":583},"Microsoft.Web/sites/functions/keys@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":587},"Microsoft.Web/sites/hostNameBindings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":605},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":610},"Microsoft.Web/sites/hybridconnection@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":615},"Microsoft.Web/sites/instances/extensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":620},"Microsoft.Web/sites/networkConfig@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":626},"Microsoft.Web/sites/premieraddons@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":632},"Microsoft.Web/sites/privateAccess@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":642},"Microsoft.Web/sites/privateEndpointConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":646},"Microsoft.Web/sites/publicCertificates@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":655},"Microsoft.Web/sites/siteextensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":664},"Microsoft.Web/sites/slots@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":669},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":679},"Microsoft.Web/sites/slots/config@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":725},"Microsoft.Web/sites/slots/deployments@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":729},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":733},"Microsoft.Web/sites/slots/extensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":738},"Microsoft.Web/sites/slots/functions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":742},"Microsoft.Web/sites/slots/functions/keys@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":746},"Microsoft.Web/sites/slots/hostNameBindings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":750},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":754},"Microsoft.Web/sites/slots/hybridconnection@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":758},"Microsoft.Web/sites/slots/instances/extensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":763},"Microsoft.Web/sites/slots/premieraddons@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":768},"Microsoft.Web/sites/slots/privateAccess@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":773},"Microsoft.Web/sites/slots/privateEndpointConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":777},"Microsoft.Web/sites/slots/publicCertificates@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":781},"Microsoft.Web/sites/slots/siteextensions@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":785},"Microsoft.Web/sites/slots/sourcecontrols@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":794},"Microsoft.Web/sites/slots/virtualNetworkConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":801},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":805},"Microsoft.Web/sites/sourcecontrols@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":810},"Microsoft.Web/sites/virtualNetworkConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":814},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":818},"Microsoft.Web/kubeEnvironments@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":845},"Microsoft.Web/hostingEnvironments/capacities@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":854},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":858},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":864},"Microsoft.Web/serverfarms/virtualNetworkConnections@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":868},"Microsoft.Web/locations/deletedSites@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":873},"Microsoft.Web/hostingEnvironments/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":936},"Microsoft.Web/sites/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":940},"Microsoft.Web/sites/diagnostics@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":945},"Microsoft.Web/sites/diagnostics/analyses@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":950},"Microsoft.Web/sites/diagnostics/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":955},"Microsoft.Web/sites/slots/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":959},"Microsoft.Web/sites/slots/diagnostics@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":963},"Microsoft.Web/sites/slots/diagnostics/analyses@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":967},"Microsoft.Web/sites/slots/diagnostics/detectors@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":971},"Microsoft.Web/deletedSites@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":975},"Microsoft.Web/hostingEnvironments/recommendations@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":992},"Microsoft.Web/sites/recommendations@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":996},"Microsoft.Web/sites/resourceHealthMetadata@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1002},"Microsoft.Web/sites/slots/resourceHealthMetadata@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1007},"Microsoft.Web/staticSites/builds@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1021},"Microsoft.Web/sites/backups@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1038},"Microsoft.Web/sites/config/appsettings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1056},"Microsoft.Web/sites/config/connectionstrings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1060},"Microsoft.Web/sites/config/snapshots@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1064},"Microsoft.Web/sites/continuouswebjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1079},"Microsoft.Web/sites/instances@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1096},"Microsoft.Web/sites/instances/processes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1110},"Microsoft.Web/sites/instances/processes/modules@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1114},"Microsoft.Web/sites/migratemysql@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1126},"Microsoft.Web/sites/networkFeatures@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1136},"Microsoft.Web/sites/processes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1140},"Microsoft.Web/sites/processes/modules@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1144},"Microsoft.Web/sites/slots/backups@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1148},"Microsoft.Web/sites/slots/config/appsettings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1152},"Microsoft.Web/sites/slots/config/connectionstrings@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1156},"Microsoft.Web/sites/slots/config/snapshots@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1160},"Microsoft.Web/sites/slots/continuouswebjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1164},"Microsoft.Web/sites/slots/instances@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1168},"Microsoft.Web/sites/slots/instances/processes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1172},"Microsoft.Web/sites/slots/instances/processes/modules@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1176},"Microsoft.Web/sites/slots/migratemysql@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1181},"Microsoft.Web/sites/slots/networkConfig@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1186},"Microsoft.Web/sites/slots/networkFeatures@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1190},"Microsoft.Web/sites/slots/processes@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1194},"Microsoft.Web/sites/slots/processes/modules@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1198},"Microsoft.Web/sites/slots/triggeredwebjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1213},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1219},"Microsoft.Web/sites/slots/webjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1228},"Microsoft.Web/sites/triggeredwebjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1232},"Microsoft.Web/sites/triggeredwebjobs/history@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1236},"Microsoft.Web/sites/webjobs@2021-01-01":{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1240},"Microsoft.Web/hostingEnvironments@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":33},"Microsoft.Web/hostingEnvironments/configurations@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":41},"Microsoft.Web/hostingEnvironments/multiRolePools@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":57},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":65},"Microsoft.Web/hostingEnvironments/workerPools@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":69},"Microsoft.Web/serverfarms@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":88},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":93},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":102},"Microsoft.Web/certificates@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":121},"Microsoft.Web/kubeEnvironments@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":148},"Microsoft.Web/publishingUsers@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":154},"Microsoft.Web/sourcecontrols@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":159},"Microsoft.Web/staticSites@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":193},"Microsoft.Web/staticSites/builds/config@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":205},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":210},"Microsoft.Web/staticSites/config@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":222},"Microsoft.Web/staticSites/customDomains@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":234},"Microsoft.Web/staticSites/privateEndpointConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":238},"Microsoft.Web/staticSites/userProvidedFunctionApps@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":242},"Microsoft.Web/sites@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":385},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":396},"Microsoft.Web/sites/config@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":581},"Microsoft.Web/sites/deployments@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":586},"Microsoft.Web/sites/domainOwnershipIdentifiers@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":591},"Microsoft.Web/sites/extensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":604},"Microsoft.Web/sites/functions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":610},"Microsoft.Web/sites/functions/keys@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":614},"Microsoft.Web/sites/hostNameBindings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":632},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":637},"Microsoft.Web/sites/hybridconnection@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":642},"Microsoft.Web/sites/instances/extensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":647},"Microsoft.Web/sites/networkConfig@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":653},"Microsoft.Web/sites/premieraddons@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":659},"Microsoft.Web/sites/privateAccess@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":669},"Microsoft.Web/sites/privateEndpointConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":673},"Microsoft.Web/sites/publicCertificates@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":682},"Microsoft.Web/sites/siteextensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":691},"Microsoft.Web/sites/slots@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":696},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":706},"Microsoft.Web/sites/slots/config@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":752},"Microsoft.Web/sites/slots/deployments@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":756},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":760},"Microsoft.Web/sites/slots/extensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":765},"Microsoft.Web/sites/slots/functions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":769},"Microsoft.Web/sites/slots/functions/keys@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":773},"Microsoft.Web/sites/slots/hostNameBindings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":777},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":781},"Microsoft.Web/sites/slots/hybridconnection@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":785},"Microsoft.Web/sites/slots/instances/extensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":790},"Microsoft.Web/sites/slots/networkConfig@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":795},"Microsoft.Web/sites/slots/premieraddons@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":800},"Microsoft.Web/sites/slots/privateAccess@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":805},"Microsoft.Web/sites/slots/privateEndpointConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":809},"Microsoft.Web/sites/slots/publicCertificates@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":813},"Microsoft.Web/sites/slots/siteextensions@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":817},"Microsoft.Web/sites/slots/sourcecontrols@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":826},"Microsoft.Web/sites/slots/virtualNetworkConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":833},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":837},"Microsoft.Web/sites/sourcecontrols@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":842},"Microsoft.Web/sites/virtualNetworkConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":846},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":850},"Microsoft.Web/hostingEnvironments/capacities@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":859},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":863},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":869},"Microsoft.Web/serverfarms/virtualNetworkConnections@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":873},"Microsoft.Web/locations/deletedSites@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":878},"Microsoft.Web/hostingEnvironments/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":941},"Microsoft.Web/sites/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":945},"Microsoft.Web/sites/diagnostics@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":950},"Microsoft.Web/sites/diagnostics/analyses@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":955},"Microsoft.Web/sites/diagnostics/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":960},"Microsoft.Web/sites/slots/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":964},"Microsoft.Web/sites/slots/diagnostics@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":968},"Microsoft.Web/sites/slots/diagnostics/analyses@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":972},"Microsoft.Web/sites/slots/diagnostics/detectors@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":976},"Microsoft.Web/deletedSites@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":980},"Microsoft.Web/hostingEnvironments/recommendations@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":997},"Microsoft.Web/sites/recommendations@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1001},"Microsoft.Web/sites/resourceHealthMetadata@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1007},"Microsoft.Web/sites/slots/resourceHealthMetadata@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1012},"Microsoft.Web/staticSites/builds@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1026},"Microsoft.Web/sites/backups@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1043},"Microsoft.Web/sites/config/appsettings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1061},"Microsoft.Web/sites/config/connectionstrings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1065},"Microsoft.Web/sites/config/snapshots@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1069},"Microsoft.Web/sites/continuouswebjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1084},"Microsoft.Web/sites/instances@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1101},"Microsoft.Web/sites/instances/processes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1115},"Microsoft.Web/sites/instances/processes/modules@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1119},"Microsoft.Web/sites/migratemysql@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1131},"Microsoft.Web/sites/networkFeatures@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1141},"Microsoft.Web/sites/processes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1145},"Microsoft.Web/sites/processes/modules@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1149},"Microsoft.Web/sites/slots/backups@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1153},"Microsoft.Web/sites/slots/config/appsettings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1157},"Microsoft.Web/sites/slots/config/connectionstrings@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1161},"Microsoft.Web/sites/slots/config/snapshots@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1165},"Microsoft.Web/sites/slots/continuouswebjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1169},"Microsoft.Web/sites/slots/instances@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1173},"Microsoft.Web/sites/slots/instances/processes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1177},"Microsoft.Web/sites/slots/instances/processes/modules@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1181},"Microsoft.Web/sites/slots/migratemysql@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1186},"Microsoft.Web/sites/slots/networkFeatures@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1190},"Microsoft.Web/sites/slots/processes@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1194},"Microsoft.Web/sites/slots/processes/modules@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1198},"Microsoft.Web/sites/slots/triggeredwebjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1213},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1219},"Microsoft.Web/sites/slots/webjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1228},"Microsoft.Web/sites/triggeredwebjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1232},"Microsoft.Web/sites/triggeredwebjobs/history@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1236},"Microsoft.Web/sites/webjobs@2021-01-15":{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1240},"Microsoft.Web/hostingEnvironments@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":33},"Microsoft.Web/hostingEnvironments/configurations@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":43},"Microsoft.Web/hostingEnvironments/multiRolePools@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":59},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":67},"Microsoft.Web/hostingEnvironments/workerPools@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":71},"Microsoft.Web/serverfarms@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":90},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":95},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":104},"Microsoft.Web/certificates@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":123},"Microsoft.Web/kubeEnvironments@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":150},"Microsoft.Web/publishingUsers@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":156},"Microsoft.Web/sourcecontrols@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":161},"Microsoft.Web/staticSites@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":196},"Microsoft.Web/staticSites/builds/config@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":208},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":213},"Microsoft.Web/staticSites/config@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":225},"Microsoft.Web/staticSites/customDomains@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":237},"Microsoft.Web/staticSites/privateEndpointConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":241},"Microsoft.Web/staticSites/userProvidedFunctionApps@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":245},"Microsoft.Web/sites@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":388},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":399},"Microsoft.Web/sites/config@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":589},"Microsoft.Web/sites/deployments@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":594},"Microsoft.Web/sites/domainOwnershipIdentifiers@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":599},"Microsoft.Web/sites/extensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":612},"Microsoft.Web/sites/functions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":618},"Microsoft.Web/sites/functions/keys@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":622},"Microsoft.Web/sites/hostNameBindings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":640},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":645},"Microsoft.Web/sites/hybridconnection@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":650},"Microsoft.Web/sites/instances/extensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":655},"Microsoft.Web/sites/networkConfig@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":661},"Microsoft.Web/sites/premieraddons@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":667},"Microsoft.Web/sites/privateAccess@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":677},"Microsoft.Web/sites/privateEndpointConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":681},"Microsoft.Web/sites/publicCertificates@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":690},"Microsoft.Web/sites/siteextensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":699},"Microsoft.Web/sites/slots@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":704},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":714},"Microsoft.Web/sites/slots/config@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":760},"Microsoft.Web/sites/slots/deployments@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":764},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":768},"Microsoft.Web/sites/slots/extensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":773},"Microsoft.Web/sites/slots/functions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":777},"Microsoft.Web/sites/slots/functions/keys@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":781},"Microsoft.Web/sites/slots/hostNameBindings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":785},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":789},"Microsoft.Web/sites/slots/hybridconnection@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":793},"Microsoft.Web/sites/slots/instances/extensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":798},"Microsoft.Web/sites/slots/networkConfig@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":803},"Microsoft.Web/sites/slots/premieraddons@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":808},"Microsoft.Web/sites/slots/privateAccess@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":813},"Microsoft.Web/sites/slots/privateEndpointConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":817},"Microsoft.Web/sites/slots/publicCertificates@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":821},"Microsoft.Web/sites/slots/siteextensions@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":825},"Microsoft.Web/sites/slots/sourcecontrols@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":834},"Microsoft.Web/sites/slots/virtualNetworkConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":841},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":845},"Microsoft.Web/sites/sourcecontrols@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":850},"Microsoft.Web/sites/virtualNetworkConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":854},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":858},"Microsoft.Web/hostingEnvironments/capacities@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":867},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":871},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":877},"Microsoft.Web/serverfarms/virtualNetworkConnections@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":881},"Microsoft.Web/locations/deletedSites@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":886},"Microsoft.Web/hostingEnvironments/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":949},"Microsoft.Web/sites/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":953},"Microsoft.Web/sites/diagnostics@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":958},"Microsoft.Web/sites/diagnostics/analyses@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":963},"Microsoft.Web/sites/diagnostics/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":968},"Microsoft.Web/sites/slots/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":972},"Microsoft.Web/sites/slots/diagnostics@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":976},"Microsoft.Web/sites/slots/diagnostics/analyses@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":980},"Microsoft.Web/sites/slots/diagnostics/detectors@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":984},"Microsoft.Web/deletedSites@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":988},"Microsoft.Web/hostingEnvironments/recommendations@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1005},"Microsoft.Web/sites/recommendations@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1009},"Microsoft.Web/sites/resourceHealthMetadata@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1015},"Microsoft.Web/sites/slots/resourceHealthMetadata@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1020},"Microsoft.Web/staticSites/builds@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1034},"Microsoft.Web/sites/backups@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1051},"Microsoft.Web/sites/config/appsettings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1069},"Microsoft.Web/sites/config/connectionstrings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1073},"Microsoft.Web/sites/config/snapshots@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1077},"Microsoft.Web/sites/continuouswebjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1092},"Microsoft.Web/sites/instances@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1109},"Microsoft.Web/sites/instances/processes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1123},"Microsoft.Web/sites/instances/processes/modules@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1127},"Microsoft.Web/sites/migratemysql@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1139},"Microsoft.Web/sites/networkFeatures@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1148},"Microsoft.Web/sites/processes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1152},"Microsoft.Web/sites/processes/modules@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1156},"Microsoft.Web/sites/slots/backups@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1160},"Microsoft.Web/sites/slots/config/appsettings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1164},"Microsoft.Web/sites/slots/config/connectionstrings@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1168},"Microsoft.Web/sites/slots/config/snapshots@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1172},"Microsoft.Web/sites/slots/continuouswebjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1176},"Microsoft.Web/sites/slots/instances@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1180},"Microsoft.Web/sites/slots/instances/processes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1184},"Microsoft.Web/sites/slots/instances/processes/modules@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1188},"Microsoft.Web/sites/slots/migratemysql@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1193},"Microsoft.Web/sites/slots/networkFeatures@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1197},"Microsoft.Web/sites/slots/processes@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1201},"Microsoft.Web/sites/slots/processes/modules@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1205},"Microsoft.Web/sites/slots/triggeredwebjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1219},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1225},"Microsoft.Web/sites/slots/webjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1234},"Microsoft.Web/sites/triggeredwebjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1238},"Microsoft.Web/sites/triggeredwebjobs/history@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1242},"Microsoft.Web/sites/webjobs@2021-02-01":{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1246},"Microsoft.Web/hostingEnvironments@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":33},"Microsoft.Web/hostingEnvironments/configurations@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":43},"Microsoft.Web/hostingEnvironments/multiRolePools@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":59},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":67},"Microsoft.Web/hostingEnvironments/workerPools@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":71},"Microsoft.Web/serverfarms@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":90},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":95},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":104},"Microsoft.Web/certificates@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":123},"Microsoft.Web/containerApps@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":174},"Microsoft.Web/kubeEnvironments@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":202},"Microsoft.Web/publishingUsers@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":208},"Microsoft.Web/sourcecontrols@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":213},"Microsoft.Web/staticSites@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":253},"Microsoft.Web/staticSites/builds/config@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":265},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":270},"Microsoft.Web/staticSites/config@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":282},"Microsoft.Web/staticSites/customDomains@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":294},"Microsoft.Web/staticSites/privateEndpointConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":298},"Microsoft.Web/staticSites/userProvidedFunctionApps@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":302},"Microsoft.Web/sites@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":445},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":456},"Microsoft.Web/sites/config@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":646},"Microsoft.Web/sites/deployments@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":651},"Microsoft.Web/sites/domainOwnershipIdentifiers@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":656},"Microsoft.Web/sites/extensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":674},"Microsoft.Web/sites/functions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":680},"Microsoft.Web/sites/functions/keys@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":684},"Microsoft.Web/sites/hostNameBindings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":702},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":707},"Microsoft.Web/sites/hybridconnection@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":712},"Microsoft.Web/sites/instances/extensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":717},"Microsoft.Web/sites/networkConfig@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":723},"Microsoft.Web/sites/premieraddons@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":729},"Microsoft.Web/sites/privateAccess@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":739},"Microsoft.Web/sites/privateEndpointConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":743},"Microsoft.Web/sites/publicCertificates@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":752},"Microsoft.Web/sites/siteextensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":761},"Microsoft.Web/sites/slots@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":766},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":776},"Microsoft.Web/sites/slots/config@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":822},"Microsoft.Web/sites/slots/deployments@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":826},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":830},"Microsoft.Web/sites/slots/extensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":835},"Microsoft.Web/sites/slots/functions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":839},"Microsoft.Web/sites/slots/functions/keys@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":843},"Microsoft.Web/sites/slots/hostNameBindings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":847},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":851},"Microsoft.Web/sites/slots/hybridconnection@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":855},"Microsoft.Web/sites/slots/instances/extensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":860},"Microsoft.Web/sites/slots/networkConfig@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":865},"Microsoft.Web/sites/slots/premieraddons@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":870},"Microsoft.Web/sites/slots/privateAccess@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":875},"Microsoft.Web/sites/slots/privateEndpointConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":879},"Microsoft.Web/sites/slots/publicCertificates@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":883},"Microsoft.Web/sites/slots/siteextensions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":887},"Microsoft.Web/sites/slots/sourcecontrols@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":896},"Microsoft.Web/sites/slots/virtualNetworkConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":903},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":907},"Microsoft.Web/sites/sourcecontrols@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":912},"Microsoft.Web/sites/virtualNetworkConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":916},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":920},"Microsoft.Web/hostingEnvironments/capacities@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":929},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":933},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":939},"Microsoft.Web/serverfarms/virtualNetworkConnections@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":943},"Microsoft.Web/containerApps/revisions@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":959},"Microsoft.Web/locations/deletedSites@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":964},"Microsoft.Web/hostingEnvironments/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1027},"Microsoft.Web/sites/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1031},"Microsoft.Web/sites/diagnostics@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1036},"Microsoft.Web/sites/diagnostics/analyses@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1041},"Microsoft.Web/sites/diagnostics/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1046},"Microsoft.Web/sites/slots/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1050},"Microsoft.Web/sites/slots/diagnostics@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1054},"Microsoft.Web/sites/slots/diagnostics/analyses@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1058},"Microsoft.Web/sites/slots/diagnostics/detectors@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1062},"Microsoft.Web/deletedSites@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1066},"Microsoft.Web/hostingEnvironments/recommendations@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1083},"Microsoft.Web/sites/recommendations@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1087},"Microsoft.Web/sites/resourceHealthMetadata@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1093},"Microsoft.Web/sites/slots/resourceHealthMetadata@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1098},"Microsoft.Web/staticSites/builds@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1112},"Microsoft.Web/sites/backups@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1129},"Microsoft.Web/sites/config/appsettings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1147},"Microsoft.Web/sites/config/connectionstrings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1151},"Microsoft.Web/sites/config/snapshots@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1155},"Microsoft.Web/sites/continuouswebjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1170},"Microsoft.Web/sites/instances@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1187},"Microsoft.Web/sites/instances/processes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1201},"Microsoft.Web/sites/instances/processes/modules@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1205},"Microsoft.Web/sites/migratemysql@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1217},"Microsoft.Web/sites/networkFeatures@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1226},"Microsoft.Web/sites/processes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1230},"Microsoft.Web/sites/processes/modules@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1234},"Microsoft.Web/sites/slots/backups@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1238},"Microsoft.Web/sites/slots/config/appsettings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1242},"Microsoft.Web/sites/slots/config/connectionstrings@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1246},"Microsoft.Web/sites/slots/config/snapshots@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1250},"Microsoft.Web/sites/slots/continuouswebjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1254},"Microsoft.Web/sites/slots/instances@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1258},"Microsoft.Web/sites/slots/instances/processes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1262},"Microsoft.Web/sites/slots/instances/processes/modules@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1266},"Microsoft.Web/sites/slots/migratemysql@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1271},"Microsoft.Web/sites/slots/networkFeatures@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1275},"Microsoft.Web/sites/slots/processes@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1279},"Microsoft.Web/sites/slots/processes/modules@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1283},"Microsoft.Web/sites/slots/triggeredwebjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1297},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1303},"Microsoft.Web/sites/slots/webjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1312},"Microsoft.Web/sites/triggeredwebjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1316},"Microsoft.Web/sites/triggeredwebjobs/history@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1320},"Microsoft.Web/sites/webjobs@2021-03-01":{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1324},"Microsoft.Web/hostingEnvironments@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":54},"Microsoft.Web/hostingEnvironments/configurations@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":64},"Microsoft.Web/hostingEnvironments/multiRolePools@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":80},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":88},"Microsoft.Web/hostingEnvironments/workerPools@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":92},"Microsoft.Web/serverfarms@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":111},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":116},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":125},"Microsoft.Web/certificates@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":144},"Microsoft.Web/containerApps@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":195},"Microsoft.Web/kubeEnvironments@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":223},"Microsoft.Web/publishingUsers@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":229},"Microsoft.Web/sourcecontrols@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":234},"Microsoft.Web/staticSites@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":276},"Microsoft.Web/staticSites/builds/config@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":288},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":293},"Microsoft.Web/staticSites/config@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":305},"Microsoft.Web/staticSites/customDomains@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":318},"Microsoft.Web/staticSites/privateEndpointConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":322},"Microsoft.Web/staticSites/userProvidedFunctionApps@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":326},"Microsoft.Web/staticSites/linkedBackends@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":331},"Microsoft.Web/staticSites/builds/linkedBackends@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":335},"Microsoft.Web/sites@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":478},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":489},"Microsoft.Web/sites/config@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":679},"Microsoft.Web/sites/deployments@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":684},"Microsoft.Web/sites/domainOwnershipIdentifiers@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":689},"Microsoft.Web/sites/extensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":707},"Microsoft.Web/sites/functions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":713},"Microsoft.Web/sites/functions/keys@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":717},"Microsoft.Web/sites/hostNameBindings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":735},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":740},"Microsoft.Web/sites/hybridconnection@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":745},"Microsoft.Web/sites/instances/extensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":750},"Microsoft.Web/sites/networkConfig@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":756},"Microsoft.Web/sites/premieraddons@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":762},"Microsoft.Web/sites/privateAccess@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":772},"Microsoft.Web/sites/privateEndpointConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":776},"Microsoft.Web/sites/publicCertificates@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":785},"Microsoft.Web/sites/siteextensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":794},"Microsoft.Web/sites/slots@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":799},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":809},"Microsoft.Web/sites/slots/config@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":855},"Microsoft.Web/sites/slots/deployments@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":859},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":863},"Microsoft.Web/sites/slots/extensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":868},"Microsoft.Web/sites/slots/functions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":872},"Microsoft.Web/sites/slots/functions/keys@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":876},"Microsoft.Web/sites/slots/hostNameBindings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":880},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":884},"Microsoft.Web/sites/slots/hybridconnection@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":888},"Microsoft.Web/sites/slots/instances/extensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":893},"Microsoft.Web/sites/slots/networkConfig@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":898},"Microsoft.Web/sites/slots/premieraddons@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":903},"Microsoft.Web/sites/slots/privateAccess@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":908},"Microsoft.Web/sites/slots/privateEndpointConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":912},"Microsoft.Web/sites/slots/publicCertificates@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":916},"Microsoft.Web/sites/slots/siteextensions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":920},"Microsoft.Web/sites/slots/sourcecontrols@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":929},"Microsoft.Web/sites/slots/virtualNetworkConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":936},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":940},"Microsoft.Web/sites/sourcecontrols@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":945},"Microsoft.Web/sites/virtualNetworkConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":949},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":953},"Microsoft.Web/hostingEnvironments/capacities@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":962},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":966},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":972},"Microsoft.Web/serverfarms/virtualNetworkConnections@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":976},"Microsoft.Web/containerApps/revisions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":992},"Microsoft.Web/locations/deletedSites@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":997},"Microsoft.Web/hostingEnvironments/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1060},"Microsoft.Web/sites/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1064},"Microsoft.Web/sites/diagnostics@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1069},"Microsoft.Web/sites/diagnostics/analyses@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1074},"Microsoft.Web/sites/diagnostics/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1079},"Microsoft.Web/sites/slots/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1083},"Microsoft.Web/sites/slots/diagnostics@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1087},"Microsoft.Web/sites/slots/diagnostics/analyses@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1091},"Microsoft.Web/sites/slots/diagnostics/detectors@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1095},"Microsoft.Web/deletedSites@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1099},"Microsoft.Web/hostingEnvironments/recommendations@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1116},"Microsoft.Web/sites/recommendations@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1120},"Microsoft.Web/sites/resourceHealthMetadata@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1126},"Microsoft.Web/sites/slots/resourceHealthMetadata@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1131},"Microsoft.Web/staticSites/builds@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1146},"Microsoft.Web/sites/backups@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1163},"Microsoft.Web/sites/config/appsettings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1181},"Microsoft.Web/sites/config/connectionstrings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1185},"Microsoft.Web/sites/config/snapshots@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1189},"Microsoft.Web/sites/continuouswebjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1204},"Microsoft.Web/sites/deploymentStatus@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1225},"Microsoft.Web/sites/instances@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1242},"Microsoft.Web/sites/instances/processes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1256},"Microsoft.Web/sites/instances/processes/modules@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1260},"Microsoft.Web/sites/migratemysql@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1272},"Microsoft.Web/sites/networkFeatures@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1281},"Microsoft.Web/sites/processes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1285},"Microsoft.Web/sites/processes/modules@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1289},"Microsoft.Web/sites/slots/backups@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1293},"Microsoft.Web/sites/slots/config/appsettings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1297},"Microsoft.Web/sites/slots/config/connectionstrings@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1301},"Microsoft.Web/sites/slots/config/snapshots@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1305},"Microsoft.Web/sites/slots/continuouswebjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1309},"Microsoft.Web/sites/slots/deploymentStatus@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1313},"Microsoft.Web/sites/slots/instances@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1317},"Microsoft.Web/sites/slots/instances/processes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1321},"Microsoft.Web/sites/slots/instances/processes/modules@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1325},"Microsoft.Web/sites/slots/migratemysql@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1330},"Microsoft.Web/sites/slots/networkFeatures@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1334},"Microsoft.Web/sites/slots/processes@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1338},"Microsoft.Web/sites/slots/processes/modules@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1342},"Microsoft.Web/sites/slots/triggeredwebjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1356},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1362},"Microsoft.Web/sites/slots/webjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1371},"Microsoft.Web/sites/triggeredwebjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1375},"Microsoft.Web/sites/triggeredwebjobs/history@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1379},"Microsoft.Web/sites/webjobs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1383},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1433},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1458},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1481},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions/requestHistories@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1489},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/scopeRepetitions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1494},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1572},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/histories@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1591},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/versions@2022-03-01":{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1663},"Microsoft.Web/hostingEnvironments@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":54},"Microsoft.Web/hostingEnvironments/configurations@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":64},"Microsoft.Web/hostingEnvironments/multiRolePools@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":80},"Microsoft.Web/hostingEnvironments/privateEndpointConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":88},"Microsoft.Web/hostingEnvironments/workerPools@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":92},"Microsoft.Web/serverfarms@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":111},"Microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":116},"Microsoft.Web/serverfarms/virtualNetworkConnections/routes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":125},"Microsoft.Web/certificates@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":144},"Microsoft.Web/containerApps@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":195},"Microsoft.Web/kubeEnvironments@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":223},"Microsoft.Web/publishingUsers@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":229},"Microsoft.Web/sourcecontrols@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":234},"Microsoft.Web/staticSites@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":280},"Microsoft.Web/staticSites/builds/config@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":292},"Microsoft.Web/staticSites/builds/databaseConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":298},"Microsoft.Web/staticSites/builds/userProvidedFunctionApps@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":303},"Microsoft.Web/staticSites/config@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":315},"Microsoft.Web/staticSites/basicAuth@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":323},"Microsoft.Web/staticSites/customDomains@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":336},"Microsoft.Web/staticSites/databaseConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":340},"Microsoft.Web/staticSites/privateEndpointConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":344},"Microsoft.Web/staticSites/userProvidedFunctionApps@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":348},"Microsoft.Web/staticSites/linkedBackends@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":353},"Microsoft.Web/staticSites/builds/linkedBackends@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":357},"Microsoft.Web/sites@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":507},"Microsoft.Web/sites/basicPublishingCredentialsPolicies@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":518},"Microsoft.Web/sites/config@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":708},"Microsoft.Web/sites/deployments@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":713},"Microsoft.Web/sites/domainOwnershipIdentifiers@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":718},"Microsoft.Web/sites/extensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":736},"Microsoft.Web/sites/functions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":742},"Microsoft.Web/sites/functions/keys@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":746},"Microsoft.Web/sites/hostNameBindings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":764},"Microsoft.Web/sites/hybridConnectionNamespaces/relays@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":769},"Microsoft.Web/sites/hybridconnection@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":774},"Microsoft.Web/sites/instances/extensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":779},"Microsoft.Web/sites/networkConfig@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":785},"Microsoft.Web/sites/premieraddons@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":791},"Microsoft.Web/sites/privateAccess@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":801},"Microsoft.Web/sites/privateEndpointConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":805},"Microsoft.Web/sites/publicCertificates@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":814},"Microsoft.Web/sites/siteextensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":823},"Microsoft.Web/sites/slots@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":828},"Microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":838},"Microsoft.Web/sites/slots/config@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":884},"Microsoft.Web/sites/slots/deployments@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":888},"Microsoft.Web/sites/slots/domainOwnershipIdentifiers@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":892},"Microsoft.Web/sites/slots/extensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":897},"Microsoft.Web/sites/slots/functions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":901},"Microsoft.Web/sites/slots/functions/keys@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":905},"Microsoft.Web/sites/slots/hostNameBindings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":909},"Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":913},"Microsoft.Web/sites/slots/hybridconnection@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":917},"Microsoft.Web/sites/slots/instances/extensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":922},"Microsoft.Web/sites/slots/networkConfig@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":927},"Microsoft.Web/sites/slots/premieraddons@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":932},"Microsoft.Web/sites/slots/privateAccess@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":937},"Microsoft.Web/sites/slots/privateEndpointConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":941},"Microsoft.Web/sites/slots/publicCertificates@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":945},"Microsoft.Web/sites/slots/siteextensions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":949},"Microsoft.Web/sites/slots/sourcecontrols@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":958},"Microsoft.Web/sites/slots/virtualNetworkConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":965},"Microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":969},"Microsoft.Web/sites/sourcecontrols@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":974},"Microsoft.Web/sites/virtualNetworkConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":978},"Microsoft.Web/sites/virtualNetworkConnections/gateways@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":982},"Microsoft.Web/hostingEnvironments/capacities@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":991},"Microsoft.Web/serverfarms/hybridConnectionNamespaces/relays@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":995},"Microsoft.Web/serverfarms/hybridConnectionPlanLimits@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1001},"Microsoft.Web/serverfarms/virtualNetworkConnections@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1005},"Microsoft.Web/containerApps/revisions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1021},"Microsoft.Web/locations/deletedSites@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1026},"Microsoft.Web/hostingEnvironments/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1089},"Microsoft.Web/sites/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1093},"Microsoft.Web/sites/diagnostics@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1098},"Microsoft.Web/sites/diagnostics/analyses@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1103},"Microsoft.Web/sites/diagnostics/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1108},"Microsoft.Web/sites/slots/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1112},"Microsoft.Web/sites/slots/diagnostics@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1116},"Microsoft.Web/sites/slots/diagnostics/analyses@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1120},"Microsoft.Web/sites/slots/diagnostics/detectors@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1124},"Microsoft.Web/deletedSites@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1128},"Microsoft.Web/hostingEnvironments/recommendations@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1145},"Microsoft.Web/sites/recommendations@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1149},"Microsoft.Web/sites/resourceHealthMetadata@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1155},"Microsoft.Web/sites/slots/resourceHealthMetadata@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1160},"Microsoft.Web/staticSites/builds@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1176},"Microsoft.Web/sites/backups@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1193},"Microsoft.Web/sites/config/appsettings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1211},"Microsoft.Web/sites/config/connectionstrings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1215},"Microsoft.Web/sites/config/snapshots@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1219},"Microsoft.Web/sites/continuouswebjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1234},"Microsoft.Web/sites/deploymentStatus@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1255},"Microsoft.Web/sites/instances@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1272},"Microsoft.Web/sites/instances/processes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1286},"Microsoft.Web/sites/instances/processes/modules@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1290},"Microsoft.Web/sites/migratemysql@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1302},"Microsoft.Web/sites/networkFeatures@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1311},"Microsoft.Web/sites/processes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1315},"Microsoft.Web/sites/processes/modules@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1319},"Microsoft.Web/sites/slots/backups@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1323},"Microsoft.Web/sites/slots/config/appsettings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1327},"Microsoft.Web/sites/slots/config/connectionstrings@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1331},"Microsoft.Web/sites/slots/config/snapshots@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1335},"Microsoft.Web/sites/slots/continuouswebjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1339},"Microsoft.Web/sites/slots/deploymentStatus@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1343},"Microsoft.Web/sites/slots/instances@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1347},"Microsoft.Web/sites/slots/instances/processes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1351},"Microsoft.Web/sites/slots/instances/processes/modules@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1355},"Microsoft.Web/sites/slots/migratemysql@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1360},"Microsoft.Web/sites/slots/networkFeatures@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1364},"Microsoft.Web/sites/slots/processes@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1368},"Microsoft.Web/sites/slots/processes/modules@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1372},"Microsoft.Web/sites/slots/triggeredwebjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1386},"Microsoft.Web/sites/slots/triggeredwebjobs/history@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1392},"Microsoft.Web/sites/slots/webjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1401},"Microsoft.Web/sites/triggeredwebjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1405},"Microsoft.Web/sites/triggeredwebjobs/history@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1409},"Microsoft.Web/sites/webjobs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1413},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1463},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1488},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1511},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions/requestHistories@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1519},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/runs/actions/scopeRepetitions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1524},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1602},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/triggers/histories@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1621},"Microsoft.Web/sites/hostruntime/webhooks/api/workflows/versions@2022-09-01":{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1693},"Microsoft.SignalRService/webPubSub@2021-04-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-04-01-preview/types.json","Index":134},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-04-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-04-01-preview/types.json","Index":138},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-04-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-04-01-preview/types.json","Index":142},"Microsoft.SignalRService/webPubSub@2021-06-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-06-01-preview/types.json","Index":128},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-06-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-06-01-preview/types.json","Index":132},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-06-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-06-01-preview/types.json","Index":136},"Microsoft.SignalRService/webPubSub@2021-09-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-09-01-preview/types.json","Index":130},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-09-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-09-01-preview/types.json","Index":134},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-09-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-09-01-preview/types.json","Index":138},"Microsoft.SignalRService/webPubSub@2021-10-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":125},"Microsoft.SignalRService/webPubSub/hubs@2021-10-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":138},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-10-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":142},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-10-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":146},"Microsoft.SignalRService/webPubSub@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":125},"Microsoft.SignalRService/webPubSub/customCertificates@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":140},"Microsoft.SignalRService/webPubSub/customDomains@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":156},"Microsoft.SignalRService/webPubSub/hubs@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":178},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":182},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2022-08-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":186},"Microsoft.SignalRService/webPubSub@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":125},"Microsoft.SignalRService/webPubSub/customCertificates@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":140},"Microsoft.SignalRService/webPubSub/customDomains@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":156},"Microsoft.SignalRService/webPubSub/hubs@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":178},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":182},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2023-02-01":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":186},"Microsoft.SignalRService/webPubSub@2023-03-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json","Index":125},"Microsoft.SignalRService/webPubSub/customCertificates@2023-03-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json","Index":140},"Microsoft.SignalRService/webPubSub/customDomains@2023-03-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json","Index":156},"Microsoft.SignalRService/webPubSub/hubs@2023-03-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json","Index":178},"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2023-03-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json","Index":182},"Microsoft.SignalRService/webPubSub/replicas@2023-03-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json","Index":198},"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2023-03-01-preview":{"RelativePath":"webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json","Index":202},"Microsoft.WindowsESU/multipleActivationKeys@2019-09-16-preview":{"RelativePath":"windowsesu/microsoft.windowsesu/2019-09-16-preview/types.json","Index":26},"Microsoft.WindowsIoT/deviceServices@2018-02-16-preview":{"RelativePath":"windowsiot/microsoft.windowsiot/2018-02-16-preview/types.json","Index":13},"Microsoft.WindowsIoT/deviceServices@2019-06-01":{"RelativePath":"windowsiot/microsoft.windowsiot/2019-06-01/types.json","Index":13},"Microsoft.WorkloadMonitor/notificationSettings@2018-08-31-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2018-08-31-preview/types.json","Index":15},"Microsoft.WorkloadMonitor/monitors@2018-08-31-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2018-08-31-preview/types.json","Index":51},"Microsoft.WorkloadMonitor/components@2018-08-31-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2018-08-31-preview/types.json","Index":74},"Microsoft.WorkloadMonitor/monitorInstances@2018-08-31-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2018-08-31-preview/types.json","Index":117},"Microsoft.WorkloadMonitor/monitors@2020-01-13-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2020-01-13-preview/types.json","Index":26},"Microsoft.WorkloadMonitor/monitors/history@2020-01-13-preview":{"RelativePath":"workloadmonitor/microsoft.workloadmonitor/2020-01-13-preview/types.json","Index":45},"Microsoft.Workloads/phpWorkloads@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":119},"Microsoft.Workloads/phpWorkloads/wordpressInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":138},"Microsoft.Workloads/sapVirtualInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":258},"Microsoft.Workloads/sapVirtualInstances/centralInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":322},"Microsoft.Workloads/sapVirtualInstances/databaseInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":351},"Microsoft.Workloads/sapVirtualInstances/applicationInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":376},"Microsoft.Workloads/monitors@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":398},"Microsoft.Workloads/monitors/providerInstances@2021-12-01-preview":{"RelativePath":"workloads/microsoft.workloads/2021-12-01-preview/types.json","Index":451},"Microsoft.Workloads/sapVirtualInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":163},"Microsoft.Workloads/sapVirtualInstances/centralInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":228},"Microsoft.Workloads/sapVirtualInstances/databaseInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":259},"Microsoft.Workloads/sapVirtualInstances/applicationInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":291},"Microsoft.Workloads/monitors@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":313},"Microsoft.Workloads/monitors/providerInstances@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":366},"Microsoft.Workloads/monitors/sapLandscapeMonitor@2022-11-01-preview":{"RelativePath":"workloads/microsoft.workloads/2022-11-01-preview/types.json","Index":385},"Microsoft.Workloads/sapVirtualInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":163},"Microsoft.Workloads/sapVirtualInstances/centralInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":228},"Microsoft.Workloads/sapVirtualInstances/databaseInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":259},"Microsoft.Workloads/sapVirtualInstances/applicationInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":291},"Microsoft.Workloads/monitors@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":313},"Microsoft.Workloads/monitors/providerInstances@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":366},"Microsoft.Workloads/monitors/sapLandscapeMonitor@2023-04-01":{"RelativePath":"workloads/microsoft.workloads/2023-04-01/types.json","Index":385}},"Functions":{"microsoft.addons/supportproviders":{"2018-03-01":[{"RelativePath":"addons/microsoft.addons/2018-03-01/types.json","Index":35}]},"microsoft.analysisservices/servers":{"2017-07-14":[{"RelativePath":"analysisservices/microsoft.analysisservices/2017-07-14/types.json","Index":50}],"2017-08-01":[{"RelativePath":"analysisservices/microsoft.analysisservices/2017-08-01/types.json","Index":56}]},"microsoft.apimanagement/service/authorizationservers":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":489}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":500}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":565}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":565}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":581}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":646}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":646}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":672}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":711}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":740}]},"microsoft.apimanagement/service/gateways":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":491}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":502}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":567}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":567}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":583}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":648}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":648}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":674}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":713}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":742}]},"microsoft.apimanagement/service/identityproviders":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":492}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":503}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":569}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":569}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":585}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":650}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":650}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":676}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":715}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":744}]},"microsoft.apimanagement/service/openidconnectproviders":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":493}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":506}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":572}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":572}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":588}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":653}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":653}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":679}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":718}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":747}]},"microsoft.apimanagement/service/portalsettings":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":495}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":508}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":574}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":574}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":590}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":655}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":655}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":685}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":724}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":753}]},"microsoft.apimanagement/service/namedvalues":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":497}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":505}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":571}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":571}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":587}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":652}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":652}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":678}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":717}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":746}]},"microsoft.apimanagement/service/subscriptions":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":499}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":510}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":576}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":576}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":592}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":657}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":657}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":687}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":726}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":755}]},"microsoft.apimanagement/service/tenant":{"2019-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01-preview/types.json","Index":501}],"2019-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2019-12-01/types.json","Index":512}],"2020-06-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-06-01-preview/types.json","Index":578}],"2020-12-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2020-12-01/types.json","Index":578}],"2021-01-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-01-01-preview/types.json","Index":594}],"2021-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-04-01-preview/types.json","Index":659}],"2021-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-08-01/types.json","Index":659}],"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":689}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":728}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":757}]},"microsoft.apimanagement/service/policyfragments":{"2021-12-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2021-12-01-preview/types.json","Index":683}],"2022-04-01-preview":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-04-01-preview/types.json","Index":722}],"2022-08-01":[{"RelativePath":"apimanagement/microsoft.apimanagement/2022-08-01/types.json","Index":751}]},"microsoft.app/containerapps":{"2022-01-01-preview":[{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":268},{"RelativePath":"app/microsoft.app/2022-01-01-preview/types.json","Index":272}],"2022-03-01":[{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":268},{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":272}],"2022-06-01-preview":[{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":372},{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":376}],"2022-10-01":[{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":385},{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":389}]},"microsoft.app/managedenvironments/daprcomponents":{"2022-03-01":[{"RelativePath":"app/microsoft.app/2022-03-01/types.json","Index":276}],"2022-06-01-preview":[{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":380}],"2022-10-01":[{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":390}]},"microsoft.app/connectedenvironments/daprcomponents":{"2022-06-01-preview":[{"RelativePath":"app/microsoft.app/2022-06-01-preview/types.json","Index":381}],"2022-10-01":[{"RelativePath":"app/microsoft.app/2022-10-01/types.json","Index":371}]},"microsoft.appconfiguration/configurationstores":{"2019-02-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-02-01-preview/types.json","Index":24},{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-02-01-preview/types.json","Index":28}],"2019-10-01":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-10-01/types.json","Index":33},{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-10-01/types.json","Index":37}],"2019-11-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-11-01-preview/types.json","Index":62},{"RelativePath":"appconfiguration/microsoft.appconfiguration/2019-11-01-preview/types.json","Index":66}],"2020-06-01":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-06-01/types.json","Index":62},{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-06-01/types.json","Index":66}],"2020-07-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2020-07-01-preview/types.json","Index":68}],"2021-03-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-03-01-preview/types.json","Index":79}],"2021-10-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.json","Index":82}],"2022-03-01-preview":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.json","Index":93}],"2022-05-01":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2022-05-01/types.json","Index":82}],"2023-03-01":[{"RelativePath":"appconfiguration/microsoft.appconfiguration/2023-03-01/types.json","Index":93}]},"microsoft.appplatform/spring":{"2020-07-01":[{"RelativePath":"appplatform/microsoft.appplatform/2020-07-01/types.json","Index":133}],"2020-11-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2020-11-01-preview/types.json","Index":134}],"2021-06-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2021-06-01-preview/types.json","Index":140}],"2021-09-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2021-09-01-preview/types.json","Index":176}],"2022-01-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-01-01-preview/types.json","Index":374}],"2022-03-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-03-01-preview/types.json","Index":376}],"2022-04-01":[{"RelativePath":"appplatform/microsoft.appplatform/2022-04-01/types.json","Index":284}],"2022-05-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-05-01-preview/types.json","Index":406}],"2022-09-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":418}],"2022-11-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":520}],"2022-12-01":[{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":415}],"2023-01-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":535}],"2023-03-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":554}]},"microsoft.appplatform/spring/buildservices/builders":{"2022-09-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-09-01-preview/types.json","Index":421}],"2022-11-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":523}],"2022-12-01":[{"RelativePath":"appplatform/microsoft.appplatform/2022-12-01/types.json","Index":418}],"2023-01-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":538}],"2023-03-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":557}]},"microsoft.appplatform/spring/gateways":{"2022-11-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2022-11-01-preview/types.json","Index":525}],"2023-01-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2023-01-01-preview/types.json","Index":540}],"2023-03-01-preview":[{"RelativePath":"appplatform/microsoft.appplatform/2023-03-01-preview/types.json","Index":559}]},"microsoft.automation/automationaccounts":{"2015-10-31":[{"RelativePath":"automation/microsoft.automation/2015-10-31/types.json","Index":249}],"2019-06-01":[{"RelativePath":"automation/microsoft.automation/2019-06-01/types.json","Index":355}],"2020-01-13-preview":[{"RelativePath":"automation/microsoft.automation/2020-01-13-preview/types.json","Index":243}],"2021-06-22":[{"RelativePath":"automation/microsoft.automation/2021-06-22/types.json","Index":80}],"2022-08-08":[{"RelativePath":"automation/microsoft.automation/2022-08-08/types.json","Index":310}]},"microsoft.kusto/clusters/databases":{"2018-09-07-preview":[{"RelativePath":"azure-kusto/microsoft.kusto/2018-09-07-preview/types.json","Index":79}],"2019-01-21":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-01-21/types.json","Index":109}],"2019-05-15":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-05-15/types.json","Index":134}],"2019-09-07":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":178}],"2019-11-09":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":229}],"2020-02-15":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":245}],"2020-06-14":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":254}],"2020-09-18":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":281}],"2021-01-01":[{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":314}],"2021-08-27":[{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":350}],"2022-02-01":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":383}],"2022-07-07":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":409}],"2022-11-11":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":435}],"2022-12-29":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":439}]},"microsoft.kusto/clusters":{"2019-09-07":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-09-07/types.json","Index":163}],"2019-11-09":[{"RelativePath":"azure-kusto/microsoft.kusto/2019-11-09/types.json","Index":214}],"2020-02-15":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":229},{"RelativePath":"azure-kusto/microsoft.kusto/2020-02-15/types.json","Index":230}],"2020-06-14":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":238},{"RelativePath":"azure-kusto/microsoft.kusto/2020-06-14/types.json","Index":239}],"2020-09-18":[{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":265},{"RelativePath":"azure-kusto/microsoft.kusto/2020-09-18/types.json","Index":266}],"2021-01-01":[{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":298},{"RelativePath":"azure-kusto/microsoft.kusto/2021-01-01/types.json","Index":299}],"2021-08-27":[{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":334},{"RelativePath":"azure-kusto/microsoft.kusto/2021-08-27/types.json","Index":335}],"2022-02-01":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":367},{"RelativePath":"azure-kusto/microsoft.kusto/2022-02-01/types.json","Index":368}],"2022-07-07":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":393},{"RelativePath":"azure-kusto/microsoft.kusto/2022-07-07/types.json","Index":394}],"2022-11-11":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":419},{"RelativePath":"azure-kusto/microsoft.kusto/2022-11-11/types.json","Index":420}],"2022-12-29":[{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":423},{"RelativePath":"azure-kusto/microsoft.kusto/2022-12-29/types.json","Index":424}]},"microsoft.azurestack/registrations/products":{"2016-01-01":[{"RelativePath":"azurestack/microsoft.azurestack/2016-01-01/types.json","Index":56},{"RelativePath":"azurestack/microsoft.azurestack/2016-01-01/types.json","Index":64}],"2017-06-01":[{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":68},{"RelativePath":"azurestack/microsoft.azurestack/2017-06-01/types.json","Index":76}],"2020-06-01-preview":[{"RelativePath":"azurestack/microsoft.azurestack/2020-06-01-preview/types.json","Index":87}],"2022-06-01":[{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":68},{"RelativePath":"azurestack/microsoft.azurestack/2022-06-01/types.json","Index":76}]},"microsoft.batch/batchaccounts":{"2015-12-01":[{"RelativePath":"batch/microsoft.batch/2015-12-01/types.json","Index":41}],"2017-01-01":[{"RelativePath":"batch/microsoft.batch/2017-01-01/types.json","Index":45}],"2017-05-01":[{"RelativePath":"batch/microsoft.batch/2017-05-01/types.json","Index":45}],"2017-09-01":[{"RelativePath":"batch/microsoft.batch/2017-09-01/types.json","Index":167}],"2018-12-01":[{"RelativePath":"batch/microsoft.batch/2018-12-01/types.json","Index":167}],"2019-04-01":[{"RelativePath":"batch/microsoft.batch/2019-04-01/types.json","Index":169}],"2019-08-01":[{"RelativePath":"batch/microsoft.batch/2019-08-01/types.json","Index":180}],"2020-03-01":[{"RelativePath":"batch/microsoft.batch/2020-03-01/types.json","Index":223}],"2020-05-01":[{"RelativePath":"batch/microsoft.batch/2020-05-01/types.json","Index":227}],"2020-09-01":[{"RelativePath":"batch/microsoft.batch/2020-09-01/types.json","Index":227}],"2021-01-01":[{"RelativePath":"batch/microsoft.batch/2021-01-01/types.json","Index":243}],"2021-06-01":[{"RelativePath":"batch/microsoft.batch/2021-06-01/types.json","Index":254}],"2022-01-01":[{"RelativePath":"batch/microsoft.batch/2022-01-01/types.json","Index":262}],"2022-06-01":[{"RelativePath":"batch/microsoft.batch/2022-06-01/types.json","Index":274}],"2022-10-01":[{"RelativePath":"batch/microsoft.batch/2022-10-01/types.json","Index":282}]},"microsoft.billing/billingaccounts":{"2019-10-01-preview":[{"RelativePath":"billing/microsoft.billing/2019-10-01-preview/types.json","Index":307}],"2020-05-01":[{"RelativePath":"billing/microsoft.billing/2020-05-01/types.json","Index":287}]},"microsoft.blockchain/blockchainmembers":{"2018-06-01-preview":[{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":45}]},"microsoft.blockchain/locations":{"2018-06-01-preview":[{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":54}]},"microsoft.blockchain/blockchainmembers/transactionnodes":{"2018-06-01-preview":[{"RelativePath":"blockchain/microsoft.blockchain/2018-06-01-preview/types.json","Index":55}]},"microsoft.botservice/botservices/channels":{"2017-12-01":[{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":107}],"2018-07-12":[{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":143}],"2020-06-02":[{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":122}],"2021-03-01":[{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":167}],"2021-05-01-preview":[{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":182}],"2022-06-15-preview":[{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":186}],"2022-09-15":[{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":186}]},"microsoft.botservice/botservices/connections":{"2017-12-01":[{"RelativePath":"botservice/microsoft.botservice/2017-12-01/types.json","Index":115}],"2018-07-12":[{"RelativePath":"botservice/microsoft.botservice/2018-07-12/types.json","Index":151}],"2020-06-02":[{"RelativePath":"botservice/microsoft.botservice/2020-06-02/types.json","Index":130}],"2021-03-01":[{"RelativePath":"botservice/microsoft.botservice/2021-03-01/types.json","Index":177}],"2021-05-01-preview":[{"RelativePath":"botservice/microsoft.botservice/2021-05-01-preview/types.json","Index":191}],"2022-06-15-preview":[{"RelativePath":"botservice/microsoft.botservice/2022-06-15-preview/types.json","Index":196}],"2022-09-15":[{"RelativePath":"botservice/microsoft.botservice/2022-09-15/types.json","Index":196}]},"microsoft.cognitiveservices/accounts":{"2016-02-01-preview":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2016-02-01-preview/types.json","Index":49}],"2017-04-18":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2017-04-18/types.json","Index":72}],"2021-04-30":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-04-30/types.json","Index":104}],"2021-10-01":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2021-10-01/types.json","Index":132}],"2022-03-01":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-03-01/types.json","Index":132}],"2022-10-01":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-10-01/types.json","Index":133}],"2022-12-01":[{"RelativePath":"cognitiveservices/microsoft.cognitiveservices/2022-12-01/types.json","Index":161}]},"microsoft.communication/communicationservices":{"2020-08-20-preview":[{"RelativePath":"communication/microsoft.communication/2020-08-20-preview/types.json","Index":25}],"2020-08-20":[{"RelativePath":"communication/microsoft.communication/2020-08-20/types.json","Index":36}],"2021-10-01-preview":[{"RelativePath":"communication/microsoft.communication/2021-10-01-preview/types.json","Index":88}],"2022-07-01-preview":[{"RelativePath":"communication/microsoft.communication/2022-07-01-preview/types.json","Index":88}],"2023-03-01-preview":[{"RelativePath":"communication/microsoft.communication/2023-03-01-preview/types.json","Index":102}]},"microsoft.containerregistry/registries":{"2017-03-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-03-01/types.json","Index":27}],"2017-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":72}],"2017-10-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":89}],"2018-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":123}],"2019-04-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":138}],"2019-05-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":104}],"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":201}],"2019-12-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":228}],"2020-11-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":320}],"2021-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":324}],"2021-08-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":327}],"2021-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":164}],"2021-12-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":327}],"2022-02-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":331}],"2022-12-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":203}],"2023-01-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":363}]},"microsoft.containerregistry/registries/webhooks":{"2017-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-06-01-preview/types.json","Index":85}],"2017-10-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2017-10-01/types.json","Index":102}],"2019-05-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-05-01/types.json","Index":117}],"2019-12-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-12-01-preview/types.json","Index":241}],"2020-11-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2020-11-01-preview/types.json","Index":333}],"2021-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-06-01-preview/types.json","Index":337}],"2021-08-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-08-01-preview/types.json","Index":340}],"2021-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-09-01/types.json","Index":177}],"2021-12-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2021-12-01-preview/types.json","Index":340}],"2022-02-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2022-02-01-preview/types.json","Index":344}],"2022-12-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2022-12-01/types.json","Index":216}],"2023-01-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2023-01-01-preview/types.json","Index":376}]},"microsoft.containerregistry/registries/buildtasks/steps":{"2018-02-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":95}]},"microsoft.containerregistry/registries/buildtasks":{"2018-02-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-02-01-preview/types.json","Index":96}]},"microsoft.containerregistry/registries/runs":{"2018-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":125}],"2019-04-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":140}],"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":203}]},"microsoft.containerregistry/registries/tasks":{"2018-09-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2018-09-01/types.json","Index":128}],"2019-04-01":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-04-01/types.json","Index":143}],"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":208}]},"microsoft.containerregistry/registries/agentpools":{"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":199}]},"microsoft.containerregistry/registries/taskruns":{"2019-06-01-preview":[{"RelativePath":"containerregistry/microsoft.containerregistry/2019-06-01-preview/types.json","Index":205}]},"microsoft.containerservice/managedclusters/accessprofiles":{"2017-08-31":[{"RelativePath":"containerservice/microsoft.containerservice/2017-08-31/types.json","Index":212}],"2018-03-31":[{"RelativePath":"containerservice/microsoft.containerservice/2018-03-31/types.json","Index":215}],"2018-08-01-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2018-08-01-preview/types.json","Index":215}],"2019-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":405}],"2019-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":413}],"2019-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":427}],"2019-08-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":436}],"2019-10-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":436}],"2019-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":446}],"2020-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":446}],"2020-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":452}],"2020-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":465}],"2020-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":464}],"2020-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":484}],"2020-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":487}],"2020-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":501}],"2020-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":527}],"2020-12-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":561}],"2021-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":563}],"2021-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":240}],"2021-05-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":240}],"2021-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":252}],"2021-08-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":270}],"2021-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":277}],"2021-10-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":283}],"2021-11-01-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":284}],"2022-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":283}],"2022-01-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":285}],"2022-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":283}],"2022-02-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":311}],"2022-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":283}],"2022-03-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":315}],"2022-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":287}],"2022-04-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":340}],"2022-05-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":347}],"2022-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":293}],"2022-06-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":374}],"2022-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":299}],"2022-07-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":396}],"2022-08-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":384}],"2022-08-03-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":387}],"2022-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":301}],"2022-09-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":426}],"2022-10-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":435}],"2022-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":306}],"2022-11-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":441}],"2023-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":311}],"2023-01-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":448}],"2023-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2023-02-01/types.json","Index":317}],"2023-02-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":460}]},"microsoft.containerservice/managedclusters":{"2018-03-31":[{"RelativePath":"containerservice/microsoft.containerservice/2018-03-31/types.json","Index":219},{"RelativePath":"containerservice/microsoft.containerservice/2018-03-31/types.json","Index":220}],"2018-08-01-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2018-08-01-preview/types.json","Index":219},{"RelativePath":"containerservice/microsoft.containerservice/2018-08-01-preview/types.json","Index":220}],"2019-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":409},{"RelativePath":"containerservice/microsoft.containerservice/2019-02-01/types.json","Index":410}],"2019-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":417},{"RelativePath":"containerservice/microsoft.containerservice/2019-04-01/types.json","Index":418}],"2019-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":431},{"RelativePath":"containerservice/microsoft.containerservice/2019-06-01/types.json","Index":432}],"2019-08-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":440},{"RelativePath":"containerservice/microsoft.containerservice/2019-08-01/types.json","Index":441}],"2019-10-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":440},{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":441},{"RelativePath":"containerservice/microsoft.containerservice/2019-10-01/types.json","Index":442}],"2019-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":450},{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":451},{"RelativePath":"containerservice/microsoft.containerservice/2019-11-01/types.json","Index":452}],"2020-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":450},{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":451},{"RelativePath":"containerservice/microsoft.containerservice/2020-01-01/types.json","Index":452}],"2020-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":456},{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":457},{"RelativePath":"containerservice/microsoft.containerservice/2020-02-01/types.json","Index":458}],"2020-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":469},{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":470},{"RelativePath":"containerservice/microsoft.containerservice/2020-03-01/types.json","Index":471}],"2020-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":468},{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":469},{"RelativePath":"containerservice/microsoft.containerservice/2020-04-01/types.json","Index":470}],"2020-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":488},{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":489},{"RelativePath":"containerservice/microsoft.containerservice/2020-06-01/types.json","Index":490}],"2020-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":491},{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":492},{"RelativePath":"containerservice/microsoft.containerservice/2020-07-01/types.json","Index":493}],"2020-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":505},{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":506},{"RelativePath":"containerservice/microsoft.containerservice/2020-09-01/types.json","Index":507}],"2020-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":531},{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":532},{"RelativePath":"containerservice/microsoft.containerservice/2020-11-01/types.json","Index":533}],"2020-12-01":[{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":565},{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":566},{"RelativePath":"containerservice/microsoft.containerservice/2020-12-01/types.json","Index":567}],"2021-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":567},{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":568},{"RelativePath":"containerservice/microsoft.containerservice/2021-02-01/types.json","Index":569}],"2021-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":244},{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":245},{"RelativePath":"containerservice/microsoft.containerservice/2021-03-01/types.json","Index":246}],"2021-05-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":244},{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":245},{"RelativePath":"containerservice/microsoft.containerservice/2021-05-01/types.json","Index":246}],"2021-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":256},{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":257},{"RelativePath":"containerservice/microsoft.containerservice/2021-07-01/types.json","Index":258}],"2021-08-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":274},{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":275},{"RelativePath":"containerservice/microsoft.containerservice/2021-08-01/types.json","Index":276}],"2021-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":281},{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":282},{"RelativePath":"containerservice/microsoft.containerservice/2021-09-01/types.json","Index":283}],"2021-10-01":[{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":287},{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2021-10-01/types.json","Index":289}],"2021-11-01-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":289},{"RelativePath":"containerservice/microsoft.containerservice/2021-11-01-preview/types.json","Index":290}],"2022-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":287},{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2022-01-01/types.json","Index":289}],"2022-01-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":289},{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":290},{"RelativePath":"containerservice/microsoft.containerservice/2022-01-02-preview/types.json","Index":291}],"2022-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":287},{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2022-02-01/types.json","Index":289}],"2022-02-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":315},{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":316},{"RelativePath":"containerservice/microsoft.containerservice/2022-02-02-preview/types.json","Index":317}],"2022-03-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":287},{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":288},{"RelativePath":"containerservice/microsoft.containerservice/2022-03-01/types.json","Index":289}],"2022-03-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":319},{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":320},{"RelativePath":"containerservice/microsoft.containerservice/2022-03-02-preview/types.json","Index":321}],"2022-04-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":291},{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":292},{"RelativePath":"containerservice/microsoft.containerservice/2022-04-01/types.json","Index":293}],"2022-04-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":344},{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":345},{"RelativePath":"containerservice/microsoft.containerservice/2022-04-02-preview/types.json","Index":346}],"2022-05-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":351},{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":352},{"RelativePath":"containerservice/microsoft.containerservice/2022-05-02-preview/types.json","Index":353}],"2022-06-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":297},{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":298},{"RelativePath":"containerservice/microsoft.containerservice/2022-06-01/types.json","Index":299}],"2022-06-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":378},{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":379},{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":380}],"2022-07-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":303},{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":304},{"RelativePath":"containerservice/microsoft.containerservice/2022-07-01/types.json","Index":305}],"2022-07-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":400},{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":401},{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":402}],"2022-08-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":388},{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":389},{"RelativePath":"containerservice/microsoft.containerservice/2022-08-02-preview/types.json","Index":390}],"2022-08-03-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":391},{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":392},{"RelativePath":"containerservice/microsoft.containerservice/2022-08-03-preview/types.json","Index":393}],"2022-09-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":305},{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":306},{"RelativePath":"containerservice/microsoft.containerservice/2022-09-01/types.json","Index":307}],"2022-09-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":430},{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":431},{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":432}],"2022-10-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":439},{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":440},{"RelativePath":"containerservice/microsoft.containerservice/2022-10-02-preview/types.json","Index":441}],"2022-11-01":[{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":310},{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":311},{"RelativePath":"containerservice/microsoft.containerservice/2022-11-01/types.json","Index":312}],"2022-11-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":445},{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":446},{"RelativePath":"containerservice/microsoft.containerservice/2022-11-02-preview/types.json","Index":447}],"2023-01-01":[{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":315},{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":316},{"RelativePath":"containerservice/microsoft.containerservice/2023-01-01/types.json","Index":317}],"2023-01-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":452},{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":453},{"RelativePath":"containerservice/microsoft.containerservice/2023-01-02-preview/types.json","Index":454}],"2023-02-01":[{"RelativePath":"containerservice/microsoft.containerservice/2023-02-01/types.json","Index":321},{"RelativePath":"containerservice/microsoft.containerservice/2023-02-01/types.json","Index":322},{"RelativePath":"containerservice/microsoft.containerservice/2023-02-01/types.json","Index":323}],"2023-02-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":464},{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":465},{"RelativePath":"containerservice/microsoft.containerservice/2023-02-02-preview/types.json","Index":466}]},"microsoft.containerservice/fleets":{"2022-06-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-06-02-preview/types.json","Index":384}],"2022-07-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-07-02-preview/types.json","Index":392}],"2022-09-02-preview":[{"RelativePath":"containerservice/microsoft.containerservice/2022-09-02-preview/types.json","Index":422}]},"microsoft.documentdb/databaseaccounts":{"2015-04-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-01/types.json","Index":193}],"2015-04-08":[{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2015-04-08/types.json","Index":193}],"2015-11-06":[{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2015-11-06/types.json","Index":193}],"2016-03-19":[{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-19/types.json","Index":193}],"2016-03-31":[{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":189},{"RelativePath":"cosmos-db/microsoft.documentdb/2016-03-31/types.json","Index":193}],"2019-08-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":269},{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":273}],"2019-12-12":[{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":261},{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":265}],"2020-03-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":278},{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":282}],"2020-04-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":287},{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":291}],"2020-06-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":344},{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":348}],"2020-09-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":293},{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":297}],"2021-01-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":318},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":322}],"2021-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":412},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":416}],"2021-03-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":318},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":322}],"2021-04-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":428},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":432}],"2021-04-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":336},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":340}],"2021-05-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":340},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":344}],"2021-06-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":369},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":373}],"2021-07-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":467},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":471}],"2021-10-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":513},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":517}],"2021-10-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":425},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":429}],"2021-11-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":519},{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":523}],"2022-02-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":527},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":531}],"2022-05-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":529},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":533}],"2022-05-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":441},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":445}],"2022-08-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":544},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":548}],"2022-08-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":463},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":467}],"2022-11-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":555},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":559}],"2022-11-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":481},{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":485}],"2023-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":607},{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":611}]},"microsoft.documentdb/databaseaccounts/notebookworkspaces":{"2019-08-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2019-08-01/types.json","Index":275}],"2019-12-12":[{"RelativePath":"cosmos-db/microsoft.documentdb/2019-12-12/types.json","Index":267}],"2020-03-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-03-01/types.json","Index":284}],"2020-04-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-04-01/types.json","Index":293}],"2020-06-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-06-01-preview/types.json","Index":350}],"2020-09-01":[{"RelativePath":"cosmos-db/microsoft.documentdb/2020-09-01/types.json","Index":299}],"2021-01-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-01-15/types.json","Index":324}],"2021-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-01-preview/types.json","Index":418}],"2021-03-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-03-15/types.json","Index":324}],"2021-04-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-01-preview/types.json","Index":434}],"2021-04-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-04-15/types.json","Index":342}],"2021-05-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-05-15/types.json","Index":346}],"2021-06-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-06-15/types.json","Index":375}],"2021-07-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-07-01-preview/types.json","Index":473}],"2021-10-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15-preview/types.json","Index":519}],"2021-10-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-10-15/types.json","Index":431}],"2021-11-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2021-11-15-preview/types.json","Index":525}],"2022-02-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-02-15-preview/types.json","Index":533}],"2022-05-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15-preview/types.json","Index":535}],"2022-05-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-05-15/types.json","Index":447}],"2022-08-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15-preview/types.json","Index":550}],"2022-08-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-08-15/types.json","Index":469}],"2022-11-15-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15-preview/types.json","Index":561}],"2022-11-15":[{"RelativePath":"cosmos-db/microsoft.documentdb/2022-11-15/types.json","Index":487}],"2023-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":617}]},"microsoft.documentdb/mongoclusters":{"2023-03-01-preview":[{"RelativePath":"cosmos-db/microsoft.documentdb/2023-03-01-preview/types.json","Index":615}]},"microsoft.databox/jobs":{"2018-01-01":[{"RelativePath":"databox/microsoft.databox/2018-01-01/types.json","Index":151}],"2019-09-01":[{"RelativePath":"databox/microsoft.databox/2019-09-01/types.json","Index":177}],"2020-04-01":[{"RelativePath":"databox/microsoft.databox/2020-04-01/types.json","Index":224}],"2020-11-01":[{"RelativePath":"databox/microsoft.databox/2020-11-01/types.json","Index":233}],"2021-03-01":[{"RelativePath":"databox/microsoft.databox/2021-03-01/types.json","Index":243}],"2021-05-01":[{"RelativePath":"databox/microsoft.databox/2021-05-01/types.json","Index":246}],"2021-08-01-preview":[{"RelativePath":"databox/microsoft.databox/2021-08-01-preview/types.json","Index":369}],"2021-12-01":[{"RelativePath":"databox/microsoft.databox/2021-12-01/types.json","Index":409}],"2022-02-01":[{"RelativePath":"databox/microsoft.databox/2022-02-01/types.json","Index":431}],"2022-09-01":[{"RelativePath":"databox/microsoft.databox/2022-09-01/types.json","Index":441}],"2022-10-01":[{"RelativePath":"databox/microsoft.databox/2022-10-01/types.json","Index":455}],"2022-12-01":[{"RelativePath":"databox/microsoft.databox/2022-12-01/types.json","Index":455}]},"microsoft.databoxedge/databoxedgedevices/orders":{"2020-09-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01-preview/types.json","Index":458}],"2020-09-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2020-09-01/types.json","Index":458}],"2020-12-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2020-12-01/types.json","Index":458}],"2021-02-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01-preview/types.json","Index":494}],"2021-02-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2021-02-01/types.json","Index":529}],"2021-06-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01-preview/types.json","Index":529}],"2021-06-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2021-06-01/types.json","Index":529}],"2022-03-01":[{"RelativePath":"databoxedge/microsoft.databoxedge/2022-03-01/types.json","Index":552}],"2022-04-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2022-04-01-preview/types.json","Index":574}],"2022-12-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2022-12-01-preview/types.json","Index":579}],"2023-01-01-preview":[{"RelativePath":"databoxedge/microsoft.databoxedge/2023-01-01-preview/types.json","Index":579}]},"microsoft.datadog/monitors":{"2020-02-01-preview":[{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":94},{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":103},{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":107},{"RelativePath":"datadog/microsoft.datadog/2020-02-01-preview/types.json","Index":111}],"2021-03-01":[{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":105},{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":114},{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":118},{"RelativePath":"datadog/microsoft.datadog/2021-03-01/types.json","Index":122}],"2022-06-01":[{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":105},{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":114},{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":118},{"RelativePath":"datadog/microsoft.datadog/2022-06-01/types.json","Index":122}]},"microsoft.datafactory/factories/integrationruntimes":{"2017-09-01-preview":[{"RelativePath":"datafactory/microsoft.datafactory/2017-09-01-preview/types.json","Index":745}],"2018-06-01":[{"RelativePath":"datafactory/microsoft.datafactory/2018-06-01/types.json","Index":1822}]},"microsoft.datalakeanalytics/accounts/storageaccounts/containers":{"2015-10-01-preview":[{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2015-10-01-preview/types.json","Index":114}],"2016-11-01":[{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2016-11-01/types.json","Index":116}],"2019-11-01-preview":[{"RelativePath":"datalake-analytics/microsoft.datalakeanalytics/2019-11-01-preview/types.json","Index":116}]},"microsoft.datamigration/sqlmigrationservices":{"2021-10-30-preview":[{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1189},{"RelativePath":"datamigration/microsoft.datamigration/2021-10-30-preview/types.json","Index":1194}],"2022-01-30-preview":[{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1215},{"RelativePath":"datamigration/microsoft.datamigration/2022-01-30-preview/types.json","Index":1220}],"2022-03-30-preview":[{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1232},{"RelativePath":"datamigration/microsoft.datamigration/2022-03-30-preview/types.json","Index":1237}]},"microsoft.datashare/accounts/shares":{"2018-11-01-preview":[{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":327},{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":330}],"2019-11-01":[{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":327},{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":330}],"2020-09-01":[{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":354},{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":357}],"2020-10-01-preview":[{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":390},{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":393}],"2021-08-01":[{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":383},{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":386}]},"microsoft.datashare/accounts/sharesubscriptions":{"2018-11-01-preview":[{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":340},{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":345},{"RelativePath":"datashare/microsoft.datashare/2018-11-01-preview/types.json","Index":348}],"2019-11-01":[{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":340},{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":345},{"RelativePath":"datashare/microsoft.datashare/2019-11-01/types.json","Index":348}],"2020-09-01":[{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":367},{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":372},{"RelativePath":"datashare/microsoft.datashare/2020-09-01/types.json","Index":375}],"2020-10-01-preview":[{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":403},{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":408},{"RelativePath":"datashare/microsoft.datashare/2020-10-01-preview/types.json","Index":411}],"2021-08-01":[{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":396},{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":401},{"RelativePath":"datashare/microsoft.datashare/2021-08-01/types.json","Index":404}]},"microsoft.devices/provisioningservices":{"2017-08-21-preview":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-08-21-preview/types.json","Index":52}],"2017-11-15":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-11-15/types.json","Index":52}],"2018-01-22":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2018-01-22/types.json","Index":52}],"2020-01-01":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-01-01/types.json","Index":61}],"2020-03-01":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":78}],"2020-09-01-preview":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":85}],"2021-10-15":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":89}],"2022-02-05":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":89}],"2022-12-12":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":89}]},"microsoft.devices/provisioningservices/keys":{"2017-08-21-preview":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-08-21-preview/types.json","Index":53}],"2017-11-15":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2017-11-15/types.json","Index":53}],"2018-01-22":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2018-01-22/types.json","Index":53}],"2020-01-01":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-01-01/types.json","Index":62}],"2020-03-01":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-03-01/types.json","Index":79}],"2020-09-01-preview":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2020-09-01-preview/types.json","Index":86}],"2021-10-15":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2021-10-15/types.json","Index":90}],"2022-02-05":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-02-05/types.json","Index":90}],"2022-12-12":[{"RelativePath":"deviceprovisioningservices/microsoft.devices/2022-12-12/types.json","Index":90}]},"microsoft.devspaces/controllers":{"2019-04-01":[{"RelativePath":"devspaces/microsoft.devspaces/2019-04-01/types.json","Index":34}]},"microsoft.devtestlab/labs":{"2015-05-21-preview":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2015-05-21-preview/types.json","Index":159}],"2016-05-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":277}],"2018-09-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":337}]},"microsoft.devtestlab/labs/schedules":{"2016-05-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":280}],"2018-09-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":340}]},"microsoft.devtestlab/labs/virtualmachines":{"2016-05-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2016-05-15/types.json","Index":281}],"2018-09-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":342}]},"microsoft.devtestlab/labs/users/servicefabrics":{"2018-09-15":[{"RelativePath":"devtestlabs/microsoft.devtestlab/2018-09-15/types.json","Index":341}]},"microsoft.network/virtualnetworks":{"2020-04-01-preview":[{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":114},{"RelativePath":"dnsresolver/microsoft.network/2020-04-01-preview/types.json","Index":119}],"2022-07-01":[{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":114},{"RelativePath":"dnsresolver/microsoft.network/2022-07-01/types.json","Index":119},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3115},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3125}],"2021-02-01-preview":[{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":394},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":404}],"2021-05-01-preview":[{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":325},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":335}],"2022-01-01":[{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3010},{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3020}],"2022-02-01-preview":[{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":331},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":341}],"2022-04-01-preview":[{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":336},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":346}],"2022-05-01":[{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3109},{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3119}],"2022-09-01":[{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3127},{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3137}]},"dynatrace.observability/monitors":{"2021-09-01-preview":[{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":118},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":150},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":182},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01-preview/types.json","Index":187}],"2021-09-01":[{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":118},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":150},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":182},{"RelativePath":"dynatrace/dynatrace.observability/2021-09-01/types.json","Index":187}]},"microsoft.elastic/monitors":{"2020-07-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2020-07-01-preview/types.json","Index":86}],"2020-07-01":[{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2020-07-01/types.json","Index":86}],"2021-09-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2021-09-01-preview/types.json","Index":86}],"2021-10-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":86},{"RelativePath":"elastic/microsoft.elastic/2021-10-01-preview/types.json","Index":89}],"2022-05-05-preview":[{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":86},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":89},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":98},{"RelativePath":"elastic/microsoft.elastic/2022-05-05-preview/types.json","Index":99}],"2022-07-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":86},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":89},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":98},{"RelativePath":"elastic/microsoft.elastic/2022-07-01-preview/types.json","Index":99}],"2022-09-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":82},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":86},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":89},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":98},{"RelativePath":"elastic/microsoft.elastic/2022-09-01-preview/types.json","Index":99}],"2023-02-01-preview":[{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":77},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":84},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":88},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":91},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":100},{"RelativePath":"elastic/microsoft.elastic/2023-02-01-preview/types.json","Index":101}]},"microsoft.engagementfabric/accounts":{"2018-09-01-preview":[{"RelativePath":"engagementfabric/microsoft.engagementfabric/2018-09-01-preview/types.json","Index":27},{"RelativePath":"engagementfabric/microsoft.engagementfabric/2018-09-01-preview/types.json","Index":32}]},"microsoft.eventgrid/topics":{"2017-06-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2017-06-15-preview/types.json","Index":56}],"2017-09-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2017-09-15-preview/types.json","Index":60}],"2018-01-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2018-01-01/types.json","Index":60}],"2018-05-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2018-05-01-preview/types.json","Index":86}],"2018-09-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":142}],"2019-01-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-01-01/types.json","Index":72}],"2019-02-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":153}],"2019-06-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":135}],"2020-01-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":159}],"2020-04-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":324}],"2020-06-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":208}],"2020-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":368}],"2021-06-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":376}],"2021-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":481}],"2021-12-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":284}],"2022-06-15":[{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":417}]},"microsoft.eventgrid/domains":{"2018-09-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2018-09-15-preview/types.json","Index":140}],"2019-02-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-02-01-preview/types.json","Index":151}],"2019-06-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2019-06-01/types.json","Index":133}],"2020-01-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-01-01-preview/types.json","Index":157}],"2020-04-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":320}],"2020-06-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-06-01/types.json","Index":206}],"2020-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":364}],"2021-06-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":372}],"2021-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":477}],"2021-12-01":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-12-01/types.json","Index":282}],"2022-06-15":[{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":415}]},"microsoft.eventgrid/partnernamespaces":{"2020-04-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-04-01-preview/types.json","Index":322}],"2020-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2020-10-15-preview/types.json","Index":366}],"2021-06-01-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-06-01-preview/types.json","Index":374}],"2021-10-15-preview":[{"RelativePath":"eventgrid/microsoft.eventgrid/2021-10-15-preview/types.json","Index":479}],"2022-06-15":[{"RelativePath":"eventgrid/microsoft.eventgrid/2022-06-15/types.json","Index":419}]},"microsoft.eventhub/namespaces/authorizationrules":{"2015-08-01":[{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":72}],"2017-04-01":[{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":96}],"2018-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":143}],"2021-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":143}],"2021-06-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":155}],"2021-11-01":[{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":168}],"2022-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":191}],"2022-10-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":195}]},"microsoft.eventhub/namespaces/eventhubs/authorizationrules":{"2015-08-01":[{"RelativePath":"eventhub/microsoft.eventhub/2015-08-01/types.json","Index":73}],"2017-04-01":[{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":98}],"2018-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":145}],"2021-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":144}],"2021-06-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":156}],"2021-11-01":[{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":169}],"2022-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":193}],"2022-10-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":197}]},"microsoft.eventhub/namespaces/disasterrecoveryconfigs/authorizationrules":{"2017-04-01":[{"RelativePath":"eventhub/microsoft.eventhub/2017-04-01/types.json","Index":97}],"2018-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2018-01-01-preview/types.json","Index":144}],"2021-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-01-01-preview/types.json","Index":145}],"2021-06-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2021-06-01-preview/types.json","Index":157}],"2021-11-01":[{"RelativePath":"eventhub/microsoft.eventhub/2021-11-01/types.json","Index":170}],"2022-01-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-01-01-preview/types.json","Index":192}],"2022-10-01-preview":[{"RelativePath":"eventhub/microsoft.eventhub/2022-10-01-preview/types.json","Index":196}]},"microsoft.fluidrelay/fluidrelayservers":{"2022-04-21":[{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-04-21/types.json","Index":56}],"2022-05-11":[{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-11/types.json","Index":56}],"2022-05-26":[{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-05-26/types.json","Index":60}],"2022-06-01":[{"RelativePath":"fluidrelay/microsoft.fluidrelay/2022-06-01/types.json","Index":60}]},"microsoft.hdinsight/clusters":{"2015-03-01-preview":[{"RelativePath":"hdinsight/microsoft.hdinsight/2015-03-01-preview/types.json","Index":113}],"2018-06-01-preview":[{"RelativePath":"hdinsight/microsoft.hdinsight/2018-06-01-preview/types.json","Index":113}],"2021-06-01":[{"RelativePath":"hdinsight/microsoft.hdinsight/2021-06-01/types.json","Index":177}]},"microsoft.healthbot/healthbots":{"2022-08-08":[{"RelativePath":"healthbot/microsoft.healthbot/2022-08-08/types.json","Index":42}]},"microsoft.hybridconnectivity/endpoints":{"2021-10-06-preview":[{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2021-10-06-preview/types.json","Index":29}],"2022-05-01-preview":[{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2022-05-01-preview/types.json","Index":29},{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2022-05-01-preview/types.json","Index":32}],"2023-03-15":[{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.json","Index":47},{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.json","Index":51},{"RelativePath":"hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.json","Index":57}]},"microsoft.kubernetes/connectedclusters":{"2020-01-01-preview":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2020-01-01-preview/types.json","Index":40}],"2021-04-01-preview":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-04-01-preview/types.json","Index":53}],"2021-10-01":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2021-10-01/types.json","Index":50}],"2022-05-01-preview":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2022-05-01-preview/types.json","Index":53}],"2022-10-01-preview":[{"RelativePath":"hybridkubernetes/microsoft.kubernetes/2022-10-01-preview/types.json","Index":58}]},"microsoft.hybridnetwork/devices":{"2020-01-01-preview":[{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2020-01-01-preview/types.json","Index":211}],"2021-05-01":[{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2021-05-01/types.json","Index":243}],"2022-01-01-preview":[{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":243}]},"microsoft.hybridnetwork/vendors/vendorskus":{"2022-01-01-preview":[{"RelativePath":"hybridnetwork/microsoft.hybridnetwork/2022-01-01-preview/types.json","Index":246}]},"microsoft.devices/iothubs":{"2016-02-03":[{"RelativePath":"iothub/microsoft.devices/2016-02-03/types.json","Index":72}],"2017-01-19":[{"RelativePath":"iothub/microsoft.devices/2017-01-19/types.json","Index":95}],"2017-07-01":[{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":102}],"2018-01-22":[{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":102}],"2018-04-01":[{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":108}],"2018-12-01-preview":[{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":112}],"2019-03-22-preview":[{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":115}],"2019-03-22":[{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":110}],"2019-07-01-preview":[{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":117}],"2019-11-04":[{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":113}],"2020-03-01":[{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":145}],"2020-04-01":[{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":145}],"2020-06-15":[{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":145}],"2020-07-10-preview":[{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":156}],"2020-08-01":[{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":145}],"2020-08-31-preview":[{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":164}],"2020-08-31":[{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":153}],"2021-02-01-preview":[{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":171}],"2021-03-03-preview":[{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":171}],"2021-03-31":[{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":164}],"2021-07-01-preview":[{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":174}],"2021-07-01":[{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":165}],"2021-07-02-preview":[{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":185}],"2021-07-02":[{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":176}],"2022-04-30-preview":[{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":191}],"2022-11-15-preview":[{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":195}]},"microsoft.devices/iothubs/iothubkeys":{"2016-02-03":[{"RelativePath":"iothub/microsoft.devices/2016-02-03/types.json","Index":73}],"2017-01-19":[{"RelativePath":"iothub/microsoft.devices/2017-01-19/types.json","Index":96}],"2017-07-01":[{"RelativePath":"iothub/microsoft.devices/2017-07-01/types.json","Index":103}],"2018-01-22":[{"RelativePath":"iothub/microsoft.devices/2018-01-22/types.json","Index":103}],"2018-04-01":[{"RelativePath":"iothub/microsoft.devices/2018-04-01/types.json","Index":109}],"2018-12-01-preview":[{"RelativePath":"iothub/microsoft.devices/2018-12-01-preview/types.json","Index":113}],"2019-03-22-preview":[{"RelativePath":"iothub/microsoft.devices/2019-03-22-preview/types.json","Index":116}],"2019-03-22":[{"RelativePath":"iothub/microsoft.devices/2019-03-22/types.json","Index":111}],"2019-07-01-preview":[{"RelativePath":"iothub/microsoft.devices/2019-07-01-preview/types.json","Index":118}],"2019-11-04":[{"RelativePath":"iothub/microsoft.devices/2019-11-04/types.json","Index":114}],"2020-03-01":[{"RelativePath":"iothub/microsoft.devices/2020-03-01/types.json","Index":146}],"2020-04-01":[{"RelativePath":"iothub/microsoft.devices/2020-04-01/types.json","Index":146}],"2020-06-15":[{"RelativePath":"iothub/microsoft.devices/2020-06-15/types.json","Index":146}],"2020-07-10-preview":[{"RelativePath":"iothub/microsoft.devices/2020-07-10-preview/types.json","Index":157}],"2020-08-01":[{"RelativePath":"iothub/microsoft.devices/2020-08-01/types.json","Index":146}],"2020-08-31-preview":[{"RelativePath":"iothub/microsoft.devices/2020-08-31-preview/types.json","Index":165}],"2020-08-31":[{"RelativePath":"iothub/microsoft.devices/2020-08-31/types.json","Index":154}],"2021-02-01-preview":[{"RelativePath":"iothub/microsoft.devices/2021-02-01-preview/types.json","Index":172}],"2021-03-03-preview":[{"RelativePath":"iothub/microsoft.devices/2021-03-03-preview/types.json","Index":172}],"2021-03-31":[{"RelativePath":"iothub/microsoft.devices/2021-03-31/types.json","Index":165}],"2021-07-01-preview":[{"RelativePath":"iothub/microsoft.devices/2021-07-01-preview/types.json","Index":175}],"2021-07-01":[{"RelativePath":"iothub/microsoft.devices/2021-07-01/types.json","Index":166}],"2021-07-02-preview":[{"RelativePath":"iothub/microsoft.devices/2021-07-02-preview/types.json","Index":186}],"2021-07-02":[{"RelativePath":"iothub/microsoft.devices/2021-07-02/types.json","Index":177}],"2022-04-30-preview":[{"RelativePath":"iothub/microsoft.devices/2022-04-30-preview/types.json","Index":192}],"2022-11-15-preview":[{"RelativePath":"iothub/microsoft.devices/2022-11-15-preview/types.json","Index":196}]},"microsoft.labservices/users":{"2018-10-15":[{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":81},{"RelativePath":"labservices/microsoft.labservices/2018-10-15/types.json","Index":85}]},"microsoft.logic/workflows/accesskeys":{"2015-02-01-preview":[{"RelativePath":"logic/microsoft.logic/2015-02-01-preview/types.json","Index":184}]},"microsoft.logic/integrationaccounts":{"2015-08-01-preview":[{"RelativePath":"logic/microsoft.logic/2015-08-01-preview/types.json","Index":245}],"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":611},{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":618}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":577},{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":584}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":773},{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":780}]},"microsoft.logic/workflows":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":596},{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":597}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":562},{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":563}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":758},{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":759}]},"microsoft.logic/workflows/versions/triggers":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":598}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":565}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":761}]},"microsoft.logic/workflows/triggers":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":599}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":564}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":760}]},"microsoft.logic/workflows/runs/actions":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":608}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":574}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":770}]},"microsoft.logic/workflows/runs/actions/repetitions":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":609}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":575}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":771}]},"microsoft.logic/integrationaccounts/assemblies":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":619}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":585}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":781}]},"microsoft.logic/integrationaccounts/schemas":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":620}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":586}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":782}]},"microsoft.logic/integrationaccounts/maps":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":621}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":587}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":783}]},"microsoft.logic/integrationaccounts/partners":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":622}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":588}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":784}]},"microsoft.logic/integrationaccounts/agreements":{"2016-06-01":[{"RelativePath":"logic/microsoft.logic/2016-06-01/types.json","Index":623}],"2018-07-01-preview":[{"RelativePath":"logic/microsoft.logic/2018-07-01-preview/types.json","Index":589}],"2019-05-01":[{"RelativePath":"logic/microsoft.logic/2019-05-01/types.json","Index":785}]},"microsoft.logz/monitors":{"2020-10-01-preview":[{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":104},{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":113},{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":117}],"2020-10-01":[{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":104},{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":113},{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":117}],"2022-01-01-preview":[{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":127},{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":136},{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":140}]},"microsoft.logz/monitors/accounts":{"2020-10-01-preview":[{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":118},{"RelativePath":"logz/microsoft.logz/2020-10-01-preview/types.json","Index":119}],"2020-10-01":[{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":118},{"RelativePath":"logz/microsoft.logz/2020-10-01/types.json","Index":119}],"2022-01-01-preview":[{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":141},{"RelativePath":"logz/microsoft.logz/2022-01-01-preview/types.json","Index":142}]},"microsoft.machinelearning/workspaces":{"2016-04-01":[{"RelativePath":"machinelearning/microsoft.machinelearning/2016-04-01/types.json","Index":29}],"2019-10-01":[{"RelativePath":"machinelearning/microsoft.machinelearning/2019-10-01/types.json","Index":30}]},"microsoft.machinelearningcompute/operationalizationclusters":{"2017-06-01-preview":[{"RelativePath":"machinelearningcompute/microsoft.machinelearningcompute/2017-06-01-preview/types.json","Index":96}],"2017-08-01-preview":[{"RelativePath":"machinelearningcompute/microsoft.machinelearningcompute/2017-08-01-preview/types.json","Index":108}]},"microsoft.machinelearningservices/workspaces":{"2018-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-03-01-preview/types.json","Index":69}],"2018-11-19":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":86}],"2019-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":86}],"2019-06-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":90}],"2019-11-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":91}],"2020-01-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":113}],"2020-02-18-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":152}],"2020-03-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":133}],"2020-04-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":141}],"2020-05-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":298}],"2020-05-15-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":192}],"2020-06-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":171}],"2020-08-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":195}],"2020-09-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":310},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":312}],"2021-01-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":271},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":273},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":274},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":276}],"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":691},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":693},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":695},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":696}],"2021-04-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":279},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":281},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":282},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":284}],"2021-07-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":242},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":244},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":246},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":247}],"2022-01-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":248},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":250},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":252},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":253}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1121},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1123},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1125},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1126}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":757},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":759},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":761},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":762}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1307},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1309},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1311},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1312}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1470},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1472},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1474},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1475}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1167},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1169},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1171},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1172}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1513},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1515},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1517},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1518}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1624},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1626},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1628},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1629}]},"microsoft.machinelearningservices/workspaces/computes":{"2018-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-03-01-preview/types.json","Index":75}],"2018-11-19":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":98},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2018-11-19/types.json","Index":106}],"2019-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":98},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-05-01/types.json","Index":106}],"2019-06-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":109},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-06-01/types.json","Index":117}],"2019-11-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":110},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2019-11-01/types.json","Index":118}],"2020-01-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":132},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-01-01/types.json","Index":140}],"2020-02-18-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":172},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-02-18-preview/types.json","Index":180}],"2020-03-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":152},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-03-01/types.json","Index":160}],"2020-04-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":160},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-04-01/types.json","Index":168}],"2020-05-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":317},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-01-preview/types.json","Index":325}],"2020-05-15-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":211},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-05-15-preview/types.json","Index":219}],"2020-06-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":191},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-06-01/types.json","Index":199}],"2020-08-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":215},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-08-01/types.json","Index":223}],"2020-09-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":332},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2020-09-01-preview/types.json","Index":340}],"2021-01-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":296},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-01-01/types.json","Index":304}],"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":717},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":725}],"2021-04-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":305},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-04-01/types.json","Index":313}],"2021-07-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":258},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-07-01/types.json","Index":266}],"2022-01-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":264},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-01-01-preview/types.json","Index":272}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1137},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1145}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":773},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":781}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1323},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1331}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1486},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1494}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1183},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1191}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1529},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1537}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1640},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1648}]},"microsoft.machinelearningservices/workspaces/batchendpoints":{"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":726}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1146}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":782}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1332}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1495}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1192}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1538}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1649}]},"microsoft.machinelearningservices/workspaces/datastores":{"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":740}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1160}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":792}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1346}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1509}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1202}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1552}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1663}]},"microsoft.machinelearningservices/workspaces/onlineendpoints":{"2021-03-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2021-03-01-preview/types.json","Index":741}],"2022-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-02-01-preview/types.json","Index":1161}],"2022-05-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-05-01/types.json","Index":793}],"2022-06-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-06-01-preview/types.json","Index":1347}],"2022-10-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01-preview/types.json","Index":1510}],"2022-10-01":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-10-01/types.json","Index":1203}],"2022-12-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2022-12-01-preview/types.json","Index":1553}],"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1703}]},"microsoft.machinelearningservices/workspaces/featuresets/versions":{"2023-02-01-preview":[{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1677},{"RelativePath":"machinelearningservices/microsoft.machinelearningservices/2023-02-01-preview/types.json","Index":1702}]},"microsoft.maps/accounts":{"2017-01-01-preview":[{"RelativePath":"maps/microsoft.maps/2017-01-01-preview/types.json","Index":16}],"2018-05-01":[{"RelativePath":"maps/microsoft.maps/2018-05-01/types.json","Index":16}],"2020-02-01-preview":[{"RelativePath":"maps/microsoft.maps/2020-02-01-preview/types.json","Index":39}],"2021-02-01":[{"RelativePath":"maps/microsoft.maps/2021-02-01/types.json","Index":40}],"2021-07-01-preview":[{"RelativePath":"maps/microsoft.maps/2021-07-01-preview/types.json","Index":50}],"2021-12-01-preview":[{"RelativePath":"maps/microsoft.maps/2021-12-01-preview/types.json","Index":59},{"RelativePath":"maps/microsoft.maps/2021-12-01-preview/types.json","Index":61}]},"microsoft.marketplace/privatestores":{"2021-12-01":[{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":83},{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":91},{"RelativePath":"marketplace/microsoft.marketplace/2021-12-01/types.json","Index":94}],"2022-03-01":[{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":83},{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":91},{"RelativePath":"marketplace/microsoft.marketplace/2022-03-01/types.json","Index":94}],"2022-09-01":[{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":89},{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":97},{"RelativePath":"marketplace/microsoft.marketplace/2022-09-01/types.json","Index":100}],"2023-01-01":[{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":89},{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":97},{"RelativePath":"marketplace/microsoft.marketplace/2023-01-01/types.json","Index":100}]},"microsoft.media/mediaservices":{"2015-10-01":[{"RelativePath":"mediaservices/microsoft.media/2015-10-01/types.json","Index":19}],"2020-05-01":[{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":635}],"2021-05-01":[{"RelativePath":"mediaservices/microsoft.media/2021-05-01/types.json","Index":75}],"2021-06-01":[{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":623}],"2021-11-01":[{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":665}],"2023-01-01":[{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":272}]},"microsoft.media/mediaservices/assets":{"2018-03-30-preview":[{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":376}],"2018-06-01-preview":[{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":382}],"2018-07-01":[{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":432},{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":436}],"2019-05-01-preview":[{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":432},{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":436}],"2020-05-01":[{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":607},{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":611}],"2021-06-01":[{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":631},{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":635}],"2021-11-01":[{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":673},{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":677}],"2022-08-01":[{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":296},{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":300}],"2023-01-01":[{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":280},{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":284}]},"microsoft.media/mediaservices/streaminglocators":{"2018-03-30-preview":[{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":385},{"RelativePath":"mediaservices/microsoft.media/2018-03-30-preview/types.json","Index":401}],"2018-06-01-preview":[{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":385},{"RelativePath":"mediaservices/microsoft.media/2018-06-01-preview/types.json","Index":401}],"2018-07-01":[{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":439},{"RelativePath":"mediaservices/microsoft.media/2018-07-01/types.json","Index":455}],"2019-05-01-preview":[{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":439},{"RelativePath":"mediaservices/microsoft.media/2019-05-01-preview/types.json","Index":455}],"2020-05-01":[{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":614},{"RelativePath":"mediaservices/microsoft.media/2020-05-01/types.json","Index":630}],"2021-06-01":[{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":638},{"RelativePath":"mediaservices/microsoft.media/2021-06-01/types.json","Index":654}],"2021-11-01":[{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":680},{"RelativePath":"mediaservices/microsoft.media/2021-11-01/types.json","Index":696}],"2022-08-01":[{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":303},{"RelativePath":"mediaservices/microsoft.media/2022-08-01/types.json","Index":319}],"2023-01-01":[{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":287},{"RelativePath":"mediaservices/microsoft.media/2023-01-01/types.json","Index":303}]},"microsoft.mixedreality/remoterenderingaccounts":{"2020-04-06-preview":[{"RelativePath":"mixedreality/microsoft.mixedreality/2020-04-06-preview/types.json","Index":34}],"2021-01-01":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-01-01/types.json","Index":40}],"2021-03-01-preview":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":47}]},"microsoft.mixedreality/spatialanchorsaccounts":{"2020-05-01":[{"RelativePath":"mixedreality/microsoft.mixedreality/2020-05-01/types.json","Index":34}],"2021-01-01":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-01-01/types.json","Index":39}],"2021-03-01-preview":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":46}]},"microsoft.mixedreality/objectanchorsaccounts":{"2021-03-01-preview":[{"RelativePath":"mixedreality/microsoft.mixedreality/2021-03-01-preview/types.json","Index":48}]},"microsoft.mobilenetwork/mobilenetworks":{"2022-03-01-preview":[{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-03-01-preview/types.json","Index":239}],"2022-04-01-preview":[{"RelativePath":"mobilenetwork/microsoft.mobilenetwork/2022-04-01-preview/types.json","Index":301}]},"microsoft.managedidentity/userassignedidentities":{"2021-09-30-preview":[{"RelativePath":"msi/microsoft.managedidentity/2021-09-30-preview/types.json","Index":24}],"2022-01-31-preview":[{"RelativePath":"msi/microsoft.managedidentity/2022-01-31-preview/types.json","Index":30}]},"microsoft.netapp/netappaccounts/capacitypools/volumes":{"2022-01-01":[{"RelativePath":"netapp/microsoft.netapp/2022-01-01/types.json","Index":193}],"2022-03-01":[{"RelativePath":"netapp/microsoft.netapp/2022-03-01/types.json","Index":194}],"2022-05-01":[{"RelativePath":"netapp/microsoft.netapp/2022-05-01/types.json","Index":219}],"2022-09-01":[{"RelativePath":"netapp/microsoft.netapp/2022-09-01/types.json","Index":224}]},"microsoft.network/networkmanagers":{"2021-02-01-preview":[{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":351},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":359},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":367},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":377},{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":387}],"2021-05-01-preview":[{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":283},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":291},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":299},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":309},{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":319}],"2022-01-01":[{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2975},{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":2985},{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3004}],"2022-02-01-preview":[{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":289},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":297},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":305},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":315},{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":325}],"2022-04-01-preview":[{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":294},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":302},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":310},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":320},{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":330}],"2022-05-01":[{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3074},{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3084},{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3103}],"2022-07-01":[{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3080},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3090},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3109}],"2022-09-01":[{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3092},{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3102},{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3121}]},"microsoft.network/networkmanagers/networkgroups":{"2021-02-01-preview":[{"RelativePath":"network/microsoft.network/2021-02-01-preview/types.json","Index":389}],"2021-05-01-preview":[{"RelativePath":"network/microsoft.network/2021-05-01-preview/types.json","Index":336}],"2022-02-01-preview":[{"RelativePath":"network/microsoft.network/2022-02-01-preview/types.json","Index":342}],"2022-04-01-preview":[{"RelativePath":"network/microsoft.network/2022-04-01-preview/types.json","Index":347}]},"microsoft.network/firewallpolicies":{"2021-05-01":[{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2663},{"RelativePath":"network/microsoft.network/2021-05-01/types.json","Index":2667}],"2021-08-01":[{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2758},{"RelativePath":"network/microsoft.network/2021-08-01/types.json","Index":2762}],"2022-01-01":[{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3034},{"RelativePath":"network/microsoft.network/2022-01-01/types.json","Index":3038}],"2022-05-01":[{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3133},{"RelativePath":"network/microsoft.network/2022-05-01/types.json","Index":3137}],"2022-07-01":[{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3139},{"RelativePath":"network/microsoft.network/2022-07-01/types.json","Index":3143}],"2022-09-01":[{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3151},{"RelativePath":"network/microsoft.network/2022-09-01/types.json","Index":3155}]},"newrelic.observability/monitors":{"2022-07-01-preview":[{"RelativePath":"newrelic/newrelic.observability/2022-07-01-preview/types.json","Index":126},{"RelativePath":"newrelic/newrelic.observability/2022-07-01-preview/types.json","Index":132}],"2022-07-01":[{"RelativePath":"newrelic/newrelic.observability/2022-07-01/types.json","Index":126},{"RelativePath":"newrelic/newrelic.observability/2022-07-01/types.json","Index":132}]},"microsoft.notificationhubs/namespaces/authorizationrules":{"2014-09-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":51}],"2016-03-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":58}],"2017-04-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":58}]},"microsoft.notificationhubs/namespaces/notificationhubs/authorizationrules":{"2014-09-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2014-09-01/types.json","Index":52}],"2016-03-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2016-03-01/types.json","Index":59}],"2017-04-01":[{"RelativePath":"notificationhubs/microsoft.notificationhubs/2017-04-01/types.json","Index":59}]},"microsoft.openenergyplatform/energyservices":{"2022-04-04-preview":[{"RelativePath":"oep/microsoft.openenergyplatform/2022-04-04-preview/types.json","Index":38}]},"microsoft.operationalinsights/workspaces":{"2015-03-20":[{"RelativePath":"operationalinsights/microsoft.operationalinsights/2015-03-20/types.json","Index":29}]},"microsoft.orbital/spacecrafts":{"2021-04-04-preview":[{"RelativePath":"orbital/microsoft.orbital/2021-04-04-preview/types.json","Index":84}],"2022-03-01":[{"RelativePath":"orbital/microsoft.orbital/2022-03-01/types.json","Index":106}],"2022-11-01":[{"RelativePath":"orbital/microsoft.orbital/2022-11-01/types.json","Index":108}]},"paloaltonetworks.cloudngfw/globalrulestacks":{"2022-08-29-preview":[{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":245},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":249},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":252},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":256}]},"paloaltonetworks.cloudngfw/localrulestacks":{"2022-08-29-preview":[{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":257},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":258},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":259},{"RelativePath":"paloaltonetworks/paloaltonetworks.cloudngfw/2022-08-29-preview/types.json","Index":260}]},"microsoft.policyinsights/remediations":{"2018-07-01-preview":[{"RelativePath":"policyinsights/microsoft.policyinsights/2018-07-01-preview/types.json","Index":23}],"2019-07-01":[{"RelativePath":"policyinsights/microsoft.policyinsights/2019-07-01/types.json","Index":26}],"2021-10-01":[{"RelativePath":"policyinsights/microsoft.policyinsights/2021-10-01/types.json","Index":38}]},"microsoft.powerbi/workspacecollections":{"2016-01-29":[{"RelativePath":"powerbiembedded/microsoft.powerbi/2016-01-29/types.json","Index":19}]},"microsoft.purview/accounts":{"2020-12-01-preview":[{"RelativePath":"purview/microsoft.purview/2020-12-01-preview/types.json","Index":64}],"2021-07-01":[{"RelativePath":"purview/microsoft.purview/2021-07-01/types.json","Index":68}]},"microsoft.redhatopenshift/openshiftclusters":{"2020-04-30":[{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2020-04-30/types.json","Index":46}],"2021-09-01-preview":[{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2021-09-01-preview/types.json","Index":106},{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2021-09-01-preview/types.json","Index":108}],"2022-04-01":[{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-04-01/types.json","Index":58},{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-04-01/types.json","Index":60}],"2022-09-04":[{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":78},{"RelativePath":"redhatopenshift/microsoft.redhatopenshift/2022-09-04/types.json","Index":80}]},"microsoft.cache/redis":{"2015-08-01":[{"RelativePath":"redis/microsoft.cache/2015-08-01/types.json","Index":25}],"2016-04-01":[{"RelativePath":"redis/microsoft.cache/2016-04-01/types.json","Index":48}],"2017-02-01":[{"RelativePath":"redis/microsoft.cache/2017-02-01/types.json","Index":59}],"2017-10-01":[{"RelativePath":"redis/microsoft.cache/2017-10-01/types.json","Index":60}],"2018-03-01":[{"RelativePath":"redis/microsoft.cache/2018-03-01/types.json","Index":77}],"2019-07-01":[{"RelativePath":"redis/microsoft.cache/2019-07-01/types.json","Index":79}],"2020-06-01":[{"RelativePath":"redis/microsoft.cache/2020-06-01/types.json","Index":100}],"2020-12-01":[{"RelativePath":"redis/microsoft.cache/2020-12-01/types.json","Index":100}],"2021-06-01":[{"RelativePath":"redis/microsoft.cache/2021-06-01/types.json","Index":108}],"2022-05-01":[{"RelativePath":"redis/microsoft.cache/2022-05-01/types.json","Index":108}],"2022-06-01":[{"RelativePath":"redis/microsoft.cache/2022-06-01/types.json","Index":108}]},"microsoft.cache/redisenterprise/databases":{"2020-10-01-preview":[{"RelativePath":"redisenterprise/microsoft.cache/2020-10-01-preview/types.json","Index":105}],"2021-02-01-preview":[{"RelativePath":"redisenterprise/microsoft.cache/2021-02-01-preview/types.json","Index":126}],"2021-03-01":[{"RelativePath":"redisenterprise/microsoft.cache/2021-03-01/types.json","Index":117}],"2021-08-01":[{"RelativePath":"redisenterprise/microsoft.cache/2021-08-01/types.json","Index":117}],"2022-01-01":[{"RelativePath":"redisenterprise/microsoft.cache/2022-01-01/types.json","Index":126}],"2022-11-01-preview":[{"RelativePath":"redisenterprise/microsoft.cache/2022-11-01-preview/types.json","Index":157}],"2023-03-01-preview":[{"RelativePath":"redisenterprise/microsoft.cache/2023-03-01-preview/types.json","Index":151}]},"microsoft.relay/namespaces/authorizationrules":{"2016-07-01":[{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":51}],"2017-04-01":[{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":56}],"2021-11-01":[{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":104}]},"microsoft.relay/namespaces/hybridconnections/authorizationrules":{"2016-07-01":[{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":52}],"2017-04-01":[{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":57}],"2021-11-01":[{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":105}]},"microsoft.relay/namespaces/wcfrelays/authorizationrules":{"2016-07-01":[{"RelativePath":"relay/microsoft.relay/2016-07-01/types.json","Index":53}],"2017-04-01":[{"RelativePath":"relay/microsoft.relay/2017-04-01/types.json","Index":58}],"2021-11-01":[{"RelativePath":"relay/microsoft.relay/2021-11-01/types.json","Index":106}]},"microsoft.resourceconnector/appliances":{"2021-10-31-preview":[{"RelativePath":"resourceconnector/microsoft.resourceconnector/2021-10-31-preview/types.json","Index":47}],"2022-04-15-preview":[{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-04-15-preview/types.json","Index":65},{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-04-15-preview/types.json","Index":69}],"2022-10-27":[{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-10-27/types.json","Index":73},{"RelativePath":"resourceconnector/microsoft.resourceconnector/2022-10-27/types.json","Index":80}]},"microsoft.resourcehealth/events":{"2022-10-01-preview":[{"RelativePath":"resourcehealth/microsoft.resourcehealth/2022-10-01-preview/types.json","Index":114}]},"microsoft.search/searchservices":{"2015-02-28":[{"RelativePath":"search/microsoft.search/2015-02-28/types.json","Index":20}],"2015-08-19":[{"RelativePath":"search/microsoft.search/2015-08-19/types.json","Index":42},{"RelativePath":"search/microsoft.search/2015-08-19/types.json","Index":46}],"2019-10-01-preview":[{"RelativePath":"search/microsoft.search/2019-10-01-preview/types.json","Index":62},{"RelativePath":"search/microsoft.search/2019-10-01-preview/types.json","Index":66}],"2020-03-13":[{"RelativePath":"search/microsoft.search/2020-03-13/types.json","Index":62},{"RelativePath":"search/microsoft.search/2020-03-13/types.json","Index":66}],"2020-08-01-preview":[{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":80},{"RelativePath":"search/microsoft.search/2020-08-01-preview/types.json","Index":84}],"2020-08-01":[{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":80},{"RelativePath":"search/microsoft.search/2020-08-01/types.json","Index":84}],"2021-04-01-preview":[{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":108},{"RelativePath":"search/microsoft.search/2021-04-01-preview/types.json","Index":112}],"2022-09-01":[{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":101},{"RelativePath":"search/microsoft.search/2022-09-01/types.json","Index":105}]},"microsoft.security/ingestionsettings":{"2021-01-15-preview":[{"RelativePath":"security/microsoft.security/2021-01-15-preview/types.json","Index":13},{"RelativePath":"security/microsoft.security/2021-01-15-preview/types.json","Index":17}]},"microsoft.servicebus/namespaces/authorizationrules":{"2015-08-01":[{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":120}],"2017-04-01":[{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":140}],"2018-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":177}],"2021-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":185}],"2021-06-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":189}],"2021-11-01":[{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":189}],"2022-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":198}],"2022-10-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":197}]},"microsoft.servicebus/namespaces/queues/authorizationrules":{"2015-08-01":[{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":121}],"2017-04-01":[{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":141}],"2018-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":179}],"2021-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":187}],"2021-06-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":191}],"2021-11-01":[{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":191}],"2022-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":200}],"2022-10-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":199}]},"microsoft.servicebus/namespaces/topics/authorizationrules":{"2015-08-01":[{"RelativePath":"servicebus/microsoft.servicebus/2015-08-01/types.json","Index":122}],"2017-04-01":[{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":142}],"2018-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":180}],"2021-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":188}],"2021-06-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":192}],"2021-11-01":[{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":192}],"2022-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":201}],"2022-10-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":200}]},"microsoft.servicebus/namespaces/disasterrecoveryconfigs/authorizationrules":{"2017-04-01":[{"RelativePath":"servicebus/microsoft.servicebus/2017-04-01/types.json","Index":143}],"2018-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2018-01-01-preview/types.json","Index":178}],"2021-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-01-01-preview/types.json","Index":186}],"2021-06-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2021-06-01-preview/types.json","Index":190}],"2021-11-01":[{"RelativePath":"servicebus/microsoft.servicebus/2021-11-01/types.json","Index":190}],"2022-01-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-01-01-preview/types.json","Index":199}],"2022-10-01-preview":[{"RelativePath":"servicebus/microsoft.servicebus/2022-10-01-preview/types.json","Index":198}]},"microsoft.servicefabric/clusters":{"2020-12-01-preview":[{"RelativePath":"servicefabric/microsoft.servicefabric/2020-12-01-preview/types.json","Index":204}],"2021-06-01":[{"RelativePath":"servicefabric/microsoft.servicefabric/2021-06-01/types.json","Index":217}]},"microsoft.servicefabricmesh/secrets/values":{"2018-09-01-preview":[{"RelativePath":"servicefabricmesh/microsoft.servicefabricmesh/2018-09-01-preview/types.json","Index":192}]},"microsoft.servicelinker/linkers":{"2021-11-01-preview":[{"RelativePath":"servicelinker/microsoft.servicelinker/2021-11-01-preview/types.json","Index":54}],"2022-01-01-preview":[{"RelativePath":"servicelinker/microsoft.servicelinker/2022-01-01-preview/types.json","Index":71}],"2022-05-01":[{"RelativePath":"servicelinker/microsoft.servicelinker/2022-05-01/types.json","Index":72}],"2022-11-01-preview":[{"RelativePath":"servicelinker/microsoft.servicelinker/2022-11-01-preview/types.json","Index":181}]},"microsoft.signalrservice/signalr":{"2018-03-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2018-03-01-preview/types.json","Index":31}],"2018-10-01":[{"RelativePath":"signalr/microsoft.signalrservice/2018-10-01/types.json","Index":39}],"2020-05-01":[{"RelativePath":"signalr/microsoft.signalrservice/2020-05-01/types.json","Index":101}],"2020-07-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2020-07-01-preview/types.json","Index":110}],"2021-04-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2021-04-01-preview/types.json","Index":149}],"2021-06-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2021-06-01-preview/types.json","Index":149}],"2021-09-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2021-09-01-preview/types.json","Index":149}],"2021-10-01":[{"RelativePath":"signalr/microsoft.signalrservice/2021-10-01/types.json","Index":153}],"2022-02-01":[{"RelativePath":"signalr/microsoft.signalrservice/2022-02-01/types.json","Index":187}],"2022-08-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2022-08-01-preview/types.json","Index":188}],"2023-02-01":[{"RelativePath":"signalr/microsoft.signalrservice/2023-02-01/types.json","Index":188}],"2023-03-01-preview":[{"RelativePath":"signalr/microsoft.signalrservice/2023-03-01-preview/types.json","Index":204}]},"microsoft.solutions/applications":{"2018-03-01":[{"RelativePath":"solutions/microsoft.solutions/2018-03-01/types.json","Index":128}],"2018-06-01":[{"RelativePath":"solutions/microsoft.solutions/2018-06-01/types.json","Index":128}],"2018-09-01-preview":[{"RelativePath":"solutions/microsoft.solutions/2018-09-01-preview/types.json","Index":128}],"2019-07-01":[{"RelativePath":"solutions/microsoft.solutions/2019-07-01/types.json","Index":145},{"RelativePath":"solutions/microsoft.solutions/2019-07-01/types.json","Index":151}],"2020-08-21-preview":[{"RelativePath":"solutions/microsoft.solutions/2020-08-21-preview/types.json","Index":145},{"RelativePath":"solutions/microsoft.solutions/2020-08-21-preview/types.json","Index":151}],"2021-02-01-preview":[{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":156},{"RelativePath":"solutions/microsoft.solutions/2021-02-01-preview/types.json","Index":162}],"2021-07-01":[{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":150},{"RelativePath":"solutions/microsoft.solutions/2021-07-01/types.json","Index":156}]},"microsoft.storage/storageaccounts":{"2015-05-01-preview":[{"RelativePath":"storage/microsoft.storage/2015-05-01-preview/types.json","Index":33}],"2015-06-15":[{"RelativePath":"storage/microsoft.storage/2015-06-15/types.json","Index":33}],"2016-01-01":[{"RelativePath":"storage/microsoft.storage/2016-01-01/types.json","Index":53}],"2016-05-01":[{"RelativePath":"storage/microsoft.storage/2016-05-01/types.json","Index":53},{"RelativePath":"storage/microsoft.storage/2016-05-01/types.json","Index":77},{"RelativePath":"storage/microsoft.storage/2016-05-01/types.json","Index":97}],"2016-12-01":[{"RelativePath":"storage/microsoft.storage/2016-12-01/types.json","Index":53},{"RelativePath":"storage/microsoft.storage/2016-12-01/types.json","Index":77},{"RelativePath":"storage/microsoft.storage/2016-12-01/types.json","Index":97}],"2017-06-01":[{"RelativePath":"storage/microsoft.storage/2017-06-01/types.json","Index":90},{"RelativePath":"storage/microsoft.storage/2017-06-01/types.json","Index":114},{"RelativePath":"storage/microsoft.storage/2017-06-01/types.json","Index":134}],"2017-10-01":[{"RelativePath":"storage/microsoft.storage/2017-10-01/types.json","Index":92},{"RelativePath":"storage/microsoft.storage/2017-10-01/types.json","Index":116},{"RelativePath":"storage/microsoft.storage/2017-10-01/types.json","Index":136}],"2018-02-01":[{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":134},{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":158},{"RelativePath":"storage/microsoft.storage/2018-02-01/types.json","Index":178}],"2018-03-01-preview":[{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":141},{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":165},{"RelativePath":"storage/microsoft.storage/2018-03-01-preview/types.json","Index":185}],"2018-07-01":[{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":167},{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":191},{"RelativePath":"storage/microsoft.storage/2018-07-01/types.json","Index":211}],"2018-11-01":[{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":188},{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":212},{"RelativePath":"storage/microsoft.storage/2018-11-01/types.json","Index":232}],"2019-04-01":[{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":217},{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":241},{"RelativePath":"storage/microsoft.storage/2019-04-01/types.json","Index":261}],"2019-06-01":[{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":330},{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":354},{"RelativePath":"storage/microsoft.storage/2019-06-01/types.json","Index":374}],"2020-08-01-preview":[{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":343},{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":367},{"RelativePath":"storage/microsoft.storage/2020-08-01-preview/types.json","Index":387}],"2021-01-01":[{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":350},{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":374},{"RelativePath":"storage/microsoft.storage/2021-01-01/types.json","Index":394}],"2021-02-01":[{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":355},{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":379},{"RelativePath":"storage/microsoft.storage/2021-02-01/types.json","Index":399}],"2021-04-01":[{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":390},{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":414},{"RelativePath":"storage/microsoft.storage/2021-04-01/types.json","Index":434}],"2021-06-01":[{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":394},{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":418},{"RelativePath":"storage/microsoft.storage/2021-06-01/types.json","Index":438}],"2021-08-01":[{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":409},{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":433},{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":453}],"2021-09-01":[{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":432},{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":456},{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":476}],"2022-05-01":[{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":433},{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":457},{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":477}],"2022-09-01":[{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":433},{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":457},{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":477}]},"microsoft.storage/storageaccounts/localusers":{"2021-08-01":[{"RelativePath":"storage/microsoft.storage/2021-08-01/types.json","Index":456}],"2021-09-01":[{"RelativePath":"storage/microsoft.storage/2021-09-01/types.json","Index":479}],"2022-05-01":[{"RelativePath":"storage/microsoft.storage/2022-05-01/types.json","Index":480}],"2022-09-01":[{"RelativePath":"storage/microsoft.storage/2022-09-01/types.json","Index":480}]},"microsoft.importexport/jobs":{"2016-11-01":[{"RelativePath":"storageimportexport/microsoft.importexport/2016-11-01/types.json","Index":55}],"2020-08-01":[{"RelativePath":"storageimportexport/microsoft.importexport/2020-08-01/types.json","Index":55}],"2021-01-01":[{"RelativePath":"storageimportexport/microsoft.importexport/2021-01-01/types.json","Index":55}]},"microsoft.storsimple/managers":{"2017-06-01":[{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":166},{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":172}]},"microsoft.storsimple/managers/devices":{"2017-06-01":[{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":185},{"RelativePath":"storsimple8000series/microsoft.storsimple/2017-06-01/types.json","Index":217}]},"microsoft.streamanalytics/clusters":{"2020-03-01-preview":[{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01-preview/types.json","Index":46}],"2020-03-01":[{"RelativePath":"streamanalytics/microsoft.streamanalytics/2020-03-01/types.json","Index":276}]},"microsoft.synapse/workspaces/integrationruntimes":{"2019-06-01-preview":[{"RelativePath":"synapse/microsoft.synapse/2019-06-01-preview/types.json","Index":497}],"2020-12-01":[{"RelativePath":"synapse/microsoft.synapse/2020-12-01/types.json","Index":513}],"2021-03-01":[{"RelativePath":"synapse/microsoft.synapse/2021-03-01/types.json","Index":516}],"2021-04-01-preview":[{"RelativePath":"synapse/microsoft.synapse/2021-04-01-preview/types.json","Index":740}],"2021-05-01":[{"RelativePath":"synapse/microsoft.synapse/2021-05-01/types.json","Index":521}],"2021-06-01-preview":[{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":808}],"2021-06-01":[{"RelativePath":"synapse/microsoft.synapse/2021-06-01/types.json","Index":549}]},"microsoft.synapse/workspaces/kustopools":{"2021-06-01-preview":[{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":809},{"RelativePath":"synapse/microsoft.synapse/2021-06-01-preview/types.json","Index":813}]},"microsoft.media/videoanalyzers/edgemodules":{"2021-05-01-preview":[{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":85}],"2021-11-01-preview":[{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":244}]},"microsoft.media/videoanalyzers/videos":{"2021-05-01-preview":[{"RelativePath":"videoanalyzer/microsoft.media/2021-05-01-preview/types.json","Index":87}],"2021-11-01-preview":[{"RelativePath":"videoanalyzer/microsoft.media/2021-11-01-preview/types.json","Index":246}]},"microsoft.avs/privateclouds":{"2020-03-20":[{"RelativePath":"vmware/microsoft.avs/2020-03-20/types.json","Index":73}],"2020-07-17-preview":[{"RelativePath":"vmware/microsoft.avs/2020-07-17-preview/types.json","Index":209}],"2021-01-01-preview":[{"RelativePath":"vmware/microsoft.avs/2021-01-01-preview/types.json","Index":224}],"2021-06-01":[{"RelativePath":"vmware/microsoft.avs/2021-06-01/types.json","Index":306}],"2021-12-01":[{"RelativePath":"vmware/microsoft.avs/2021-12-01/types.json","Index":375}],"2022-05-01":[{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":408}]},"microsoft.avs/privateclouds/clusters":{"2022-05-01":[{"RelativePath":"vmware/microsoft.avs/2022-05-01/types.json","Index":413}]},"microsoft.domainregistration/topleveldomains":{"2015-04-01":[{"RelativePath":"web/microsoft.domainregistration/2015-04-01/types.json","Index":84}],"2015-08-01":[{"RelativePath":"web/microsoft.domainregistration/2015-08-01/types.json","Index":79}],"2018-02-01":[{"RelativePath":"web/microsoft.domainregistration/2018-02-01/types.json","Index":84}],"2019-08-01":[{"RelativePath":"web/microsoft.domainregistration/2019-08-01/types.json","Index":84}],"2020-06-01":[{"RelativePath":"web/microsoft.domainregistration/2020-06-01/types.json","Index":84}],"2020-09-01":[{"RelativePath":"web/microsoft.domainregistration/2020-09-01/types.json","Index":95}],"2020-10-01":[{"RelativePath":"web/microsoft.domainregistration/2020-10-01/types.json","Index":95}],"2020-12-01":[{"RelativePath":"web/microsoft.domainregistration/2020-12-01/types.json","Index":84}],"2021-01-01":[{"RelativePath":"web/microsoft.domainregistration/2021-01-01/types.json","Index":84}],"2021-01-15":[{"RelativePath":"web/microsoft.domainregistration/2021-01-15/types.json","Index":84}],"2021-02-01":[{"RelativePath":"web/microsoft.domainregistration/2021-02-01/types.json","Index":84}],"2021-03-01":[{"RelativePath":"web/microsoft.domainregistration/2021-03-01/types.json","Index":84}],"2022-03-01":[{"RelativePath":"web/microsoft.domainregistration/2022-03-01/types.json","Index":84}],"2022-09-01":[{"RelativePath":"web/microsoft.domainregistration/2022-09-01/types.json","Index":84}]},"microsoft.web/connections":{"2015-08-01-preview":[{"RelativePath":"web/microsoft.web/2015-08-01-preview/types.json","Index":93},{"RelativePath":"web/microsoft.web/2015-08-01-preview/types.json","Index":99}],"2016-06-01":[{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":111}]},"microsoft.web/sites/slots/config":{"2015-08-01":[{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":549}],"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":662}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":969}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":717}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1026}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1112}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1123}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1123}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1231}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1275}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1275}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1281}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1363}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1702}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1749}]},"microsoft.web/sites/config":{"2015-08-01":[{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":550}],"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":653}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":957}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":708}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1012}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1099}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1110}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1110}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1218}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1262}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1262}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1268}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1350}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1689}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1719}]},"microsoft.web/sites/slots/backups":{"2015-08-01":[{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":568}],"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":661}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":968}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":716}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1025}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1111}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1122}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1122}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1230}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1274}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1274}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1280}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1362}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1701}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1748}]},"microsoft.web/sites/backups":{"2015-08-01":[{"RelativePath":"web/microsoft.web/2015-08-01/types.json","Index":569}],"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":650}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":954}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":705}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1009}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1096}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1107}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1107}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1215}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1261}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1261}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1267}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1349}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1688}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1718}]},"microsoft.web/locations":{"2016-06-01":[{"RelativePath":"web/microsoft.web/2016-06-01/types.json","Index":100}]},"microsoft.web/sites/functions":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":656}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":958},{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":961}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":711}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1013},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1016}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1100},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1102}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1111},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1113}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1111},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1113}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1219},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1221}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1263},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1265}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1263},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1265}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1269},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1271}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1351},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1353}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1690},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1692}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1720},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1722}]},"microsoft.web/sites/hybridconnectionnamespaces/relays":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":659}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":966}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":714}]},"microsoft.web/sites":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":660}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":967}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":715}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1023},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1024}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1109},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1110}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1120},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1121}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1120},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1121}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1228},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1229}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1272},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1273}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1272},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1273}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1278},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1279}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1360},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1361}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1699},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1700}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1729},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1730},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1747}]},"microsoft.web/sites/slots/functions":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":663}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":970},{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":971}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":718}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1027},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1028}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1113},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1114}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1124},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1125}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1124},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1125}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1232},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1233}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1276},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1277}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1276},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1277}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1282},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1283}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1364},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1365}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1703},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1704}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1750},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1751}]},"microsoft.web/sites/slots/hybridconnectionnamespaces/relays":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":664}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":973}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":719}]},"microsoft.web/sites/slots":{"2016-08-01":[{"RelativePath":"web/microsoft.web/2016-08-01/types.json","Index":665}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":974}],"2018-11-01":[{"RelativePath":"web/microsoft.web/2018-11-01/types.json","Index":720}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1030},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1031}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1116},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1117}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1127},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1128}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1127},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1128}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1235},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1236}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1279},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1280}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1279},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1280}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1285},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1286}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1367},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1368}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1706},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1707}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1753},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1754},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1755}]},"microsoft.web/serverfarms/hybridconnectionnamespaces/relays":{"2016-09-01":[{"RelativePath":"web/microsoft.web/2016-09-01/types.json","Index":126}],"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":951}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1042}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1128}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1139}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1139}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1252}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1243}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1243}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1249}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1327}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1666}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1696}]},"microsoft.web/sites/host":{"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":965}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1020}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1106}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1117}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1117}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1225}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1269}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1269}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1275}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1357}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1696}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1726}]},"microsoft.web/sites/slots/host":{"2018-02-01":[{"RelativePath":"web/microsoft.web/2018-02-01/types.json","Index":972}],"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1029}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1115}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1126}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1126}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1234}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1278}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1278}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1284}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1366}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1705}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1752}]},"microsoft.web/staticsites/authproviders":{"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1036}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1122}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1133}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1133}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1241}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1248}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1248}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1254}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1336}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1675}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1705}]},"microsoft.web/staticsites/builds":{"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1037}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1123}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1134}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1134}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1242},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1243}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1251},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1252}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1251},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1252}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1257},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1258}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1339},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1340}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1678},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1679}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1708},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1709}]},"microsoft.web/staticsites":{"2019-08-01":[{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1038},{"RelativePath":"web/microsoft.web/2019-08-01/types.json","Index":1039}],"2020-06-01":[{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1124},{"RelativePath":"web/microsoft.web/2020-06-01/types.json","Index":1125}],"2020-09-01":[{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1135},{"RelativePath":"web/microsoft.web/2020-09-01/types.json","Index":1136}],"2020-10-01":[{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1135},{"RelativePath":"web/microsoft.web/2020-10-01/types.json","Index":1136}],"2020-12-01":[{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1244},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1247},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1248},{"RelativePath":"web/microsoft.web/2020-12-01/types.json","Index":1249}],"2021-01-01":[{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1253},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1256},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1257},{"RelativePath":"web/microsoft.web/2021-01-01/types.json","Index":1258}],"2021-01-15":[{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1253},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1256},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1257},{"RelativePath":"web/microsoft.web/2021-01-15/types.json","Index":1258}],"2021-02-01":[{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1259},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1262},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1263},{"RelativePath":"web/microsoft.web/2021-02-01/types.json","Index":1264}],"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1341},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1344},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1345},{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1346}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1680},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1683},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1684},{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1685}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1710},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1713},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1714},{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1715}]},"microsoft.web/containerapps":{"2021-03-01":[{"RelativePath":"web/microsoft.web/2021-03-01/types.json","Index":1331}],"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1670}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1700}]},"microsoft.web/sites/hostruntime/webhooks/api/workflows/runs/actions":{"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1716}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1764}]},"microsoft.web/sites/hostruntime/webhooks/api/workflows/runs/actions/repetitions":{"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1717}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1765}]},"microsoft.web/sites/hostruntime/webhooks/api/workflows/triggers":{"2022-03-01":[{"RelativePath":"web/microsoft.web/2022-03-01/types.json","Index":1721}],"2022-09-01":[{"RelativePath":"web/microsoft.web/2022-09-01/types.json","Index":1769}]},"microsoft.signalrservice/webpubsub":{"2021-04-01-preview":[{"RelativePath":"webpubsub/microsoft.signalrservice/2021-04-01-preview/types.json","Index":144}],"2021-06-01-preview":[{"RelativePath":"webpubsub/microsoft.signalrservice/2021-06-01-preview/types.json","Index":138}],"2021-09-01-preview":[{"RelativePath":"webpubsub/microsoft.signalrservice/2021-09-01-preview/types.json","Index":140}],"2021-10-01":[{"RelativePath":"webpubsub/microsoft.signalrservice/2021-10-01/types.json","Index":148}],"2022-08-01-preview":[{"RelativePath":"webpubsub/microsoft.signalrservice/2022-08-01-preview/types.json","Index":188}],"2023-02-01":[{"RelativePath":"webpubsub/microsoft.signalrservice/2023-02-01/types.json","Index":188}],"2023-03-01-preview":[{"RelativePath":"webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json","Index":204}]}}} \ No newline at end of file diff --git a/generated/index.md b/generated/index.md index 1d10ae7930..398e960d75 100644 --- a/generated/index.md +++ b/generated/index.md @@ -129,6 +129,9 @@ * **Link**: [2018-05-05-preview](alertsmanagement/microsoft.alertsmanagement/2018-05-05-preview/types.md#resource-microsoftalertsmanagementsmartgroups2018-05-05-preview) * **Link**: [2019-05-05-preview](alertsmanagement/microsoft.alertsmanagement/2019-05-05-preview/types.md#resource-microsoftalertsmanagementsmartgroups2019-05-05-preview) +### microsoft.alertsmanagement/tenantactivitylogalerts +* **Link**: [2023-04-01-preview](alertsmanagement/microsoft.alertsmanagement/2023-04-01-preview/types.md#resource-microsoftalertsmanagementtenantactivitylogalerts2023-04-01-preview) + ## microsoft.analysisservices ### microsoft.analysisservices/servers * **Link**: [2016-05-16](analysisservices/microsoft.analysisservices/2016-05-16/types.md#resource-microsoftanalysisservicesservers2016-05-16) @@ -1120,6 +1123,7 @@ * **Link**: [2021-10-01-preview](appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.md#resource-microsoftappconfigurationconfigurationstores2021-10-01-preview) * **Link**: [2022-03-01-preview](appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.md#resource-microsoftappconfigurationconfigurationstores2022-03-01-preview) * **Link**: [2022-05-01](appconfiguration/microsoft.appconfiguration/2022-05-01/types.md#resource-microsoftappconfigurationconfigurationstores2022-05-01) +* **Link**: [2023-03-01](appconfiguration/microsoft.appconfiguration/2023-03-01/types.md#resource-microsoftappconfigurationconfigurationstores2023-03-01) ### microsoft.appconfiguration/configurationstores/keyvalues * **Link**: [2020-07-01-preview](appconfiguration/microsoft.appconfiguration/2020-07-01-preview/types.md#resource-microsoftappconfigurationconfigurationstoreskeyvalues2020-07-01-preview) @@ -1127,6 +1131,7 @@ * **Link**: [2021-10-01-preview](appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.md#resource-microsoftappconfigurationconfigurationstoreskeyvalues2021-10-01-preview) * **Link**: [2022-03-01-preview](appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.md#resource-microsoftappconfigurationconfigurationstoreskeyvalues2022-03-01-preview) * **Link**: [2022-05-01](appconfiguration/microsoft.appconfiguration/2022-05-01/types.md#resource-microsoftappconfigurationconfigurationstoreskeyvalues2022-05-01) +* **Link**: [2023-03-01](appconfiguration/microsoft.appconfiguration/2023-03-01/types.md#resource-microsoftappconfigurationconfigurationstoreskeyvalues2023-03-01) ### microsoft.appconfiguration/configurationstores/privateendpointconnections * **Link**: [2019-11-01-preview](appconfiguration/microsoft.appconfiguration/2019-11-01-preview/types.md#resource-microsoftappconfigurationconfigurationstoresprivateendpointconnections2019-11-01-preview) @@ -1136,9 +1141,11 @@ * **Link**: [2021-10-01-preview](appconfiguration/microsoft.appconfiguration/2021-10-01-preview/types.md#resource-microsoftappconfigurationconfigurationstoresprivateendpointconnections2021-10-01-preview) * **Link**: [2022-03-01-preview](appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.md#resource-microsoftappconfigurationconfigurationstoresprivateendpointconnections2022-03-01-preview) * **Link**: [2022-05-01](appconfiguration/microsoft.appconfiguration/2022-05-01/types.md#resource-microsoftappconfigurationconfigurationstoresprivateendpointconnections2022-05-01) +* **Link**: [2023-03-01](appconfiguration/microsoft.appconfiguration/2023-03-01/types.md#resource-microsoftappconfigurationconfigurationstoresprivateendpointconnections2023-03-01) ### microsoft.appconfiguration/configurationstores/replicas * **Link**: [2022-03-01-preview](appconfiguration/microsoft.appconfiguration/2022-03-01-preview/types.md#resource-microsoftappconfigurationconfigurationstoresreplicas2022-03-01-preview) +* **Link**: [2023-03-01](appconfiguration/microsoft.appconfiguration/2023-03-01/types.md#resource-microsoftappconfigurationconfigurationstoresreplicas2023-03-01) ## microsoft.appplatform ### microsoft.appplatform/spring @@ -1154,6 +1161,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspring2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspring2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspring2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspring2023-03-01-preview) ### microsoft.appplatform/spring/apiportals * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringapiportals2022-01-01-preview) @@ -1163,6 +1171,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringapiportals2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringapiportals2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringapiportals2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringapiportals2023-03-01-preview) ### microsoft.appplatform/spring/apiportals/domains * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringapiportalsdomains2022-01-01-preview) @@ -1172,22 +1181,27 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringapiportalsdomains2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringapiportalsdomains2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringapiportalsdomains2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringapiportalsdomains2023-03-01-preview) ### microsoft.appplatform/spring/applicationaccelerators * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringapplicationaccelerators2022-11-01-preview) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringapplicationaccelerators2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringapplicationaccelerators2023-03-01-preview) ### microsoft.appplatform/spring/applicationaccelerators/customizedaccelerators * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringapplicationacceleratorscustomizedaccelerators2022-11-01-preview) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringapplicationacceleratorscustomizedaccelerators2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringapplicationacceleratorscustomizedaccelerators2023-03-01-preview) ### microsoft.appplatform/spring/applicationaccelerators/predefinedaccelerators * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringapplicationacceleratorspredefinedaccelerators2022-11-01-preview) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringapplicationacceleratorspredefinedaccelerators2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringapplicationacceleratorspredefinedaccelerators2023-03-01-preview) ### microsoft.appplatform/spring/applicationliveviews * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringapplicationliveviews2022-11-01-preview) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringapplicationliveviews2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringapplicationliveviews2023-03-01-preview) ### microsoft.appplatform/spring/apps * **Link**: [2020-07-01](appplatform/microsoft.appplatform/2020-07-01/types.md#resource-microsoftappplatformspringapps2020-07-01) @@ -1202,6 +1216,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringapps2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringapps2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringapps2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringapps2023-03-01-preview) ### microsoft.appplatform/spring/apps/bindings * **Link**: [2020-07-01](appplatform/microsoft.appplatform/2020-07-01/types.md#resource-microsoftappplatformspringappsbindings2020-07-01) @@ -1216,6 +1231,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringappsbindings2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringappsbindings2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringappsbindings2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringappsbindings2023-03-01-preview) ### microsoft.appplatform/spring/apps/deployments * **Link**: [2020-07-01](appplatform/microsoft.appplatform/2020-07-01/types.md#resource-microsoftappplatformspringappsdeployments2020-07-01) @@ -1230,6 +1246,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringappsdeployments2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringappsdeployments2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringappsdeployments2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringappsdeployments2023-03-01-preview) ### microsoft.appplatform/spring/apps/domains * **Link**: [2020-07-01](appplatform/microsoft.appplatform/2020-07-01/types.md#resource-microsoftappplatformspringappsdomains2020-07-01) @@ -1244,6 +1261,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringappsdomains2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringappsdomains2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringappsdomains2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringappsdomains2023-03-01-preview) ### microsoft.appplatform/spring/buildservices * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringbuildservices2022-01-01-preview) @@ -1254,6 +1272,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringbuildservices2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringbuildservices2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringbuildservices2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringbuildservices2023-03-01-preview) ### microsoft.appplatform/spring/buildservices/agentpools * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesagentpools2022-01-01-preview) @@ -1264,6 +1283,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringbuildservicesagentpools2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringbuildservicesagentpools2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesagentpools2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringbuildservicesagentpools2023-03-01-preview) ### microsoft.appplatform/spring/buildservices/builders * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuilders2022-01-01-preview) @@ -1274,6 +1294,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuilders2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringbuildservicesbuilders2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuilders2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuilders2023-03-01-preview) ### microsoft.appplatform/spring/buildservices/builders/buildpackbindings * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuildersbuildpackbindings2022-01-01-preview) @@ -1284,6 +1305,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuildersbuildpackbindings2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringbuildservicesbuildersbuildpackbindings2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuildersbuildpackbindings2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuildersbuildpackbindings2023-03-01-preview) ### microsoft.appplatform/spring/buildservices/builds * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuilds2022-01-01-preview) @@ -1294,6 +1316,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuilds2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringbuildservicesbuilds2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuilds2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuilds2023-03-01-preview) ### microsoft.appplatform/spring/buildservices/builds/results * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuildsresults2022-01-01-preview) @@ -1304,6 +1327,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuildsresults2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringbuildservicesbuildsresults2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuildsresults2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringbuildservicesbuildsresults2023-03-01-preview) ### microsoft.appplatform/spring/buildservices/supportedbuildpacks * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicessupportedbuildpacks2022-01-01-preview) @@ -1314,6 +1338,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringbuildservicessupportedbuildpacks2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringbuildservicessupportedbuildpacks2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicessupportedbuildpacks2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringbuildservicessupportedbuildpacks2023-03-01-preview) ### microsoft.appplatform/spring/buildservices/supportedstacks * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicessupportedstacks2022-01-01-preview) @@ -1324,6 +1349,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringbuildservicessupportedstacks2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringbuildservicessupportedstacks2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringbuildservicessupportedstacks2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringbuildservicessupportedstacks2023-03-01-preview) ### microsoft.appplatform/spring/certificates * **Link**: [2020-07-01](appplatform/microsoft.appplatform/2020-07-01/types.md#resource-microsoftappplatformspringcertificates2020-07-01) @@ -1338,6 +1364,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringcertificates2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringcertificates2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringcertificates2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringcertificates2023-03-01-preview) ### microsoft.appplatform/spring/configservers * **Link**: [2020-07-01](appplatform/microsoft.appplatform/2020-07-01/types.md#resource-microsoftappplatformspringconfigservers2020-07-01) @@ -1352,6 +1379,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringconfigservers2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringconfigservers2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringconfigservers2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringconfigservers2023-03-01-preview) ### microsoft.appplatform/spring/configurationservices * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringconfigurationservices2022-01-01-preview) @@ -1362,10 +1390,15 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringconfigurationservices2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringconfigurationservices2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringconfigurationservices2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringconfigurationservices2023-03-01-preview) + +### microsoft.appplatform/spring/containerregistries +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringcontainerregistries2023-03-01-preview) ### microsoft.appplatform/spring/devtoolportals * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringdevtoolportals2022-11-01-preview) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringdevtoolportals2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringdevtoolportals2023-03-01-preview) ### microsoft.appplatform/spring/gateways * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringgateways2022-01-01-preview) @@ -1375,6 +1408,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringgateways2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringgateways2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringgateways2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringgateways2023-03-01-preview) ### microsoft.appplatform/spring/gateways/domains * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringgatewaysdomains2022-01-01-preview) @@ -1384,6 +1418,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringgatewaysdomains2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringgatewaysdomains2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringgatewaysdomains2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringgatewaysdomains2023-03-01-preview) ### microsoft.appplatform/spring/gateways/routeconfigs * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringgatewaysrouteconfigs2022-01-01-preview) @@ -1393,6 +1428,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringgatewaysrouteconfigs2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringgatewaysrouteconfigs2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringgatewaysrouteconfigs2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringgatewaysrouteconfigs2023-03-01-preview) ### microsoft.appplatform/spring/monitoringsettings * **Link**: [2020-07-01](appplatform/microsoft.appplatform/2020-07-01/types.md#resource-microsoftappplatformspringmonitoringsettings2020-07-01) @@ -1407,6 +1443,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringmonitoringsettings2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringmonitoringsettings2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringmonitoringsettings2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringmonitoringsettings2023-03-01-preview) ### microsoft.appplatform/spring/serviceregistries * **Link**: [2022-01-01-preview](appplatform/microsoft.appplatform/2022-01-01-preview/types.md#resource-microsoftappplatformspringserviceregistries2022-01-01-preview) @@ -1417,6 +1454,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringserviceregistries2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringserviceregistries2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringserviceregistries2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringserviceregistries2023-03-01-preview) ### microsoft.appplatform/spring/storages * **Link**: [2021-09-01-preview](appplatform/microsoft.appplatform/2021-09-01-preview/types.md#resource-microsoftappplatformspringstorages2021-09-01-preview) @@ -1427,6 +1465,7 @@ * **Link**: [2022-11-01-preview](appplatform/microsoft.appplatform/2022-11-01-preview/types.md#resource-microsoftappplatformspringstorages2022-11-01-preview) * **Link**: [2022-12-01](appplatform/microsoft.appplatform/2022-12-01/types.md#resource-microsoftappplatformspringstorages2022-12-01) * **Link**: [2023-01-01-preview](appplatform/microsoft.appplatform/2023-01-01-preview/types.md#resource-microsoftappplatformspringstorages2023-01-01-preview) +* **Link**: [2023-03-01-preview](appplatform/microsoft.appplatform/2023-03-01-preview/types.md#resource-microsoftappplatformspringstorages2023-03-01-preview) ## microsoft.attestation ### microsoft.attestation/attestationproviders @@ -2030,6 +2069,7 @@ * **Link**: [2022-10-01](azurestackhci/microsoft.azurestackhci/2022-10-01/types.md#resource-microsoftazurestackhciclusters2022-10-01) * **Link**: [2022-12-01](azurestackhci/microsoft.azurestackhci/2022-12-01/types.md#resource-microsoftazurestackhciclusters2022-12-01) * **Link**: [2023-02-01](azurestackhci/microsoft.azurestackhci/2023-02-01/types.md#resource-microsoftazurestackhciclusters2023-02-01) +* **Link**: [2023-03-01](azurestackhci/microsoft.azurestackhci/2023-03-01/types.md#resource-microsoftazurestackhciclusters2023-03-01) ### microsoft.azurestackhci/clusters/arcsettings * **Link**: [2021-01-01-preview](azurestackhci/microsoft.azurestackhci/2021-01-01-preview/types.md#resource-microsoftazurestackhciclustersarcsettings2021-01-01-preview) @@ -2042,6 +2082,7 @@ * **Link**: [2022-10-01](azurestackhci/microsoft.azurestackhci/2022-10-01/types.md#resource-microsoftazurestackhciclustersarcsettings2022-10-01) * **Link**: [2022-12-01](azurestackhci/microsoft.azurestackhci/2022-12-01/types.md#resource-microsoftazurestackhciclustersarcsettings2022-12-01) * **Link**: [2023-02-01](azurestackhci/microsoft.azurestackhci/2023-02-01/types.md#resource-microsoftazurestackhciclustersarcsettings2023-02-01) +* **Link**: [2023-03-01](azurestackhci/microsoft.azurestackhci/2023-03-01/types.md#resource-microsoftazurestackhciclustersarcsettings2023-03-01) ### microsoft.azurestackhci/clusters/arcsettings/extensions * **Link**: [2021-01-01-preview](azurestackhci/microsoft.azurestackhci/2021-01-01-preview/types.md#resource-microsoftazurestackhciclustersarcsettingsextensions2021-01-01-preview) @@ -2054,36 +2095,43 @@ * **Link**: [2022-10-01](azurestackhci/microsoft.azurestackhci/2022-10-01/types.md#resource-microsoftazurestackhciclustersarcsettingsextensions2022-10-01) * **Link**: [2022-12-01](azurestackhci/microsoft.azurestackhci/2022-12-01/types.md#resource-microsoftazurestackhciclustersarcsettingsextensions2022-12-01) * **Link**: [2023-02-01](azurestackhci/microsoft.azurestackhci/2023-02-01/types.md#resource-microsoftazurestackhciclustersarcsettingsextensions2023-02-01) +* **Link**: [2023-03-01](azurestackhci/microsoft.azurestackhci/2023-03-01/types.md#resource-microsoftazurestackhciclustersarcsettingsextensions2023-03-01) ### microsoft.azurestackhci/clusters/publishers * **Link**: [2022-10-01](azurestackhci/microsoft.azurestackhci/2022-10-01/types.md#resource-microsoftazurestackhciclusterspublishers2022-10-01) * **Link**: [2022-12-01](azurestackhci/microsoft.azurestackhci/2022-12-01/types.md#resource-microsoftazurestackhciclusterspublishers2022-12-01) * **Link**: [2023-02-01](azurestackhci/microsoft.azurestackhci/2023-02-01/types.md#resource-microsoftazurestackhciclusterspublishers2023-02-01) +* **Link**: [2023-03-01](azurestackhci/microsoft.azurestackhci/2023-03-01/types.md#resource-microsoftazurestackhciclusterspublishers2023-03-01) ### microsoft.azurestackhci/clusters/publishers/offers * **Link**: [2022-10-01](azurestackhci/microsoft.azurestackhci/2022-10-01/types.md#resource-microsoftazurestackhciclusterspublishersoffers2022-10-01) * **Link**: [2022-12-01](azurestackhci/microsoft.azurestackhci/2022-12-01/types.md#resource-microsoftazurestackhciclusterspublishersoffers2022-12-01) * **Link**: [2023-02-01](azurestackhci/microsoft.azurestackhci/2023-02-01/types.md#resource-microsoftazurestackhciclusterspublishersoffers2023-02-01) +* **Link**: [2023-03-01](azurestackhci/microsoft.azurestackhci/2023-03-01/types.md#resource-microsoftazurestackhciclusterspublishersoffers2023-03-01) ### microsoft.azurestackhci/clusters/publishers/offers/skus * **Link**: [2022-10-01](azurestackhci/microsoft.azurestackhci/2022-10-01/types.md#resource-microsoftazurestackhciclusterspublishersoffersskus2022-10-01) * **Link**: [2022-12-01](azurestackhci/microsoft.azurestackhci/2022-12-01/types.md#resource-microsoftazurestackhciclusterspublishersoffersskus2022-12-01) * **Link**: [2023-02-01](azurestackhci/microsoft.azurestackhci/2023-02-01/types.md#resource-microsoftazurestackhciclusterspublishersoffersskus2023-02-01) +* **Link**: [2023-03-01](azurestackhci/microsoft.azurestackhci/2023-03-01/types.md#resource-microsoftazurestackhciclusterspublishersoffersskus2023-03-01) ### microsoft.azurestackhci/clusters/updates * **Link**: [2022-10-01](azurestackhci/microsoft.azurestackhci/2022-10-01/types.md#resource-microsoftazurestackhciclustersupdates2022-10-01) * **Link**: [2022-12-01](azurestackhci/microsoft.azurestackhci/2022-12-01/types.md#resource-microsoftazurestackhciclustersupdates2022-12-01) * **Link**: [2023-02-01](azurestackhci/microsoft.azurestackhci/2023-02-01/types.md#resource-microsoftazurestackhciclustersupdates2023-02-01) +* **Link**: [2023-03-01](azurestackhci/microsoft.azurestackhci/2023-03-01/types.md#resource-microsoftazurestackhciclustersupdates2023-03-01) ### microsoft.azurestackhci/clusters/updates/updateruns * **Link**: [2022-10-01](azurestackhci/microsoft.azurestackhci/2022-10-01/types.md#resource-microsoftazurestackhciclustersupdatesupdateruns2022-10-01) * **Link**: [2022-12-01](azurestackhci/microsoft.azurestackhci/2022-12-01/types.md#resource-microsoftazurestackhciclustersupdatesupdateruns2022-12-01) * **Link**: [2023-02-01](azurestackhci/microsoft.azurestackhci/2023-02-01/types.md#resource-microsoftazurestackhciclustersupdatesupdateruns2023-02-01) +* **Link**: [2023-03-01](azurestackhci/microsoft.azurestackhci/2023-03-01/types.md#resource-microsoftazurestackhciclustersupdatesupdateruns2023-03-01) ### microsoft.azurestackhci/clusters/updatesummaries * **Link**: [2022-10-01](azurestackhci/microsoft.azurestackhci/2022-10-01/types.md#resource-microsoftazurestackhciclustersupdatesummaries2022-10-01) * **Link**: [2022-12-01](azurestackhci/microsoft.azurestackhci/2022-12-01/types.md#resource-microsoftazurestackhciclustersupdatesummaries2022-12-01) * **Link**: [2023-02-01](azurestackhci/microsoft.azurestackhci/2023-02-01/types.md#resource-microsoftazurestackhciclustersupdatesummaries2023-02-01) +* **Link**: [2023-03-01](azurestackhci/microsoft.azurestackhci/2023-03-01/types.md#resource-microsoftazurestackhciclustersupdatesummaries2023-03-01) ### microsoft.azurestackhci/galleryimages * **Link**: [2021-07-01-preview](azurestackhci/microsoft.azurestackhci/2021-07-01-preview/types.md#resource-microsoftazurestackhcigalleryimages2021-07-01-preview) @@ -3636,6 +3684,8 @@ * **Link**: [2019-11-01](consumption/microsoft.consumption/2019-11-01/types.md#resource-microsoftconsumptionbudgets2019-11-01) * **Link**: [2021-05-01](consumption/microsoft.consumption/2021-05-01/types.md#resource-microsoftconsumptionbudgets2021-05-01) * **Link**: [2021-10-01](consumption/microsoft.consumption/2021-10-01/types.md#resource-microsoftconsumptionbudgets2021-10-01) +* **Link**: [2022-09-01](consumption/microsoft.consumption/2022-09-01/types.md#resource-microsoftconsumptionbudgets2022-09-01) +* **Link**: [2023-03-01](consumption/microsoft.consumption/2023-03-01/types.md#resource-microsoftconsumptionbudgets2023-03-01) ### microsoft.consumption/credits * **Link**: [2018-11-01-preview](consumption/microsoft.consumption/2018-11-01-preview/types.md#resource-microsoftconsumptioncredits2018-11-01-preview) @@ -3643,6 +3693,8 @@ * **Link**: [2019-11-01](consumption/microsoft.consumption/2019-11-01/types.md#resource-microsoftconsumptioncredits2019-11-01) * **Link**: [2021-05-01](consumption/microsoft.consumption/2021-05-01/types.md#resource-microsoftconsumptioncredits2021-05-01) * **Link**: [2021-10-01](consumption/microsoft.consumption/2021-10-01/types.md#resource-microsoftconsumptioncredits2021-10-01) +* **Link**: [2022-09-01](consumption/microsoft.consumption/2022-09-01/types.md#resource-microsoftconsumptioncredits2022-09-01) +* **Link**: [2023-03-01](consumption/microsoft.consumption/2023-03-01/types.md#resource-microsoftconsumptioncredits2023-03-01) ### microsoft.consumption/pricesheets * **Link**: [2018-01-31](consumption/microsoft.consumption/2018-01-31/types.md#resource-microsoftconsumptionpricesheets2018-01-31) @@ -3660,6 +3712,8 @@ * **Link**: [2019-11-01](consumption/microsoft.consumption/2019-11-01/types.md#resource-microsoftconsumptionpricesheets2019-11-01) * **Link**: [2021-05-01](consumption/microsoft.consumption/2021-05-01/types.md#resource-microsoftconsumptionpricesheets2021-05-01) * **Link**: [2021-10-01](consumption/microsoft.consumption/2021-10-01/types.md#resource-microsoftconsumptionpricesheets2021-10-01) +* **Link**: [2022-09-01](consumption/microsoft.consumption/2022-09-01/types.md#resource-microsoftconsumptionpricesheets2022-09-01) +* **Link**: [2023-03-01](consumption/microsoft.consumption/2023-03-01/types.md#resource-microsoftconsumptionpricesheets2023-03-01) ## microsoft.containerinstance ### microsoft.containerinstance/containergroups @@ -3889,6 +3943,8 @@ * **Link**: [2022-11-02-preview](containerservice/microsoft.containerservice/2022-11-02-preview/types.md#resource-microsoftcontainerservicemanagedclusters2022-11-02-preview) * **Link**: [2023-01-01](containerservice/microsoft.containerservice/2023-01-01/types.md#resource-microsoftcontainerservicemanagedclusters2023-01-01) * **Link**: [2023-01-02-preview](containerservice/microsoft.containerservice/2023-01-02-preview/types.md#resource-microsoftcontainerservicemanagedclusters2023-01-02-preview) +* **Link**: [2023-02-01](containerservice/microsoft.containerservice/2023-02-01/types.md#resource-microsoftcontainerservicemanagedclusters2023-02-01) +* **Link**: [2023-02-02-preview](containerservice/microsoft.containerservice/2023-02-02-preview/types.md#resource-microsoftcontainerservicemanagedclusters2023-02-02-preview) ### microsoft.containerservice/managedclusters/accessprofiles * **Link**: [2017-08-31](containerservice/microsoft.containerservice/2017-08-31/types.md#resource-microsoftcontainerservicemanagedclustersaccessprofiles2017-08-31) @@ -3939,6 +3995,8 @@ * **Link**: [2022-11-02-preview](containerservice/microsoft.containerservice/2022-11-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersagentpools2022-11-02-preview) * **Link**: [2023-01-01](containerservice/microsoft.containerservice/2023-01-01/types.md#resource-microsoftcontainerservicemanagedclustersagentpools2023-01-01) * **Link**: [2023-01-02-preview](containerservice/microsoft.containerservice/2023-01-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersagentpools2023-01-02-preview) +* **Link**: [2023-02-01](containerservice/microsoft.containerservice/2023-02-01/types.md#resource-microsoftcontainerservicemanagedclustersagentpools2023-02-01) +* **Link**: [2023-02-02-preview](containerservice/microsoft.containerservice/2023-02-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersagentpools2023-02-02-preview) ### microsoft.containerservice/managedclusters/maintenanceconfigurations * **Link**: [2020-12-01](containerservice/microsoft.containerservice/2020-12-01/types.md#resource-microsoftcontainerservicemanagedclustersmaintenanceconfigurations2020-12-01) @@ -3972,6 +4030,8 @@ * **Link**: [2022-11-02-preview](containerservice/microsoft.containerservice/2022-11-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersmaintenanceconfigurations2022-11-02-preview) * **Link**: [2023-01-01](containerservice/microsoft.containerservice/2023-01-01/types.md#resource-microsoftcontainerservicemanagedclustersmaintenanceconfigurations2023-01-01) * **Link**: [2023-01-02-preview](containerservice/microsoft.containerservice/2023-01-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersmaintenanceconfigurations2023-01-02-preview) +* **Link**: [2023-02-01](containerservice/microsoft.containerservice/2023-02-01/types.md#resource-microsoftcontainerservicemanagedclustersmaintenanceconfigurations2023-02-01) +* **Link**: [2023-02-02-preview](containerservice/microsoft.containerservice/2023-02-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersmaintenanceconfigurations2023-02-02-preview) ### microsoft.containerservice/managedclusters/privateendpointconnections * **Link**: [2020-06-01](containerservice/microsoft.containerservice/2020-06-01/types.md#resource-microsoftcontainerservicemanagedclustersprivateendpointconnections2020-06-01) @@ -4009,6 +4069,8 @@ * **Link**: [2022-11-02-preview](containerservice/microsoft.containerservice/2022-11-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersprivateendpointconnections2022-11-02-preview) * **Link**: [2023-01-01](containerservice/microsoft.containerservice/2023-01-01/types.md#resource-microsoftcontainerservicemanagedclustersprivateendpointconnections2023-01-01) * **Link**: [2023-01-02-preview](containerservice/microsoft.containerservice/2023-01-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersprivateendpointconnections2023-01-02-preview) +* **Link**: [2023-02-01](containerservice/microsoft.containerservice/2023-02-01/types.md#resource-microsoftcontainerservicemanagedclustersprivateendpointconnections2023-02-01) +* **Link**: [2023-02-02-preview](containerservice/microsoft.containerservice/2023-02-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersprivateendpointconnections2023-02-02-preview) ### microsoft.containerservice/managedclusters/trustedaccessrolebindings * **Link**: [2022-04-02-preview](containerservice/microsoft.containerservice/2022-04-02-preview/types.md#resource-microsoftcontainerservicemanagedclusterstrustedaccessrolebindings2022-04-02-preview) @@ -4021,6 +4083,7 @@ * **Link**: [2022-10-02-preview](containerservice/microsoft.containerservice/2022-10-02-preview/types.md#resource-microsoftcontainerservicemanagedclusterstrustedaccessrolebindings2022-10-02-preview) * **Link**: [2022-11-02-preview](containerservice/microsoft.containerservice/2022-11-02-preview/types.md#resource-microsoftcontainerservicemanagedclusterstrustedaccessrolebindings2022-11-02-preview) * **Link**: [2023-01-02-preview](containerservice/microsoft.containerservice/2023-01-02-preview/types.md#resource-microsoftcontainerservicemanagedclusterstrustedaccessrolebindings2023-01-02-preview) +* **Link**: [2023-02-02-preview](containerservice/microsoft.containerservice/2023-02-02-preview/types.md#resource-microsoftcontainerservicemanagedclusterstrustedaccessrolebindings2023-02-02-preview) ### microsoft.containerservice/managedclustersnapshots * **Link**: [2022-02-02-preview](containerservice/microsoft.containerservice/2022-02-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersnapshots2022-02-02-preview) @@ -4035,6 +4098,7 @@ * **Link**: [2022-10-02-preview](containerservice/microsoft.containerservice/2022-10-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersnapshots2022-10-02-preview) * **Link**: [2022-11-02-preview](containerservice/microsoft.containerservice/2022-11-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersnapshots2022-11-02-preview) * **Link**: [2023-01-02-preview](containerservice/microsoft.containerservice/2023-01-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersnapshots2023-01-02-preview) +* **Link**: [2023-02-02-preview](containerservice/microsoft.containerservice/2023-02-02-preview/types.md#resource-microsoftcontainerservicemanagedclustersnapshots2023-02-02-preview) ### microsoft.containerservice/openshiftmanagedclusters * **Link**: [2018-09-30-preview](containerservice/microsoft.containerservice/2018-09-30-preview/types.md#resource-microsoftcontainerserviceopenshiftmanagedclusters2018-09-30-preview) @@ -4069,6 +4133,8 @@ * **Link**: [2022-11-02-preview](containerservice/microsoft.containerservice/2022-11-02-preview/types.md#resource-microsoftcontainerservicesnapshots2022-11-02-preview) * **Link**: [2023-01-01](containerservice/microsoft.containerservice/2023-01-01/types.md#resource-microsoftcontainerservicesnapshots2023-01-01) * **Link**: [2023-01-02-preview](containerservice/microsoft.containerservice/2023-01-02-preview/types.md#resource-microsoftcontainerservicesnapshots2023-01-02-preview) +* **Link**: [2023-02-01](containerservice/microsoft.containerservice/2023-02-01/types.md#resource-microsoftcontainerservicesnapshots2023-02-01) +* **Link**: [2023-02-02-preview](containerservice/microsoft.containerservice/2023-02-02-preview/types.md#resource-microsoftcontainerservicesnapshots2023-02-02-preview) ## microsoft.containerstorage ### microsoft.containerstorage/pools @@ -7331,6 +7397,7 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisservices2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisservices2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisservices2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisservices2023-02-28) ### microsoft.healthcareapis/services/privateendpointconnections * **Link**: [2020-03-30](healthcareapis/microsoft.healthcareapis/2020-03-30/types.md#resource-microsofthealthcareapisservicesprivateendpointconnections2020-03-30) @@ -7342,6 +7409,7 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisservicesprivateendpointconnections2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisservicesprivateendpointconnections2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisservicesprivateendpointconnections2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisservicesprivateendpointconnections2023-02-28) ### microsoft.healthcareapis/services/privatelinkresources * **Link**: [2020-03-30](healthcareapis/microsoft.healthcareapis/2020-03-30/types.md#resource-microsofthealthcareapisservicesprivatelinkresources2020-03-30) @@ -7353,6 +7421,7 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisservicesprivatelinkresources2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisservicesprivatelinkresources2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisservicesprivatelinkresources2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisservicesprivatelinkresources2023-02-28) ### microsoft.healthcareapis/workspaces * **Link**: [2021-06-01-preview](healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.md#resource-microsofthealthcareapisworkspaces2021-06-01-preview) @@ -7362,6 +7431,7 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisworkspaces2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisworkspaces2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisworkspaces2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisworkspaces2023-02-28) ### microsoft.healthcareapis/workspaces/analyticsconnectors * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisworkspacesanalyticsconnectors2022-10-01-preview) @@ -7374,6 +7444,7 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisworkspacesdicomservices2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisworkspacesdicomservices2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisworkspacesdicomservices2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisworkspacesdicomservices2023-02-28) ### microsoft.healthcareapis/workspaces/fhirservices * **Link**: [2021-06-01-preview](healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.md#resource-microsofthealthcareapisworkspacesfhirservices2021-06-01-preview) @@ -7383,6 +7454,7 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisworkspacesfhirservices2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisworkspacesfhirservices2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisworkspacesfhirservices2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisworkspacesfhirservices2023-02-28) ### microsoft.healthcareapis/workspaces/iotconnectors * **Link**: [2021-06-01-preview](healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.md#resource-microsofthealthcareapisworkspacesiotconnectors2021-06-01-preview) @@ -7392,6 +7464,7 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisworkspacesiotconnectors2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisworkspacesiotconnectors2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisworkspacesiotconnectors2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisworkspacesiotconnectors2023-02-28) ### microsoft.healthcareapis/workspaces/iotconnectors/fhirdestinations * **Link**: [2021-06-01-preview](healthcareapis/microsoft.healthcareapis/2021-06-01-preview/types.md#resource-microsofthealthcareapisworkspacesiotconnectorsfhirdestinations2021-06-01-preview) @@ -7401,6 +7474,7 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisworkspacesiotconnectorsfhirdestinations2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisworkspacesiotconnectorsfhirdestinations2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisworkspacesiotconnectorsfhirdestinations2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisworkspacesiotconnectorsfhirdestinations2023-02-28) ### microsoft.healthcareapis/workspaces/privateendpointconnections * **Link**: [2021-11-01](healthcareapis/microsoft.healthcareapis/2021-11-01/types.md#resource-microsofthealthcareapisworkspacesprivateendpointconnections2021-11-01) @@ -7409,6 +7483,7 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisworkspacesprivateendpointconnections2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisworkspacesprivateendpointconnections2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisworkspacesprivateendpointconnections2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisworkspacesprivateendpointconnections2023-02-28) ### microsoft.healthcareapis/workspaces/privatelinkresources * **Link**: [2021-11-01](healthcareapis/microsoft.healthcareapis/2021-11-01/types.md#resource-microsofthealthcareapisworkspacesprivatelinkresources2021-11-01) @@ -7417,6 +7492,11 @@ * **Link**: [2022-06-01](healthcareapis/microsoft.healthcareapis/2022-06-01/types.md#resource-microsofthealthcareapisworkspacesprivatelinkresources2022-06-01) * **Link**: [2022-10-01-preview](healthcareapis/microsoft.healthcareapis/2022-10-01-preview/types.md#resource-microsofthealthcareapisworkspacesprivatelinkresources2022-10-01-preview) * **Link**: [2022-12-01](healthcareapis/microsoft.healthcareapis/2022-12-01/types.md#resource-microsofthealthcareapisworkspacesprivatelinkresources2022-12-01) +* **Link**: [2023-02-28](healthcareapis/microsoft.healthcareapis/2023-02-28/types.md#resource-microsofthealthcareapisworkspacesprivatelinkresources2023-02-28) + +## microsoft.help +### microsoft.help/diagnostics +* **Link**: [2023-01-01-preview](help/microsoft.help/2023-01-01-preview/types.md#resource-microsofthelpdiagnostics2023-01-01-preview) ## microsoft.hybridcompute ### microsoft.hybridcompute/locations/publishers/extensiontypes/versions @@ -7515,6 +7595,10 @@ ### microsoft.hybridconnectivity/endpoints * **Link**: [2021-10-06-preview](hybridconnectivity/microsoft.hybridconnectivity/2021-10-06-preview/types.md#resource-microsofthybridconnectivityendpoints2021-10-06-preview) * **Link**: [2022-05-01-preview](hybridconnectivity/microsoft.hybridconnectivity/2022-05-01-preview/types.md#resource-microsofthybridconnectivityendpoints2022-05-01-preview) +* **Link**: [2023-03-15](hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.md#resource-microsofthybridconnectivityendpoints2023-03-15) + +### microsoft.hybridconnectivity/endpoints/serviceconfigurations +* **Link**: [2023-03-15](hybridconnectivity/microsoft.hybridconnectivity/2023-03-15/types.md#resource-microsofthybridconnectivityendpointsserviceconfigurations2023-03-15) ## microsoft.hybridcontainerservice ### microsoft.hybridcontainerservice/provisionedclusters @@ -13250,14 +13334,13 @@ * **Link**: [2022-01-10-preview](quantum/microsoft.quantum/2022-01-10-preview/types.md#resource-microsoftquantumworkspaces2022-01-10-preview) ## microsoft.quota -### microsoft.quota/quotalimits -* **Link**: [2021-03-15](quota/microsoft.quota/2021-03-15/types.md#resource-microsoftquotaquotalimits2021-03-15) - ### microsoft.quota/quotas * **Link**: [2021-03-15-preview](quota/microsoft.quota/2021-03-15-preview/types.md#resource-microsoftquotaquotas2021-03-15-preview) +* **Link**: [2023-02-01](quota/microsoft.quota/2023-02-01/types.md#resource-microsoftquotaquotas2023-02-01) ### microsoft.quota/usages * **Link**: [2021-03-15-preview](quota/microsoft.quota/2021-03-15-preview/types.md#resource-microsoftquotausages2021-03-15-preview) +* **Link**: [2023-02-01](quota/microsoft.quota/2023-02-01/types.md#resource-microsoftquotausages2023-02-01) ## microsoft.recommendationsservice ### microsoft.recommendationsservice/accounts @@ -14687,6 +14770,7 @@ * **Link**: [2021-12-01-preview](security/microsoft.security/2021-12-01-preview/types.md#resource-microsoftsecuritysecurityconnectors2021-12-01-preview) * **Link**: [2022-05-01-preview](security/microsoft.security/2022-05-01-preview/types.md#resource-microsoftsecuritysecurityconnectors2022-05-01-preview) * **Link**: [2022-08-01-preview](security/microsoft.security/2022-08-01-preview/types.md#resource-microsoftsecuritysecurityconnectors2022-08-01-preview) +* **Link**: [2023-03-01-preview](security/microsoft.security/2023-03-01-preview/types.md#resource-microsoftsecuritysecurityconnectors2023-03-01-preview) ### microsoft.security/securitycontacts * **Link**: [2017-08-01-preview](security/microsoft.security/2017-08-01-preview/types.md#resource-microsoftsecuritysecuritycontacts2017-08-01-preview) @@ -15625,16 +15709,19 @@ * **Link**: [2022-02-01](signalr/microsoft.signalrservice/2022-02-01/types.md#resource-microsoftsignalrservicesignalr2022-02-01) * **Link**: [2022-08-01-preview](signalr/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicesignalr2022-08-01-preview) * **Link**: [2023-02-01](signalr/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicesignalr2023-02-01) +* **Link**: [2023-03-01-preview](signalr/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicesignalr2023-03-01-preview) ### microsoft.signalrservice/signalr/customcertificates * **Link**: [2022-02-01](signalr/microsoft.signalrservice/2022-02-01/types.md#resource-microsoftsignalrservicesignalrcustomcertificates2022-02-01) * **Link**: [2022-08-01-preview](signalr/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicesignalrcustomcertificates2022-08-01-preview) * **Link**: [2023-02-01](signalr/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicesignalrcustomcertificates2023-02-01) +* **Link**: [2023-03-01-preview](signalr/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicesignalrcustomcertificates2023-03-01-preview) ### microsoft.signalrservice/signalr/customdomains * **Link**: [2022-02-01](signalr/microsoft.signalrservice/2022-02-01/types.md#resource-microsoftsignalrservicesignalrcustomdomains2022-02-01) * **Link**: [2022-08-01-preview](signalr/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicesignalrcustomdomains2022-08-01-preview) * **Link**: [2023-02-01](signalr/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicesignalrcustomdomains2023-02-01) +* **Link**: [2023-03-01-preview](signalr/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicesignalrcustomdomains2023-03-01-preview) ### microsoft.signalrservice/signalr/privateendpointconnections * **Link**: [2020-05-01](signalr/microsoft.signalrservice/2020-05-01/types.md#resource-microsoftsignalrservicesignalrprivateendpointconnections2020-05-01) @@ -15646,6 +15733,10 @@ * **Link**: [2022-02-01](signalr/microsoft.signalrservice/2022-02-01/types.md#resource-microsoftsignalrservicesignalrprivateendpointconnections2022-02-01) * **Link**: [2022-08-01-preview](signalr/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicesignalrprivateendpointconnections2022-08-01-preview) * **Link**: [2023-02-01](signalr/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicesignalrprivateendpointconnections2023-02-01) +* **Link**: [2023-03-01-preview](signalr/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicesignalrprivateendpointconnections2023-03-01-preview) + +### microsoft.signalrservice/signalr/replicas +* **Link**: [2023-03-01-preview](signalr/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicesignalrreplicas2023-03-01-preview) ### microsoft.signalrservice/signalr/sharedprivatelinkresources * **Link**: [2021-04-01-preview](signalr/microsoft.signalrservice/2021-04-01-preview/types.md#resource-microsoftsignalrservicesignalrsharedprivatelinkresources2021-04-01-preview) @@ -15655,6 +15746,7 @@ * **Link**: [2022-02-01](signalr/microsoft.signalrservice/2022-02-01/types.md#resource-microsoftsignalrservicesignalrsharedprivatelinkresources2022-02-01) * **Link**: [2022-08-01-preview](signalr/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicesignalrsharedprivatelinkresources2022-08-01-preview) * **Link**: [2023-02-01](signalr/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicesignalrsharedprivatelinkresources2023-02-01) +* **Link**: [2023-03-01-preview](signalr/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicesignalrsharedprivatelinkresources2023-03-01-preview) ### microsoft.signalrservice/webpubsub * **Link**: [2021-04-01-preview](webpubsub/microsoft.signalrservice/2021-04-01-preview/types.md#resource-microsoftsignalrservicewebpubsub2021-04-01-preview) @@ -15663,19 +15755,23 @@ * **Link**: [2021-10-01](webpubsub/microsoft.signalrservice/2021-10-01/types.md#resource-microsoftsignalrservicewebpubsub2021-10-01) * **Link**: [2022-08-01-preview](webpubsub/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicewebpubsub2022-08-01-preview) * **Link**: [2023-02-01](webpubsub/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicewebpubsub2023-02-01) +* **Link**: [2023-03-01-preview](webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicewebpubsub2023-03-01-preview) ### microsoft.signalrservice/webpubsub/customcertificates * **Link**: [2022-08-01-preview](webpubsub/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicewebpubsubcustomcertificates2022-08-01-preview) * **Link**: [2023-02-01](webpubsub/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicewebpubsubcustomcertificates2023-02-01) +* **Link**: [2023-03-01-preview](webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicewebpubsubcustomcertificates2023-03-01-preview) ### microsoft.signalrservice/webpubsub/customdomains * **Link**: [2022-08-01-preview](webpubsub/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicewebpubsubcustomdomains2022-08-01-preview) * **Link**: [2023-02-01](webpubsub/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicewebpubsubcustomdomains2023-02-01) +* **Link**: [2023-03-01-preview](webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicewebpubsubcustomdomains2023-03-01-preview) ### microsoft.signalrservice/webpubsub/hubs * **Link**: [2021-10-01](webpubsub/microsoft.signalrservice/2021-10-01/types.md#resource-microsoftsignalrservicewebpubsubhubs2021-10-01) * **Link**: [2022-08-01-preview](webpubsub/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicewebpubsubhubs2022-08-01-preview) * **Link**: [2023-02-01](webpubsub/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicewebpubsubhubs2023-02-01) +* **Link**: [2023-03-01-preview](webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicewebpubsubhubs2023-03-01-preview) ### microsoft.signalrservice/webpubsub/privateendpointconnections * **Link**: [2021-04-01-preview](webpubsub/microsoft.signalrservice/2021-04-01-preview/types.md#resource-microsoftsignalrservicewebpubsubprivateendpointconnections2021-04-01-preview) @@ -15684,6 +15780,10 @@ * **Link**: [2021-10-01](webpubsub/microsoft.signalrservice/2021-10-01/types.md#resource-microsoftsignalrservicewebpubsubprivateendpointconnections2021-10-01) * **Link**: [2022-08-01-preview](webpubsub/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicewebpubsubprivateendpointconnections2022-08-01-preview) * **Link**: [2023-02-01](webpubsub/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicewebpubsubprivateendpointconnections2023-02-01) +* **Link**: [2023-03-01-preview](webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicewebpubsubprivateendpointconnections2023-03-01-preview) + +### microsoft.signalrservice/webpubsub/replicas +* **Link**: [2023-03-01-preview](webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicewebpubsubreplicas2023-03-01-preview) ### microsoft.signalrservice/webpubsub/sharedprivatelinkresources * **Link**: [2021-04-01-preview](webpubsub/microsoft.signalrservice/2021-04-01-preview/types.md#resource-microsoftsignalrservicewebpubsubsharedprivatelinkresources2021-04-01-preview) @@ -15692,6 +15792,7 @@ * **Link**: [2021-10-01](webpubsub/microsoft.signalrservice/2021-10-01/types.md#resource-microsoftsignalrservicewebpubsubsharedprivatelinkresources2021-10-01) * **Link**: [2022-08-01-preview](webpubsub/microsoft.signalrservice/2022-08-01-preview/types.md#resource-microsoftsignalrservicewebpubsubsharedprivatelinkresources2022-08-01-preview) * **Link**: [2023-02-01](webpubsub/microsoft.signalrservice/2023-02-01/types.md#resource-microsoftsignalrservicewebpubsubsharedprivatelinkresources2023-02-01) +* **Link**: [2023-03-01-preview](webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md#resource-microsoftsignalrservicewebpubsubsharedprivatelinkresources2023-03-01-preview) ## microsoft.softwareplan ### microsoft.softwareplan/hybridusebenefits diff --git a/generated/network/log.out b/generated/network/log.out index 12a7d25129..07030fa077 100644 --- a/generated/network/log.out +++ b/generated/network/log.out @@ -78,6 +78,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -161,6 +163,127 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.3.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/SchemaMissingType | The schema 'ErrorDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:38:5 +warning | PreCheck/SchemaMissingType | The schema 'Error' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:55:5 +warning | PreCheck/SchemaMissingType | The schema 'CloudError' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:83:5 +warning | PreCheck/SchemaMissingType | The schema 'CloudErrorBody' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:93:5 +warning | PreCheck/SchemaMissingType | The schema 'AzureAsyncOperationResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:118:5 +warning | PreCheck/SchemaMissingType | The schema 'Resource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:140:5 +warning | PreCheck/SchemaMissingType | The schema 'SubResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:198:5 +warning | PreCheck/SchemaMissingType | The schema 'TagsObject' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:208:5 +warning | PreCheck/SchemaMissingType | The schema 'ManagedServiceIdentity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:273:5 +warning | PreCheck/SchemaMissingType | The schema 'ExtendedLocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/preview/2022-06-01-preview/network.json:395:5 +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | PreCheck/DuplicateSchema | Duplicate Schema named 'Resource' (9 differences): + - properties.id.$ref: "#/components/schemas/schemas:19" => "#/components/schemas/schemas:83" + - properties.id.description: "Resource ID." => "Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"" + - properties.id.readOnly: => true + - properties.name.description: "Resource name." => "The name of the resource" + - properties.type.description: "Resource type." => "The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"" + - properties.location: {"$ref":"#/components/schemas/schemas:22","description":"Resource location."} => + - properties.tags: {"$ref":"#/components/schemas/schemas:23","description":"Resource tags."} => + - properties.systemData: => {"readOnly":true,"type":"object","description":"Azure Resource Manager metadata containing createdBy and modifiedBy information.","$ref":"#/components/schemas/schemas:151"} + - title: => "Resource" +warning | PreNamer/DeduplicateName | Deduplicating schema name: 'Resource' -> 'ResourceAutoGenerated' +warning | PreNamer/DeduplicateName | Deduplicating schema name: 'SystemData' -> 'SystemDataAutoGenerated' +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.3.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.6.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.7.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.8.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.9.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.10.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.11.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.12.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.13.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.14.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.15.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.16.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.17.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.18.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.19.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.20.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.21.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.22.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.23.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.24.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.25.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.26.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.27.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.28.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.29.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.30.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.31.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.32.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.33.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.34.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.35.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.36.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.37.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.38.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.39.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.40.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.41.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.42.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.43.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.44.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.45.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.46.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.47.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.48.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.49.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.50.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.51.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.52.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.53.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.54.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.55.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.56.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.57.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.58.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.59.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.60.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.61.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.62.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.63.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.64.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.65.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.66.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.67.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.68.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.69.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.70.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.71.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.72.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -169,1349 +292,1349 @@ warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayOnDemandProbe' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1156:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1156:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealthOnDemand' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1194:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1194:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealth' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1207:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1207:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealthPool' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1219:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1219:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealthHttpSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1235:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1235:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealthServer' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1251:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1251:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1283:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1283:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1324:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1324:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayClientAuthConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1365:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1365:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1386:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1386:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1400:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1400:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAuthenticationCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1429:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1429:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAuthenticationCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1443:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1443:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayTrustedRootCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1472:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1472:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayTrustedRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1490:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1490:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayTrustedClientCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1519:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1519:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayTrustedClientCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1543:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1543:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1572:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1572:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1599:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1599:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFrontendIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1628:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1628:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFrontendIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1658:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1658:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFrontendPortPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1687:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1687:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFrontendPort' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1702:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1702:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1731:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1731:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendAddressPoolPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1744:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1744:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendAddressPool' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1769:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1769:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHttpSettingsPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1798:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1798:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHttpSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1876:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1876:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslProfilePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1979:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1979:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslProfile' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2004:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2004:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayHttpListenerPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2033:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2033:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayHttpListener' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2089:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2089:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPathRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2179:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2179:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPathRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2220:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2220:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayProbePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2249:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2249:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayProbeHealthResponseMatch' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2310:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2310:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayProbe' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2326:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2326:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRequestRoutingRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2355:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2355:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRequestRoutingRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2414:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2414:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRuleSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2520:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2520:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRuleSetPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2544:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2544:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2561:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2561:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRuleCondition' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2586:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2586:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRuleActionSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2607:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2607:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayHeaderConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2630:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2630:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayUrlConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2643:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2643:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRedirectConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2660:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2660:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRedirectConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2707:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2707:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2736:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2736:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2765:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2765:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2782:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2782:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkIpConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2811:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2811:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2837:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2837:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkResourceProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2866:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2866:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkResourceListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2891:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2891:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateEndpointConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2907:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2907:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateEndpointConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2936:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2936:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateEndpointConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2960:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2960:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2976:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2976:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3204:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3204:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3235:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3235:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayUrlPathMapPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3251:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3251:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayUrlPathMap' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3288:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3288:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayWebApplicationFirewallConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3317:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3317:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAutoscaleConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3395:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3395:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayConnectionDraining' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3417:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3417:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallDisabledRuleGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3439:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3439:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallExclusion' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3481:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3481:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAvailableWafRuleSetsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3503:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3503:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallRuleSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3515:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3515:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallRuleSetPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3530:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3530:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallRuleGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3577:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3577:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3601:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3601:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAvailableSslOptions' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3649:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3649:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAvailableSslOptionsPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3664:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3664:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAvailableSslPredefinedPolicies' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3694:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3694:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslPredefinedPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3710:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3710:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslPredefinedPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3729:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3729:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayCustomError' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3745:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3745:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayLoadDistributionPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3869:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3861:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayLoadDistributionPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3890:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3882:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayLoadDistributionTargetPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3919:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3911:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayLoadDistributionTarget' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3936:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3928:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayGlobalConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3978:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3970:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationSecurityGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationSecurityGroup.json:353:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationSecurityGroup.json:353:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationSecurityGroupPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationSecurityGroup.json:373:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationSecurityGroup.json:373:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationSecurityGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationSecurityGroup.json:388:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationSecurityGroup.json:388:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableDelegationsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/availableDelegations.json:132:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/availableDelegations.json:132:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableDelegation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/availableDelegations.json:149:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/availableDelegations.json:149:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableServiceAlias' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/availableServiceAliases.json:132:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/availableServiceAliases.json:132:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableServiceAliasesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/availableServiceAliases.json:153:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/availableServiceAliases.json:153:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:443:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:443:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:466:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:466:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallPublicIPAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:495:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:495:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallIpGroups' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:504:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:504:5 warning | PreCheck/SchemaMissingType | The schema 'HubPublicIPAddresses' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:519:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:519:5 warning | PreCheck/SchemaMissingType | The schema 'HubIPAddresses' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:536:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:536:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:556:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:556:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewall' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:627:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:627:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:654:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:654:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallApplicationRuleCollectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:690:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:690:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallApplicationRuleCollection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:720:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:720:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallApplicationRuleProtocol' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:744:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:744:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallApplicationRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:762:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:762:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNatRuleCollectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:810:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:810:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNatRuleCollection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:840:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:840:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNatRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:864:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:864:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNatRCAction' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:924:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:924:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNetworkRuleCollectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:945:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:945:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNetworkRuleCollection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:975:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:975:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNetworkRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:999:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:999:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallRCAction' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:1061:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:1061:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:1109:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:1109:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallFqdnTagPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewallFqdnTag.json:78:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewallFqdnTag.json:78:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallFqdnTag' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewallFqdnTag.json:93:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewallFqdnTag.json:93:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallFqdnTagListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewallFqdnTag.json:113:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewallFqdnTag.json:113:5 warning | PreCheck/SchemaMissingType | The schema 'AzureWebCategoryPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureWebCategory.json:128:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureWebCategory.json:128:5 warning | PreCheck/SchemaMissingType | The schema 'AzureWebCategory' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureWebCategory.json:138:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureWebCategory.json:138:5 warning | PreCheck/SchemaMissingType | The schema 'AzureWebCategoryListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureWebCategory.json:167:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureWebCategory.json:167:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHostIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:598:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:598:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHostIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:624:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:624:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHostPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:653:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:653:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHost' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:706:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:706:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHostListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:730:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:730:5 warning | PreCheck/SchemaMissingType | The schema 'BastionShareableLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:746:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:746:5 warning | PreCheck/SchemaMissingType | The schema 'BastionShareableLinkListRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:773:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:773:5 warning | PreCheck/SchemaMissingType | The schema 'BastionShareableLinkListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:785:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:785:5 warning | PreCheck/SchemaMissingType | The schema 'BastionActiveSession' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:801:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:801:5 warning | PreCheck/SchemaMissingType | The schema 'BastionActiveSessionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:869:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:869:5 warning | PreCheck/SchemaMissingType | The schema 'BastionSessionState' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:885:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:885:5 warning | PreCheck/SchemaMissingType | The schema 'BastionSessionDeleteResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:905:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:905:5 warning | PreCheck/SchemaMissingType | The schema 'VM' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:921:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:921:5 warning | PreCheck/SchemaMissingType | The schema 'SessionIds' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:929:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:929:5 warning | PreCheck/SchemaMissingType | The schema 'DnsNameAvailabilityResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/checkDnsAvailability.json:86:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/checkDnsAvailability.json:86:5 warning | PreCheck/SchemaMissingType | The schema 'CustomIpPrefixPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/customIpPrefix.json:360:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/customIpPrefix.json:360:5 warning | PreCheck/SchemaMissingType | The schema 'CustomIpPrefix' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/customIpPrefix.json:474:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/customIpPrefix.json:474:5 warning | PreCheck/SchemaMissingType | The schema 'CustomIpPrefixListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/customIpPrefix.json:505:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/customIpPrefix.json:505:5 warning | PreCheck/SchemaMissingType | The schema 'DdosCustomPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosCustomPolicy.json:268:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosCustomPolicy.json:268:5 warning | PreCheck/SchemaMissingType | The schema 'DdosCustomPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosCustomPolicy.json:288:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosCustomPolicy.json:288:5 warning | PreCheck/SchemaMissingType | The schema 'DdosProtectionPlan' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosProtectionPlan.json:359:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosProtectionPlan.json:359:5 warning | PreCheck/SchemaMissingType | The schema 'DdosProtectionPlanPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosProtectionPlan.json:401:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosProtectionPlan.json:401:5 warning | PreCheck/SchemaMissingType | The schema 'DdosProtectionPlanListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosProtectionPlan.json:432:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosProtectionPlan.json:432:5 warning | PreCheck/SchemaMissingType | The schema 'DscpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:296:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:296:5 warning | PreCheck/SchemaMissingType | The schema 'DscpConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:316:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:316:5 warning | PreCheck/SchemaMissingType | The schema 'QosIpRange' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:467:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:467:5 warning | PreCheck/SchemaMissingType | The schema 'QosPortRange' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:480:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:480:5 warning | PreCheck/SchemaMissingType | The schema 'DscpConfigurationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:495:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:495:5 warning | PreCheck/SchemaMissingType | The schema 'EndpointServicesListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/endpointService.json:82:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/endpointService.json:82:5 warning | PreCheck/SchemaMissingType | The schema 'EndpointServiceResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/endpointService.json:98:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/endpointService.json:98:5 warning | PreCheck/SchemaMissingType | The schema 'AuthorizationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1605:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1605:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitAuthorization' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1631:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1631:5 warning | PreCheck/SchemaMissingType | The schema 'AuthorizationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1660:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1660:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeeringConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1676:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1676:5 warning | PreCheck/SchemaMissingType | The schema 'Ipv6ExpressRouteCircuitPeeringConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1724:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1724:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitStats' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1757:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1757:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeeringPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1782:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1782:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeering' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1881:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1881:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeeringListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1910:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1910:5 warning | PreCheck/SchemaMissingType | The schema 'Ipv6CircuitConnectionConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1951:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1951:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitConnectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1965:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1965:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1999:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1999:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2028:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2028:5 warning | PreCheck/SchemaMissingType | The schema 'PeerExpressRouteCircuitConnectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2044:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2044:5 warning | PreCheck/SchemaMissingType | The schema 'PeerExpressRouteCircuitConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2078:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2078:5 warning | PreCheck/SchemaMissingType | The schema 'PeerExpressRouteCircuitConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2107:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2107:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2123:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2123:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitServiceProviderProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2158:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2158:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2176:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2176:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuit' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2255:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2250:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitArpTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2279:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2274:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitsArpTableListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2301:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2296:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitRoutesTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2317:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2312:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitsRoutesTableListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2343:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2338:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitRoutesTableSummary' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2359:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2354:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitsRoutesTableSummaryListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2386:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2381:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2402:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2397:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteServiceProviderBandwidthsOffered' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2418:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2413:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteServiceProviderPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2432:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2427:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteServiceProvider' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2456:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2451:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteServiceProviderListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2471:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2466:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionRoutesTableSummary' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:751:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:751:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionsRoutesTableSummaryListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:773:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:773:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitReference' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:790:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:790:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:799:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:799:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:854:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:854:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:874:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:874:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionPeeringProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:891:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:891:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionPeering' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:966:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:966:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionPeeringList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:990:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:990:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortsLocationBandwidths' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:853:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:853:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortsLocationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:869:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:869:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortsLocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:897:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:897:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortsLocationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:913:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:913:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteLinkMacSecConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:930:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:930:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteLinkPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:970:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:970:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1035:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1035:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteLinkListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1060:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1060:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1077:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1077:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePort' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1162:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1162:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1187:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1187:5 warning | PreCheck/SchemaMissingType | The schema 'GenerateExpressRoutePortsLOARequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1204:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1204:5 warning | PreCheck/SchemaMissingType | The schema 'GenerateExpressRoutePortsLOAResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1216:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1216:5 warning | PreCheck/SchemaMissingType | The schema 'IpAllocationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipAllocation.json:360:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipAllocation.json:360:5 warning | PreCheck/SchemaMissingType | The schema 'IpAllocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipAllocation.json:405:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipAllocation.json:405:5 warning | PreCheck/SchemaMissingType | The schema 'IpAllocationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipAllocation.json:425:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipAllocation.json:425:5 warning | PreCheck/SchemaMissingType | The schema 'IpGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipGroups.json:360:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipGroups.json:360:5 warning | PreCheck/SchemaMissingType | The schema 'IpGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipGroups.json:380:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipGroups.json:380:5 warning | PreCheck/SchemaMissingType | The schema 'IpGroupPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipGroups.json:396:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipGroups.json:396:5 warning | PreCheck/SchemaMissingType | The schema 'GatewayLoadBalancerTunnelInterface' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1520:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1520:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1561:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1561:5 warning | PreCheck/SchemaMissingType | The schema 'FrontendIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1591:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1591:5 warning | PreCheck/SchemaMissingType | The schema 'FrontendIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1661:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1661:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerBackendAddressPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1697:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1697:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerBackendAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1747:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1747:5 warning | PreCheck/SchemaMissingType | The schema 'BackendAddressPoolPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1761:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1761:5 warning | PreCheck/SchemaMissingType | The schema 'BackendAddressPool' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1835:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1835:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancingRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1864:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1864:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancingRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1941:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1941:5 warning | PreCheck/SchemaMissingType | The schema 'ProbePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1970:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1970:5 warning | PreCheck/SchemaMissingType | The schema 'Probe' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2029:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2029:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2058:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2058:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2118:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2118:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatPoolPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2147:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2147:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatPool' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2199:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2199:5 warning | PreCheck/SchemaMissingType | The schema 'OutboundRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2228:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2228:5 warning | PreCheck/SchemaMissingType | The schema 'OutboundRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2280:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2280:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2309:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2309:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancer' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2373:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2373:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2401:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2401:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2418:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2418:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerBackendAddressPoolListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2435:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2435:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerFrontendIPConfigurationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2452:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2452:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerLoadBalancingRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2469:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2469:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerOutboundRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2486:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2486:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerProbeListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2503:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2503:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerVipSwapRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2533:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2533:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerVipSwapRequestFrontendIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2545:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2545:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerVipSwapRequestFrontendIPConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2559:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2559:5 warning | PreCheck/SchemaMissingType | The schema 'NatGatewaySku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/natGateway.json:363:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/natGateway.json:363:5 warning | PreCheck/SchemaMissingType | The schema 'NatGatewayPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/natGateway.json:379:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/natGateway.json:379:5 warning | PreCheck/SchemaMissingType | The schema 'NatGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/natGateway.json:421:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/natGateway.json:421:5 warning | PreCheck/SchemaMissingType | The schema 'NatGatewayListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/natGateway.json:452:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/natGateway.json:452:5 warning | PreCheck/SchemaMissingType | The schema 'ErrorDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:38:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:38:5 warning | PreCheck/SchemaMissingType | The schema 'Error' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:55:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:55:5 warning | PreCheck/SchemaMissingType | The schema 'CloudError' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:83:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:83:5 warning | PreCheck/SchemaMissingType | The schema 'CloudErrorBody' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:93:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:93:5 warning | PreCheck/SchemaMissingType | The schema 'AzureAsyncOperationResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:118:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:118:5 warning | PreCheck/SchemaMissingType | The schema 'Resource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:140:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:140:5 warning | PreCheck/SchemaMissingType | The schema 'SubResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:198:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:198:5 warning | PreCheck/SchemaMissingType | The schema 'TagsObject' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:208:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:208:5 warning | PreCheck/SchemaMissingType | The schema 'ManagedServiceIdentity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:273:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:273:5 warning | PreCheck/SchemaMissingType | The schema 'ExtendedLocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:395:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:395:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceTapConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:886:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:886:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceTapConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:915:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:915:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:929:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:929:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1007:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1007:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1030:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1030:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceDnsSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1058:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1058:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfacePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1092:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1092:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterface' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1228:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1228:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1252:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1252:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceTapConfigurationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1269:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1269:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceIPConfigurationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1286:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1286:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceLoadBalancerListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1303:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1303:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveNetworkSecurityGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1320:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1320:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveNetworkSecurityGroupAssociation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1351:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1351:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveNetworkSecurityRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1368:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1368:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveNetworkSecurityGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1461:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1461:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1478:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1478:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveRouteListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1535:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1535:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1552:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1552:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1579:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1579:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkProfilePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:360:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:360:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkProfile' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:390:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:390:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkProfileListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:410:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:410:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfacePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:426:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:426:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterface' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:453:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:453:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfaceConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:482:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:482:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfaceConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:506:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:506:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfigurationProfilePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:535:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:535:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfigurationProfile' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:549:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:549:5 warning | PreCheck/SchemaMissingType | The schema 'Container' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:578:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:578:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfaceIpConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:587:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:587:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfaceIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:597:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:597:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:719:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:719:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:828:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:827:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:856:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:855:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityGroupPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:872:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:871:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:930:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:929:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:950:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:949:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualAppliance' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:764:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:764:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualAppliancePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:788:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:788:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualApplianceSkuProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:884:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:884:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualApplianceNicProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:904:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:904:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualApplianceSite' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:924:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:924:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualApplianceSiteProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:953:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:953:5 warning | PreCheck/SchemaMissingType | The schema 'Office365PolicyProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:973:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:973:5 warning | PreCheck/SchemaMissingType | The schema 'BreakOutCategoryPolicies' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:983:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:983:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1003:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1003:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSkuPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1024:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1024:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSkuInstances' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1050:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1050:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1067:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1067:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSiteListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1083:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1083:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSkuListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1099:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1099:5 warning | PreCheck/SchemaMissingType | The schema 'InboundSecurityRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1115:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1115:5 warning | PreCheck/SchemaMissingType | The schema 'InboundSecurityRuleProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1144:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1144:5 warning | PreCheck/SchemaMissingType | The schema 'InboundSecurityRules' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1162:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1162:5 warning | PreCheck/SchemaMissingType | The schema 'ErrorResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2344:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2344:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkWatcher' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2354:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2354:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkWatcherPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2374:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2374:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkWatcherListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2384:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2384:5 warning | PreCheck/SchemaMissingType | The schema 'TopologyParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2396:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2396:5 warning | PreCheck/SchemaMissingType | The schema 'Topology' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2413:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2413:5 warning | PreCheck/SchemaMissingType | The schema 'TopologyResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2442:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2442:5 warning | PreCheck/SchemaMissingType | The schema 'TopologyAssociation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2466:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2466:5 warning | PreCheck/SchemaMissingType | The schema 'VerificationIPFlowParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2491:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2491:5 warning | PreCheck/SchemaMissingType | The schema 'VerificationIPFlowResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2545:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2545:5 warning | PreCheck/SchemaMissingType | The schema 'NextHopParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2558:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2558:5 warning | PreCheck/SchemaMissingType | The schema 'NextHopResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2584:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2584:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityGroupViewParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2613:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2613:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityGroupViewResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2625:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2625:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityGroupNetworkInterface' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2637:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2637:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityRuleAssociations' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2650:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2650:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceAssociation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2677:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2677:5 warning | PreCheck/SchemaMissingType | The schema 'SubnetAssociation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2694:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2694:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCapture' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2711:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2711:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2724:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2724:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureStorageLocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2808:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2808:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2825:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2825:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2860:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2860:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2872:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2872:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureResultProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2897:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2897:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureQueryStatusResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2912:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2912:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2967:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2967:5 warning | PreCheck/SchemaMissingType | The schema 'QueryTroubleshootingParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2985:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2985:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2997:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2997:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3014:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3014:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3040:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3040:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingRecommendedActions' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3068:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3068:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3089:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3089:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLog' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3106:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3106:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3126:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3126:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3169:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3169:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogStatusParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3194:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3194:5 warning | PreCheck/SchemaMissingType | The schema 'RetentionPolicyParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3206:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3206:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogFormatParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3222:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3222:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogInformation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3244:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3244:5 warning | PreCheck/SchemaMissingType | The schema 'TrafficAnalyticsProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3266:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3266:5 warning | PreCheck/SchemaMissingType | The schema 'TrafficAnalyticsConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3275:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3275:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3301:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3301:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivitySource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3340:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3340:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityDestination' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3359:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3359:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityInformation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3379:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3379:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityHop' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3437:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3437:5 warning | PreCheck/SchemaMissingType | The schema 'HopLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3502:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3502:5 warning | PreCheck/SchemaMissingType | The schema 'HopLinkProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3543:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3543:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityIssue' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3572:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3572:5 warning | PreCheck/SchemaMissingType | The schema 'ProtocolConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3639:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3639:5 warning | PreCheck/SchemaMissingType | The schema 'HTTPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3648:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3648:5 warning | PreCheck/SchemaMissingType | The schema 'HTTPHeader' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3679:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3679:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReportParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3692:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3692:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReportLocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3730:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3730:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReport' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3750:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3750:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReportItem' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3775:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3775:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReportLatencyInfo' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3795:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3795:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersListParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3812:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3812:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3836:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3836:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersListCountry' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3851:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3851:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersListState' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3874:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3874:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersListCity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3897:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3897:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkConfigurationDiagnosticParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3913:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3913:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkConfigurationDiagnosticProfile' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3946:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3946:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkConfigurationDiagnosticResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3978:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3978:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkConfigurationDiagnosticResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3991:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3991:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityGroupResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4004:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4004:5 warning | PreCheck/SchemaMissingType | The schema 'EvaluatedNetworkSecurityGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4021:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4021:5 warning | PreCheck/SchemaMissingType | The schema 'MatchedRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4046:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4046:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityRulesEvaluationResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4059:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4059:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitor' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4100:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4100:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4124:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4124:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorSource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4182:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4182:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorDestination' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4201:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4201:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpoint' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4221:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4221:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpointScope' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4283:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4283:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpointScopeItem' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4302:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4302:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpointFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4311:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4311:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpointFilterItem' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4334:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4334:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorTestGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4354:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4354:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorTestConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4394:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4394:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorHttpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4453:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4453:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorTcpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4499:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4499:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorIcmpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4527:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4527:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorSuccessThreshold' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4536:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4536:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorOutput' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4550:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4550:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorWorkspaceSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4570:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4570:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionStateSnapshot' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4579:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4579:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4663:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4663:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4675:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4675:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorResultProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4717:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4717:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorQueryResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4756:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4756:5 warning | PreCheck/SchemaMissingType | The schema 'OperationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:72:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:72:5 warning | PreCheck/SchemaMissingType | The schema 'Operation-display' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:96:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:96:9 warning | PreCheck/SchemaMissingType | The schema 'OperationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:128:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:128:5 warning | PreCheck/SchemaMissingType | The schema 'OperationPropertiesFormat-serviceSpecification' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:131:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:131:9 warning | PreCheck/SchemaMissingType | The schema 'LogSpecification' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:152:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:152:5 warning | PreCheck/SchemaMissingType | The schema 'MetricSpecification' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:169:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:169:5 warning | PreCheck/SchemaMissingType | The schema 'Dimension' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:236:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:236:5 warning | PreCheck/SchemaMissingType | The schema 'Availability' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:253:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:253:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpoint' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:654:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:654:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:678:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:678:5 warning | PreCheck/SchemaMissingType | The schema 'CustomDnsConfigPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:739:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:739:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:755:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:755:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:784:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:784:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:813:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:813:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZoneGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:830:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:830:5 warning | PreCheck/SchemaMissingType | The schema 'AvailablePrivateEndpointTypesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:847:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:847:5 warning | PreCheck/SchemaMissingType | The schema 'AvailablePrivateEndpointType' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:864:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:864:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZoneGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:889:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:889:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZoneGroupPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:913:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:913:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZoneConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:930:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:930:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZonePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:944:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:944:5 warning | PreCheck/SchemaMissingType | The schema 'RecordSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:961:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:961:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkService' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:770:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:770:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:794:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:794:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceProperties-visibility' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:831:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:831:9 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceProperties-autoApproval' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:839:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:839:9 warning | PreCheck/SchemaMissingType | The schema 'ResourceSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:866:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:866:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:878:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:878:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceIpConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:907:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:907:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:937:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:937:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:966:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:966:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceConnectionState' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:990:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:990:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1007:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1007:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1024:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1024:5 warning | PreCheck/SchemaMissingType | The schema 'CheckPrivateLinkServiceVisibilityRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1041:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1041:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceVisibility' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1050:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1050:5 warning | PreCheck/SchemaMissingType | The schema 'AutoApprovedPrivateLinkServicesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1059:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1059:5 warning | PreCheck/SchemaMissingType | The schema 'AutoApprovedPrivateLinkService' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1076:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1076:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddressSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:435:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:435:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddressPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:464:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:464:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:559:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:559:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddressListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:594:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:594:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddressDnsSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:610:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:610:5 warning | PreCheck/SchemaMissingType | The schema 'DdosSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:627:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:627:5 warning | PreCheck/SchemaMissingType | The schema 'IpTag' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:651:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:651:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPPrefixSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:363:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:363:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPPrefixPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:391:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:391:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPPrefix' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:448:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:448:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPPrefixListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:483:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:483:5 warning | PreCheck/SchemaMissingType | The schema 'ReferencedPublicIpAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:499:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:499:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:606:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:606:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:643:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:643:5 warning | PreCheck/SchemaMissingType | The schema 'PatchRouteFilterRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:671:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:671:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:696:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:696:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:729:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:729:5 warning | PreCheck/SchemaMissingType | The schema 'PatchRouteFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:752:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:752:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:789:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:789:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:805:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:805:5 warning | PreCheck/SchemaMissingType | The schema 'RoutePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:609:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:609:5 warning | PreCheck/SchemaMissingType | The schema 'Route' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:638:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:638:5 warning | PreCheck/SchemaMissingType | The schema 'RouteTablePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:666:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:666:5 warning | PreCheck/SchemaMissingType | The schema 'RouteTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:700:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:700:5 warning | PreCheck/SchemaMissingType | The schema 'RouteTableListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:720:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:720:5 warning | PreCheck/SchemaMissingType | The schema 'RouteListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:736:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:736:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityPartnerProviderPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/securityPartnerProvider.json:353:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/securityPartnerProvider.json:353:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityPartnerProvider' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/securityPartnerProvider.json:376:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/securityPartnerProvider.json:376:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityPartnerProviderListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/securityPartnerProvider.json:396:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/securityPartnerProvider.json:396:5 warning | PreCheck/SchemaMissingType | The schema 'BGPCommunity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceCommunity.json:78:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceCommunity.json:78:5 warning | PreCheck/SchemaMissingType | The schema 'BgpServiceCommunityPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceCommunity.json:110:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceCommunity.json:110:5 warning | PreCheck/SchemaMissingType | The schema 'BgpServiceCommunity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceCommunity.json:126:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceCommunity.json:126:5 warning | PreCheck/SchemaMissingType | The schema 'BgpServiceCommunityListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceCommunity.json:141:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceCommunity.json:141:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyDefinitionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:609:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:609:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyDefinition' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:634:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:634:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyDefinitionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:662:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:662:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:678:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:678:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:719:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:719:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:744:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:744:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceTagsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceTags.json:142:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceTags.json:142:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceTagInformation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceTags.json:203:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceTags.json:203:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceTagInformationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceTags.json:228:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceTags.json:228:5 warning | PreCheck/SchemaMissingType | The schema 'UsageName' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/usage.json:89:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/usage.json:89:5 warning | PreCheck/SchemaMissingType | The schema 'Usage' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/usage.json:102:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/usage.json:102:5 warning | PreCheck/SchemaMissingType | The schema 'UsagesListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/usage.json:143:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/usage.json:143:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceAssociationLinkPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1339:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1339:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceAssociationLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1368:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1368:5 warning | PreCheck/SchemaMissingType | The schema 'ResourceNavigationLinkFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1397:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1397:5 warning | PreCheck/SchemaMissingType | The schema 'ResourceNavigationLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1415:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1415:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceDelegationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1449:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1449:5 warning | PreCheck/SchemaMissingType | The schema 'Delegation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1471:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1471:5 warning | PreCheck/SchemaMissingType | The schema 'SubnetPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1499:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1499:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1638:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1638:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkPeeringPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1659:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1659:5 warning | PreCheck/SchemaMissingType | The schema 'Subnet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1744:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1744:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkPeering' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1772:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1772:5 warning | PreCheck/SchemaMissingType | The schema 'SubnetListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1800:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1800:5 warning | PreCheck/SchemaMissingType | The schema 'ResourceNavigationLinksListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1816:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1816:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceAssociationLinksListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1833:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1833:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkPeeringListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1850:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1850:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1866:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1866:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetwork' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1948:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1940:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1972:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1964:5 warning | PreCheck/SchemaMissingType | The schema 'AddressSpace' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1988:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1980:5 warning | PreCheck/SchemaMissingType | The schema 'DhcpOptions' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2000:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1992:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkBgpCommunities' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2012:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2004:5 warning | PreCheck/SchemaMissingType | The schema 'IPAddressAvailabilityResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2054:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2046:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkListUsageResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2074:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2066:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkUsage' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2091:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2083:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkUsageName' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2123:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2115:5 warning | PreCheck/SchemaMissingType | The schema 'PrepareNetworkPoliciesRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2138:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2130:5 warning | PreCheck/SchemaMissingType | The schema 'UnprepareNetworkPoliciesRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2154:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2146:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkIntentPolicyConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2163:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2155:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkIntentPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2176:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2168:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2571:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2571:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2598:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2598:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayNatRuleProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2622:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2622:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayNatRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2674:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2674:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2703:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2703:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientRootCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2838:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2838:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2855:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2855:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientRevokedCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2882:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2882:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientRevokedCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2896:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2896:5 warning | PreCheck/SchemaMissingType | The schema 'RadiusServer' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2920:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2920:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2941:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2941:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewaySku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3039:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3039:5 warning | PreCheck/SchemaMissingType | The schema 'BgpSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3104:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3104:5 warning | PreCheck/SchemaMissingType | The schema 'BgpPeerStatus' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3132:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3132:5 warning | PreCheck/SchemaMissingType | The schema 'GatewayRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3194:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3194:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3235:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3235:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3262:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3262:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3294:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3294:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualNetworkGatewayNatRulesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3311:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3311:5 warning | PreCheck/SchemaMissingType | The schema 'BgpPeerStatusListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3327:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3327:5 warning | PreCheck/SchemaMissingType | The schema 'GatewayRouteListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3339:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3339:5 warning | PreCheck/SchemaMissingType | The schema 'TunnelConnectionHealth' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3351:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3351:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3383:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3383:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3529:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3529:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3552:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3552:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionResetSharedKey' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3569:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3569:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionSharedKey' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3584:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3584:5 warning | PreCheck/SchemaMissingType | The schema 'IpsecPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3601:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3601:5 warning | PreCheck/SchemaMissingType | The schema 'TrafficSelectorPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3794:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3794:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientIPsecParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3829:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3829:5 warning | PreCheck/SchemaMissingType | The schema 'LocalNetworkGatewayPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3878:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3878:5 warning | PreCheck/SchemaMissingType | The schema 'LocalNetworkGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3909:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3909:5 warning | PreCheck/SchemaMissingType | The schema 'LocalNetworkGatewayListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3932:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3932:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkConnectionGatewayReference' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3949:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3949:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnectionListEntityPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3961:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3961:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnectionListEntity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4084:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4084:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayListConnectionsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4107:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4107:5 warning | PreCheck/SchemaMissingType | The schema 'VpnDeviceScriptParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4124:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4124:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientConnectionHealthDetailListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4287:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4287:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientConnectionHealthDetail' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4299:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4299:5 warning | PreCheck/SchemaMissingType | The schema 'VpnPacketCaptureStopParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4371:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4371:5 warning | PreCheck/SchemaMissingType | The schema 'VpnPacketCaptureStartParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4380:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4380:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfigurationBgpPeeringAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4389:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4389:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkTap' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkTap.json:353:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkTap.json:353:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkTapPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkTap.json:373:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkTap.json:373:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkTapListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkTap.json:409:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkTap.json:409:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:549:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:549:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:569:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:569:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterPeering' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:613:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:613:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterPeeringProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:642:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:642:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:665:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:665:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterPeeringListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:681:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:681:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWanProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6283:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6276:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWAN' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6329:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6322:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualWANsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6352:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6345:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6368:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6361:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSite' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6418:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6411:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnSitesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6441:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6434:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteLinkProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6457:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6450:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6483:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6476:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnSiteLinksResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6512:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6505:5 warning | PreCheck/SchemaMissingType | The schema 'GetVpnSitesConfigurationRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6528:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6521:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6547:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6540:5 warning | PreCheck/SchemaMissingType | The schema 'BgpConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6718:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6711:5 warning | PreCheck/SchemaMissingType | The schema 'BgpConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6747:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6740:5 warning | PreCheck/SchemaMissingType | The schema 'PeerRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6790:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6783:5 warning | PreCheck/SchemaMissingType | The schema 'PeerRouteList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6831:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6824:5 warning | PreCheck/SchemaMissingType | The schema 'HubIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6843:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6836:5 warning | PreCheck/SchemaMissingType | The schema 'HubIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6872:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6865:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRouteTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6898:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6891:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6910:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6903:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHub' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6926:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6919:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualHubsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6954:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6947:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6970:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6963:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7023:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7016:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7046:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7039:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnGatewaysResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7063:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7056:5 warning | PreCheck/SchemaMissingType | The schema 'VpnNatRuleMapping' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7079:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7072:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayNatRuleProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7092:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7085:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayNatRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7160:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7153:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnGatewayNatRulesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7189:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7182:5 warning | PreCheck/SchemaMissingType | The schema 'VpnConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7205:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7198:5 warning | PreCheck/SchemaMissingType | The schema 'VpnConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7303:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7296:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnConnectionsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7327:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7320:5 warning | PreCheck/SchemaMissingType | The schema 'VpnConnectionPacketCaptureStartParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7343:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7336:5 warning | PreCheck/SchemaMissingType | The schema 'VpnConnectionPacketCaptureStopParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7359:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7352:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayPacketCaptureStartParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7375:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7368:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayPacketCaptureStopParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7384:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7377:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteLinkConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7393:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7386:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteLinkConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7499:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7492:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnSiteLinkConnectionsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7528:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7521:5 warning | PreCheck/SchemaMissingType | The schema 'HubVirtualNetworkConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7544:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7537:5 warning | PreCheck/SchemaMissingType | The schema 'HubVirtualNetworkConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7574:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7567:5 warning | PreCheck/SchemaMissingType | The schema 'ListHubVirtualNetworkConnectionsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7598:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7591:5 warning | PreCheck/SchemaMissingType | The schema 'HubRouteTableProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7614:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7607:5 warning | PreCheck/SchemaMissingType | The schema 'HubRouteTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7654:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7647:5 warning | PreCheck/SchemaMissingType | The schema 'HubRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7683:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7676:5 warning | PreCheck/SchemaMissingType | The schema 'ListHubRouteTablesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7718:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7711:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteId' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7734:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7727:5 warning | PreCheck/SchemaMissingType | The schema 'DeviceProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7744:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7737:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWanSecurityProviders' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7762:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7755:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWanSecurityProvider' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7774:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7767:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigVpnClientRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7864:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7857:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigRadiusServerRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7877:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7870:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigVpnClientRevokedCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7890:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7883:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigRadiusClientRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7903:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7896:5 warning | PreCheck/SchemaMissingType | The schema 'AadAuthenticationParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7916:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7909:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7933:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7926:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8054:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8047:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnServerConfigurationsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8078:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8071:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientConnectionHealth' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8094:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8087:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnGatewayProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8233:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8226:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8279:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8272:5 warning | PreCheck/SchemaMissingType | The schema 'ListP2SVpnGatewaysResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8302:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8295:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnProfileParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8318:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8311:5 warning | PreCheck/SchemaMissingType | The schema 'VpnProfileResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8327:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8320:5 warning | PreCheck/SchemaMissingType | The schema 'VpnLinkBgpSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8336:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8329:5 warning | PreCheck/SchemaMissingType | The schema 'VpnLinkProviderProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8350:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8343:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigurationsResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8364:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8357:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWanVpnProfileParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8377:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8370:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnConnectionHealthRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8390:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8383:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnConnectionHealth' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8407:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8400:5 warning | PreCheck/SchemaMissingType | The schema 'P2SConnectionConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8416:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8409:5 warning | PreCheck/SchemaMissingType | The schema 'P2SConnectionConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8454:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8447:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRouteTableV2Properties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8478:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8471:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRouteTableV2' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8502:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8495:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRouteV2' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8526:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8519:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualHubRouteTableV2sResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8553:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8546:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnConnectionRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8569:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8562:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubId' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8581:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8574:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeeringId' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8590:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8583:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteConnectionId' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8599:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8592:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGatewayProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8609:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8602:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGatewayProperties-autoScaleConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8614:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8607:9 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGatewayProperties-autoScaleConfiguration-bounds' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8616:13 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8609:13 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8655:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8648:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGatewayList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8675:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8668:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8687:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8680:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8728:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8721:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteConnectionList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8750:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8743:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualHubBgpConnectionResults' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8762:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8755:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualHubIpConfigurationResults' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8778:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8771:5 warning | PreCheck/SchemaMissingType | The schema 'RoutingConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8794:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8787:5 warning | PreCheck/SchemaMissingType | The schema 'PropagatedRouteTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8819:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8812:5 warning | PreCheck/SchemaMissingType | The schema 'VnetRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8838:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8831:5 warning | PreCheck/SchemaMissingType | The schema 'StaticRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8877:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8870:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubEffectiveRouteList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8897:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8890:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubEffectiveRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8909:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8902:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveRoutesParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8940:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8933:5 warning | PreCheck/SchemaMissingType | The schema 'O365PolicyProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:9002:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8995:5 warning | PreCheck/SchemaMissingType | The schema 'O365BreakOutCategoryPolicies' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:9012:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:9005:5 warning | PreCheck/SchemaMissingType | The schema 'WebApplicationFirewallPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:295:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:295:5 warning | PreCheck/SchemaMissingType | The schema 'WebApplicationFirewallPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:315:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:315:5 warning | PreCheck/SchemaMissingType | The schema 'WebApplicationFirewallPolicyListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:385:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:385:5 warning | PreCheck/SchemaMissingType | The schema 'ManagedRulesDefinition' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:403:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:403:5 warning | PreCheck/SchemaMissingType | The schema 'PolicySettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:425:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:425:5 warning | PreCheck/SchemaMissingType | The schema 'WebApplicationFirewallCustomRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:484:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:484:5 warning | PreCheck/SchemaMissingType | The schema 'MatchVariable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:570:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:558:5 warning | PreCheck/SchemaMissingType | The schema 'MatchCondition' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:600:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:588:5 warning | PreCheck/SchemaMissingType | The schema 'OwaspCrsExclusionEntry' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:789:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:777:5 warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | PreCheck/PropertyRedeclarationWarning | Schema 'ExpressRouteProviderPort' has a property 'id' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from ExpressRouteProviderPort warning | PreCheck/PropertyRedeclarationWarning | Schema 'ExpressRouteProviderPort' has a property 'name' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from ExpressRouteProviderPort @@ -1604,6 +1727,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -1612,1349 +1737,1349 @@ warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayOnDemandProbe' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1156:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1156:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealthOnDemand' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1194:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1194:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealth' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1207:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1207:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealthPool' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1219:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1219:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealthHttpSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1235:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1235:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHealthServer' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1251:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1251:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1283:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1283:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1324:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1324:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayClientAuthConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1365:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1365:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1386:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1386:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1400:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1400:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAuthenticationCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1429:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1429:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAuthenticationCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1443:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1443:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayTrustedRootCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1472:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1472:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayTrustedRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1490:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1490:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayTrustedClientCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1519:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1519:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayTrustedClientCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1543:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1543:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1572:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1572:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1599:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1599:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFrontendIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1628:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1628:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFrontendIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1658:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1658:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFrontendPortPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1687:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1687:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFrontendPort' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1702:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1702:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1731:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1731:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendAddressPoolPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1744:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1744:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendAddressPool' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1769:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1769:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHttpSettingsPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1798:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1798:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayBackendHttpSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1876:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1876:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslProfilePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:1979:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:1979:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslProfile' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2004:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2004:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayHttpListenerPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2033:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2033:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayHttpListener' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2089:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2089:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPathRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2179:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2179:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPathRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2220:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2220:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayProbePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2249:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2249:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayProbeHealthResponseMatch' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2310:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2310:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayProbe' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2326:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2326:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRequestRoutingRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2355:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2355:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRequestRoutingRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2414:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2414:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRuleSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2520:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2520:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRuleSetPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2544:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2544:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2561:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2561:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRuleCondition' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2586:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2586:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRewriteRuleActionSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2607:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2607:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayHeaderConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2630:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2630:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayUrlConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2643:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2643:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRedirectConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2660:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2660:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayRedirectConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2707:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2707:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2736:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2736:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2765:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2765:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2782:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2782:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkIpConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2811:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2811:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2837:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2837:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkResourceProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2866:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2866:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateLinkResourceListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2891:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2891:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateEndpointConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2907:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2907:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateEndpointConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2936:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2936:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPrivateEndpointConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2960:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2960:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:2976:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:2976:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3204:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3204:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3235:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3235:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayUrlPathMapPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3251:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3251:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayUrlPathMap' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3288:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3288:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayWebApplicationFirewallConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3317:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3317:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAutoscaleConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3395:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3395:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayConnectionDraining' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3417:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3417:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallDisabledRuleGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3439:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3439:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallExclusion' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3481:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3481:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAvailableWafRuleSetsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3503:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3503:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallRuleSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3515:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3515:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallRuleSetPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3530:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3530:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallRuleGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3577:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3577:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayFirewallRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3601:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3601:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAvailableSslOptions' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3649:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3649:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAvailableSslOptionsPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3664:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3664:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayAvailableSslPredefinedPolicies' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3694:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3694:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslPredefinedPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3710:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3710:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewaySslPredefinedPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3729:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3729:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayCustomError' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3745:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3745:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayLoadDistributionPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3861:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3869:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayLoadDistributionPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3882:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3890:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayLoadDistributionTargetPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3911:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3919:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayLoadDistributionTarget' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3928:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3936:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationGatewayGlobalConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json:3970:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationGateway.json:3978:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationSecurityGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationSecurityGroup.json:353:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationSecurityGroup.json:353:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationSecurityGroupPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationSecurityGroup.json:373:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationSecurityGroup.json:373:5 warning | PreCheck/SchemaMissingType | The schema 'ApplicationSecurityGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationSecurityGroup.json:388:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/applicationSecurityGroup.json:388:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableDelegationsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/availableDelegations.json:132:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/availableDelegations.json:132:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableDelegation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/availableDelegations.json:149:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/availableDelegations.json:149:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableServiceAlias' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/availableServiceAliases.json:132:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/availableServiceAliases.json:132:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableServiceAliasesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/availableServiceAliases.json:153:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/availableServiceAliases.json:153:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:443:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:443:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:466:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:466:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallPublicIPAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:495:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:495:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallIpGroups' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:504:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:504:5 warning | PreCheck/SchemaMissingType | The schema 'HubPublicIPAddresses' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:519:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:519:5 warning | PreCheck/SchemaMissingType | The schema 'HubIPAddresses' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:536:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:536:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:556:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:556:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewall' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:627:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:627:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:654:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:654:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallApplicationRuleCollectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:690:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:690:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallApplicationRuleCollection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:720:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:720:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallApplicationRuleProtocol' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:744:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:744:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallApplicationRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:762:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:762:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNatRuleCollectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:810:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:810:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNatRuleCollection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:840:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:840:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNatRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:864:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:864:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNatRCAction' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:924:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:924:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNetworkRuleCollectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:945:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:945:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNetworkRuleCollection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:975:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:975:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallNetworkRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:999:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:999:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallRCAction' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:1061:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:1061:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewall.json:1109:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewall.json:1109:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallFqdnTagPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewallFqdnTag.json:78:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewallFqdnTag.json:78:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallFqdnTag' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewallFqdnTag.json:93:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewallFqdnTag.json:93:5 warning | PreCheck/SchemaMissingType | The schema 'AzureFirewallFqdnTagListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureFirewallFqdnTag.json:113:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureFirewallFqdnTag.json:113:5 warning | PreCheck/SchemaMissingType | The schema 'AzureWebCategoryPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureWebCategory.json:128:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureWebCategory.json:128:5 warning | PreCheck/SchemaMissingType | The schema 'AzureWebCategory' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureWebCategory.json:138:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureWebCategory.json:138:5 warning | PreCheck/SchemaMissingType | The schema 'AzureWebCategoryListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/azureWebCategory.json:167:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/azureWebCategory.json:167:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHostIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:598:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:598:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHostIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:624:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:624:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHostPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:653:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:653:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHost' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:706:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:706:5 warning | PreCheck/SchemaMissingType | The schema 'BastionHostListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:730:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:730:5 warning | PreCheck/SchemaMissingType | The schema 'BastionShareableLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:746:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:746:5 warning | PreCheck/SchemaMissingType | The schema 'BastionShareableLinkListRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:773:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:773:5 warning | PreCheck/SchemaMissingType | The schema 'BastionShareableLinkListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:785:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:785:5 warning | PreCheck/SchemaMissingType | The schema 'BastionActiveSession' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:801:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:801:5 warning | PreCheck/SchemaMissingType | The schema 'BastionActiveSessionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:869:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:869:5 warning | PreCheck/SchemaMissingType | The schema 'BastionSessionState' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:885:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:885:5 warning | PreCheck/SchemaMissingType | The schema 'BastionSessionDeleteResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:905:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:905:5 warning | PreCheck/SchemaMissingType | The schema 'VM' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:921:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:921:5 warning | PreCheck/SchemaMissingType | The schema 'SessionIds' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/bastionHost.json:929:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/bastionHost.json:929:5 warning | PreCheck/SchemaMissingType | The schema 'DnsNameAvailabilityResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/checkDnsAvailability.json:86:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/checkDnsAvailability.json:86:5 warning | PreCheck/SchemaMissingType | The schema 'CustomIpPrefixPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/customIpPrefix.json:360:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/customIpPrefix.json:360:5 warning | PreCheck/SchemaMissingType | The schema 'CustomIpPrefix' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/customIpPrefix.json:474:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/customIpPrefix.json:474:5 warning | PreCheck/SchemaMissingType | The schema 'CustomIpPrefixListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/customIpPrefix.json:505:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/customIpPrefix.json:505:5 warning | PreCheck/SchemaMissingType | The schema 'DdosCustomPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosCustomPolicy.json:268:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosCustomPolicy.json:268:5 warning | PreCheck/SchemaMissingType | The schema 'DdosCustomPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosCustomPolicy.json:288:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosCustomPolicy.json:288:5 warning | PreCheck/SchemaMissingType | The schema 'DdosProtectionPlan' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosProtectionPlan.json:359:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosProtectionPlan.json:359:5 warning | PreCheck/SchemaMissingType | The schema 'DdosProtectionPlanPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosProtectionPlan.json:401:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosProtectionPlan.json:401:5 warning | PreCheck/SchemaMissingType | The schema 'DdosProtectionPlanListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ddosProtectionPlan.json:432:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ddosProtectionPlan.json:432:5 warning | PreCheck/SchemaMissingType | The schema 'DscpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:296:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:296:5 warning | PreCheck/SchemaMissingType | The schema 'DscpConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:316:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:316:5 warning | PreCheck/SchemaMissingType | The schema 'QosIpRange' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:467:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:467:5 warning | PreCheck/SchemaMissingType | The schema 'QosPortRange' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:480:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:480:5 warning | PreCheck/SchemaMissingType | The schema 'DscpConfigurationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/dscpConfiguration.json:495:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/dscpConfiguration.json:495:5 warning | PreCheck/SchemaMissingType | The schema 'EndpointServicesListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/endpointService.json:82:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/endpointService.json:82:5 warning | PreCheck/SchemaMissingType | The schema 'EndpointServiceResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/endpointService.json:98:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/endpointService.json:98:5 warning | PreCheck/SchemaMissingType | The schema 'AuthorizationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1605:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1605:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitAuthorization' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1631:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1631:5 warning | PreCheck/SchemaMissingType | The schema 'AuthorizationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1660:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1660:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeeringConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1676:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1676:5 warning | PreCheck/SchemaMissingType | The schema 'Ipv6ExpressRouteCircuitPeeringConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1724:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1724:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitStats' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1757:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1757:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeeringPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1782:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1782:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeering' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1881:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1881:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeeringListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1910:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1910:5 warning | PreCheck/SchemaMissingType | The schema 'Ipv6CircuitConnectionConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1951:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1951:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitConnectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1965:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1965:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:1999:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:1999:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2028:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2028:5 warning | PreCheck/SchemaMissingType | The schema 'PeerExpressRouteCircuitConnectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2044:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2044:5 warning | PreCheck/SchemaMissingType | The schema 'PeerExpressRouteCircuitConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2078:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2078:5 warning | PreCheck/SchemaMissingType | The schema 'PeerExpressRouteCircuitConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2107:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2107:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2123:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2123:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitServiceProviderProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2158:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2158:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2176:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2176:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuit' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2250:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2255:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitArpTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2274:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2279:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitsArpTableListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2296:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2301:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitRoutesTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2312:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2317:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitsRoutesTableListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2338:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2343:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitRoutesTableSummary' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2354:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2359:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitsRoutesTableSummaryListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2381:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2386:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2397:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2402:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteServiceProviderBandwidthsOffered' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2413:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2418:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteServiceProviderPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2427:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2432:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteServiceProvider' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2451:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2456:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteServiceProviderListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCircuit.json:2466:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json:2471:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionRoutesTableSummary' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:751:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:751:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionsRoutesTableSummaryListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:773:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:773:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitReference' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:790:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:790:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:799:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:799:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:854:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:854:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:874:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:874:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionPeeringProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:891:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:891:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionPeering' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:966:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:966:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCrossConnectionPeeringList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRouteCrossConnection.json:990:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCrossConnection.json:990:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortsLocationBandwidths' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:853:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:853:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortsLocationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:869:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:869:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortsLocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:897:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:897:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortsLocationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:913:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:913:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteLinkMacSecConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:930:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:930:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteLinkPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:970:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:970:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1035:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1035:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteLinkListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1060:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1060:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1077:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1077:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePort' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1162:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1162:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRoutePortListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1187:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1187:5 warning | PreCheck/SchemaMissingType | The schema 'GenerateExpressRoutePortsLOARequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1204:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1204:5 warning | PreCheck/SchemaMissingType | The schema 'GenerateExpressRoutePortsLOAResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/expressRoutePort.json:1216:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRoutePort.json:1216:5 warning | PreCheck/SchemaMissingType | The schema 'IpAllocationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipAllocation.json:360:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipAllocation.json:360:5 warning | PreCheck/SchemaMissingType | The schema 'IpAllocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipAllocation.json:405:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipAllocation.json:405:5 warning | PreCheck/SchemaMissingType | The schema 'IpAllocationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipAllocation.json:425:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipAllocation.json:425:5 warning | PreCheck/SchemaMissingType | The schema 'IpGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipGroups.json:360:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipGroups.json:360:5 warning | PreCheck/SchemaMissingType | The schema 'IpGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipGroups.json:380:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipGroups.json:380:5 warning | PreCheck/SchemaMissingType | The schema 'IpGroupPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/ipGroups.json:396:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/ipGroups.json:396:5 warning | PreCheck/SchemaMissingType | The schema 'GatewayLoadBalancerTunnelInterface' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1520:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1520:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1561:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1561:5 warning | PreCheck/SchemaMissingType | The schema 'FrontendIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1591:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1591:5 warning | PreCheck/SchemaMissingType | The schema 'FrontendIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1661:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1661:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerBackendAddressPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1697:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1697:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerBackendAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1747:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1747:5 warning | PreCheck/SchemaMissingType | The schema 'BackendAddressPoolPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1761:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1761:5 warning | PreCheck/SchemaMissingType | The schema 'BackendAddressPool' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1835:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1835:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancingRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1864:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1864:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancingRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1941:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1941:5 warning | PreCheck/SchemaMissingType | The schema 'ProbePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:1970:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:1970:5 warning | PreCheck/SchemaMissingType | The schema 'Probe' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2029:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2029:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2058:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2058:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2118:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2118:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatPoolPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2147:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2147:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatPool' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2199:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2199:5 warning | PreCheck/SchemaMissingType | The schema 'OutboundRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2228:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2228:5 warning | PreCheck/SchemaMissingType | The schema 'OutboundRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2280:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2280:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2309:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2309:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancer' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2373:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2373:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2401:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2401:5 warning | PreCheck/SchemaMissingType | The schema 'InboundNatRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2418:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2418:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerBackendAddressPoolListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2435:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2435:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerFrontendIPConfigurationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2452:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2452:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerLoadBalancingRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2469:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2469:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerOutboundRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2486:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2486:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerProbeListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2503:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2503:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerVipSwapRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2533:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2533:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerVipSwapRequestFrontendIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2545:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2545:5 warning | PreCheck/SchemaMissingType | The schema 'LoadBalancerVipSwapRequestFrontendIPConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/loadBalancer.json:2559:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/loadBalancer.json:2559:5 warning | PreCheck/SchemaMissingType | The schema 'NatGatewaySku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/natGateway.json:363:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/natGateway.json:363:5 warning | PreCheck/SchemaMissingType | The schema 'NatGatewayPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/natGateway.json:379:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/natGateway.json:379:5 warning | PreCheck/SchemaMissingType | The schema 'NatGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/natGateway.json:421:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/natGateway.json:421:5 warning | PreCheck/SchemaMissingType | The schema 'NatGatewayListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/natGateway.json:452:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/natGateway.json:452:5 warning | PreCheck/SchemaMissingType | The schema 'ErrorDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:38:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:38:5 warning | PreCheck/SchemaMissingType | The schema 'Error' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:55:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:55:5 warning | PreCheck/SchemaMissingType | The schema 'CloudError' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:83:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:83:5 warning | PreCheck/SchemaMissingType | The schema 'CloudErrorBody' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:93:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:93:5 warning | PreCheck/SchemaMissingType | The schema 'AzureAsyncOperationResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:118:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:118:5 warning | PreCheck/SchemaMissingType | The schema 'Resource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:140:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:140:5 warning | PreCheck/SchemaMissingType | The schema 'SubResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:198:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:198:5 warning | PreCheck/SchemaMissingType | The schema 'TagsObject' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:208:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:208:5 warning | PreCheck/SchemaMissingType | The schema 'ManagedServiceIdentity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:273:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:273:5 warning | PreCheck/SchemaMissingType | The schema 'ExtendedLocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/network.json:395:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/network.json:395:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceTapConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:886:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:886:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceTapConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:915:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:915:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:929:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:929:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1007:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1007:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1030:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1030:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceDnsSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1058:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1058:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfacePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1092:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1092:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterface' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1228:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1228:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1252:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1252:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceTapConfigurationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1269:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1269:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceIPConfigurationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1286:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1286:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceLoadBalancerListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1303:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1303:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveNetworkSecurityGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1320:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1320:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveNetworkSecurityGroupAssociation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1351:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1351:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveNetworkSecurityRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1368:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1368:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveNetworkSecurityGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1461:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1461:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1478:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1478:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveRouteListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1535:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1535:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1552:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1552:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkInterface.json:1579:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkInterface.json:1579:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkProfilePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:360:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:360:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkProfile' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:390:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:390:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkProfileListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:410:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:410:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfacePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:426:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:426:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterface' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:453:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:453:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfaceConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:482:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:482:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfaceConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:506:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:506:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfigurationProfilePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:535:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:535:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfigurationProfile' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:549:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:549:5 warning | PreCheck/SchemaMissingType | The schema 'Container' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:578:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:578:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfaceIpConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:587:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:587:5 warning | PreCheck/SchemaMissingType | The schema 'ContainerNetworkInterfaceIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkProfile.json:597:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkProfile.json:597:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:719:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:719:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:827:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:828:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:855:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:856:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityGroupPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:871:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:872:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:929:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:930:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkSecurityGroup.json:949:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkSecurityGroup.json:950:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualAppliance' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:764:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:764:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualAppliancePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:788:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:788:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualApplianceSkuProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:884:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:884:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualApplianceNicProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:904:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:904:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualApplianceSite' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:924:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:924:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualApplianceSiteProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:953:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:953:5 warning | PreCheck/SchemaMissingType | The schema 'Office365PolicyProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:973:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:973:5 warning | PreCheck/SchemaMissingType | The schema 'BreakOutCategoryPolicies' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:983:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:983:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1003:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1003:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSkuPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1024:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1024:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSkuInstances' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1050:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1050:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1067:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1067:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSiteListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1083:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1083:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkVirtualApplianceSkuListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1099:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1099:5 warning | PreCheck/SchemaMissingType | The schema 'InboundSecurityRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1115:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1115:5 warning | PreCheck/SchemaMissingType | The schema 'InboundSecurityRuleProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1144:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1144:5 warning | PreCheck/SchemaMissingType | The schema 'InboundSecurityRules' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkVirtualAppliance.json:1162:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkVirtualAppliance.json:1162:5 warning | PreCheck/SchemaMissingType | The schema 'ErrorResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2344:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2344:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkWatcher' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2354:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2354:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkWatcherPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2374:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2374:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkWatcherListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2384:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2384:5 warning | PreCheck/SchemaMissingType | The schema 'TopologyParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2396:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2396:5 warning | PreCheck/SchemaMissingType | The schema 'Topology' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2413:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2413:5 warning | PreCheck/SchemaMissingType | The schema 'TopologyResource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2442:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2442:5 warning | PreCheck/SchemaMissingType | The schema 'TopologyAssociation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2466:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2466:5 warning | PreCheck/SchemaMissingType | The schema 'VerificationIPFlowParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2491:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2491:5 warning | PreCheck/SchemaMissingType | The schema 'VerificationIPFlowResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2545:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2545:5 warning | PreCheck/SchemaMissingType | The schema 'NextHopParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2558:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2558:5 warning | PreCheck/SchemaMissingType | The schema 'NextHopResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2584:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2584:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityGroupViewParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2613:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2613:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityGroupViewResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2625:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2625:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityGroupNetworkInterface' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2637:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2637:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityRuleAssociations' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2650:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2650:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkInterfaceAssociation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2677:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2677:5 warning | PreCheck/SchemaMissingType | The schema 'SubnetAssociation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2694:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2694:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCapture' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2711:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2711:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2724:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2724:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureStorageLocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2808:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2808:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2825:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2825:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2860:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2860:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2872:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2872:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureResultProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2897:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2897:5 warning | PreCheck/SchemaMissingType | The schema 'PacketCaptureQueryStatusResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2912:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2912:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2967:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2967:5 warning | PreCheck/SchemaMissingType | The schema 'QueryTroubleshootingParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2985:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2985:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:2997:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:2997:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3014:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3014:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingDetails' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3040:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3040:5 warning | PreCheck/SchemaMissingType | The schema 'TroubleshootingRecommendedActions' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3068:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3068:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3089:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3089:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLog' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3106:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3106:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3126:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3126:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3169:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3169:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogStatusParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3194:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3194:5 warning | PreCheck/SchemaMissingType | The schema 'RetentionPolicyParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3206:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3206:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogFormatParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3222:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3222:5 warning | PreCheck/SchemaMissingType | The schema 'FlowLogInformation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3244:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3244:5 warning | PreCheck/SchemaMissingType | The schema 'TrafficAnalyticsProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3266:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3266:5 warning | PreCheck/SchemaMissingType | The schema 'TrafficAnalyticsConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3275:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3275:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3301:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3301:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivitySource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3340:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3340:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityDestination' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3359:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3359:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityInformation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3379:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3379:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityHop' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3437:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3437:5 warning | PreCheck/SchemaMissingType | The schema 'HopLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3502:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3502:5 warning | PreCheck/SchemaMissingType | The schema 'HopLinkProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3543:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3543:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectivityIssue' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3572:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3572:5 warning | PreCheck/SchemaMissingType | The schema 'ProtocolConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3639:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3639:5 warning | PreCheck/SchemaMissingType | The schema 'HTTPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3648:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3648:5 warning | PreCheck/SchemaMissingType | The schema 'HTTPHeader' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3679:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3679:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReportParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3692:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3692:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReportLocation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3730:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3730:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReport' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3750:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3750:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReportItem' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3775:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3775:5 warning | PreCheck/SchemaMissingType | The schema 'AzureReachabilityReportLatencyInfo' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3795:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3795:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersListParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3812:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3812:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3836:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3836:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersListCountry' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3851:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3851:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersListState' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3874:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3874:5 warning | PreCheck/SchemaMissingType | The schema 'AvailableProvidersListCity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3897:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3897:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkConfigurationDiagnosticParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3913:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3913:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkConfigurationDiagnosticProfile' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3946:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3946:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkConfigurationDiagnosticResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3978:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3978:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkConfigurationDiagnosticResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:3991:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:3991:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityGroupResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4004:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4004:5 warning | PreCheck/SchemaMissingType | The schema 'EvaluatedNetworkSecurityGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4021:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4021:5 warning | PreCheck/SchemaMissingType | The schema 'MatchedRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4046:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4046:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkSecurityRulesEvaluationResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4059:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4059:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitor' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4100:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4100:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4124:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4124:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorSource' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4182:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4182:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorDestination' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4201:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4201:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpoint' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4221:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4221:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpointScope' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4283:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4283:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpointScopeItem' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4302:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4302:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpointFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4311:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4311:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorEndpointFilterItem' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4334:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4334:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorTestGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4354:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4354:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorTestConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4394:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4394:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorHttpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4453:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4453:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorTcpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4499:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4499:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorIcmpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4527:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4527:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorSuccessThreshold' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4536:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4536:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorOutput' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4550:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4550:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorWorkspaceSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4570:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4570:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionStateSnapshot' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4579:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4579:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4663:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4663:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4675:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4675:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorResultProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4717:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4717:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionMonitorQueryResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/networkWatcher.json:4756:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/networkWatcher.json:4756:5 warning | PreCheck/SchemaMissingType | The schema 'OperationListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:72:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:72:5 warning | PreCheck/SchemaMissingType | The schema 'Operation-display' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:96:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:96:9 warning | PreCheck/SchemaMissingType | The schema 'OperationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:128:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:128:5 warning | PreCheck/SchemaMissingType | The schema 'OperationPropertiesFormat-serviceSpecification' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:131:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:131:9 warning | PreCheck/SchemaMissingType | The schema 'LogSpecification' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:152:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:152:5 warning | PreCheck/SchemaMissingType | The schema 'MetricSpecification' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:169:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:169:5 warning | PreCheck/SchemaMissingType | The schema 'Dimension' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:236:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:236:5 warning | PreCheck/SchemaMissingType | The schema 'Availability' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/operation.json:253:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/operation.json:253:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpoint' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:654:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:654:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:678:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:678:5 warning | PreCheck/SchemaMissingType | The schema 'CustomDnsConfigPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:739:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:739:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:755:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:755:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:784:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:784:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:813:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:813:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZoneGroupListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:830:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:830:5 warning | PreCheck/SchemaMissingType | The schema 'AvailablePrivateEndpointTypesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:847:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:847:5 warning | PreCheck/SchemaMissingType | The schema 'AvailablePrivateEndpointType' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:864:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:864:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZoneGroup' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:889:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:889:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZoneGroupPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:913:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:913:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZoneConfig' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:930:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:930:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateDnsZonePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:944:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:944:5 warning | PreCheck/SchemaMissingType | The schema 'RecordSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateEndpoint.json:961:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateEndpoint.json:961:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkService' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:770:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:770:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:794:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:794:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceProperties-visibility' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:831:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:831:9 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceProperties-autoApproval' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:839:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:839:9 warning | PreCheck/SchemaMissingType | The schema 'ResourceSet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:866:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:866:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:878:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:878:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceIpConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:907:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:907:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:937:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:937:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:966:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:966:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceConnectionState' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:990:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:990:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1007:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1007:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1024:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1024:5 warning | PreCheck/SchemaMissingType | The schema 'CheckPrivateLinkServiceVisibilityRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1041:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1041:5 warning | PreCheck/SchemaMissingType | The schema 'PrivateLinkServiceVisibility' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1050:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1050:5 warning | PreCheck/SchemaMissingType | The schema 'AutoApprovedPrivateLinkServicesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1059:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1059:5 warning | PreCheck/SchemaMissingType | The schema 'AutoApprovedPrivateLinkService' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/privateLinkService.json:1076:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/privateLinkService.json:1076:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddressSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:435:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:435:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddressPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:464:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:464:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:559:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:559:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddressListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:594:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:594:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPAddressDnsSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:610:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:610:5 warning | PreCheck/SchemaMissingType | The schema 'DdosSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:627:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:627:5 warning | PreCheck/SchemaMissingType | The schema 'IpTag' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpAddress.json:651:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpAddress.json:651:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPPrefixSku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:363:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:363:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPPrefixPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:391:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:391:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPPrefix' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:448:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:448:5 warning | PreCheck/SchemaMissingType | The schema 'PublicIPPrefixListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:483:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:483:5 warning | PreCheck/SchemaMissingType | The schema 'ReferencedPublicIpAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/publicIpPrefix.json:499:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/publicIpPrefix.json:499:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterRulePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:606:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:606:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:643:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:643:5 warning | PreCheck/SchemaMissingType | The schema 'PatchRouteFilterRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:671:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:671:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:696:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:696:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:729:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:729:5 warning | PreCheck/SchemaMissingType | The schema 'PatchRouteFilter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:752:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:752:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:789:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:789:5 warning | PreCheck/SchemaMissingType | The schema 'RouteFilterRuleListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeFilter.json:805:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeFilter.json:805:5 warning | PreCheck/SchemaMissingType | The schema 'RoutePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:609:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:609:5 warning | PreCheck/SchemaMissingType | The schema 'Route' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:638:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:638:5 warning | PreCheck/SchemaMissingType | The schema 'RouteTablePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:666:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:666:5 warning | PreCheck/SchemaMissingType | The schema 'RouteTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:700:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:700:5 warning | PreCheck/SchemaMissingType | The schema 'RouteTableListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:720:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:720:5 warning | PreCheck/SchemaMissingType | The schema 'RouteListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/routeTable.json:736:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/routeTable.json:736:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityPartnerProviderPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/securityPartnerProvider.json:353:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/securityPartnerProvider.json:353:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityPartnerProvider' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/securityPartnerProvider.json:376:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/securityPartnerProvider.json:376:5 warning | PreCheck/SchemaMissingType | The schema 'SecurityPartnerProviderListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/securityPartnerProvider.json:396:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/securityPartnerProvider.json:396:5 warning | PreCheck/SchemaMissingType | The schema 'BGPCommunity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceCommunity.json:78:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceCommunity.json:78:5 warning | PreCheck/SchemaMissingType | The schema 'BgpServiceCommunityPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceCommunity.json:110:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceCommunity.json:110:5 warning | PreCheck/SchemaMissingType | The schema 'BgpServiceCommunity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceCommunity.json:126:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceCommunity.json:126:5 warning | PreCheck/SchemaMissingType | The schema 'BgpServiceCommunityListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceCommunity.json:141:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceCommunity.json:141:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyDefinitionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:609:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:609:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyDefinition' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:634:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:634:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyDefinitionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:662:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:662:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:678:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:678:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:719:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:719:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPolicyListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceEndpointPolicy.json:744:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceEndpointPolicy.json:744:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceTagsListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceTags.json:142:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceTags.json:142:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceTagInformation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceTags.json:203:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceTags.json:203:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceTagInformationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/serviceTags.json:228:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/serviceTags.json:228:5 warning | PreCheck/SchemaMissingType | The schema 'UsageName' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/usage.json:89:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/usage.json:89:5 warning | PreCheck/SchemaMissingType | The schema 'Usage' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/usage.json:102:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/usage.json:102:5 warning | PreCheck/SchemaMissingType | The schema 'UsagesListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/usage.json:143:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/usage.json:143:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceAssociationLinkPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1339:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1339:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceAssociationLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1368:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1368:5 warning | PreCheck/SchemaMissingType | The schema 'ResourceNavigationLinkFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1397:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1397:5 warning | PreCheck/SchemaMissingType | The schema 'ResourceNavigationLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1415:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1415:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceDelegationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1449:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1449:5 warning | PreCheck/SchemaMissingType | The schema 'Delegation' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1471:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1471:5 warning | PreCheck/SchemaMissingType | The schema 'SubnetPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1499:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1499:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceEndpointPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1638:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1638:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkPeeringPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1659:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1659:5 warning | PreCheck/SchemaMissingType | The schema 'Subnet' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1744:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1744:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkPeering' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1772:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1772:5 warning | PreCheck/SchemaMissingType | The schema 'SubnetListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1800:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1800:5 warning | PreCheck/SchemaMissingType | The schema 'ResourceNavigationLinksListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1816:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1816:5 warning | PreCheck/SchemaMissingType | The schema 'ServiceAssociationLinksListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1833:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1833:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkPeeringListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1850:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1850:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1866:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1866:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetwork' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1940:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1948:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1964:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1972:5 warning | PreCheck/SchemaMissingType | The schema 'AddressSpace' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1980:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:1988:5 warning | PreCheck/SchemaMissingType | The schema 'DhcpOptions' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:1992:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2000:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkBgpCommunities' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2004:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2012:5 warning | PreCheck/SchemaMissingType | The schema 'IPAddressAvailabilityResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2046:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2054:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkListUsageResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2066:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2074:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkUsage' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2083:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2091:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkUsageName' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2115:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2123:5 warning | PreCheck/SchemaMissingType | The schema 'PrepareNetworkPoliciesRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2130:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2138:5 warning | PreCheck/SchemaMissingType | The schema 'UnprepareNetworkPoliciesRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2146:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2154:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkIntentPolicyConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2155:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2163:5 warning | PreCheck/SchemaMissingType | The schema 'NetworkIntentPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetwork.json:2168:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json:2176:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2571:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2571:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayIPConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2598:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2598:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayNatRuleProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2622:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2622:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayNatRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2674:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2674:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2703:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2703:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientRootCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2838:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2838:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2855:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2855:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientRevokedCertificatePropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2882:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2882:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientRevokedCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2896:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2896:5 warning | PreCheck/SchemaMissingType | The schema 'RadiusServer' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2920:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2920:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:2941:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:2941:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewaySku' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3039:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3039:5 warning | PreCheck/SchemaMissingType | The schema 'BgpSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3104:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3104:5 warning | PreCheck/SchemaMissingType | The schema 'BgpPeerStatus' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3132:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3132:5 warning | PreCheck/SchemaMissingType | The schema 'GatewayRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3194:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3194:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3235:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3235:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3262:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3262:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3294:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3294:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualNetworkGatewayNatRulesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3311:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3311:5 warning | PreCheck/SchemaMissingType | The schema 'BgpPeerStatusListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3327:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3327:5 warning | PreCheck/SchemaMissingType | The schema 'GatewayRouteListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3339:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3339:5 warning | PreCheck/SchemaMissingType | The schema 'TunnelConnectionHealth' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3351:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3351:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnectionPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3383:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3383:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3529:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3529:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnectionListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3552:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3552:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionResetSharedKey' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3569:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3569:5 warning | PreCheck/SchemaMissingType | The schema 'ConnectionSharedKey' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3584:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3584:5 warning | PreCheck/SchemaMissingType | The schema 'IpsecPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3601:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3601:5 warning | PreCheck/SchemaMissingType | The schema 'TrafficSelectorPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3794:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3794:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientIPsecParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3829:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3829:5 warning | PreCheck/SchemaMissingType | The schema 'LocalNetworkGatewayPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3878:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3878:5 warning | PreCheck/SchemaMissingType | The schema 'LocalNetworkGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3909:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3909:5 warning | PreCheck/SchemaMissingType | The schema 'LocalNetworkGatewayListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3932:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3932:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkConnectionGatewayReference' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3949:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3949:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnectionListEntityPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:3961:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:3961:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayConnectionListEntity' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4084:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4084:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkGatewayListConnectionsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4107:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4107:5 warning | PreCheck/SchemaMissingType | The schema 'VpnDeviceScriptParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4124:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4124:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientConnectionHealthDetailListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4287:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4287:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientConnectionHealthDetail' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4299:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4299:5 warning | PreCheck/SchemaMissingType | The schema 'VpnPacketCaptureStopParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4371:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4371:5 warning | PreCheck/SchemaMissingType | The schema 'VpnPacketCaptureStartParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4380:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4380:5 warning | PreCheck/SchemaMissingType | The schema 'IPConfigurationBgpPeeringAddress' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkGateway.json:4389:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkGateway.json:4389:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkTap' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkTap.json:353:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkTap.json:353:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkTapPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkTap.json:373:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkTap.json:373:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualNetworkTapListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualNetworkTap.json:409:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetworkTap.json:409:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouter' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:549:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:549:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:569:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:569:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterPeering' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:613:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:613:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterPeeringProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:642:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:642:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:665:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:665:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualRouterPeeringListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualRouter.json:681:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualRouter.json:681:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWanProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6276:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6283:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWAN' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6322:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6329:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualWANsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6345:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6352:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6361:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6368:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSite' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6411:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6418:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnSitesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6434:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6441:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteLinkProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6450:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6457:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteLink' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6476:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6483:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnSiteLinksResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6505:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6512:5 warning | PreCheck/SchemaMissingType | The schema 'GetVpnSitesConfigurationRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6521:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6528:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6540:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6547:5 warning | PreCheck/SchemaMissingType | The schema 'BgpConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6711:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6718:5 warning | PreCheck/SchemaMissingType | The schema 'BgpConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6740:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6747:5 warning | PreCheck/SchemaMissingType | The schema 'PeerRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6783:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6790:5 warning | PreCheck/SchemaMissingType | The schema 'PeerRouteList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6824:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6831:5 warning | PreCheck/SchemaMissingType | The schema 'HubIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6836:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6843:5 warning | PreCheck/SchemaMissingType | The schema 'HubIPConfigurationPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6865:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6872:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRouteTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6891:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6898:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6903:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6910:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHub' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6919:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6926:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualHubsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6947:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6954:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:6963:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:6970:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7016:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7023:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayIpConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7039:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7046:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnGatewaysResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7056:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7063:5 warning | PreCheck/SchemaMissingType | The schema 'VpnNatRuleMapping' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7072:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7079:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayNatRuleProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7085:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7092:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayNatRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7153:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7160:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnGatewayNatRulesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7182:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7189:5 warning | PreCheck/SchemaMissingType | The schema 'VpnConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7198:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7205:5 warning | PreCheck/SchemaMissingType | The schema 'VpnConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7296:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7303:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnConnectionsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7320:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7327:5 warning | PreCheck/SchemaMissingType | The schema 'VpnConnectionPacketCaptureStartParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7336:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7343:5 warning | PreCheck/SchemaMissingType | The schema 'VpnConnectionPacketCaptureStopParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7352:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7359:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayPacketCaptureStartParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7368:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7375:5 warning | PreCheck/SchemaMissingType | The schema 'VpnGatewayPacketCaptureStopParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7377:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7384:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteLinkConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7386:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7393:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteLinkConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7492:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7499:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnSiteLinkConnectionsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7521:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7528:5 warning | PreCheck/SchemaMissingType | The schema 'HubVirtualNetworkConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7537:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7544:5 warning | PreCheck/SchemaMissingType | The schema 'HubVirtualNetworkConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7567:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7574:5 warning | PreCheck/SchemaMissingType | The schema 'ListHubVirtualNetworkConnectionsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7591:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7598:5 warning | PreCheck/SchemaMissingType | The schema 'HubRouteTableProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7607:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7614:5 warning | PreCheck/SchemaMissingType | The schema 'HubRouteTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7647:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7654:5 warning | PreCheck/SchemaMissingType | The schema 'HubRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7676:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7683:5 warning | PreCheck/SchemaMissingType | The schema 'ListHubRouteTablesResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7711:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7718:5 warning | PreCheck/SchemaMissingType | The schema 'VpnSiteId' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7727:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7734:5 warning | PreCheck/SchemaMissingType | The schema 'DeviceProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7737:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7744:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWanSecurityProviders' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7755:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7762:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWanSecurityProvider' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7767:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7774:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigVpnClientRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7857:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7864:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigRadiusServerRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7870:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7877:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigVpnClientRevokedCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7883:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7890:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigRadiusClientRootCertificate' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7896:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7903:5 warning | PreCheck/SchemaMissingType | The schema 'AadAuthenticationParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7909:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7916:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:7926:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:7933:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8047:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8054:5 warning | PreCheck/SchemaMissingType | The schema 'ListVpnServerConfigurationsResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8071:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8078:5 warning | PreCheck/SchemaMissingType | The schema 'VpnClientConnectionHealth' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8087:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8094:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnGatewayProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8226:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8233:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8272:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8279:5 warning | PreCheck/SchemaMissingType | The schema 'ListP2SVpnGatewaysResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8295:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8302:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnProfileParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8311:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8318:5 warning | PreCheck/SchemaMissingType | The schema 'VpnProfileResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8320:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8327:5 warning | PreCheck/SchemaMissingType | The schema 'VpnLinkBgpSettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8329:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8336:5 warning | PreCheck/SchemaMissingType | The schema 'VpnLinkProviderProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8343:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8350:5 warning | PreCheck/SchemaMissingType | The schema 'VpnServerConfigurationsResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8357:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8364:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualWanVpnProfileParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8370:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8377:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnConnectionHealthRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8383:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8390:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnConnectionHealth' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8400:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8407:5 warning | PreCheck/SchemaMissingType | The schema 'P2SConnectionConfigurationProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8409:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8416:5 warning | PreCheck/SchemaMissingType | The schema 'P2SConnectionConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8447:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8454:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRouteTableV2Properties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8471:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8478:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRouteTableV2' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8495:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8502:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubRouteV2' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8519:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8526:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualHubRouteTableV2sResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8546:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8553:5 warning | PreCheck/SchemaMissingType | The schema 'P2SVpnConnectionRequest' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8562:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8569:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubId' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8574:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8581:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteCircuitPeeringId' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8583:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8590:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteConnectionId' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8592:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8599:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGatewayProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8602:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8609:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGatewayProperties-autoScaleConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8607:9 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8614:9 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGatewayProperties-autoScaleConfiguration-bounds' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8609:13 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8616:13 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGateway' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8648:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8655:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteGatewayList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8668:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8675:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8680:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8687:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteConnection' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8721:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8728:5 warning | PreCheck/SchemaMissingType | The schema 'ExpressRouteConnectionList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8743:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8750:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualHubBgpConnectionResults' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8755:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8762:5 warning | PreCheck/SchemaMissingType | The schema 'ListVirtualHubIpConfigurationResults' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8771:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8778:5 warning | PreCheck/SchemaMissingType | The schema 'RoutingConfiguration' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8787:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8794:5 warning | PreCheck/SchemaMissingType | The schema 'PropagatedRouteTable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8812:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8819:5 warning | PreCheck/SchemaMissingType | The schema 'VnetRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8831:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8838:5 warning | PreCheck/SchemaMissingType | The schema 'StaticRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8870:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8877:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubEffectiveRouteList' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8890:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8897:5 warning | PreCheck/SchemaMissingType | The schema 'VirtualHubEffectiveRoute' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8902:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8909:5 warning | PreCheck/SchemaMissingType | The schema 'EffectiveRoutesParameters' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8933:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:8940:5 warning | PreCheck/SchemaMissingType | The schema 'O365PolicyProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:8995:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:9002:5 warning | PreCheck/SchemaMissingType | The schema 'O365BreakOutCategoryPolicies' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/virtualWan.json:9005:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualWan.json:9012:5 warning | PreCheck/SchemaMissingType | The schema 'WebApplicationFirewallPolicy' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:295:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:295:5 warning | PreCheck/SchemaMissingType | The schema 'WebApplicationFirewallPolicyPropertiesFormat' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:315:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:315:5 warning | PreCheck/SchemaMissingType | The schema 'WebApplicationFirewallPolicyListResult' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:385:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:385:5 warning | PreCheck/SchemaMissingType | The schema 'ManagedRulesDefinition' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:403:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:403:5 warning | PreCheck/SchemaMissingType | The schema 'PolicySettings' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:425:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:425:5 warning | PreCheck/SchemaMissingType | The schema 'WebApplicationFirewallCustomRule' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:484:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:484:5 warning | PreCheck/SchemaMissingType | The schema 'MatchVariable' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:558:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:570:5 warning | PreCheck/SchemaMissingType | The schema 'MatchCondition' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:588:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:600:5 warning | PreCheck/SchemaMissingType | The schema 'OwaspCrsExclusionEntry' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/webapplicationfirewall.json:777:5 + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/webapplicationfirewall.json:789:5 warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | PreCheck/PropertyRedeclarationWarning | Schema 'ExpressRouteProviderPort' has a property 'id' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from ExpressRouteProviderPort warning | PreCheck/PropertyRedeclarationWarning | Schema 'ExpressRouteProviderPort' has a property 'name' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from ExpressRouteProviderPort @@ -3047,6 +3172,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -4490,6 +4617,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -5934,6 +6063,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -6041,6 +6172,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -7477,6 +7610,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -7584,6 +7719,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -9081,6 +9218,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -9188,6 +9327,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -10689,6 +10830,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -12180,6 +12323,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -13657,6 +13802,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -13842,6 +13989,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -13953,6 +14102,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -15424,6 +15575,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -16885,6 +17038,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -18324,6 +18479,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -19705,6 +19862,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -21022,6 +21181,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -22317,6 +22478,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -23584,6 +23747,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -24835,6 +25000,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -26052,6 +26219,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -27235,6 +27404,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -28395,6 +28566,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -29533,6 +29706,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -30619,6 +30794,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -31648,6 +31825,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -32661,6 +32840,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -33646,6 +33827,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -34619,6 +34802,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -35576,6 +35761,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -36371,6 +36558,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -37144,6 +37333,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -37899,6 +38090,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -38576,6 +38769,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -39224,6 +39419,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -39865,6 +40062,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -40504,6 +40703,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -41125,6 +41326,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -41700,6 +41903,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -42269,6 +42474,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -42794,6 +43001,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -43284,6 +43493,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -43748,6 +43959,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -44124,6 +44337,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -44470,6 +44685,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. @@ -44814,6 +45031,8 @@ warning | DeprecatedConfig | Using directive.73.suppress which is deprecated and warning | DeprecatedConfig | Using directive.74.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.75.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.76.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.77.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.78.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. diff --git a/generated/networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json b/generated/networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json index 4773c66e0d..082c8ec98e 100644 --- a/generated/networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json +++ b/generated/networkcloud/microsoft.networkcloud/2022-12-12-preview/types.json @@ -1 +1 @@ -[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.NetworkCloud/bareMetalMachines"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/bareMetalMachines","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":12,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":48,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ExtendedLocation","Properties":{"name":{"Type":4,"Flags":1,"Description":"The resource ID of the extended location on which the resource will be created."},"type":{"Type":4,"Flags":1,"Description":"The extended location type, for example, CustomLocation."}}}},{"2":{"Name":"BareMetalMachineProperties","Properties":{"bmcConnectionString":{"Type":4,"Flags":1,"Description":"The connection string for the baseboard management controller including IP address and protocol."},"bmcCredentials":{"Type":13,"Flags":1,"Description":"AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication."},"bmcMacAddress":{"Type":4,"Flags":1,"Description":"The MAC address of the BMC device."},"bootMacAddress":{"Type":4,"Flags":1,"Description":"The MAC address of a NIC connected to the PXE network."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster this bare metal machine is associated with."},"cordonStatus":{"Type":16,"Flags":2,"Description":"The cordon status of the bare metal machine."},"detailedStatus":{"Type":23,"Flags":2,"Description":"The more detailed status of the bare metal machine."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hardwareInventory":{"Type":24,"Flags":0,"Description":"HardwareInventory represents the hardware configuration of this machine as exposed to the customer, including information acquired from the model/sku information and from the ironic inspector."},"hardwareValidationStatus":{"Type":30,"Flags":0,"Description":"HardwareValidationStatus represents the latest hardware validation details performed for this bare metal machine."},"hybridAksClustersAssociatedIds":{"Type":34,"Flags":2,"Description":"The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine."},"kubernetesNodeName":{"Type":4,"Flags":2,"Description":"The name of this machine represented by the host object in the Cluster's Kubernetes control plane."},"kubernetesVersion":{"Type":4,"Flags":2,"Description":"The version of Kubernetes running on this machine."},"machineDetails":{"Type":4,"Flags":1,"Description":"The custom details provided by the customer."},"machineName":{"Type":4,"Flags":1,"Description":"The OS-level hostname assigned to this machine."},"machineSkuId":{"Type":4,"Flags":1,"Description":"The unique internal identifier of the bare metal machine SKU."},"oamIpv4Address":{"Type":4,"Flags":2,"Description":"The IPv4 address that is assigned to the bare metal machine during the cluster deployment."},"oamIpv6Address":{"Type":4,"Flags":2,"Description":"The IPv6 address that is assigned to the bare metal machine during the cluster deployment."},"osImage":{"Type":4,"Flags":2,"Description":"The image that is currently provisioned to the OS disk."},"powerState":{"Type":37,"Flags":2,"Description":"The power state derived from the baseboard management controller."},"provisioningState":{"Type":43,"Flags":2,"Description":"The provisioning state of the bare metal machine."},"rackId":{"Type":4,"Flags":1,"Description":"The resource ID of the rack where this bare metal machine resides."},"rackSlot":{"Type":3,"Flags":1,"Description":"The rack slot in which this bare metal machine is located, ordered from the bottom up i.e. the lowest slot is 1."},"readyState":{"Type":46,"Flags":2,"Description":"The indicator of whether the bare metal machine is ready to receive workloads."},"serialNumber":{"Type":4,"Flags":1,"Description":"The serial number of the bare metal machine."},"serviceTag":{"Type":4,"Flags":2,"Description":"The discovered value of the machine's service tag."},"virtualMachinesAssociatedIds":{"Type":47,"Flags":2,"Description":"The list of the resource IDs for the VirtualMachines that are hosted on this bare metal machine."}}}},{"2":{"Name":"AdministrativeCredentials","Properties":{"password":{"Type":4,"Flags":1,"Description":"The password of the administrator of the device used during initialization."},"username":{"Type":4,"Flags":1,"Description":"The username of the administrator of the device used during initialization."}}}},{"6":{"Value":"Cordoned"}},{"6":{"Value":"Uncordoned"}},{"5":{"Elements":[14,15,4]}},{"6":{"Value":"Preparing"}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Provisioned"}},{"6":{"Value":"Deprovisioning"}},{"5":{"Elements":[17,18,19,20,21,22,4]}},{"2":{"Name":"HardwareInventory","Properties":{"additionalHostInformation":{"Type":4,"Flags":2,"Description":"Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration."},"interfaces":{"Type":26,"Flags":2,"Description":"The list of network interfaces and associated details for the bare metal machine."},"nics":{"Type":29,"Flags":2,"Description":"Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine."}}}},{"2":{"Name":"HardwareInventoryNetworkInterface","Properties":{"linkStatus":{"Type":4,"Flags":2,"Description":"The current status of the link."},"macAddress":{"Type":4,"Flags":2,"Description":"The MAC address associated with this interface."},"name":{"Type":4,"Flags":2,"Description":"The name of the interface."},"networkInterfaceId":{"Type":4,"Flags":2,"Description":"The resource ID of the network interface for the port on the switch that this machine's interface is connected to."}}}},{"3":{"ItemType":25}},{"2":{"Name":"Nic","Properties":{"lldpNeighbor":{"Type":28,"Flags":0,"Description":"Type Deprecated. Will be removed in an upcoming version. LldpNeighbor represents the details about the device connected to the NIC."},"macAddress":{"Type":4,"Flags":2,"Description":"The MAC address associated with this NIC."},"name":{"Type":4,"Flags":2,"Description":"The name of the NIC/interface."}}}},{"2":{"Name":"LldpNeighbor","Properties":{"portDescription":{"Type":4,"Flags":2,"Description":"The descriptive information about the port on the connected device."},"portName":{"Type":4,"Flags":2,"Description":"The system-assigned name of the port on the connected device."},"systemDescription":{"Type":4,"Flags":2,"Description":"The descriptive information about the connected device."},"systemName":{"Type":4,"Flags":2,"Description":"The system-assigned name of the connected device."}}}},{"3":{"ItemType":27}},{"2":{"Name":"HardwareValidationStatus","Properties":{"lastValidationTime":{"Type":4,"Flags":2,"Description":"The timestamp of the hardware validation execution."},"result":{"Type":33,"Flags":2,"Description":"The outcome of the hardware validation."}}}},{"6":{"Value":"Pass"}},{"6":{"Value":"Fail"}},{"5":{"Elements":[31,32,4]}},{"3":{"ItemType":4}},{"6":{"Value":"On"}},{"6":{"Value":"Off"}},{"5":{"Elements":[35,36,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[38,39,40,41,42,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[44,45,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":54,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":59,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[50,51,52,53,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[55,56,57,58,4]}},{"4":{"Name":"Microsoft.NetworkCloud/bareMetalMachines@2022-12-12-preview","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/cloudServicesNetworks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/cloudServicesNetworks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":61,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":62,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":64,"Flags":0,"Description":"The list of the resource properties."},"tags":{"Type":85,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"CloudServicesNetworkProperties","Properties":{"additionalEgressEndpoints":{"Type":68,"Flags":0,"Description":"The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this cloud services network is associated with."},"detailedStatus":{"Type":72,"Flags":2,"Description":"The more detailed status of the cloud services network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"enableDefaultEgressEndpoints":{"Type":75,"Flags":0,"Description":"The indicator of whether the platform default endpoints are allowed for the egress traffic."},"enabledEgressEndpoints":{"Type":76,"Flags":2,"Description":"The full list of additional and default egress endpoints that are currently enabled."},"hybridAksClustersAssociatedIds":{"Type":77,"Flags":2,"Description":"The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network."},"interfaceName":{"Type":4,"Flags":2,"Description":"The name of the interface that will be present in the virtual machine to represent this network."},"provisioningState":{"Type":83,"Flags":2,"Description":"The provisioning state of the cloud services network."},"virtualMachinesAssociatedIds":{"Type":84,"Flags":2,"Description":"The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network."}}}},{"2":{"Name":"EgressEndpoint","Properties":{"category":{"Type":4,"Flags":1,"Description":"The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'."},"endpoints":{"Type":67,"Flags":1,"Description":"The list of endpoint dependencies."}}}},{"2":{"Name":"EndpointDependency","Properties":{"domainName":{"Type":4,"Flags":1,"Description":"The domain name of the dependency."},"port":{"Type":3,"Flags":0,"Description":"The port of this endpoint."}}}},{"3":{"ItemType":66}},{"3":{"ItemType":65}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[69,70,71,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[73,74,4]}},{"3":{"ItemType":65}},{"3":{"ItemType":4}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[78,79,80,81,82,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/cloudServicesNetworks@2022-12-12-preview","ScopeType":8,"Body":63,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusterManagers"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusterManagers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":87,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":88,"Flags":10,"Description":"The resource api version"},"properties":{"Type":90,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":109,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ClusterManagerProperties","Properties":{"analyticsWorkspaceId":{"Type":4,"Flags":0,"Description":"The resource ID of the Log Analytics workspace that is used for the logs collection."},"availabilityZones":{"Type":91,"Flags":0,"Description":"Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource."},"clusterVersions":{"Type":93,"Flags":2,"Description":"The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource."},"detailedStatus":{"Type":100,"Flags":2,"Description":"The detailed status that provides additional information about the cluster manager."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"fabricControllerId":{"Type":4,"Flags":1,"Description":"The resource ID of the fabric controller that has one to one mapping with the cluster manager."},"managedResourceGroupConfiguration":{"Type":101,"Flags":0,"Description":"The configuration of the managed resource group associated with the resource."},"managerExtendedLocation":{"Type":11,"Flags":2,"Description":"The extended location (custom location) that represents the cluster manager's control plane location.\n This extended location is used when creating cluster and rack manifest resources."},"provisioningState":{"Type":108,"Flags":2,"Description":"The provisioning state of the cluster manager."},"vmSize":{"Type":4,"Flags":0,"Description":"Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource."}}}},{"3":{"ItemType":4}},{"2":{"Name":"ClusterAvailableVersion","Properties":{"supportExpiryDate":{"Type":4,"Flags":2,"Description":"The last date the version of the platform is supported."},"targetClusterVersion":{"Type":4,"Flags":2,"Description":"The version of the cluster to be deployed."}}}},{"3":{"ItemType":92}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"ProvisioningFailed"}},{"6":{"Value":"Updating"}},{"6":{"Value":"UpdateFailed"}},{"5":{"Elements":[94,95,96,97,98,99,4]}},{"2":{"Name":"ManagedResourceGroupConfiguration","Properties":{"location":{"Type":4,"Flags":0,"Description":"The location of the managed resource group. If not specified, the location of the parent resource is chosen."},"name":{"Type":4,"Flags":0,"Description":"The name for the managed resource group. If not specified, the unique name is automatically generated."}}}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[102,103,104,105,106,107,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusterManagers@2022-12-12-preview","ScopeType":8,"Body":89,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusters"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":111,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":112,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster manager associated with the cluster."},"properties":{"Type":114,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":165,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ClusterProperties","Properties":{"aggregatorOrSingleRackDefinition":{"Type":115,"Flags":1,"Description":"RackDefinition represents details regarding the rack."},"analyticsWorkspaceId":{"Type":4,"Flags":1,"Description":"The resource ID of the Log Analytics Workspace that will be used for storing relevant logs."},"availableUpgradeVersions":{"Type":127,"Flags":2,"Description":"The list of cluster runtime version upgrades available for this cluster."},"clusterCapacity":{"Type":128,"Flags":0,"Description":"ClusterCapacity represents various details regarding compute capacity."},"clusterConnectionStatus":{"Type":132,"Flags":2,"Description":"The latest heartbeat status between the cluster manager and the cluster."},"clusterExtendedLocation":{"Type":11,"Flags":2,"Description":"The extended location (custom location) that represents the cluster's control plane location.\nThis extended location is used to route the requests of child objects of the cluster that are handled by the platform operator."},"clusterLocation":{"Type":4,"Flags":0,"Description":"The customer-provided location information to identify where the cluster resides."},"clusterManagerConnectionStatus":{"Type":135,"Flags":2,"Description":"The latest connectivity status between cluster manager and the cluster."},"clusterManagerId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created."},"clusterServicePrincipal":{"Type":136,"Flags":0,"Description":"ServicePrincipalInformation represents the details of the service principal to be used by the cluster during Arc Appliance installation."},"clusterType":{"Type":139,"Flags":1,"Description":"The type of rack configuration for the cluster."},"clusterVersion":{"Type":4,"Flags":1,"Description":"The current runtime version of the cluster."},"computeDeploymentThreshold":{"Type":140,"Flags":0,"Description":"ValidationThreshold indicates allowed machine and node hardware and deployment failures."},"computeRackDefinitions":{"Type":147,"Flags":0,"Description":"The list of rack definitions for the compute racks in a multi-rack\ncluster, or an empty list in a single-rack cluster."},"detailedStatus":{"Type":156,"Flags":2,"Description":"The current detailed status of the cluster."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the detailed status."},"hybridAksExtendedLocation":{"Type":11,"Flags":2,"Description":"The extended location (custom location) that represents the Hybrid AKS control plane location.\nThis extended location is used when creating provisioned clusters (Hybrid AKS clusters)."},"managedResourceGroupConfiguration":{"Type":101,"Flags":0,"Description":"The configuration of the managed resource group associated with the resource."},"manualActionCount":{"Type":3,"Flags":2,"Description":"The count of Manual Action Taken (MAT) events that have not been validated."},"networkFabricId":{"Type":4,"Flags":1,"Description":"The resource ID of the Network Fabric associated with the cluster."},"provisioningState":{"Type":163,"Flags":2,"Description":"The provisioning state of the cluster."},"supportExpiryDate":{"Type":4,"Flags":2,"Description":"The support end date of the runtime version of the cluster."},"workloadResourceIds":{"Type":164,"Flags":2,"Description":"The list of workload resource IDs that are hosted within this cluster."}}}},{"2":{"Name":"RackDefinition","Properties":{"availabilityZone":{"Type":4,"Flags":0,"Description":"The zone name used for this rack when created."},"bareMetalMachineConfigurationData":{"Type":117,"Flags":0,"Description":"The unordered list of bare metal machine configuration."},"networkRackId":{"Type":4,"Flags":1,"Description":"The resource ID of the network rack that matches this rack definition."},"rackLocation":{"Type":4,"Flags":0,"Description":"The free-form description of the rack's location."},"rackSerialNumber":{"Type":4,"Flags":1,"Description":"The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired."},"rackSkuId":{"Type":4,"Flags":1,"Description":"The resource ID of the sku for the rack being added."},"storageApplianceConfigurationData":{"Type":119,"Flags":0,"Description":"The list of storage appliance configuration data for this rack."}}}},{"2":{"Name":"BareMetalMachineConfigurationData","Properties":{"bmcConnectionString":{"Type":4,"Flags":2,"Description":"The connection string for the baseboard management controller including IP address and protocol."},"bmcCredentials":{"Type":13,"Flags":1,"Description":"AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication."},"bmcMacAddress":{"Type":4,"Flags":1,"Description":"The MAC address of the BMC for this machine."},"bootMacAddress":{"Type":4,"Flags":1,"Description":"The MAC address associated with the PXE NIC card."},"machineDetails":{"Type":4,"Flags":0,"Description":"The free-form additional information about the machine, e.g. an asset tag."},"machineName":{"Type":4,"Flags":0,"Description":"The user-provided name for the bare metal machine created from this specification.\nIf not provided, the machine name will be generated programmatically."},"rackSlot":{"Type":3,"Flags":1,"Description":"The slot the physical machine is in the rack based on the BOM configuration."},"serialNumber":{"Type":4,"Flags":1,"Description":"The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag."}}}},{"3":{"ItemType":116}},{"2":{"Name":"StorageApplianceConfigurationData","Properties":{"adminCredentials":{"Type":13,"Flags":1,"Description":"AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication."},"rackSlot":{"Type":3,"Flags":1,"Description":"The slot that storage appliance is in the rack based on the BOM configuration."},"serialNumber":{"Type":4,"Flags":1,"Description":"The serial number of the appliance."},"storageApplianceName":{"Type":4,"Flags":0,"Description":"The user-provided name for the storage appliance that will be created from this specification."}}}},{"3":{"ItemType":118}},{"2":{"Name":"ClusterAvailableUpgradeVersion","Properties":{"controlImpact":{"Type":123,"Flags":2,"Description":"The indicator of whether the control plane will be impacted during the upgrade."},"expectedDuration":{"Type":4,"Flags":2,"Description":"The expected duration needed for this upgrade."},"impactDescription":{"Type":4,"Flags":2,"Description":"The impact description including the specific details and release notes."},"supportExpiryDate":{"Type":4,"Flags":2,"Description":"The last date the version of the platform is supported."},"targetClusterVersion":{"Type":4,"Flags":2,"Description":"The target version this cluster will be upgraded to."},"workloadImpact":{"Type":126,"Flags":2,"Description":"The indicator of whether the workload will be impacted during the upgrade."}}}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[121,122,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[124,125,4]}},{"3":{"ItemType":120}},{"2":{"Name":"ClusterCapacity","Properties":{"availableApplianceStorageGB":{"Type":3,"Flags":0,"Description":"The remaining appliance-based storage in GB available for workload use."},"availableCoreCount":{"Type":3,"Flags":0,"Description":"The remaining number of cores that are available in this cluster for workload use."},"availableHostStorageGB":{"Type":3,"Flags":0,"Description":"The remaining machine or host-based storage in GB available for workload use."},"availableMemoryGB":{"Type":3,"Flags":0,"Description":"The remaining memory in GB that are available in this cluster for workload use."},"totalApplianceStorageGB":{"Type":3,"Flags":0,"Description":"The total appliance-based storage in GB supported by this cluster for workload use."},"totalCoreCount":{"Type":3,"Flags":0,"Description":"The total number of cores that are supported by this cluster for workload use."},"totalHostStorageGB":{"Type":3,"Flags":0,"Description":"The total machine or host-based storage in GB supported by this cluster for workload use."},"totalMemoryGB":{"Type":3,"Flags":0,"Description":"The total memory supported by this cluster for workload use."}}}},{"6":{"Value":"Connected"}},{"6":{"Value":"Timeout"}},{"6":{"Value":"Undefined"}},{"5":{"Elements":[129,130,131,4]}},{"6":{"Value":"Connected"}},{"6":{"Value":"Unreachable"}},{"5":{"Elements":[133,134,4]}},{"2":{"Name":"ServicePrincipalInformation","Properties":{"applicationId":{"Type":4,"Flags":1,"Description":"The application ID, also known as client ID, of the service principal."},"password":{"Type":4,"Flags":1,"Description":"The password of the service principal."},"principalId":{"Type":4,"Flags":1,"Description":"The principal ID, also known as the object ID, of the service principal."},"tenantId":{"Type":4,"Flags":1,"Description":"The tenant ID, also known as the directory ID, of the tenant in which the service principal is created."}}}},{"6":{"Value":"SingleRack"}},{"6":{"Value":"MultiRack"}},{"5":{"Elements":[137,138,4]}},{"2":{"Name":"ValidationThreshold","Properties":{"grouping":{"Type":143,"Flags":1,"Description":"Selection of how the type evaluation is applied to the cluster calculation."},"type":{"Type":146,"Flags":1,"Description":"Selection of how the threshold should be evaluated."},"value":{"Type":3,"Flags":1,"Description":"The numeric threshold value."}}}},{"6":{"Value":"PerCluster"}},{"6":{"Value":"PerRack"}},{"5":{"Elements":[141,142,4]}},{"6":{"Value":"CountSuccess"}},{"6":{"Value":"PercentSuccess"}},{"5":{"Elements":[144,145,4]}},{"3":{"ItemType":115}},{"6":{"Value":"PendingDeployment"}},{"6":{"Value":"Deploying"}},{"6":{"Value":"Running"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Degraded"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Failed"}},{"5":{"Elements":[148,149,150,151,152,153,154,155,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Validating"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[157,158,159,160,161,162,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusters@2022-12-12-preview","ScopeType":8,"Body":113,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusters/bareMetalMachineKeySets"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusters/bareMetalMachineKeySets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":167,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":168,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":170,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":194,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"BareMetalMachineKeySetProperties","Properties":{"azureGroupId":{"Type":4,"Flags":1,"Description":"The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access."},"detailedStatus":{"Type":175,"Flags":2,"Description":"The more detailed status of the key set."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"expiration":{"Type":4,"Flags":1,"Description":"The date and time after which the users in this key set will be removed from the bare metal machines."},"jumpHostsAllowed":{"Type":176,"Flags":1,"Description":"The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users."},"lastValidation":{"Type":4,"Flags":2,"Description":"The last time this key set was validated."},"osGroupName":{"Type":4,"Flags":0,"Description":"The name of the group that users will be assigned to on the operating system of the machines."},"privilegeLevel":{"Type":179,"Flags":1,"Description":"The access level allowed for the users in this key set."},"provisioningState":{"Type":185,"Flags":2,"Description":"The provisioning state of the bare metal machine key set."},"userList":{"Type":188,"Flags":1,"Description":"The unique list of permitted users."},"userListStatus":{"Type":193,"Flags":2,"Description":"The status evaluation of each user."}}}},{"6":{"Value":"AllActive"}},{"6":{"Value":"SomeInvalid"}},{"6":{"Value":"AllInvalid"}},{"6":{"Value":"Validating"}},{"5":{"Elements":[171,172,173,174,4]}},{"3":{"ItemType":4}},{"6":{"Value":"Standard"}},{"6":{"Value":"Superuser"}},{"5":{"Elements":[177,178,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[180,181,182,183,184,4]}},{"2":{"Name":"KeySetUser","Properties":{"azureUserName":{"Type":4,"Flags":1,"Description":"The Azure Active Directory user name (email name)."},"description":{"Type":4,"Flags":0,"Description":"The free-form description for this user."},"sshPublicKey":{"Type":187,"Flags":1,"Description":"SshPublicKey represents the public key used to authenticate with the virtual machine through SSH."}}}},{"2":{"Name":"SshPublicKey","Properties":{"keyData":{"Type":4,"Flags":1,"Description":"The public ssh key of the user."}}}},{"3":{"ItemType":186}},{"2":{"Name":"KeySetUserStatus","Properties":{"azureUserName":{"Type":4,"Flags":2,"Description":"The Azure Active Directory user name (email name)."},"status":{"Type":192,"Flags":2,"Description":"The indicator of whether the user is currently deployed for access."},"statusMessage":{"Type":4,"Flags":2,"Description":"The additional information describing the current status of this user, if any available."}}}},{"6":{"Value":"Active"}},{"6":{"Value":"Invalid"}},{"5":{"Elements":[190,191,4]}},{"3":{"ItemType":189}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusters/bareMetalMachineKeySets@2022-12-12-preview","ScopeType":8,"Body":169,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusters/bmcKeySets"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusters/bmcKeySets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":196,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":197,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":199,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":216,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"BmcKeySetProperties","Properties":{"azureGroupId":{"Type":4,"Flags":1,"Description":"The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access."},"detailedStatus":{"Type":204,"Flags":2,"Description":"The more detailed status of the key set."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"expiration":{"Type":4,"Flags":1,"Description":"The date and time after which the users in this key set will be removed from the baseboard management controllers."},"lastValidation":{"Type":4,"Flags":2,"Description":"The last time this key set was validated."},"privilegeLevel":{"Type":207,"Flags":1,"Description":"The access level allowed for the users in this key set."},"provisioningState":{"Type":213,"Flags":2,"Description":"The provisioning state of the baseboard management controller key set."},"userList":{"Type":214,"Flags":1,"Description":"The unique list of permitted users."},"userListStatus":{"Type":215,"Flags":2,"Description":"The status evaluation of each user."}}}},{"6":{"Value":"AllActive"}},{"6":{"Value":"SomeInvalid"}},{"6":{"Value":"AllInvalid"}},{"6":{"Value":"Validating"}},{"5":{"Elements":[200,201,202,203,4]}},{"6":{"Value":"ReadOnly"}},{"6":{"Value":"Administrator"}},{"5":{"Elements":[205,206,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[208,209,210,211,212,4]}},{"3":{"ItemType":186}},{"3":{"ItemType":189}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusters/bmcKeySets@2022-12-12-preview","ScopeType":8,"Body":198,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusters/metricsConfigurations"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusters/metricsConfigurations","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":218,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":219,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":221,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":234,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ClusterMetricsConfigurationProperties","Properties":{"collectionInterval":{"Type":3,"Flags":1,"Description":"The interval in minutes by which metrics will be collected."},"detailedStatus":{"Type":225,"Flags":2,"Description":"The more detailed status of the metrics configuration."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"disabledMetrics":{"Type":226,"Flags":2,"Description":"The list of metrics that are available for the cluster but disabled at the moment."},"enabledMetrics":{"Type":227,"Flags":0,"Description":"The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics."},"provisioningState":{"Type":233,"Flags":2,"Description":"The provisioning state of the metrics configuration."}}}},{"6":{"Value":"Processing"}},{"6":{"Value":"Applied"}},{"6":{"Value":"Error"}},{"5":{"Elements":[222,223,224,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[228,229,230,231,232,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusters/metricsConfigurations@2022-12-12-preview","ScopeType":8,"Body":220,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/defaultCniNetworks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/defaultCniNetworks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":236,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":237,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":239,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":264,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"DefaultCniNetworkProperties","Properties":{"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this default CNI network is associated with."},"cniAsNumber":{"Type":3,"Flags":2,"Description":"The autonomous system number that the fabric expects to peer with, derived from the associated L3 isolation domain."},"cniBgpConfiguration":{"Type":240,"Flags":0,"Description":"CniBgpConfiguration represents the Calico BGP configuration."},"detailedStatus":{"Type":251,"Flags":2,"Description":"The more detailed status of the default CNI network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"fabricBgpPeers":{"Type":252,"Flags":2,"Description":"The L3 isolation fabric BGP peering connectivity information necessary for BGP peering the Hybrid AKS Cluster with the switch fabric."},"hybridAksClustersAssociatedIds":{"Type":253,"Flags":2,"Description":"The list of Hybrid AKS cluster resource ID(s) that are associated with this default CNI network."},"interfaceName":{"Type":4,"Flags":2,"Description":"The name of the interface that will be present in the virtual machine to represent this network."},"ipAllocationType":{"Type":257,"Flags":0,"Description":"The type of the IP address allocation."},"ipv4ConnectedPrefix":{"Type":4,"Flags":0,"Description":"The IPV4 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type\nis IPV4 or DualStack."},"ipv6ConnectedPrefix":{"Type":4,"Flags":0,"Description":"The IPV6 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type\nis IPV6 or DualStack."},"l3IsolationDomainId":{"Type":4,"Flags":1,"Description":"The resource ID of the Network Fabric l3IsolationDomain."},"provisioningState":{"Type":263,"Flags":2,"Description":"The provisioning state of the default CNI network."},"vlan":{"Type":3,"Flags":1,"Description":"The VLAN from the l3IsolationDomain that is used for this network."}}}},{"2":{"Name":"CniBgpConfiguration","Properties":{"bgpPeers":{"Type":242,"Flags":0,"Description":"The list of BgpPeer entities that the Hybrid AKS cluster will peer with in addition to peering that occurs automatically with the switch fabric."},"communityAdvertisements":{"Type":245,"Flags":0,"Description":"The list of prefix community advertisement properties. Each prefix community specifies a prefix, and the\ncommunities that should be associated with that prefix when it is announced."},"nodeMeshPassword":{"Type":4,"Flags":4,"Description":"The password of the Calico node mesh. It defaults to a randomly-generated string when not provided."},"serviceExternalPrefixes":{"Type":246,"Flags":0,"Description":"The subnet blocks in CIDR format for Kubernetes service external IPs to be advertised over BGP."},"serviceLoadBalancerPrefixes":{"Type":247,"Flags":0,"Description":"The subnet blocks in CIDR format for Kubernetes load balancers. Load balancer IPs will only be advertised if they\nare within one of these blocks."}}}},{"2":{"Name":"BgpPeer","Properties":{"asNumber":{"Type":3,"Flags":1,"Description":"The ASN (Autonomous System Number) of the BGP peer."},"password":{"Type":4,"Flags":4,"Description":"The password for this peering neighbor. It defaults to no password if not specified."},"peerIp":{"Type":4,"Flags":1,"Description":"The IPv4 or IPv6 address to peer with the associated CNI Network. The IP version type will drive a peering with the same version type from the Default CNI Network. For example, IPv4 to IPv4 or IPv6 to IPv6."}}}},{"3":{"ItemType":241}},{"2":{"Name":"CommunityAdvertisement","Properties":{"communities":{"Type":244,"Flags":1,"Description":"The list of community strings to announce with this prefix."},"subnetPrefix":{"Type":4,"Flags":1,"Description":"The subnet in CIDR format for which properties should be advertised."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":243}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[248,249,250,4]}},{"3":{"ItemType":241}},{"3":{"ItemType":4}},{"6":{"Value":"IPV4"}},{"6":{"Value":"IPV6"}},{"6":{"Value":"DualStack"}},{"5":{"Elements":[254,255,256,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[258,259,260,261,262,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/defaultCniNetworks@2022-12-12-preview","ScopeType":8,"Body":238,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/hybridAksClusters"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/hybridAksClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":266,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":267,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":269,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":297,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"HybridAksClusterProperties","Properties":{"associatedNetworkIds":{"Type":270,"Flags":1,"Description":"The list of resource IDs for the workload networks associated with the Hybrid AKS cluster. It can be any of l2Networks, l3Networks, or trunkedNetworks resources. This field will also contain one cloudServicesNetwork and one defaultCniNetwork."},"cloudServicesNetworkId":{"Type":4,"Flags":2,"Description":"The resource ID of the associated cloud services network."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster hosting the Hybrid AKS cluster."},"controlPlaneCount":{"Type":3,"Flags":1,"Description":"The number of control plane node VMs."},"controlPlaneNodes":{"Type":286,"Flags":2,"Description":"The list of node configurations detailing associated VMs that are part of the control plane nodes of this Hybrid AKS cluster."},"defaultCniNetworkId":{"Type":4,"Flags":2,"Description":"The resource ID of the associated default CNI network."},"detailedStatus":{"Type":290,"Flags":2,"Description":"The more detailed status of this Hybrid AKS cluster."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hybridAksProvisionedClusterId":{"Type":4,"Flags":1,"Description":"The resource ID of the Hybrid AKS cluster that this additional information is for."},"provisioningState":{"Type":294,"Flags":2,"Description":"The provisioning state of the Hybrid AKS cluster resource."},"volumes":{"Type":295,"Flags":2,"Description":"The resource IDs of volumes that are attached to the Hybrid AKS cluster."},"workerCount":{"Type":3,"Flags":1,"Description":"The number of worker node VMs."},"workerNodes":{"Type":296,"Flags":2,"Description":"The list of node configurations detailing associated VMs that are part of the worker nodes of this Hybrid AKS cluster."}}}},{"3":{"ItemType":4}},{"2":{"Name":"NodeConfiguration","Properties":{"agentPoolId":{"Type":4,"Flags":2,"Description":"The resource ID of the agent pool that contains the nodes in this configuration."},"agentPoolName":{"Type":4,"Flags":2,"Description":"The name of the agent pool that contains the nodes in this configuration."},"cpuCores":{"Type":3,"Flags":2,"Description":"The number of CPU cores in the virtual machine."},"diskSizeGB":{"Type":3,"Flags":2,"Description":"The root disk size of the virtual machine in GB."},"memorySizeGB":{"Type":3,"Flags":2,"Description":"The memory size of the virtual machine in GB."},"nodePoolName":{"Type":4,"Flags":2,"Description":"Field deprecated, use agentPoolName instead. This field will be removed in a future version but will reflect the name of the agent pool that contains the nodes in this configuration."},"nodes":{"Type":285,"Flags":2,"Description":"The list of nodes that utilize this configuration."},"vmCount":{"Type":3,"Flags":2,"Description":"The number of virtual machines that use this configuration."},"vmSize":{"Type":4,"Flags":2,"Description":"The name of the VM size supplied during the creation of the cluster."}}}},{"2":{"Name":"Node","Properties":{"bareMetalMachineId":{"Type":4,"Flags":2,"Description":"The resource ID of the bare metal machine that hosts this node."},"imageId":{"Type":4,"Flags":2,"Description":"The machine image last used to deploy this node."},"networkAttachments":{"Type":281,"Flags":2,"Description":"The list of network attachments to the virtual machine."},"nodeName":{"Type":4,"Flags":2,"Description":"The name of this node, as realized in the Hybrid AKS cluster."},"powerState":{"Type":284,"Flags":2,"Description":"The power state (On | Off) of the node."}}}},{"2":{"Name":"NetworkAttachment","Properties":{"attachedNetworkId":{"Type":4,"Flags":1,"Description":"The resource ID of the associated network attached to the virtual machine.\nIt can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources."},"defaultGateway":{"Type":276,"Flags":0,"Description":"The indicator of whether this is the default gateway.\nOnly one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True."},"ipAllocationMethod":{"Type":280,"Flags":1,"Description":"The IP allocation mechanism for the virtual machine.\nDynamic and Static are only valid for l3Network which may also specify Disabled.\nOtherwise, Disabled is the only permitted value."},"ipv4Address":{"Type":4,"Flags":0,"Description":"The IPv4 address of the virtual machine.\n\nThis field is used only if the attached network has IPAllocationType of IPV4 or DualStack.\n\nIf IPAllocationMethod is:\nStatic - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.\nDynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.\nDisabled - this field will be empty."},"ipv6Address":{"Type":4,"Flags":0,"Description":"The IPv6 address of the virtual machine.\n\nThis field is used only if the attached network has IPAllocationType of IPV6 or DualStack.\n\nIf IPAllocationMethod is:\nStatic - this field must contain an IPv6 address range from within the range specified in the attached network.\nDynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.\nDisabled - this field will be empty."},"macAddress":{"Type":4,"Flags":2,"Description":"The MAC address of the interface for the virtual machine that corresponds to this network attachment."},"networkAttachmentName":{"Type":4,"Flags":0,"Description":"The associated network's interface name.\nIf specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.\nIf the user doesn’t specify this value, the default interface name of the network resource will be used.\nFor a CloudServicesNetwork resource, this name will be ignored."}}}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[274,275,4]}},{"6":{"Value":"Dynamic"}},{"6":{"Value":"Static"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[277,278,279,4]}},{"3":{"ItemType":273}},{"6":{"Value":"On"}},{"6":{"Value":"Off"}},{"5":{"Elements":[282,283,4]}},{"3":{"ItemType":272}},{"3":{"ItemType":271}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[287,288,289,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[291,292,293,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":271}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/hybridAksClusters@2022-12-12-preview","ScopeType":8,"Body":268,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/l2Networks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/l2Networks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":299,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":300,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":302,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":319,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"L2NetworkProperties","Properties":{"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this L2 network is associated with."},"detailedStatus":{"Type":306,"Flags":2,"Description":"The more detailed status of the L2 network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hybridAksClustersAssociatedIds":{"Type":307,"Flags":2,"Description":"The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network."},"hybridAksPluginType":{"Type":311,"Flags":0,"Description":"The network plugin type for Hybrid AKS."},"interfaceName":{"Type":4,"Flags":0,"Description":"The default interface name for this L2 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine."},"l2IsolationDomainId":{"Type":4,"Flags":1,"Description":"The resource ID of the Network Fabric l2IsolationDomain."},"provisioningState":{"Type":317,"Flags":2,"Description":"The provisioning state of the L2 network."},"virtualMachinesAssociatedIds":{"Type":318,"Flags":2,"Description":"The list of virtual machine resource ID(s), excluding any Hybrid AKS virtual machines, that are currently using this L2 network."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[303,304,305,4]}},{"3":{"ItemType":4}},{"6":{"Value":"DPDK"}},{"6":{"Value":"SRIOV"}},{"6":{"Value":"OSDevice"}},{"5":{"Elements":[308,309,310,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[312,313,314,315,316,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/l2Networks@2022-12-12-preview","ScopeType":8,"Body":301,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/l3Networks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/l3Networks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":321,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":322,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":324,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":348,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"L3NetworkProperties","Properties":{"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this L3 network is associated with."},"detailedStatus":{"Type":328,"Flags":2,"Description":"The more detailed status of the L3 network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hybridAksClustersAssociatedIds":{"Type":329,"Flags":2,"Description":"The list of Hybrid AKS cluster resource IDs that are associated with this L3 network."},"hybridAksIpamEnabled":{"Type":332,"Flags":0,"Description":"The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster."},"hybridAksPluginType":{"Type":336,"Flags":0,"Description":"The network plugin type for Hybrid AKS."},"interfaceName":{"Type":4,"Flags":0,"Description":"The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine."},"ipAllocationType":{"Type":340,"Flags":0,"Description":"The type of the IP address allocation, defaulted to \"DualStack\"."},"ipv4ConnectedPrefix":{"Type":4,"Flags":0,"Description":"The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type\nis IPV4 or DualStack."},"ipv6ConnectedPrefix":{"Type":4,"Flags":0,"Description":"The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type\nis IPV6 or DualStack."},"l3IsolationDomainId":{"Type":4,"Flags":1,"Description":"The resource ID of the Network Fabric l3IsolationDomain."},"provisioningState":{"Type":346,"Flags":2,"Description":"The provisioning state of the L3 network."},"virtualMachinesAssociatedIds":{"Type":347,"Flags":2,"Description":"The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network."},"vlan":{"Type":3,"Flags":1,"Description":"The VLAN from the l3IsolationDomain that is used for this network."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[325,326,327,4]}},{"3":{"ItemType":4}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[330,331,4]}},{"6":{"Value":"DPDK"}},{"6":{"Value":"SRIOV"}},{"6":{"Value":"OSDevice"}},{"5":{"Elements":[333,334,335,4]}},{"6":{"Value":"IPV4"}},{"6":{"Value":"IPV6"}},{"6":{"Value":"DualStack"}},{"5":{"Elements":[337,338,339,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[341,342,343,344,345,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/l3Networks@2022-12-12-preview","ScopeType":8,"Body":323,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/racks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/racks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":350,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":351,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":353,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":364,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"RackProperties","Properties":{"availabilityZone":{"Type":4,"Flags":1,"Description":"The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster the rack is created for. This value is set when the rack is created by the cluster."},"detailedStatus":{"Type":357,"Flags":2,"Description":"The more detailed status of the rack."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"provisioningState":{"Type":363,"Flags":2,"Description":"The provisioning state of the rack resource."},"rackLocation":{"Type":4,"Flags":1,"Description":"The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”)"},"rackSerialNumber":{"Type":4,"Flags":1,"Description":"The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired."},"rackSkuId":{"Type":4,"Flags":1,"Description":"The SKU for the rack."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[354,355,356,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[358,359,360,361,362,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/racks@2022-12-12-preview","ScopeType":8,"Body":352,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/storageAppliances"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/storageAppliances","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":366,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":367,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":369,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":387,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"StorageApplianceProperties","Properties":{"administratorCredentials":{"Type":13,"Flags":1,"Description":"AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication."},"capacity":{"Type":3,"Flags":2,"Description":"The total capacity of the storage appliance."},"capacityUsed":{"Type":3,"Flags":2,"Description":"The amount of storage consumed."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster this storage appliance is associated with."},"detailedStatus":{"Type":373,"Flags":2,"Description":"The detailed status of the storage appliance."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"managementIpv4Address":{"Type":4,"Flags":2,"Description":"The endpoint for the management interface of the storage appliance."},"provisioningState":{"Type":379,"Flags":2,"Description":"The provisioning state of the storage appliance."},"rackId":{"Type":4,"Flags":1,"Description":"The resource ID of the rack where this storage appliance resides."},"rackSlot":{"Type":3,"Flags":1,"Description":"The slot the storage appliance is in the rack based on the BOM configuration."},"remoteVendorManagementFeature":{"Type":382,"Flags":2,"Description":"The indicator of whether the storage appliance supports remote vendor management."},"remoteVendorManagementStatus":{"Type":386,"Flags":2,"Description":"The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature."},"serialNumber":{"Type":4,"Flags":1,"Description":"The serial number for the storage appliance."},"storageApplianceSkuId":{"Type":4,"Flags":1,"Description":"The SKU for the storage appliance."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[370,371,372,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[374,375,376,377,378,4]}},{"6":{"Value":"Supported"}},{"6":{"Value":"Unsupported"}},{"5":{"Elements":[380,381,4]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Unsupported"}},{"5":{"Elements":[383,384,385,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/storageAppliances@2022-12-12-preview","ScopeType":8,"Body":368,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/trunkedNetworks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/trunkedNetworks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":389,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":390,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":392,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":411,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"TrunkedNetworkProperties","Properties":{"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this trunked network is associated with."},"detailedStatus":{"Type":396,"Flags":2,"Description":"The more detailed status of the trunked network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hybridAksClustersAssociatedIds":{"Type":397,"Flags":2,"Description":"The list of Hybrid AKS cluster resource IDs that are associated with this trunked network."},"hybridAksPluginType":{"Type":401,"Flags":0,"Description":"The network plugin type for Hybrid AKS."},"interfaceName":{"Type":4,"Flags":0,"Description":"The default interface name for this trunked network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine."},"isolationDomainIds":{"Type":402,"Flags":1,"Description":"The list of resource IDs representing the Network Fabric isolation domains. It can be any combination of l2IsolationDomain and l3IsolationDomain resources."},"provisioningState":{"Type":408,"Flags":2,"Description":"The provisioning state of the trunked network."},"virtualMachinesAssociatedIds":{"Type":409,"Flags":2,"Description":"The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this trunked network."},"vlans":{"Type":410,"Flags":1,"Description":"The list of vlans that are selected from the isolation domains for trunking."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[393,394,395,4]}},{"3":{"ItemType":4}},{"6":{"Value":"DPDK"}},{"6":{"Value":"SRIOV"}},{"6":{"Value":"OSDevice"}},{"5":{"Elements":[398,399,400,4]}},{"3":{"ItemType":4}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[403,404,405,406,407,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":3}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/trunkedNetworks@2022-12-12-preview","ScopeType":8,"Body":391,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/virtualMachines"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/virtualMachines","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":413,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":414,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":416,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":464,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"VirtualMachineProperties","Properties":{"adminUsername":{"Type":4,"Flags":1,"Description":"The name of the administrator to which the ssh public keys will be added into the authorized keys."},"bareMetalMachineId":{"Type":4,"Flags":2,"Description":"The resource ID of the bare metal machine the virtual machine has landed to."},"bootMethod":{"Type":419,"Flags":0,"Description":"Selects the boot method for the virtual machine."},"cloudServicesNetworkAttachment":{"Type":273,"Flags":1,"Description":"NetworkAttachment represents the single network attachment."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster the virtual machine is created for."},"cpuCores":{"Type":3,"Flags":1,"Description":"The number of CPU cores in the virtual machine."},"detailedStatus":{"Type":423,"Flags":2,"Description":"The more detailed status of the virtual machine."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"isolateEmulatorThread":{"Type":426,"Flags":0,"Description":"Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine."},"memorySizeGB":{"Type":3,"Flags":1,"Description":"The memory size of the virtual machine in GB."},"networkAttachments":{"Type":427,"Flags":0,"Description":"The list of network attachments to the virtual machine."},"networkData":{"Type":4,"Flags":0,"Description":"The Base64 encoded cloud-init network data."},"placementHints":{"Type":438,"Flags":0,"Description":"The scheduling hints for the virtual machine."},"powerState":{"Type":441,"Flags":2,"Description":"The power state of the virtual machine."},"provisioningState":{"Type":447,"Flags":2,"Description":"The provisioning state of the virtual machine."},"sshPublicKeys":{"Type":448,"Flags":0,"Description":"The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername."},"storageProfile":{"Type":449,"Flags":1,"Description":"StorageProfile represents information about a disk."},"userData":{"Type":4,"Flags":0,"Description":"The Base64 encoded cloud-init user data."},"virtioInterface":{"Type":458,"Flags":0,"Description":"Field Deprecated, use virtualizationModel instead. The type of the virtio interface."},"vmDeviceModel":{"Type":461,"Flags":0,"Description":"The type of the device model to use."},"vmImage":{"Type":4,"Flags":1,"Description":"The virtual machine image that is currently provisioned to the OS disk, using the full url and tag notation used to pull the image."},"vmImageRepositoryCredentials":{"Type":462,"Flags":0,"Description":"ImageRepositoryCredentials represents the credentials used to login to the image repository."},"volumes":{"Type":463,"Flags":2,"Description":"The resource IDs of volumes that are attached to the virtual machine."}}}},{"6":{"Value":"UEFI"}},{"6":{"Value":"BIOS"}},{"5":{"Elements":[417,418,4]}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[420,421,422,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[424,425,4]}},{"3":{"ItemType":273}},{"2":{"Name":"VirtualMachinePlacementHint","Properties":{"hintType":{"Type":431,"Flags":1,"Description":"The specification of whether this hint supports affinity or anti-affinity with the referenced resources."},"resourceId":{"Type":4,"Flags":1,"Description":"The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine."},"schedulingExecution":{"Type":434,"Flags":1,"Description":"The indicator of whether the hint is a hard or soft requirement during scheduling."},"scope":{"Type":437,"Flags":1,"Description":"The scope for the virtual machine affinity or anti-affinity placement hint. It should always be \"Machine\" in the case of node affinity."}}}},{"6":{"Value":"Affinity"}},{"6":{"Value":"AntiAffinity"}},{"5":{"Elements":[429,430,4]}},{"6":{"Value":"Hard"}},{"6":{"Value":"Soft"}},{"5":{"Elements":[432,433,4]}},{"6":{"Value":"Rack"}},{"6":{"Value":"Machine"}},{"5":{"Elements":[435,436,4]}},{"3":{"ItemType":428}},{"6":{"Value":"On"}},{"6":{"Value":"Off"}},{"5":{"Elements":[439,440,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[442,443,444,445,446,4]}},{"3":{"ItemType":187}},{"2":{"Name":"StorageProfile","Properties":{"osDisk":{"Type":450,"Flags":1,"Description":"OsDisk represents configuration of the boot disk."},"volumeAttachments":{"Type":455,"Flags":0,"Description":"The resource IDs of volumes that are requested to be attached to the virtual machine."}}}},{"2":{"Name":"OsDisk","Properties":{"createOption":{"Type":452,"Flags":0,"Description":"The strategy for creating the OS disk."},"deleteOption":{"Type":454,"Flags":0,"Description":"The strategy for deleting the OS disk."},"diskSizeGB":{"Type":3,"Flags":1,"Description":"The size of the disk in gigabytes. Required if the createOption is Ephemeral."}}}},{"6":{"Value":"Ephemeral"}},{"5":{"Elements":[451,4]}},{"6":{"Value":"Delete"}},{"5":{"Elements":[453,4]}},{"3":{"ItemType":4}},{"6":{"Value":"Modern"}},{"6":{"Value":"Transitional"}},{"5":{"Elements":[456,457,4]}},{"6":{"Value":"T1"}},{"6":{"Value":"T2"}},{"5":{"Elements":[459,460,4]}},{"2":{"Name":"ImageRepositoryCredentials","Properties":{"password":{"Type":4,"Flags":1,"Description":"The password or token used to access an image in the target repository."},"registryUrl":{"Type":4,"Flags":1,"Description":"The URL of the authentication server used to validate the repository credentials."},"username":{"Type":4,"Flags":1,"Description":"The username used to access an image in the target repository."}}}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/virtualMachines@2022-12-12-preview","ScopeType":8,"Body":415,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/virtualMachines/consoles"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/virtualMachines/consoles","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":466,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":467,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster manager associated with the cluster this virtual machine is created on."},"properties":{"Type":469,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":482,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ConsoleProperties","Properties":{"detailedStatus":{"Type":472,"Flags":2,"Description":"The more detailed status of the console."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"enabled":{"Type":475,"Flags":1,"Description":"The indicator of whether the console access is enabled."},"expiration":{"Type":4,"Flags":0,"Description":"The date and time after which the key will be disallowed access."},"privateLinkServiceId":{"Type":4,"Flags":2,"Description":"The resource ID of the private link service that is used to provide virtual machine console access."},"provisioningState":{"Type":481,"Flags":2,"Description":"The provisioning state of the virtual machine console."},"sshPublicKey":{"Type":187,"Flags":1,"Description":"SshPublicKey represents the public key used to authenticate with the virtual machine through SSH."},"virtualMachineAccessId":{"Type":4,"Flags":2,"Description":"The unique identifier for the virtual machine that is used to access the console."}}}},{"6":{"Value":"Ready"}},{"6":{"Value":"Error"}},{"5":{"Elements":[470,471,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[473,474,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[476,477,478,479,480,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/virtualMachines/consoles@2022-12-12-preview","ScopeType":8,"Body":468,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/volumes"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/volumes","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":484,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":485,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":487,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":499,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"VolumeProperties","Properties":{"attachedTo":{"Type":488,"Flags":2,"Description":"The list of resource IDs that attach the volume. It may include virtual machines and Hybrid AKS clusters."},"detailedStatus":{"Type":492,"Flags":2,"Description":"The more detailed status of the volume."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"provisioningState":{"Type":498,"Flags":2,"Description":"The provisioning state of the volume."},"serialNumber":{"Type":4,"Flags":2,"Description":"The unique identifier of the volume."},"sizeMiB":{"Type":3,"Flags":1,"Description":"The size of the allocation for this volume in Mebibytes."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Error"}},{"6":{"Value":"Active"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[489,490,491,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[493,494,495,496,497,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/volumes@2022-12-12-preview","ScopeType":8,"Body":486,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/rackSkus"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/rackSkus","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":501,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":502,"Flags":10,"Description":"The resource api version"},"properties":{"Type":504,"Flags":2,"Description":"The list of the resource properties."},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"RackSkuProperties","Properties":{"computeMachines":{"Type":523,"Flags":2,"Description":"The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model."},"controllerMachines":{"Type":524,"Flags":2,"Description":"The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model."},"description":{"Type":4,"Flags":2,"Description":"The free-form text describing the rack."},"maxClusterSlots":{"Type":3,"Flags":2,"Description":"The maximum number of compute racks supported by an aggregator rack. 0 if this is a compute rack or a rack for a single rack cluster(rackType=\"Single\")."},"provisioningState":{"Type":526,"Flags":2,"Description":"The provisioning state of the rack SKU resource."},"rackType":{"Type":530,"Flags":2,"Description":"The type of the rack."},"storageAppliances":{"Type":533,"Flags":2,"Description":"The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model."},"supportedRackSkuIds":{"Type":534,"Flags":2,"Description":"The list of supported SKUs if the rack is an aggregator."}}}},{"2":{"Name":"MachineSkuSlot","Properties":{"properties":{"Type":506,"Flags":0,"Description":"The list of the resource properties."},"rackSlot":{"Type":3,"Flags":2,"Description":"The position in the rack for the machine."}}}},{"2":{"Name":"MachineSkuProperties","Properties":{"bootstrapProtocol":{"Type":508,"Flags":2,"Description":"The type of bootstrap protocol used."},"cpuCores":{"Type":3,"Flags":2,"Description":"The count of CPU cores for this machine."},"cpuSockets":{"Type":3,"Flags":2,"Description":"The count of CPU sockets for this machine."},"disks":{"Type":518,"Flags":2,"Description":"The list of disks."},"generation":{"Type":4,"Flags":2,"Description":"The generation of the architecture."},"hardwareVersion":{"Type":4,"Flags":2,"Description":"The hardware version of the machine."},"memoryCapacityGB":{"Type":3,"Flags":2,"Description":"The maximum amount of memory in GB."},"model":{"Type":4,"Flags":2,"Description":"The model of the machine."},"networkInterfaces":{"Type":522,"Flags":2,"Description":"The list of network interfaces."},"totalThreads":{"Type":3,"Flags":2,"Description":"The count of SMT and physical core threads for this machine."},"vendor":{"Type":4,"Flags":2,"Description":"The make of the machine."}}}},{"6":{"Value":"PXE"}},{"5":{"Elements":[507,4]}},{"2":{"Name":"MachineDisk","Properties":{"capacityGB":{"Type":3,"Flags":2,"Description":"The maximum amount of storage in GB."},"connection":{"Type":514,"Flags":2,"Description":"The connection type of the rack SKU resource."},"type":{"Type":517,"Flags":2,"Description":"The disk type of rack SKU resource."}}}},{"6":{"Value":"PCIE"}},{"6":{"Value":"SATA"}},{"6":{"Value":"RAID"}},{"6":{"Value":"SAS"}},{"5":{"Elements":[510,511,512,513,4]}},{"6":{"Value":"HDD"}},{"6":{"Value":"SSD"}},{"5":{"Elements":[515,516,4]}},{"3":{"ItemType":509}},{"2":{"Name":"NetworkInterface","Properties":{"address":{"Type":4,"Flags":2,"Description":"The partial address of Peripheral Component Interconnect (PCI)."},"deviceConnectionType":{"Type":521,"Flags":2,"Description":"The connection type of the device."},"model":{"Type":4,"Flags":2,"Description":"The model name of the device."},"physicalSlot":{"Type":3,"Flags":2,"Description":"The physical slot for this device."},"portCount":{"Type":3,"Flags":2,"Description":"The number of ports on the device."},"portSpeed":{"Type":3,"Flags":2,"Description":"The maximum amount of data in GB that the line card transmits through a port at any given second."},"vendor":{"Type":4,"Flags":2,"Description":"The vendor name of the device."}}}},{"6":{"Value":"PCI"}},{"5":{"Elements":[520,4]}},{"3":{"ItemType":519}},{"3":{"ItemType":505}},{"3":{"ItemType":505}},{"6":{"Value":"Succeeded"}},{"5":{"Elements":[525,4]}},{"6":{"Value":"Aggregator"}},{"6":{"Value":"Compute"}},{"6":{"Value":"Single"}},{"5":{"Elements":[527,528,529,4]}},{"2":{"Name":"StorageApplianceSkuSlot","Properties":{"properties":{"Type":532,"Flags":0,"Description":"The list of the resource properties."},"rackSlot":{"Type":3,"Flags":2,"Description":"The position in the rack for the storage appliance."}}}},{"2":{"Name":"StorageApplianceSkuProperties","Properties":{"capacityGB":{"Type":3,"Flags":2,"Description":"The maximum capacity of the storage appliance."},"model":{"Type":4,"Flags":2,"Description":"The model of the storage appliance."}}}},{"3":{"ItemType":531}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.NetworkCloud/rackSkus@2022-12-12-preview","ScopeType":4,"Body":503,"Flags":1}}] \ No newline at end of file +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.NetworkCloud/bareMetalMachines"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/bareMetalMachines","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":12,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":48,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ExtendedLocation","Properties":{"name":{"Type":4,"Flags":1,"Description":"The resource ID of the extended location on which the resource will be created."},"type":{"Type":4,"Flags":1,"Description":"The extended location type, for example, CustomLocation."}}}},{"2":{"Name":"BareMetalMachineProperties","Properties":{"bmcConnectionString":{"Type":4,"Flags":1,"Description":"The connection string for the baseboard management controller including IP address and protocol."},"bmcCredentials":{"Type":13,"Flags":1,"Description":"The credentials of the baseboard management controller on this bare metal machine."},"bmcMacAddress":{"Type":4,"Flags":1,"Description":"The MAC address of the BMC device."},"bootMacAddress":{"Type":4,"Flags":1,"Description":"The MAC address of a NIC connected to the PXE network."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster this bare metal machine is associated with."},"cordonStatus":{"Type":16,"Flags":2,"Description":"The cordon status of the bare metal machine."},"detailedStatus":{"Type":23,"Flags":2,"Description":"The more detailed status of the bare metal machine."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hardwareInventory":{"Type":24,"Flags":2,"Description":"The hardware inventory, including information acquired from the model/sku information and from the ironic inspector."},"hardwareValidationStatus":{"Type":30,"Flags":2,"Description":"The details of the latest hardware validation performed for this bare metal machine."},"hybridAksClustersAssociatedIds":{"Type":34,"Flags":2,"Description":"The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine."},"kubernetesNodeName":{"Type":4,"Flags":2,"Description":"The name of this machine represented by the host object in the Cluster's Kubernetes control plane."},"kubernetesVersion":{"Type":4,"Flags":2,"Description":"The version of Kubernetes running on this machine."},"machineDetails":{"Type":4,"Flags":1,"Description":"The custom details provided by the customer."},"machineName":{"Type":4,"Flags":1,"Description":"The OS-level hostname assigned to this machine."},"machineSkuId":{"Type":4,"Flags":1,"Description":"The unique internal identifier of the bare metal machine SKU."},"oamIpv4Address":{"Type":4,"Flags":2,"Description":"The IPv4 address that is assigned to the bare metal machine during the cluster deployment."},"oamIpv6Address":{"Type":4,"Flags":2,"Description":"The IPv6 address that is assigned to the bare metal machine during the cluster deployment."},"osImage":{"Type":4,"Flags":2,"Description":"The image that is currently provisioned to the OS disk."},"powerState":{"Type":37,"Flags":2,"Description":"The power state derived from the baseboard management controller."},"provisioningState":{"Type":43,"Flags":2,"Description":"The provisioning state of the bare metal machine."},"rackId":{"Type":4,"Flags":1,"Description":"The resource ID of the rack where this bare metal machine resides."},"rackSlot":{"Type":3,"Flags":1,"Description":"The rack slot in which this bare metal machine is located, ordered from the bottom up i.e. the lowest slot is 1."},"readyState":{"Type":46,"Flags":2,"Description":"The indicator of whether the bare metal machine is ready to receive workloads."},"serialNumber":{"Type":4,"Flags":1,"Description":"The serial number of the bare metal machine."},"serviceTag":{"Type":4,"Flags":2,"Description":"The discovered value of the machine's service tag."},"virtualMachinesAssociatedIds":{"Type":47,"Flags":2,"Description":"The list of the resource IDs for the VirtualMachines that are hosted on this bare metal machine."}}}},{"2":{"Name":"AdministrativeCredentials","Properties":{"password":{"Type":4,"Flags":1,"Description":"The password of the administrator of the device used during initialization."},"username":{"Type":4,"Flags":1,"Description":"The username of the administrator of the device used during initialization."}}}},{"6":{"Value":"Cordoned"}},{"6":{"Value":"Uncordoned"}},{"5":{"Elements":[14,15,4]}},{"6":{"Value":"Preparing"}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Provisioned"}},{"6":{"Value":"Deprovisioning"}},{"5":{"Elements":[17,18,19,20,21,22,4]}},{"2":{"Name":"HardwareInventory","Properties":{"additionalHostInformation":{"Type":4,"Flags":2,"Description":"Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration."},"interfaces":{"Type":26,"Flags":2,"Description":"The list of network interfaces and associated details for the bare metal machine."},"nics":{"Type":29,"Flags":2,"Description":"Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine."}}}},{"2":{"Name":"HardwareInventoryNetworkInterface","Properties":{"linkStatus":{"Type":4,"Flags":2,"Description":"The current status of the link."},"macAddress":{"Type":4,"Flags":2,"Description":"The MAC address associated with this interface."},"name":{"Type":4,"Flags":2,"Description":"The name of the interface."},"networkInterfaceId":{"Type":4,"Flags":2,"Description":"The resource ID of the network interface for the port on the switch that this machine's interface is connected to."}}}},{"3":{"ItemType":25}},{"2":{"Name":"Nic","Properties":{"lldpNeighbor":{"Type":28,"Flags":2,"Description":"The information about the device connected to this NIC."},"macAddress":{"Type":4,"Flags":2,"Description":"The MAC address associated with this NIC."},"name":{"Type":4,"Flags":2,"Description":"The name of the NIC/interface."}}}},{"2":{"Name":"LldpNeighbor","Properties":{"portDescription":{"Type":4,"Flags":2,"Description":"The descriptive information about the port on the connected device."},"portName":{"Type":4,"Flags":2,"Description":"The system-assigned name of the port on the connected device."},"systemDescription":{"Type":4,"Flags":2,"Description":"The descriptive information about the connected device."},"systemName":{"Type":4,"Flags":2,"Description":"The system-assigned name of the connected device."}}}},{"3":{"ItemType":27}},{"2":{"Name":"HardwareValidationStatus","Properties":{"lastValidationTime":{"Type":4,"Flags":2,"Description":"The timestamp of the hardware validation execution."},"result":{"Type":33,"Flags":2,"Description":"The outcome of the hardware validation."}}}},{"6":{"Value":"Pass"}},{"6":{"Value":"Fail"}},{"5":{"Elements":[31,32,4]}},{"3":{"ItemType":4}},{"6":{"Value":"On"}},{"6":{"Value":"Off"}},{"5":{"Elements":[35,36,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[38,39,40,41,42,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[44,45,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":54,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":59,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[50,51,52,53,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[55,56,57,58,4]}},{"4":{"Name":"Microsoft.NetworkCloud/bareMetalMachines@2022-12-12-preview","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/cloudServicesNetworks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/cloudServicesNetworks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":61,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":62,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":64,"Flags":0,"Description":"The list of the resource properties."},"tags":{"Type":85,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"CloudServicesNetworkProperties","Properties":{"additionalEgressEndpoints":{"Type":68,"Flags":0,"Description":"The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this cloud services network is associated with."},"detailedStatus":{"Type":72,"Flags":2,"Description":"The more detailed status of the cloud services network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"enableDefaultEgressEndpoints":{"Type":75,"Flags":0,"Description":"The indicator of whether the platform default endpoints are allowed for the egress traffic."},"enabledEgressEndpoints":{"Type":76,"Flags":2,"Description":"The full list of additional and default egress endpoints that are currently enabled."},"hybridAksClustersAssociatedIds":{"Type":77,"Flags":2,"Description":"The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network."},"interfaceName":{"Type":4,"Flags":2,"Description":"The name of the interface that will be present in the virtual machine to represent this network."},"provisioningState":{"Type":83,"Flags":2,"Description":"The provisioning state of the cloud services network."},"virtualMachinesAssociatedIds":{"Type":84,"Flags":2,"Description":"The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network."}}}},{"2":{"Name":"EgressEndpoint","Properties":{"category":{"Type":4,"Flags":1,"Description":"The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'."},"endpoints":{"Type":67,"Flags":1,"Description":"The list of endpoint dependencies."}}}},{"2":{"Name":"EndpointDependency","Properties":{"domainName":{"Type":4,"Flags":1,"Description":"The domain name of the dependency."},"port":{"Type":3,"Flags":0,"Description":"The port of this endpoint."}}}},{"3":{"ItemType":66}},{"3":{"ItemType":65}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[69,70,71,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[73,74,4]}},{"3":{"ItemType":65}},{"3":{"ItemType":4}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[78,79,80,81,82,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/cloudServicesNetworks@2022-12-12-preview","ScopeType":8,"Body":63,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusterManagers"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusterManagers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":87,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":88,"Flags":10,"Description":"The resource api version"},"properties":{"Type":90,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":109,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ClusterManagerProperties","Properties":{"analyticsWorkspaceId":{"Type":4,"Flags":0,"Description":"The resource ID of the Log Analytics workspace that is used for the logs collection."},"availabilityZones":{"Type":91,"Flags":0,"Description":"Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource."},"clusterVersions":{"Type":93,"Flags":2,"Description":"The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource."},"detailedStatus":{"Type":100,"Flags":2,"Description":"The detailed status that provides additional information about the cluster manager."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"fabricControllerId":{"Type":4,"Flags":1,"Description":"The resource ID of the fabric controller that has one to one mapping with the cluster manager."},"managedResourceGroupConfiguration":{"Type":101,"Flags":0,"Description":"The configuration of the managed resource group associated with the resource."},"managerExtendedLocation":{"Type":11,"Flags":2,"Description":"The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources."},"provisioningState":{"Type":108,"Flags":2,"Description":"The provisioning state of the cluster manager."},"vmSize":{"Type":4,"Flags":0,"Description":"Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource."}}}},{"3":{"ItemType":4}},{"2":{"Name":"ClusterAvailableVersion","Properties":{"supportExpiryDate":{"Type":4,"Flags":2,"Description":"The last date the version of the platform is supported."},"targetClusterVersion":{"Type":4,"Flags":2,"Description":"The version of the cluster to be deployed."}}}},{"3":{"ItemType":92}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"ProvisioningFailed"}},{"6":{"Value":"Updating"}},{"6":{"Value":"UpdateFailed"}},{"5":{"Elements":[94,95,96,97,98,99,4]}},{"2":{"Name":"ManagedResourceGroupConfiguration","Properties":{"location":{"Type":4,"Flags":0,"Description":"The location of the managed resource group. If not specified, the location of the parent resource is chosen."},"name":{"Type":4,"Flags":0,"Description":"The name for the managed resource group. If not specified, the unique name is automatically generated."}}}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[102,103,104,105,106,107,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusterManagers@2022-12-12-preview","ScopeType":8,"Body":89,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusters"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":111,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":112,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster manager associated with the cluster."},"properties":{"Type":114,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":165,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ClusterProperties","Properties":{"aggregatorOrSingleRackDefinition":{"Type":115,"Flags":1,"Description":"The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster."},"analyticsWorkspaceId":{"Type":4,"Flags":1,"Description":"The resource ID of the Log Analytics Workspace that will be used for storing relevant logs."},"availableUpgradeVersions":{"Type":127,"Flags":2,"Description":"The list of cluster runtime version upgrades available for this cluster."},"clusterCapacity":{"Type":128,"Flags":2,"Description":"The capacity supported by this cluster."},"clusterConnectionStatus":{"Type":132,"Flags":2,"Description":"The latest heartbeat status between the cluster manager and the cluster."},"clusterExtendedLocation":{"Type":11,"Flags":2,"Description":"The extended location (custom location) that represents the cluster's control plane location. This extended location is used to route the requests of child objects of the cluster that are handled by the platform operator."},"clusterLocation":{"Type":4,"Flags":0,"Description":"The customer-provided location information to identify where the cluster resides."},"clusterManagerConnectionStatus":{"Type":135,"Flags":2,"Description":"The latest connectivity status between cluster manager and the cluster."},"clusterManagerId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created."},"clusterServicePrincipal":{"Type":136,"Flags":0,"Description":"The service principal to be used by the cluster during Arc Appliance installation."},"clusterType":{"Type":139,"Flags":1,"Description":"The type of rack configuration for the cluster."},"clusterVersion":{"Type":4,"Flags":1,"Description":"The current runtime version of the cluster."},"computeDeploymentThreshold":{"Type":140,"Flags":0,"Description":"The validation threshold indicating the allowable failures of compute machines during environment validation and deployment."},"computeRackDefinitions":{"Type":147,"Flags":0,"Description":"The list of rack definitions for the compute racks in a multi-rack\ncluster, or an empty list in a single-rack cluster."},"detailedStatus":{"Type":156,"Flags":2,"Description":"The current detailed status of the cluster."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the detailed status."},"hybridAksExtendedLocation":{"Type":11,"Flags":2,"Description":"The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters)."},"managedResourceGroupConfiguration":{"Type":101,"Flags":0,"Description":"The configuration of the managed resource group associated with the resource."},"manualActionCount":{"Type":3,"Flags":2,"Description":"The count of Manual Action Taken (MAT) events that have not been validated."},"networkFabricId":{"Type":4,"Flags":1,"Description":"The resource ID of the Network Fabric associated with the cluster."},"provisioningState":{"Type":163,"Flags":2,"Description":"The provisioning state of the cluster."},"supportExpiryDate":{"Type":4,"Flags":2,"Description":"The support end date of the runtime version of the cluster."},"workloadResourceIds":{"Type":164,"Flags":2,"Description":"The list of workload resource IDs that are hosted within this cluster."}}}},{"2":{"Name":"RackDefinition","Properties":{"availabilityZone":{"Type":4,"Flags":0,"Description":"The zone name used for this rack when created."},"bareMetalMachineConfigurationData":{"Type":117,"Flags":0,"Description":"The unordered list of bare metal machine configuration."},"networkRackId":{"Type":4,"Flags":1,"Description":"The resource ID of the network rack that matches this rack definition."},"rackLocation":{"Type":4,"Flags":0,"Description":"The free-form description of the rack's location."},"rackSerialNumber":{"Type":4,"Flags":1,"Description":"The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired."},"rackSkuId":{"Type":4,"Flags":1,"Description":"The resource ID of the sku for the rack being added."},"storageApplianceConfigurationData":{"Type":119,"Flags":0,"Description":"The list of storage appliance configuration data for this rack."}}}},{"2":{"Name":"BareMetalMachineConfigurationData","Properties":{"bmcConnectionString":{"Type":4,"Flags":2,"Description":"The connection string for the baseboard management controller including IP address and protocol."},"bmcCredentials":{"Type":13,"Flags":1,"Description":"The credentials of the baseboard management controller on this bare metal machine."},"bmcMacAddress":{"Type":4,"Flags":1,"Description":"The MAC address of the BMC for this machine."},"bootMacAddress":{"Type":4,"Flags":1,"Description":"The MAC address associated with the PXE NIC card."},"machineDetails":{"Type":4,"Flags":0,"Description":"The free-form additional information about the machine, e.g. an asset tag."},"machineName":{"Type":4,"Flags":0,"Description":"The user-provided name for the bare metal machine created from this specification.\nIf not provided, the machine name will be generated programmatically."},"rackSlot":{"Type":3,"Flags":1,"Description":"The slot the physical machine is in the rack based on the BOM configuration."},"serialNumber":{"Type":4,"Flags":1,"Description":"The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag."}}}},{"3":{"ItemType":116}},{"2":{"Name":"StorageApplianceConfigurationData","Properties":{"adminCredentials":{"Type":13,"Flags":1,"Description":"The credentials of the administrative interface on this storage appliance."},"rackSlot":{"Type":3,"Flags":1,"Description":"The slot that storage appliance is in the rack based on the BOM configuration."},"serialNumber":{"Type":4,"Flags":1,"Description":"The serial number of the appliance."},"storageApplianceName":{"Type":4,"Flags":0,"Description":"The user-provided name for the storage appliance that will be created from this specification."}}}},{"3":{"ItemType":118}},{"2":{"Name":"ClusterAvailableUpgradeVersion","Properties":{"controlImpact":{"Type":123,"Flags":2,"Description":"The indicator of whether the control plane will be impacted during the upgrade."},"expectedDuration":{"Type":4,"Flags":2,"Description":"The expected duration needed for this upgrade."},"impactDescription":{"Type":4,"Flags":2,"Description":"The impact description including the specific details and release notes."},"supportExpiryDate":{"Type":4,"Flags":2,"Description":"The last date the version of the platform is supported."},"targetClusterVersion":{"Type":4,"Flags":2,"Description":"The target version this cluster will be upgraded to."},"workloadImpact":{"Type":126,"Flags":2,"Description":"The indicator of whether the workload will be impacted during the upgrade."}}}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[121,122,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[124,125,4]}},{"3":{"ItemType":120}},{"2":{"Name":"ClusterCapacity","Properties":{"availableApplianceStorageGB":{"Type":3,"Flags":0,"Description":"The remaining appliance-based storage in GB available for workload use."},"availableCoreCount":{"Type":3,"Flags":0,"Description":"The remaining number of cores that are available in this cluster for workload use."},"availableHostStorageGB":{"Type":3,"Flags":0,"Description":"The remaining machine or host-based storage in GB available for workload use."},"availableMemoryGB":{"Type":3,"Flags":0,"Description":"The remaining memory in GB that are available in this cluster for workload use."},"totalApplianceStorageGB":{"Type":3,"Flags":0,"Description":"The total appliance-based storage in GB supported by this cluster for workload use."},"totalCoreCount":{"Type":3,"Flags":0,"Description":"The total number of cores that are supported by this cluster for workload use."},"totalHostStorageGB":{"Type":3,"Flags":0,"Description":"The total machine or host-based storage in GB supported by this cluster for workload use."},"totalMemoryGB":{"Type":3,"Flags":0,"Description":"The total memory supported by this cluster for workload use."}}}},{"6":{"Value":"Connected"}},{"6":{"Value":"Timeout"}},{"6":{"Value":"Undefined"}},{"5":{"Elements":[129,130,131,4]}},{"6":{"Value":"Connected"}},{"6":{"Value":"Unreachable"}},{"5":{"Elements":[133,134,4]}},{"2":{"Name":"ServicePrincipalInformation","Properties":{"applicationId":{"Type":4,"Flags":1,"Description":"The application ID, also known as client ID, of the service principal."},"password":{"Type":4,"Flags":1,"Description":"The password of the service principal."},"principalId":{"Type":4,"Flags":1,"Description":"The principal ID, also known as the object ID, of the service principal."},"tenantId":{"Type":4,"Flags":1,"Description":"The tenant ID, also known as the directory ID, of the tenant in which the service principal is created."}}}},{"6":{"Value":"SingleRack"}},{"6":{"Value":"MultiRack"}},{"5":{"Elements":[137,138,4]}},{"2":{"Name":"ValidationThreshold","Properties":{"grouping":{"Type":143,"Flags":1,"Description":"Selection of how the type evaluation is applied to the cluster calculation."},"type":{"Type":146,"Flags":1,"Description":"Selection of how the threshold should be evaluated."},"value":{"Type":3,"Flags":1,"Description":"The numeric threshold value."}}}},{"6":{"Value":"PerCluster"}},{"6":{"Value":"PerRack"}},{"5":{"Elements":[141,142,4]}},{"6":{"Value":"CountSuccess"}},{"6":{"Value":"PercentSuccess"}},{"5":{"Elements":[144,145,4]}},{"3":{"ItemType":115}},{"6":{"Value":"PendingDeployment"}},{"6":{"Value":"Deploying"}},{"6":{"Value":"Running"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Degraded"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Failed"}},{"5":{"Elements":[148,149,150,151,152,153,154,155,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Validating"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[157,158,159,160,161,162,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusters@2022-12-12-preview","ScopeType":8,"Body":113,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/defaultCniNetworks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/defaultCniNetworks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":167,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":168,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":170,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":195,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"DefaultCniNetworkProperties","Properties":{"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this default CNI network is associated with."},"cniAsNumber":{"Type":3,"Flags":2,"Description":"The autonomous system number that the fabric expects to peer with, derived from the associated L3 isolation domain."},"cniBgpConfiguration":{"Type":171,"Flags":0,"Description":"The Calico BGP configuration."},"detailedStatus":{"Type":182,"Flags":2,"Description":"The more detailed status of the default CNI network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"fabricBgpPeers":{"Type":183,"Flags":2,"Description":"The L3 isolation fabric BGP peering connectivity information necessary for BGP peering the Hybrid AKS Cluster with the switch fabric."},"hybridAksClustersAssociatedIds":{"Type":184,"Flags":2,"Description":"The list of Hybrid AKS cluster resource ID(s) that are associated with this default CNI network."},"interfaceName":{"Type":4,"Flags":2,"Description":"The name of the interface that will be present in the virtual machine to represent this network."},"ipAllocationType":{"Type":188,"Flags":0,"Description":"The type of the IP address allocation."},"ipv4ConnectedPrefix":{"Type":4,"Flags":0,"Description":"The IPV4 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type\nis IPV4 or DualStack."},"ipv6ConnectedPrefix":{"Type":4,"Flags":0,"Description":"The IPV6 prefix (CIDR) assigned to this default CNI network. It is required when the IP allocation type\nis IPV6 or DualStack."},"l3IsolationDomainId":{"Type":4,"Flags":1,"Description":"The resource ID of the Network Fabric l3IsolationDomain."},"provisioningState":{"Type":194,"Flags":2,"Description":"The provisioning state of the default CNI network."},"vlan":{"Type":3,"Flags":1,"Description":"The VLAN from the l3IsolationDomain that is used for this network."}}}},{"2":{"Name":"CniBgpConfiguration","Properties":{"bgpPeers":{"Type":173,"Flags":0,"Description":"The list of BgpPeer entities that the Hybrid AKS cluster will peer with in addition to peering that occurs automatically with the switch fabric."},"communityAdvertisements":{"Type":176,"Flags":0,"Description":"The list of prefix community advertisement properties. Each prefix community specifies a prefix, and the\ncommunities that should be associated with that prefix when it is announced."},"nodeMeshPassword":{"Type":4,"Flags":4,"Description":"The password of the Calico node mesh. It defaults to a randomly-generated string when not provided."},"serviceExternalPrefixes":{"Type":177,"Flags":0,"Description":"The subnet blocks in CIDR format for Kubernetes service external IPs to be advertised over BGP."},"serviceLoadBalancerPrefixes":{"Type":178,"Flags":0,"Description":"The subnet blocks in CIDR format for Kubernetes load balancers. Load balancer IPs will only be advertised if they\nare within one of these blocks."}}}},{"2":{"Name":"BgpPeer","Properties":{"asNumber":{"Type":3,"Flags":1,"Description":"The ASN (Autonomous System Number) of the BGP peer."},"password":{"Type":4,"Flags":4,"Description":"The password for this peering neighbor. It defaults to no password if not specified."},"peerIp":{"Type":4,"Flags":1,"Description":"The IPv4 or IPv6 address to peer with the associated CNI Network. The IP version type will drive a peering with the same version type from the Default CNI Network. For example, IPv4 to IPv4 or IPv6 to IPv6."}}}},{"3":{"ItemType":172}},{"2":{"Name":"CommunityAdvertisement","Properties":{"communities":{"Type":175,"Flags":1,"Description":"The list of community strings to announce with this prefix."},"subnetPrefix":{"Type":4,"Flags":1,"Description":"The subnet in CIDR format for which properties should be advertised."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":174}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[179,180,181,4]}},{"3":{"ItemType":172}},{"3":{"ItemType":4}},{"6":{"Value":"IPV4"}},{"6":{"Value":"IPV6"}},{"6":{"Value":"DualStack"}},{"5":{"Elements":[185,186,187,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[189,190,191,192,193,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/defaultCniNetworks@2022-12-12-preview","ScopeType":8,"Body":169,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/hybridAksClusters"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/hybridAksClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":197,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":198,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":200,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":228,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"HybridAksClusterProperties","Properties":{"associatedNetworkIds":{"Type":201,"Flags":1,"Description":"The list of resource IDs for the workload networks associated with the Hybrid AKS cluster. It can be any of l2Networks, l3Networks, or trunkedNetworks resources. This field will also contain one cloudServicesNetwork and one defaultCniNetwork."},"cloudServicesNetworkId":{"Type":4,"Flags":2,"Description":"The resource ID of the associated cloud services network."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster hosting the Hybrid AKS cluster."},"controlPlaneCount":{"Type":3,"Flags":1,"Description":"The number of control plane node VMs."},"controlPlaneNodes":{"Type":217,"Flags":2,"Description":"The list of node configurations detailing associated VMs that are part of the control plane nodes of this Hybrid AKS cluster."},"defaultCniNetworkId":{"Type":4,"Flags":2,"Description":"The resource ID of the associated default CNI network."},"detailedStatus":{"Type":221,"Flags":2,"Description":"The more detailed status of this Hybrid AKS cluster."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hybridAksProvisionedClusterId":{"Type":4,"Flags":1,"Description":"The resource ID of the Hybrid AKS cluster that this additional information is for."},"provisioningState":{"Type":225,"Flags":2,"Description":"The provisioning state of the Hybrid AKS cluster resource."},"volumes":{"Type":226,"Flags":2,"Description":"The resource IDs of volumes that are attached to the Hybrid AKS cluster."},"workerCount":{"Type":3,"Flags":1,"Description":"The number of worker node VMs."},"workerNodes":{"Type":227,"Flags":2,"Description":"The list of node configurations detailing associated VMs that are part of the worker nodes of this Hybrid AKS cluster."}}}},{"3":{"ItemType":4}},{"2":{"Name":"NodeConfiguration","Properties":{"agentPoolId":{"Type":4,"Flags":2,"Description":"The resource ID of the agent pool that contains the nodes in this configuration."},"agentPoolName":{"Type":4,"Flags":2,"Description":"The name of the agent pool that contains the nodes in this configuration."},"cpuCores":{"Type":3,"Flags":2,"Description":"The number of CPU cores in the virtual machine."},"diskSizeGB":{"Type":3,"Flags":2,"Description":"The root disk size of the virtual machine in GB."},"memorySizeGB":{"Type":3,"Flags":2,"Description":"The memory size of the virtual machine in GB."},"nodePoolName":{"Type":4,"Flags":2,"Description":"Field deprecated, use agentPoolName instead. This field will be removed in a future version but will reflect the name of the agent pool that contains the nodes in this configuration."},"nodes":{"Type":216,"Flags":2,"Description":"The list of nodes that utilize this configuration."},"vmCount":{"Type":3,"Flags":2,"Description":"The number of virtual machines that use this configuration."},"vmSize":{"Type":4,"Flags":2,"Description":"The name of the VM size supplied during the creation of the cluster."}}}},{"2":{"Name":"Node","Properties":{"bareMetalMachineId":{"Type":4,"Flags":2,"Description":"The resource ID of the bare metal machine that hosts this node."},"imageId":{"Type":4,"Flags":2,"Description":"The machine image last used to deploy this node."},"networkAttachments":{"Type":212,"Flags":2,"Description":"The list of network attachments to the virtual machine."},"nodeName":{"Type":4,"Flags":2,"Description":"The name of this node, as realized in the Hybrid AKS cluster."},"powerState":{"Type":215,"Flags":2,"Description":"The power state (On | Off) of the node."}}}},{"2":{"Name":"NetworkAttachment","Properties":{"attachedNetworkId":{"Type":4,"Flags":1,"Description":"The resource ID of the associated network attached to the virtual machine.\nIt can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources."},"defaultGateway":{"Type":207,"Flags":0,"Description":"The indicator of whether this is the default gateway.\nOnly one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True."},"ipAllocationMethod":{"Type":211,"Flags":1,"Description":"The IP allocation mechanism for the virtual machine.\nDynamic and Static are only valid for l3Network which may also specify Disabled.\nOtherwise, Disabled is the only permitted value."},"ipv4Address":{"Type":4,"Flags":0,"Description":"The IPv4 address of the virtual machine.\n\nThis field is used only if the attached network has IPAllocationType of IPV4 or DualStack.\n\nIf IPAllocationMethod is:\nStatic - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.\nDynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.\nDisabled - this field will be empty."},"ipv6Address":{"Type":4,"Flags":0,"Description":"The IPv6 address of the virtual machine.\n\nThis field is used only if the attached network has IPAllocationType of IPV6 or DualStack.\n\nIf IPAllocationMethod is:\nStatic - this field must contain an IPv6 address range from within the range specified in the attached network.\nDynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.\nDisabled - this field will be empty."},"macAddress":{"Type":4,"Flags":2,"Description":"The MAC address of the interface for the virtual machine that corresponds to this network attachment."},"networkAttachmentName":{"Type":4,"Flags":0,"Description":"The associated network's interface name.\nIf specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.\nIf the user doesn’t specify this value, the default interface name of the network resource will be used.\nFor a CloudServicesNetwork resource, this name will be ignored."}}}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[205,206,4]}},{"6":{"Value":"Dynamic"}},{"6":{"Value":"Static"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[208,209,210,4]}},{"3":{"ItemType":204}},{"6":{"Value":"On"}},{"6":{"Value":"Off"}},{"5":{"Elements":[213,214,4]}},{"3":{"ItemType":203}},{"3":{"ItemType":202}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[218,219,220,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[222,223,224,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":202}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/hybridAksClusters@2022-12-12-preview","ScopeType":8,"Body":199,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/l2Networks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/l2Networks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":230,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":231,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":233,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":250,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"L2NetworkProperties","Properties":{"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this L2 network is associated with."},"detailedStatus":{"Type":237,"Flags":2,"Description":"The more detailed status of the L2 network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hybridAksClustersAssociatedIds":{"Type":238,"Flags":2,"Description":"The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network."},"hybridAksPluginType":{"Type":242,"Flags":0,"Description":"The network plugin type for Hybrid AKS."},"interfaceName":{"Type":4,"Flags":0,"Description":"The default interface name for this L2 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine."},"l2IsolationDomainId":{"Type":4,"Flags":1,"Description":"The resource ID of the Network Fabric l2IsolationDomain."},"provisioningState":{"Type":248,"Flags":2,"Description":"The provisioning state of the L2 network."},"virtualMachinesAssociatedIds":{"Type":249,"Flags":2,"Description":"The list of virtual machine resource ID(s), excluding any Hybrid AKS virtual machines, that are currently using this L2 network."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[234,235,236,4]}},{"3":{"ItemType":4}},{"6":{"Value":"DPDK"}},{"6":{"Value":"SRIOV"}},{"6":{"Value":"OSDevice"}},{"5":{"Elements":[239,240,241,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[243,244,245,246,247,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/l2Networks@2022-12-12-preview","ScopeType":8,"Body":232,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/l3Networks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/l3Networks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":252,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":253,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":255,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":279,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"L3NetworkProperties","Properties":{"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this L3 network is associated with."},"detailedStatus":{"Type":259,"Flags":2,"Description":"The more detailed status of the L3 network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hybridAksClustersAssociatedIds":{"Type":260,"Flags":2,"Description":"The list of Hybrid AKS cluster resource IDs that are associated with this L3 network."},"hybridAksIpamEnabled":{"Type":263,"Flags":0,"Description":"The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster."},"hybridAksPluginType":{"Type":267,"Flags":0,"Description":"The network plugin type for Hybrid AKS."},"interfaceName":{"Type":4,"Flags":0,"Description":"The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine."},"ipAllocationType":{"Type":271,"Flags":0,"Description":"The type of the IP address allocation, defaulted to \"DualStack\"."},"ipv4ConnectedPrefix":{"Type":4,"Flags":0,"Description":"The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type\nis IPV4 or DualStack."},"ipv6ConnectedPrefix":{"Type":4,"Flags":0,"Description":"The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type\nis IPV6 or DualStack."},"l3IsolationDomainId":{"Type":4,"Flags":1,"Description":"The resource ID of the Network Fabric l3IsolationDomain."},"provisioningState":{"Type":277,"Flags":2,"Description":"The provisioning state of the L3 network."},"virtualMachinesAssociatedIds":{"Type":278,"Flags":2,"Description":"The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network."},"vlan":{"Type":3,"Flags":1,"Description":"The VLAN from the l3IsolationDomain that is used for this network."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[256,257,258,4]}},{"3":{"ItemType":4}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[261,262,4]}},{"6":{"Value":"DPDK"}},{"6":{"Value":"SRIOV"}},{"6":{"Value":"OSDevice"}},{"5":{"Elements":[264,265,266,4]}},{"6":{"Value":"IPV4"}},{"6":{"Value":"IPV6"}},{"6":{"Value":"DualStack"}},{"5":{"Elements":[268,269,270,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[272,273,274,275,276,4]}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/l3Networks@2022-12-12-preview","ScopeType":8,"Body":254,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/racks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/racks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":281,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":282,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":284,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":295,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"RackProperties","Properties":{"availabilityZone":{"Type":4,"Flags":1,"Description":"The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster the rack is created for. This value is set when the rack is created by the cluster."},"detailedStatus":{"Type":288,"Flags":2,"Description":"The more detailed status of the rack."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"provisioningState":{"Type":294,"Flags":2,"Description":"The provisioning state of the rack resource."},"rackLocation":{"Type":4,"Flags":1,"Description":"The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”)"},"rackSerialNumber":{"Type":4,"Flags":1,"Description":"The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired."},"rackSkuId":{"Type":4,"Flags":1,"Description":"The SKU for the rack."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[285,286,287,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[289,290,291,292,293,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/racks@2022-12-12-preview","ScopeType":8,"Body":283,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/storageAppliances"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/storageAppliances","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":297,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":298,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":300,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":318,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"StorageApplianceProperties","Properties":{"administratorCredentials":{"Type":13,"Flags":1,"Description":"The credentials of the administrative interface on this storage appliance."},"capacity":{"Type":3,"Flags":2,"Description":"The total capacity of the storage appliance."},"capacityUsed":{"Type":3,"Flags":2,"Description":"The amount of storage consumed."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster this storage appliance is associated with."},"detailedStatus":{"Type":304,"Flags":2,"Description":"The detailed status of the storage appliance."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"managementIpv4Address":{"Type":4,"Flags":2,"Description":"The endpoint for the management interface of the storage appliance."},"provisioningState":{"Type":310,"Flags":2,"Description":"The provisioning state of the storage appliance."},"rackId":{"Type":4,"Flags":1,"Description":"The resource ID of the rack where this storage appliance resides."},"rackSlot":{"Type":3,"Flags":1,"Description":"The slot the storage appliance is in the rack based on the BOM configuration."},"remoteVendorManagementFeature":{"Type":313,"Flags":2,"Description":"The indicator of whether the storage appliance supports remote vendor management."},"remoteVendorManagementStatus":{"Type":317,"Flags":2,"Description":"The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature."},"serialNumber":{"Type":4,"Flags":1,"Description":"The serial number for the storage appliance."},"storageApplianceSkuId":{"Type":4,"Flags":1,"Description":"The SKU for the storage appliance."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[301,302,303,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[305,306,307,308,309,4]}},{"6":{"Value":"Supported"}},{"6":{"Value":"Unsupported"}},{"5":{"Elements":[311,312,4]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Unsupported"}},{"5":{"Elements":[314,315,316,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/storageAppliances@2022-12-12-preview","ScopeType":8,"Body":299,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/trunkedNetworks"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/trunkedNetworks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":320,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":321,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":323,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":342,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"TrunkedNetworkProperties","Properties":{"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the Network Cloud cluster this trunked network is associated with."},"detailedStatus":{"Type":327,"Flags":2,"Description":"The more detailed status of the trunked network."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"hybridAksClustersAssociatedIds":{"Type":328,"Flags":2,"Description":"The list of Hybrid AKS cluster resource IDs that are associated with this trunked network."},"hybridAksPluginType":{"Type":332,"Flags":0,"Description":"The network plugin type for Hybrid AKS."},"interfaceName":{"Type":4,"Flags":0,"Description":"The default interface name for this trunked network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine."},"isolationDomainIds":{"Type":333,"Flags":1,"Description":"The list of resource IDs representing the Network Fabric isolation domains. It can be any combination of l2IsolationDomain and l3IsolationDomain resources."},"provisioningState":{"Type":339,"Flags":2,"Description":"The provisioning state of the trunked network."},"virtualMachinesAssociatedIds":{"Type":340,"Flags":2,"Description":"The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this trunked network."},"vlans":{"Type":341,"Flags":1,"Description":"The list of vlans that are selected from the isolation domains for trunking."}}}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[324,325,326,4]}},{"3":{"ItemType":4}},{"6":{"Value":"DPDK"}},{"6":{"Value":"SRIOV"}},{"6":{"Value":"OSDevice"}},{"5":{"Elements":[329,330,331,4]}},{"3":{"ItemType":4}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[334,335,336,337,338,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":3}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/trunkedNetworks@2022-12-12-preview","ScopeType":8,"Body":322,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/virtualMachines"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/virtualMachines","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":344,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":345,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":347,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":396,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"VirtualMachineProperties","Properties":{"adminUsername":{"Type":4,"Flags":1,"Description":"The name of the administrator to which the ssh public keys will be added into the authorized keys."},"bareMetalMachineId":{"Type":4,"Flags":2,"Description":"The resource ID of the bare metal machine the virtual machine has landed to."},"bootMethod":{"Type":350,"Flags":0,"Description":"Selects the boot method for the virtual machine."},"cloudServicesNetworkAttachment":{"Type":204,"Flags":1,"Description":"The cloud service network that provides platform-level services for the virtual machine."},"clusterId":{"Type":4,"Flags":2,"Description":"The resource ID of the cluster the virtual machine is created for."},"cpuCores":{"Type":3,"Flags":1,"Description":"The number of CPU cores in the virtual machine."},"detailedStatus":{"Type":354,"Flags":2,"Description":"The more detailed status of the virtual machine."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"isolateEmulatorThread":{"Type":357,"Flags":0,"Description":"Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine."},"memorySizeGB":{"Type":3,"Flags":1,"Description":"The memory size of the virtual machine in GB."},"networkAttachments":{"Type":358,"Flags":0,"Description":"The list of network attachments to the virtual machine."},"networkData":{"Type":4,"Flags":0,"Description":"The Base64 encoded cloud-init network data."},"placementHints":{"Type":369,"Flags":0,"Description":"The scheduling hints for the virtual machine."},"powerState":{"Type":372,"Flags":2,"Description":"The power state of the virtual machine."},"provisioningState":{"Type":378,"Flags":2,"Description":"The provisioning state of the virtual machine."},"sshPublicKeys":{"Type":380,"Flags":0,"Description":"The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername."},"storageProfile":{"Type":381,"Flags":1,"Description":"The storage profile that specifies size and other parameters about the disks related to the virtual machine."},"userData":{"Type":4,"Flags":0,"Description":"The Base64 encoded cloud-init user data."},"virtioInterface":{"Type":390,"Flags":0,"Description":"Field Deprecated, use virtualizationModel instead. The type of the virtio interface."},"vmDeviceModel":{"Type":393,"Flags":0,"Description":"The type of the device model to use."},"vmImage":{"Type":4,"Flags":1,"Description":"The virtual machine image that is currently provisioned to the OS disk, using the full url and tag notation used to pull the image."},"vmImageRepositoryCredentials":{"Type":394,"Flags":0,"Description":"The credentials used to login to the image repository that has access to the specified image."},"volumes":{"Type":395,"Flags":2,"Description":"The resource IDs of volumes that are attached to the virtual machine."}}}},{"6":{"Value":"UEFI"}},{"6":{"Value":"BIOS"}},{"5":{"Elements":[348,349,4]}},{"6":{"Value":"Error"}},{"6":{"Value":"Available"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[351,352,353,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[355,356,4]}},{"3":{"ItemType":204}},{"2":{"Name":"VirtualMachinePlacementHint","Properties":{"hintType":{"Type":362,"Flags":1,"Description":"The specification of whether this hint supports affinity or anti-affinity with the referenced resources."},"resourceId":{"Type":4,"Flags":1,"Description":"The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine."},"schedulingExecution":{"Type":365,"Flags":1,"Description":"The indicator of whether the hint is a hard or soft requirement during scheduling."},"scope":{"Type":368,"Flags":1,"Description":"The scope for the virtual machine affinity or anti-affinity placement hint. It should always be \"Machine\" in the case of node affinity."}}}},{"6":{"Value":"Affinity"}},{"6":{"Value":"AntiAffinity"}},{"5":{"Elements":[360,361,4]}},{"6":{"Value":"Hard"}},{"6":{"Value":"Soft"}},{"5":{"Elements":[363,364,4]}},{"6":{"Value":"Rack"}},{"6":{"Value":"Machine"}},{"5":{"Elements":[366,367,4]}},{"3":{"ItemType":359}},{"6":{"Value":"On"}},{"6":{"Value":"Off"}},{"5":{"Elements":[370,371,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[373,374,375,376,377,4]}},{"2":{"Name":"SshPublicKey","Properties":{"keyData":{"Type":4,"Flags":1,"Description":"The public ssh key of the user."}}}},{"3":{"ItemType":379}},{"2":{"Name":"StorageProfile","Properties":{"osDisk":{"Type":382,"Flags":1,"Description":"The disk to use with this virtual machine."},"volumeAttachments":{"Type":387,"Flags":0,"Description":"The resource IDs of volumes that are requested to be attached to the virtual machine."}}}},{"2":{"Name":"OsDisk","Properties":{"createOption":{"Type":384,"Flags":0,"Description":"The strategy for creating the OS disk."},"deleteOption":{"Type":386,"Flags":0,"Description":"The strategy for deleting the OS disk."},"diskSizeGB":{"Type":3,"Flags":1,"Description":"The size of the disk in gigabytes. Required if the createOption is Ephemeral."}}}},{"6":{"Value":"Ephemeral"}},{"5":{"Elements":[383,4]}},{"6":{"Value":"Delete"}},{"5":{"Elements":[385,4]}},{"3":{"ItemType":4}},{"6":{"Value":"Modern"}},{"6":{"Value":"Transitional"}},{"5":{"Elements":[388,389,4]}},{"6":{"Value":"T1"}},{"6":{"Value":"T2"}},{"5":{"Elements":[391,392,4]}},{"2":{"Name":"ImageRepositoryCredentials","Properties":{"password":{"Type":4,"Flags":1,"Description":"The password or token used to access an image in the target repository."},"registryUrl":{"Type":4,"Flags":1,"Description":"The URL of the authentication server used to validate the repository credentials."},"username":{"Type":4,"Flags":1,"Description":"The username used to access an image in the target repository."}}}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/virtualMachines@2022-12-12-preview","ScopeType":8,"Body":346,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/volumes"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/volumes","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":398,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":399,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":401,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":413,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"VolumeProperties","Properties":{"attachedTo":{"Type":402,"Flags":2,"Description":"The list of resource IDs that attach the volume. It may include virtual machines and Hybrid AKS clusters."},"detailedStatus":{"Type":406,"Flags":2,"Description":"The more detailed status of the volume."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"provisioningState":{"Type":412,"Flags":2,"Description":"The provisioning state of the volume."},"serialNumber":{"Type":4,"Flags":2,"Description":"The unique identifier of the volume."},"sizeMiB":{"Type":3,"Flags":1,"Description":"The size of the allocation for this volume in Mebibytes."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Error"}},{"6":{"Value":"Active"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[403,404,405,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[407,408,409,410,411,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/volumes@2022-12-12-preview","ScopeType":8,"Body":400,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusters/bareMetalMachineKeySets"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusters/bareMetalMachineKeySets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":415,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":416,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":418,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":441,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"BareMetalMachineKeySetProperties","Properties":{"azureGroupId":{"Type":4,"Flags":1,"Description":"The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access."},"detailedStatus":{"Type":423,"Flags":2,"Description":"The more detailed status of the key set."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"expiration":{"Type":4,"Flags":1,"Description":"The date and time after which the users in this key set will be removed from the bare metal machines."},"jumpHostsAllowed":{"Type":424,"Flags":1,"Description":"The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users."},"lastValidation":{"Type":4,"Flags":2,"Description":"The last time this key set was validated."},"osGroupName":{"Type":4,"Flags":0,"Description":"The name of the group that users will be assigned to on the operating system of the machines."},"privilegeLevel":{"Type":427,"Flags":1,"Description":"The access level allowed for the users in this key set."},"provisioningState":{"Type":433,"Flags":2,"Description":"The provisioning state of the bare metal machine key set."},"userList":{"Type":435,"Flags":1,"Description":"The unique list of permitted users."},"userListStatus":{"Type":440,"Flags":2,"Description":"The status evaluation of each user."}}}},{"6":{"Value":"AllActive"}},{"6":{"Value":"SomeInvalid"}},{"6":{"Value":"AllInvalid"}},{"6":{"Value":"Validating"}},{"5":{"Elements":[419,420,421,422,4]}},{"3":{"ItemType":4}},{"6":{"Value":"Standard"}},{"6":{"Value":"Superuser"}},{"5":{"Elements":[425,426,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[428,429,430,431,432,4]}},{"2":{"Name":"KeySetUser","Properties":{"azureUserName":{"Type":4,"Flags":1,"Description":"The Azure Active Directory user name (email name)."},"description":{"Type":4,"Flags":0,"Description":"The free-form description for this user."},"sshPublicKey":{"Type":379,"Flags":1,"Description":"The SSH public key for this user."}}}},{"3":{"ItemType":434}},{"2":{"Name":"KeySetUserStatus","Properties":{"azureUserName":{"Type":4,"Flags":2,"Description":"The Azure Active Directory user name (email name)."},"status":{"Type":439,"Flags":2,"Description":"The indicator of whether the user is currently deployed for access."},"statusMessage":{"Type":4,"Flags":2,"Description":"The additional information describing the current status of this user, if any available."}}}},{"6":{"Value":"Active"}},{"6":{"Value":"Invalid"}},{"5":{"Elements":[437,438,4]}},{"3":{"ItemType":436}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusters/bareMetalMachineKeySets@2022-12-12-preview","ScopeType":8,"Body":417,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusters/bmcKeySets"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusters/bmcKeySets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":443,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":444,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":446,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":463,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"BmcKeySetProperties","Properties":{"azureGroupId":{"Type":4,"Flags":1,"Description":"The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access."},"detailedStatus":{"Type":451,"Flags":2,"Description":"The more detailed status of the key set."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"expiration":{"Type":4,"Flags":1,"Description":"The date and time after which the users in this key set will be removed from the baseboard management controllers."},"lastValidation":{"Type":4,"Flags":2,"Description":"The last time this key set was validated."},"privilegeLevel":{"Type":454,"Flags":1,"Description":"The access level allowed for the users in this key set."},"provisioningState":{"Type":460,"Flags":2,"Description":"The provisioning state of the baseboard management controller key set."},"userList":{"Type":461,"Flags":1,"Description":"The unique list of permitted users."},"userListStatus":{"Type":462,"Flags":2,"Description":"The status evaluation of each user."}}}},{"6":{"Value":"AllActive"}},{"6":{"Value":"SomeInvalid"}},{"6":{"Value":"AllInvalid"}},{"6":{"Value":"Validating"}},{"5":{"Elements":[447,448,449,450,4]}},{"6":{"Value":"ReadOnly"}},{"6":{"Value":"Administrator"}},{"5":{"Elements":[452,453,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[455,456,457,458,459,4]}},{"3":{"ItemType":434}},{"3":{"ItemType":436}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusters/bmcKeySets@2022-12-12-preview","ScopeType":8,"Body":445,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/clusters/metricsConfigurations"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/clusters/metricsConfigurations","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":465,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":466,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster associated with the resource."},"properties":{"Type":468,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":481,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ClusterMetricsConfigurationProperties","Properties":{"collectionInterval":{"Type":3,"Flags":1,"Description":"The interval in minutes by which metrics will be collected."},"detailedStatus":{"Type":472,"Flags":2,"Description":"The more detailed status of the metrics configuration."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"disabledMetrics":{"Type":473,"Flags":2,"Description":"The list of metrics that are available for the cluster but disabled at the moment."},"enabledMetrics":{"Type":474,"Flags":0,"Description":"The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics."},"provisioningState":{"Type":480,"Flags":2,"Description":"The provisioning state of the metrics configuration."}}}},{"6":{"Value":"Processing"}},{"6":{"Value":"Applied"}},{"6":{"Value":"Error"}},{"5":{"Elements":[469,470,471,4]}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Provisioning"}},{"5":{"Elements":[475,476,477,478,479,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/clusters/metricsConfigurations@2022-12-12-preview","ScopeType":8,"Body":467,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/virtualMachines/consoles"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/virtualMachines/consoles","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":483,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":484,"Flags":10,"Description":"The resource api version"},"extendedLocation":{"Type":11,"Flags":1,"Description":"The extended location of the cluster manager associated with the cluster this virtual machine is created on."},"properties":{"Type":486,"Flags":1,"Description":"The list of the resource properties."},"tags":{"Type":499,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ConsoleProperties","Properties":{"detailedStatus":{"Type":489,"Flags":2,"Description":"The more detailed status of the console."},"detailedStatusMessage":{"Type":4,"Flags":2,"Description":"The descriptive message about the current detailed status."},"enabled":{"Type":492,"Flags":1,"Description":"The indicator of whether the console access is enabled."},"expiration":{"Type":4,"Flags":0,"Description":"The date and time after which the key will be disallowed access."},"privateLinkServiceId":{"Type":4,"Flags":2,"Description":"The resource ID of the private link service that is used to provide virtual machine console access."},"provisioningState":{"Type":498,"Flags":2,"Description":"The provisioning state of the virtual machine console."},"sshPublicKey":{"Type":379,"Flags":1,"Description":"The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in."},"virtualMachineAccessId":{"Type":4,"Flags":2,"Description":"The unique identifier for the virtual machine that is used to access the console."}}}},{"6":{"Value":"Ready"}},{"6":{"Value":"Error"}},{"5":{"Elements":[487,488,4]}},{"6":{"Value":"True"}},{"6":{"Value":"False"}},{"5":{"Elements":[490,491,4]}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Accepted"}},{"5":{"Elements":[493,494,495,496,497,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.NetworkCloud/virtualMachines/consoles@2022-12-12-preview","ScopeType":8,"Body":485,"Flags":0}},{"6":{"Value":"Microsoft.NetworkCloud/rackSkus"}},{"6":{"Value":"2022-12-12-preview"}},{"2":{"Name":"Microsoft.NetworkCloud/rackSkus","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":501,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":502,"Flags":10,"Description":"The resource api version"},"properties":{"Type":504,"Flags":2,"Description":"The list of the resource properties."},"systemData":{"Type":49,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"RackSkuProperties","Properties":{"computeMachines":{"Type":523,"Flags":2,"Description":"The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model."},"controllerMachines":{"Type":524,"Flags":2,"Description":"The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model."},"description":{"Type":4,"Flags":2,"Description":"The free-form text describing the rack."},"maxClusterSlots":{"Type":3,"Flags":2,"Description":"The maximum number of compute racks supported by an aggregator rack. 0 if this is a compute rack or a rack for a single rack cluster(rackType=\"Single\")."},"provisioningState":{"Type":526,"Flags":2,"Description":"The provisioning state of the rack SKU resource."},"rackType":{"Type":530,"Flags":2,"Description":"The type of the rack."},"storageAppliances":{"Type":533,"Flags":2,"Description":"The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model."},"supportedRackSkuIds":{"Type":534,"Flags":2,"Description":"The list of supported SKUs if the rack is an aggregator."}}}},{"2":{"Name":"MachineSkuSlot","Properties":{"properties":{"Type":506,"Flags":0,"Description":"The list of the resource properties."},"rackSlot":{"Type":3,"Flags":2,"Description":"The position in the rack for the machine."}}}},{"2":{"Name":"MachineSkuProperties","Properties":{"bootstrapProtocol":{"Type":508,"Flags":2,"Description":"The type of bootstrap protocol used."},"cpuCores":{"Type":3,"Flags":2,"Description":"The count of CPU cores for this machine."},"cpuSockets":{"Type":3,"Flags":2,"Description":"The count of CPU sockets for this machine."},"disks":{"Type":518,"Flags":2,"Description":"The list of disks."},"generation":{"Type":4,"Flags":2,"Description":"The generation of the architecture."},"hardwareVersion":{"Type":4,"Flags":2,"Description":"The hardware version of the machine."},"memoryCapacityGB":{"Type":3,"Flags":2,"Description":"The maximum amount of memory in GB."},"model":{"Type":4,"Flags":2,"Description":"The model of the machine."},"networkInterfaces":{"Type":522,"Flags":2,"Description":"The list of network interfaces."},"totalThreads":{"Type":3,"Flags":2,"Description":"The count of SMT and physical core threads for this machine."},"vendor":{"Type":4,"Flags":2,"Description":"The make of the machine."}}}},{"6":{"Value":"PXE"}},{"5":{"Elements":[507,4]}},{"2":{"Name":"MachineDisk","Properties":{"capacityGB":{"Type":3,"Flags":2,"Description":"The maximum amount of storage in GB."},"connection":{"Type":514,"Flags":2,"Description":"The connection type of the rack SKU resource."},"type":{"Type":517,"Flags":2,"Description":"The disk type of rack SKU resource."}}}},{"6":{"Value":"PCIE"}},{"6":{"Value":"SATA"}},{"6":{"Value":"RAID"}},{"6":{"Value":"SAS"}},{"5":{"Elements":[510,511,512,513,4]}},{"6":{"Value":"HDD"}},{"6":{"Value":"SSD"}},{"5":{"Elements":[515,516,4]}},{"3":{"ItemType":509}},{"2":{"Name":"NetworkInterface","Properties":{"address":{"Type":4,"Flags":2,"Description":"The partial address of Peripheral Component Interconnect (PCI)."},"deviceConnectionType":{"Type":521,"Flags":2,"Description":"The connection type of the device."},"model":{"Type":4,"Flags":2,"Description":"The model name of the device."},"physicalSlot":{"Type":3,"Flags":2,"Description":"The physical slot for this device."},"portCount":{"Type":3,"Flags":2,"Description":"The number of ports on the device."},"portSpeed":{"Type":3,"Flags":2,"Description":"The maximum amount of data in GB that the line card transmits through a port at any given second."},"vendor":{"Type":4,"Flags":2,"Description":"The vendor name of the device."}}}},{"6":{"Value":"PCI"}},{"5":{"Elements":[520,4]}},{"3":{"ItemType":519}},{"3":{"ItemType":505}},{"3":{"ItemType":505}},{"6":{"Value":"Succeeded"}},{"5":{"Elements":[525,4]}},{"6":{"Value":"Aggregator"}},{"6":{"Value":"Compute"}},{"6":{"Value":"Single"}},{"5":{"Elements":[527,528,529,4]}},{"2":{"Name":"StorageApplianceSkuSlot","Properties":{"properties":{"Type":532,"Flags":0,"Description":"The list of the resource properties."},"rackSlot":{"Type":3,"Flags":2,"Description":"The position in the rack for the storage appliance."}}}},{"2":{"Name":"StorageApplianceSkuProperties","Properties":{"capacityGB":{"Type":3,"Flags":2,"Description":"The maximum capacity of the storage appliance."},"model":{"Type":4,"Flags":2,"Description":"The model of the storage appliance."}}}},{"3":{"ItemType":531}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.NetworkCloud/rackSkus@2022-12-12-preview","ScopeType":4,"Body":503,"Flags":1}}] \ No newline at end of file diff --git a/generated/networkcloud/microsoft.networkcloud/2022-12-12-preview/types.md b/generated/networkcloud/microsoft.networkcloud/2022-12-12-preview/types.md index a3e1594313..35c83d035c 100644 --- a/generated/networkcloud/microsoft.networkcloud/2022-12-12-preview/types.md +++ b/generated/networkcloud/microsoft.networkcloud/2022-12-12-preview/types.md @@ -238,7 +238,7 @@ ## BareMetalMachineConfigurationData ### Properties * **bmcConnectionString**: string (ReadOnly): The connection string for the baseboard management controller including IP address and protocol. -* **bmcCredentials**: [AdministrativeCredentials](#administrativecredentials) (Required): AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication. +* **bmcCredentials**: [AdministrativeCredentials](#administrativecredentials) (Required): The credentials of the baseboard management controller on this bare metal machine. * **bmcMacAddress**: string (Required): The MAC address of the BMC for this machine. * **bootMacAddress**: string (Required): The MAC address associated with the PXE NIC card. * **machineDetails**: string: The free-form additional information about the machine, e.g. an asset tag. @@ -264,15 +264,15 @@ If not provided, the machine name will be generated programmatically. ## BareMetalMachineProperties ### Properties * **bmcConnectionString**: string (Required): The connection string for the baseboard management controller including IP address and protocol. -* **bmcCredentials**: [AdministrativeCredentials](#administrativecredentials) (Required): AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication. +* **bmcCredentials**: [AdministrativeCredentials](#administrativecredentials) (Required): The credentials of the baseboard management controller on this bare metal machine. * **bmcMacAddress**: string (Required): The MAC address of the BMC device. * **bootMacAddress**: string (Required): The MAC address of a NIC connected to the PXE network. * **clusterId**: string (ReadOnly): The resource ID of the cluster this bare metal machine is associated with. * **cordonStatus**: 'Cordoned' | 'Uncordoned' | string (ReadOnly): The cordon status of the bare metal machine. * **detailedStatus**: 'Available' | 'Deprovisioning' | 'Error' | 'Preparing' | 'Provisioned' | 'Provisioning' | string (ReadOnly): The more detailed status of the bare metal machine. * **detailedStatusMessage**: string (ReadOnly): The descriptive message about the current detailed status. -* **hardwareInventory**: [HardwareInventory](#hardwareinventory): HardwareInventory represents the hardware configuration of this machine as exposed to the customer, including information acquired from the model/sku information and from the ironic inspector. -* **hardwareValidationStatus**: [HardwareValidationStatus](#hardwarevalidationstatus): HardwareValidationStatus represents the latest hardware validation details performed for this bare metal machine. +* **hardwareInventory**: [HardwareInventory](#hardwareinventory) (ReadOnly): The hardware inventory, including information acquired from the model/sku information and from the ironic inspector. +* **hardwareValidationStatus**: [HardwareValidationStatus](#hardwarevalidationstatus) (ReadOnly): The details of the latest hardware validation performed for this bare metal machine. * **hybridAksClustersAssociatedIds**: string[] (ReadOnly): The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine. * **kubernetesNodeName**: string (ReadOnly): The name of this machine represented by the host object in the Cluster's Kubernetes control plane. * **kubernetesVersion**: string (ReadOnly): The version of Kubernetes running on this machine. @@ -356,8 +356,7 @@ If not provided, the machine name will be generated programmatically. * **detailedStatusMessage**: string (ReadOnly): The descriptive message about the current detailed status. * **fabricControllerId**: string (Required): The resource ID of the fabric controller that has one to one mapping with the cluster manager. * **managedResourceGroupConfiguration**: [ManagedResourceGroupConfiguration](#managedresourcegroupconfiguration): The configuration of the managed resource group associated with the resource. -* **managerExtendedLocation**: [ExtendedLocation](#extendedlocation) (ReadOnly): The extended location (custom location) that represents the cluster manager's control plane location. - This extended location is used when creating cluster and rack manifest resources. +* **managerExtendedLocation**: [ExtendedLocation](#extendedlocation) (ReadOnly): The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources. * **provisioningState**: 'Accepted' | 'Canceled' | 'Failed' | 'Provisioning' | 'Succeeded' | 'Updating' | string (ReadOnly): The provisioning state of the cluster manager. * **vmSize**: string: Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource. @@ -372,26 +371,24 @@ If not provided, the machine name will be generated programmatically. ## ClusterProperties ### Properties -* **aggregatorOrSingleRackDefinition**: [RackDefinition](#rackdefinition) (Required): RackDefinition represents details regarding the rack. +* **aggregatorOrSingleRackDefinition**: [RackDefinition](#rackdefinition) (Required): The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster. * **analyticsWorkspaceId**: string (Required): The resource ID of the Log Analytics Workspace that will be used for storing relevant logs. * **availableUpgradeVersions**: [ClusterAvailableUpgradeVersion](#clusteravailableupgradeversion)[] (ReadOnly): The list of cluster runtime version upgrades available for this cluster. -* **clusterCapacity**: [ClusterCapacity](#clustercapacity): ClusterCapacity represents various details regarding compute capacity. +* **clusterCapacity**: [ClusterCapacity](#clustercapacity) (ReadOnly): The capacity supported by this cluster. * **clusterConnectionStatus**: 'Connected' | 'Timeout' | 'Undefined' | string (ReadOnly): The latest heartbeat status between the cluster manager and the cluster. -* **clusterExtendedLocation**: [ExtendedLocation](#extendedlocation) (ReadOnly): The extended location (custom location) that represents the cluster's control plane location. -This extended location is used to route the requests of child objects of the cluster that are handled by the platform operator. +* **clusterExtendedLocation**: [ExtendedLocation](#extendedlocation) (ReadOnly): The extended location (custom location) that represents the cluster's control plane location. This extended location is used to route the requests of child objects of the cluster that are handled by the platform operator. * **clusterLocation**: string: The customer-provided location information to identify where the cluster resides. * **clusterManagerConnectionStatus**: 'Connected' | 'Unreachable' | string (ReadOnly): The latest connectivity status between cluster manager and the cluster. * **clusterManagerId**: string (ReadOnly): The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created. -* **clusterServicePrincipal**: [ServicePrincipalInformation](#serviceprincipalinformation): ServicePrincipalInformation represents the details of the service principal to be used by the cluster during Arc Appliance installation. +* **clusterServicePrincipal**: [ServicePrincipalInformation](#serviceprincipalinformation): The service principal to be used by the cluster during Arc Appliance installation. * **clusterType**: 'MultiRack' | 'SingleRack' | string (Required): The type of rack configuration for the cluster. * **clusterVersion**: string (Required): The current runtime version of the cluster. -* **computeDeploymentThreshold**: [ValidationThreshold](#validationthreshold): ValidationThreshold indicates allowed machine and node hardware and deployment failures. +* **computeDeploymentThreshold**: [ValidationThreshold](#validationthreshold): The validation threshold indicating the allowable failures of compute machines during environment validation and deployment. * **computeRackDefinitions**: [RackDefinition](#rackdefinition)[]: The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster. * **detailedStatus**: 'Degraded' | 'Deleting' | 'Deploying' | 'Disconnected' | 'Failed' | 'PendingDeployment' | 'Running' | 'Updating' | string (ReadOnly): The current detailed status of the cluster. * **detailedStatusMessage**: string (ReadOnly): The descriptive message about the detailed status. -* **hybridAksExtendedLocation**: [ExtendedLocation](#extendedlocation) (ReadOnly): The extended location (custom location) that represents the Hybrid AKS control plane location. -This extended location is used when creating provisioned clusters (Hybrid AKS clusters). +* **hybridAksExtendedLocation**: [ExtendedLocation](#extendedlocation) (ReadOnly): The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters). * **managedResourceGroupConfiguration**: [ManagedResourceGroupConfiguration](#managedresourcegroupconfiguration): The configuration of the managed resource group associated with the resource. * **manualActionCount**: int (ReadOnly): The count of Manual Action Taken (MAT) events that have not been validated. * **networkFabricId**: string (Required): The resource ID of the Network Fabric associated with the cluster. @@ -422,14 +419,14 @@ are within one of these blocks. * **expiration**: string: The date and time after which the key will be disallowed access. * **privateLinkServiceId**: string (ReadOnly): The resource ID of the private link service that is used to provide virtual machine console access. * **provisioningState**: 'Accepted' | 'Canceled' | 'Failed' | 'Provisioning' | 'Succeeded' | string (ReadOnly): The provisioning state of the virtual machine console. -* **sshPublicKey**: [SshPublicKey](#sshpublickey) (Required): SshPublicKey represents the public key used to authenticate with the virtual machine through SSH. +* **sshPublicKey**: [SshPublicKey](#sshpublickey) (Required): The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in. * **virtualMachineAccessId**: string (ReadOnly): The unique identifier for the virtual machine that is used to access the console. ## DefaultCniNetworkProperties ### Properties * **clusterId**: string (ReadOnly): The resource ID of the Network Cloud cluster this default CNI network is associated with. * **cniAsNumber**: int (ReadOnly): The autonomous system number that the fabric expects to peer with, derived from the associated L3 isolation domain. -* **cniBgpConfiguration**: [CniBgpConfiguration](#cnibgpconfiguration): CniBgpConfiguration represents the Calico BGP configuration. +* **cniBgpConfiguration**: [CniBgpConfiguration](#cnibgpconfiguration): The Calico BGP configuration. * **detailedStatus**: 'Available' | 'Error' | 'Provisioning' | string (ReadOnly): The more detailed status of the default CNI network. * **detailedStatusMessage**: string (ReadOnly): The descriptive message about the current detailed status. * **fabricBgpPeers**: [BgpPeer](#bgppeer)[] (ReadOnly): The L3 isolation fabric BGP peering connectivity information necessary for BGP peering the Hybrid AKS Cluster with the switch fabric. @@ -503,7 +500,7 @@ is IPV6 or DualStack. ### Properties * **azureUserName**: string (Required): The Azure Active Directory user name (email name). * **description**: string: The free-form description for this user. -* **sshPublicKey**: [SshPublicKey](#sshpublickey) (Required): SshPublicKey represents the public key used to authenticate with the virtual machine through SSH. +* **sshPublicKey**: [SshPublicKey](#sshpublickey) (Required): The SSH public key for this user. ## KeySetUserStatus ### Properties @@ -622,7 +619,7 @@ For a CloudServicesNetwork resource, this name will be ignored. ## Nic ### Properties -* **lldpNeighbor**: [LldpNeighbor](#lldpneighbor): Type Deprecated. Will be removed in an upcoming version. LldpNeighbor represents the details about the device connected to the NIC. +* **lldpNeighbor**: [LldpNeighbor](#lldpneighbor) (ReadOnly): The information about the device connected to this NIC. * **macAddress**: string (ReadOnly): The MAC address associated with this NIC. * **name**: string (ReadOnly): The name of the NIC/interface. @@ -697,14 +694,14 @@ For a CloudServicesNetwork resource, this name will be ignored. ## StorageApplianceConfigurationData ### Properties -* **adminCredentials**: [AdministrativeCredentials](#administrativecredentials) (Required): AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication. +* **adminCredentials**: [AdministrativeCredentials](#administrativecredentials) (Required): The credentials of the administrative interface on this storage appliance. * **rackSlot**: int (Required): The slot that storage appliance is in the rack based on the BOM configuration. * **serialNumber**: string (Required): The serial number of the appliance. * **storageApplianceName**: string: The user-provided name for the storage appliance that will be created from this specification. ## StorageApplianceProperties ### Properties -* **administratorCredentials**: [AdministrativeCredentials](#administrativecredentials) (Required): AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication. +* **administratorCredentials**: [AdministrativeCredentials](#administrativecredentials) (Required): The credentials of the administrative interface on this storage appliance. * **capacity**: int (ReadOnly): The total capacity of the storage appliance. * **capacityUsed**: int (ReadOnly): The amount of storage consumed. * **clusterId**: string (ReadOnly): The resource ID of the cluster this storage appliance is associated with. @@ -731,7 +728,7 @@ For a CloudServicesNetwork resource, this name will be ignored. ## StorageProfile ### Properties -* **osDisk**: [OsDisk](#osdisk) (Required): OsDisk represents configuration of the boot disk. +* **osDisk**: [OsDisk](#osdisk) (Required): The disk to use with this virtual machine. * **volumeAttachments**: string[]: The resource IDs of volumes that are requested to be attached to the virtual machine. ## SystemData @@ -859,7 +856,7 @@ For a CloudServicesNetwork resource, this name will be ignored. * **adminUsername**: string (Required): The name of the administrator to which the ssh public keys will be added into the authorized keys. * **bareMetalMachineId**: string (ReadOnly): The resource ID of the bare metal machine the virtual machine has landed to. * **bootMethod**: 'BIOS' | 'UEFI' | string: Selects the boot method for the virtual machine. -* **cloudServicesNetworkAttachment**: [NetworkAttachment](#networkattachment) (Required): NetworkAttachment represents the single network attachment. +* **cloudServicesNetworkAttachment**: [NetworkAttachment](#networkattachment) (Required): The cloud service network that provides platform-level services for the virtual machine. * **clusterId**: string (ReadOnly): The resource ID of the cluster the virtual machine is created for. * **cpuCores**: int (Required): The number of CPU cores in the virtual machine. * **detailedStatus**: 'Available' | 'Error' | 'Provisioning' | string (ReadOnly): The more detailed status of the virtual machine. @@ -872,12 +869,12 @@ For a CloudServicesNetwork resource, this name will be ignored. * **powerState**: 'Off' | 'On' | string (ReadOnly): The power state of the virtual machine. * **provisioningState**: 'Accepted' | 'Canceled' | 'Failed' | 'Provisioning' | 'Succeeded' | string (ReadOnly): The provisioning state of the virtual machine. * **sshPublicKeys**: [SshPublicKey](#sshpublickey)[]: The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername. -* **storageProfile**: [StorageProfile](#storageprofile) (Required): StorageProfile represents information about a disk. +* **storageProfile**: [StorageProfile](#storageprofile) (Required): The storage profile that specifies size and other parameters about the disks related to the virtual machine. * **userData**: string: The Base64 encoded cloud-init user data. * **virtioInterface**: 'Modern' | 'Transitional' | string: Field Deprecated, use virtualizationModel instead. The type of the virtio interface. * **vmDeviceModel**: 'T1' | 'T2' | string: The type of the device model to use. * **vmImage**: string (Required): The virtual machine image that is currently provisioned to the OS disk, using the full url and tag notation used to pull the image. -* **vmImageRepositoryCredentials**: [ImageRepositoryCredentials](#imagerepositorycredentials): ImageRepositoryCredentials represents the credentials used to login to the image repository. +* **vmImageRepositoryCredentials**: [ImageRepositoryCredentials](#imagerepositorycredentials): The credentials used to login to the image repository that has access to the specified image. * **volumes**: string[] (ReadOnly): The resource IDs of volumes that are attached to the virtual machine. ## VolumeProperties diff --git a/generated/quota/log.out b/generated/quota/log.out index 11ac3a4c44..67fb10e97b 100644 --- a/generated/quota/log.out +++ b/generated/quota/log.out @@ -6,6 +6,7 @@ warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | Unrecognized property type: any-object. Returning 'any'. +warning | Unrecognized property type: any-object. Returning 'any'. warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. diff --git a/generated/quota/microsoft.quota/2021-03-15/types.json b/generated/quota/microsoft.quota/2021-03-15/types.json deleted file mode 100644 index 3243fa35f8..0000000000 --- a/generated/quota/microsoft.quota/2021-03-15/types.json +++ /dev/null @@ -1 +0,0 @@ -[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.Quota/quotaLimits"}},{"6":{"Value":"2021-03-15"}},{"2":{"Name":"Microsoft.Quota/quotaLimits","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":0,"Description":"Quota properties for the specified resource."}}}},{"2":{"Name":"QuotaProperties","Properties":{"limit":{"Type":3,"Flags":0,"Description":"Quota limit."},"currentValue":{"Type":3,"Flags":2,"Description":"Usage information for the current resource."},"unit":{"Type":4,"Flags":2,"Description":"The quota limit units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation."},"name":{"Type":12,"Flags":0,"Description":"Resource name provided by the resource provider. Use this property name when requesting quota."},"resourceType":{"Type":18,"Flags":0,"Description":"Resource type name."},"quotaPeriod":{"Type":4,"Flags":2,"Description":"The time period over which the quota usage values are summarized. For example:\r\n*P1D (per one day)\n*PT1M (per one minute)\n*PT1S (per one second).\r\nThis parameter is optional because, for some resources like compute, the period is irrelevant."},"isQuotaApplicable":{"Type":2,"Flags":2,"Description":"States if quota can be requested for this resource."},"properties":{"Type":0,"Flags":0,"Description":"Additional properties for the specific resource provider."}}}},{"2":{"Name":"ResourceName","Properties":{"value":{"Type":4,"Flags":0,"Description":"Resource name."},"localizedValue":{"Type":4,"Flags":2,"Description":"Resource display name."}}}},{"6":{"Value":"standard"}},{"6":{"Value":"dedicated"}},{"6":{"Value":"lowPriority"}},{"6":{"Value":"shared"}},{"6":{"Value":"serviceSpecific"}},{"5":{"Elements":[13,14,15,16,17,4]}},{"4":{"Name":"Microsoft.Quota/quotaLimits@2021-03-15","ScopeType":0,"Body":10,"Flags":0}}] \ No newline at end of file diff --git a/generated/quota/microsoft.quota/2021-03-15/types.md b/generated/quota/microsoft.quota/2021-03-15/types.md deleted file mode 100644 index 16db276eab..0000000000 --- a/generated/quota/microsoft.quota/2021-03-15/types.md +++ /dev/null @@ -1,31 +0,0 @@ -# Microsoft.Quota @ 2021-03-15 - -## Resource Microsoft.Quota/quotaLimits@2021-03-15 -* **Valid Scope(s)**: Unknown -### Properties -* **apiVersion**: '2021-03-15' (ReadOnly, DeployTimeConstant): The resource api version -* **id**: string (ReadOnly, DeployTimeConstant): The resource id -* **name**: string (Required, DeployTimeConstant): The resource name -* **properties**: [QuotaProperties](#quotaproperties): Quota properties for the specified resource. -* **type**: 'Microsoft.Quota/quotaLimits' (ReadOnly, DeployTimeConstant): The resource type - -## QuotaProperties -### Properties -* **currentValue**: int (ReadOnly): Usage information for the current resource. -* **isQuotaApplicable**: bool (ReadOnly): States if quota can be requested for this resource. -* **limit**: int: Quota limit. -* **name**: [ResourceName](#resourcename): Resource name provided by the resource provider. Use this property name when requesting quota. -* **properties**: any: Additional properties for the specific resource provider. -* **quotaPeriod**: string (ReadOnly): The time period over which the quota usage values are summarized. For example: -*P1D (per one day) -*PT1M (per one minute) -*PT1S (per one second). -This parameter is optional because, for some resources like compute, the period is irrelevant. -* **resourceType**: 'dedicated' | 'lowPriority' | 'serviceSpecific' | 'shared' | 'standard' | string: Resource type name. -* **unit**: string (ReadOnly): The quota limit units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation. - -## ResourceName -### Properties -* **localizedValue**: string (ReadOnly): Resource display name. -* **value**: string: Resource name. - diff --git a/generated/quota/microsoft.quota/2023-02-01/types.json b/generated/quota/microsoft.quota/2023-02-01/types.json new file mode 100644 index 0000000000..e0e1c6b7b6 --- /dev/null +++ b/generated/quota/microsoft.quota/2023-02-01/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.Quota/quotas"}},{"6":{"Value":"2023-02-01"}},{"2":{"Name":"Microsoft.Quota/quotas","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"properties":{"Type":11,"Flags":0,"Description":"Quota properties for the specified resource, based on the API called, Quotas or Usages."}}}},{"2":{"Name":"QuotaProperties","Properties":{"limit":{"Type":12,"Flags":0,"Description":"Resource quota limit properties."},"unit":{"Type":4,"Flags":2,"Description":"The quota units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation."},"name":{"Type":18,"Flags":0,"Description":"Resource name provided by the resource provider. Use this property name when requesting quota."},"resourceType":{"Type":4,"Flags":0,"Description":"The name of the resource type. Optional field."},"quotaPeriod":{"Type":4,"Flags":2,"Description":"The time period over which the quota usage values are summarized. For example:\r\n*P1D (per one day)\n*PT1M (per one minute)\n*PT1S (per one second).\r\nThis parameter is optional because, for some resources like compute, the period is irrelevant."},"isQuotaApplicable":{"Type":2,"Flags":2,"Description":"States if quota can be requested for this resource."},"properties":{"Type":0,"Flags":0,"Description":"Additional properties for the specific resource provider."}}}},{"7":{"Name":"LimitJsonObject","Discriminator":"limitObjectType","BaseProperties":{},"Elements":{"LimitValue":13}}},{"2":{"Name":"LimitObject","Properties":{"value":{"Type":3,"Flags":1,"Description":"The quota/limit value"},"limitType":{"Type":16,"Flags":0,"Description":"The quota or usages limit types."},"limitObjectType":{"Type":17,"Flags":1,"Description":"The limit object type."}}}},{"6":{"Value":"Independent"}},{"6":{"Value":"Shared"}},{"5":{"Elements":[14,15,4]}},{"6":{"Value":"LimitValue"}},{"2":{"Name":"ResourceName","Properties":{"value":{"Type":4,"Flags":0,"Description":"Resource name."},"localizedValue":{"Type":4,"Flags":2,"Description":"Resource display name."}}}},{"4":{"Name":"Microsoft.Quota/quotas@2023-02-01","ScopeType":0,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.Quota/usages"}},{"6":{"Value":"2023-02-01"}},{"2":{"Name":"Microsoft.Quota/usages","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":20,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":21,"Flags":10,"Description":"The resource api version"},"properties":{"Type":23,"Flags":2,"Description":"Usage properties for the specified resource."}}}},{"2":{"Name":"UsagesProperties","Properties":{"usages":{"Type":24,"Flags":0,"Description":"The quota limit properties for this resource."},"unit":{"Type":4,"Flags":2,"Description":"The units for the quota usage, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation."},"name":{"Type":18,"Flags":0,"Description":"Resource name provided by the resource provider. Use this property name when requesting quota."},"resourceType":{"Type":4,"Flags":0,"Description":"The name of the resource type. Optional field."},"quotaPeriod":{"Type":4,"Flags":2,"Description":"The time period for the summary of the quota usage values. For example:\r\n*P1D (per one day)\n*PT1M (per one minute)\n*PT1S (per one second).\r\nThis parameter is optional because it is not relevant for all resources such as compute."},"isQuotaApplicable":{"Type":2,"Flags":2,"Description":"States if quota can be requested for this resource."},"properties":{"Type":0,"Flags":0,"Description":"Additional properties for the specific resource provider."}}}},{"2":{"Name":"UsagesObject","Properties":{"value":{"Type":3,"Flags":1,"Description":"The usages value."},"usagesType":{"Type":27,"Flags":0,"Description":"The quota or usages limit types."}}}},{"6":{"Value":"Individual"}},{"6":{"Value":"Combined"}},{"5":{"Elements":[25,26,4]}},{"4":{"Name":"Microsoft.Quota/usages@2023-02-01","ScopeType":0,"Body":22,"Flags":1}}] \ No newline at end of file diff --git a/generated/quota/microsoft.quota/2023-02-01/types.md b/generated/quota/microsoft.quota/2023-02-01/types.md new file mode 100644 index 0000000000..cdc5f4857a --- /dev/null +++ b/generated/quota/microsoft.quota/2023-02-01/types.md @@ -0,0 +1,70 @@ +# Microsoft.Quota @ 2023-02-01 + +## Resource Microsoft.Quota/quotas@2023-02-01 +* **Valid Scope(s)**: Unknown +### Properties +* **apiVersion**: '2023-02-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [QuotaProperties](#quotaproperties): Quota properties for the specified resource, based on the API called, Quotas or Usages. +* **type**: 'Microsoft.Quota/quotas' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.Quota/usages@2023-02-01 (ReadOnly) +* **Valid Scope(s)**: Unknown +### Properties +* **apiVersion**: '2023-02-01' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [UsagesProperties](#usagesproperties) (ReadOnly): Usage properties for the specified resource. +* **type**: 'Microsoft.Quota/usages' (ReadOnly, DeployTimeConstant): The resource type + +## LimitJsonObject +* **Discriminator**: limitObjectType + +### Base Properties + +### LimitObject +#### Properties +* **limitObjectType**: 'LimitValue' (Required): The limit object type. +* **limitType**: 'Independent' | 'Shared' | string: The quota or usages limit types. +* **value**: int (Required): The quota/limit value + + +## QuotaProperties +### Properties +* **isQuotaApplicable**: bool (ReadOnly): States if quota can be requested for this resource. +* **limit**: [LimitJsonObject](#limitjsonobject): Resource quota limit properties. +* **name**: [ResourceName](#resourcename): Resource name provided by the resource provider. Use this property name when requesting quota. +* **properties**: any: Additional properties for the specific resource provider. +* **quotaPeriod**: string (ReadOnly): The time period over which the quota usage values are summarized. For example: +*P1D (per one day) +*PT1M (per one minute) +*PT1S (per one second). +This parameter is optional because, for some resources like compute, the period is irrelevant. +* **resourceType**: string: The name of the resource type. Optional field. +* **unit**: string (ReadOnly): The quota units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation. + +## ResourceName +### Properties +* **localizedValue**: string (ReadOnly): Resource display name. +* **value**: string: Resource name. + +## UsagesObject +### Properties +* **usagesType**: 'Combined' | 'Individual' | string: The quota or usages limit types. +* **value**: int (Required): The usages value. + +## UsagesProperties +### Properties +* **isQuotaApplicable**: bool (ReadOnly): States if quota can be requested for this resource. +* **name**: [ResourceName](#resourcename): Resource name provided by the resource provider. Use this property name when requesting quota. +* **properties**: any: Additional properties for the specific resource provider. +* **quotaPeriod**: string (ReadOnly): The time period for the summary of the quota usage values. For example: +*P1D (per one day) +*PT1M (per one minute) +*PT1S (per one second). +This parameter is optional because it is not relevant for all resources such as compute. +* **resourceType**: string: The name of the resource type. Optional field. +* **unit**: string (ReadOnly): The units for the quota usage, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation. +* **usages**: [UsagesObject](#usagesobject): The quota limit properties for this resource. + diff --git a/generated/security/log.out b/generated/security/log.out index d288351651..5250988e96 100644 --- a/generated/security/log.out +++ b/generated/security/log.out @@ -26,6 +26,22 @@ warning | DeprecatedConfig | Using directive.10.suppress which is deprecated and warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/SchemaMissingType | The schema 'ErrorAdditionalInfo' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | Unrecognized property type: any-object. Returning 'any'. +warning | Unrecognized property type: any-object. Returning 'any'. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.3.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.6.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.7.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.8.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.9.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.10.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/SchemaMissingType | The schema 'ErrorAdditionalInfo' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | Skipping SqlVulnerabilityAssessmentBaselineRules_CreateOrUpdate due to required query parameter "workspaceId" warning | Skipping SqlVulnerabilityAssessmentBaselineRules_Get due to required query parameter "workspaceId" warning | Skipping SqlVulnerabilityAssessmentBaselineRules_List due to required query parameter "workspaceId" diff --git a/generated/security/microsoft.security/2023-03-01-preview/types.json b/generated/security/microsoft.security/2023-03-01-preview/types.json new file mode 100644 index 0000000000..9e8f4f5c26 --- /dev/null +++ b/generated/security/microsoft.security/2023-03-01-preview/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.Security/securityConnectors"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.Security/securityConnectors","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":11,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."},"properties":{"Type":22,"Flags":0,"Description":"Security connector data"},"location":{"Type":4,"Flags":0,"Description":"Location where the resource is stored"},"kind":{"Type":4,"Flags":0,"Description":"Kind of the resource"},"etag":{"Type":4,"Flags":0,"Description":"Entity tag is used for comparing two or more entities from the same requested resource."},"tags":{"Type":152,"Flags":0,"Description":"A list of key value pairs that describe the resource."}}}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":16,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":21,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[12,13,14,15,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[17,18,19,20,4]}},{"2":{"Name":"SecurityConnectorProperties","Properties":{"hierarchyIdentifier":{"Type":4,"Flags":0,"Description":"The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector)."},"hierarchyIdentifierTrialEndDate":{"Type":4,"Flags":2,"Description":"The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings."},"environmentName":{"Type":29,"Flags":0,"Description":"The multi cloud resource's cloud name."},"offerings":{"Type":126,"Flags":0,"Description":"A collection of offerings for the security connector."},"environmentData":{"Type":127,"Flags":0,"Description":"The security connector environment data."}}}},{"6":{"Value":"Azure"}},{"6":{"Value":"AWS"}},{"6":{"Value":"GCP"}},{"6":{"Value":"Github"}},{"6":{"Value":"AzureDevOps"}},{"6":{"Value":"GitLab"}},{"5":{"Elements":[23,24,25,26,27,28,4]}},{"7":{"Name":"CloudOffering","Discriminator":"offeringType","BaseProperties":{"description":{"Type":4,"Flags":2,"Description":"The offering description."}},"Elements":{"CspmMonitorAws":31,"CspmMonitorAzureDevOps":34,"CspmMonitorGcp":36,"CspmMonitorGitLab":39,"CspmMonitorGithub":41,"DefenderCspmAws":43,"DefenderCspmGcp":52,"DefenderForContainersAws":54,"DefenderForContainersGcp":62,"DefenderForDatabasesAws":66,"DefenderForDatabasesGcp":72,"DefenderForDevOpsAzureDevOps":77,"DefenderForDevOpsGitLab":79,"DefenderForDevOpsGithub":81,"DefenderForServersAws":83,"DefenderForServersGcp":103,"InformationProtectionAws":123}}},{"2":{"Name":"CspmMonitorAwsOffering","Properties":{"nativeCloudConnection":{"Type":32,"Flags":0,"Description":"The native cloud connection configuration"},"offeringType":{"Type":33,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"CspmMonitorAwsOfferingNativeCloudConnection","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"}}}},{"6":{"Value":"CspmMonitorAws"}},{"2":{"Name":"CspmMonitorAzureDevOpsOffering","Properties":{"offeringType":{"Type":35,"Flags":1,"Description":"The type of the security offering."}}}},{"6":{"Value":"CspmMonitorAzureDevOps"}},{"2":{"Name":"CspmMonitorGcpOffering","Properties":{"nativeCloudConnection":{"Type":37,"Flags":0,"Description":"The native cloud connection configuration"},"offeringType":{"Type":38,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"CspmMonitorGcpOfferingNativeCloudConnection","Properties":{"workloadIdentityProviderId":{"Type":4,"Flags":0,"Description":"The GCP workload identity provider id for the offering"},"serviceAccountEmailAddress":{"Type":4,"Flags":0,"Description":"The service account email address in GCP for this offering"}}}},{"6":{"Value":"CspmMonitorGcp"}},{"2":{"Name":"CspmMonitorGitLabOffering","Properties":{"offeringType":{"Type":40,"Flags":1,"Description":"The type of the security offering."}}}},{"6":{"Value":"CspmMonitorGitLab"}},{"2":{"Name":"CspmMonitorGithubOffering","Properties":{"offeringType":{"Type":42,"Flags":1,"Description":"The type of the security offering."}}}},{"6":{"Value":"CspmMonitorGithub"}},{"2":{"Name":"DefenderCspmAwsOffering","Properties":{"vmScanners":{"Type":44,"Flags":0,"Description":"The Microsoft Defender for Server VM scanning configuration"},"dataSensitivityDiscovery":{"Type":49,"Flags":0,"Description":"The Microsoft Defender Data Sensitivity discovery configuration"},"databasesDspm":{"Type":50,"Flags":0,"Description":"The databases DSPM configuration"},"offeringType":{"Type":51,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"DefenderCspmAwsOfferingVmScanners","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is Microsoft Defender for Server VM scanning enabled"},"configuration":{"Type":45,"Flags":0,"Description":"configuration for Microsoft Defender for Server VM scanning"}}}},{"2":{"Name":"DefenderCspmAwsOfferingVmScannersConfiguration","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"},"scanningMode":{"Type":47,"Flags":0,"Description":"The scanning mode for the VM scan."},"exclusionTags":{"Type":48,"Flags":0,"Description":"VM tags that indicates that VM should not be scanned"}}}},{"6":{"Value":"Default"}},{"5":{"Elements":[46,4]}},{"2":{"Name":"DefenderCspmAwsOfferingVmScannersConfigurationExclusionTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"DefenderCspmAwsOfferingDataSensitivityDiscovery","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is Microsoft Defender Data Sensitivity discovery enabled"},"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"}}}},{"2":{"Name":"DefenderCspmAwsOfferingDatabasesDspm","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is databases DSPM protection enabled"},"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"}}}},{"6":{"Value":"DefenderCspmAws"}},{"2":{"Name":"DefenderCspmGcpOffering","Properties":{"offeringType":{"Type":53,"Flags":1,"Description":"The type of the security offering."}}}},{"6":{"Value":"DefenderCspmGcp"}},{"2":{"Name":"DefenderForContainersAwsOffering","Properties":{"kubernetesService":{"Type":55,"Flags":0,"Description":"The kubernetes service connection configuration"},"kubernetesScubaReader":{"Type":56,"Flags":0,"Description":"The kubernetes to scuba connection configuration"},"cloudWatchToKinesis":{"Type":57,"Flags":0,"Description":"The cloudwatch to kinesis connection configuration"},"kinesisToS3":{"Type":58,"Flags":0,"Description":"The kinesis to s3 connection configuration"},"containerVulnerabilityAssessment":{"Type":59,"Flags":0,"Description":"The container vulnerability assessment configuration"},"containerVulnerabilityAssessmentTask":{"Type":60,"Flags":0,"Description":"The container vulnerability assessment task configuration"},"enableContainerVulnerabilityAssessment":{"Type":2,"Flags":0,"Description":"Enable container vulnerability assessment feature"},"autoProvisioning":{"Type":2,"Flags":0,"Description":"Is audit logs pipeline auto provisioning enabled"},"kubeAuditRetentionTime":{"Type":3,"Flags":0,"Description":"The retention time in days of kube audit logs set on the CloudWatch log group"},"scubaExternalId":{"Type":4,"Flags":0,"Description":"The externalId used by the data reader to prevent the confused deputy attack"},"offeringType":{"Type":61,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"DefenderForContainersAwsOfferingKubernetesService","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature used for provisioning resources"}}}},{"2":{"Name":"DefenderForContainersAwsOfferingKubernetesScubaReader","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature used for reading data"}}}},{"2":{"Name":"DefenderForContainersAwsOfferingCloudWatchToKinesis","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis"}}}},{"2":{"Name":"DefenderForContainersAwsOfferingKinesisToS3","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS used by Kinesis to transfer data into S3"}}}},{"2":{"Name":"DefenderForContainersAwsOfferingContainerVulnerabilityAssessment","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"}}}},{"2":{"Name":"DefenderForContainersAwsOfferingContainerVulnerabilityAssessmentTask","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"}}}},{"6":{"Value":"DefenderForContainersAws"}},{"2":{"Name":"DefenderForContainersGcpOffering","Properties":{"nativeCloudConnection":{"Type":63,"Flags":0,"Description":"The native cloud connection configuration"},"dataPipelineNativeCloudConnection":{"Type":64,"Flags":0,"Description":"The native cloud connection configuration"},"auditLogsAutoProvisioningFlag":{"Type":2,"Flags":0,"Description":"Is audit logs data collection enabled"},"defenderAgentAutoProvisioningFlag":{"Type":2,"Flags":0,"Description":"Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled"},"policyAgentAutoProvisioningFlag":{"Type":2,"Flags":0,"Description":"Is Policy Kubernetes agent auto provisioning enabled"},"offeringType":{"Type":65,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"DefenderForContainersGcpOfferingNativeCloudConnection","Properties":{"serviceAccountEmailAddress":{"Type":4,"Flags":0,"Description":"The service account email address in GCP for this offering"},"workloadIdentityProviderId":{"Type":4,"Flags":0,"Description":"The GCP workload identity provider id for this offering"}}}},{"2":{"Name":"DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection","Properties":{"serviceAccountEmailAddress":{"Type":4,"Flags":0,"Description":"The data collection service account email address in GCP for this offering"},"workloadIdentityProviderId":{"Type":4,"Flags":0,"Description":"The data collection GCP workload identity provider id for this offering"}}}},{"6":{"Value":"DefenderForContainersGcp"}},{"2":{"Name":"DefenderFoDatabasesAwsOffering","Properties":{"arcAutoProvisioning":{"Type":67,"Flags":0,"Description":"The ARC autoprovisioning configuration"},"rds":{"Type":69,"Flags":0,"Description":"The RDS configuration"},"databasesDspm":{"Type":70,"Flags":0,"Description":"The databases data security posture management (DSPM) configuration"},"offeringType":{"Type":71,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"DefenderFoDatabasesAwsOfferingArcAutoProvisioning","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is arc auto provisioning enabled"},"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"},"configuration":{"Type":68,"Flags":0,"Description":"Configuration for servers Arc auto provisioning"}}}},{"2":{"Name":"DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration","Properties":{"proxy":{"Type":4,"Flags":0,"Description":"Optional http proxy endpoint to use for the Arc agent"},"privateLinkScope":{"Type":4,"Flags":0,"Description":"Optional Arc private link scope resource id to link the Arc agent"}}}},{"2":{"Name":"DefenderFoDatabasesAwsOfferingRds","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is RDS protection enabled"},"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"}}}},{"2":{"Name":"DefenderFoDatabasesAwsOfferingDatabasesDspm","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is databases data security posture management (DSPM) protection enabled"},"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"}}}},{"6":{"Value":"DefenderForDatabasesAws"}},{"2":{"Name":"DefenderForDatabasesGcpOffering","Properties":{"arcAutoProvisioning":{"Type":73,"Flags":0,"Description":"The ARC autoprovisioning configuration"},"defenderForDatabasesArcAutoProvisioning":{"Type":75,"Flags":0,"Description":"The native cloud connection configuration"},"offeringType":{"Type":76,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"DefenderForDatabasesGcpOfferingArcAutoProvisioning","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is arc auto provisioning enabled"},"configuration":{"Type":74,"Flags":0,"Description":"Configuration for servers Arc auto provisioning"}}}},{"2":{"Name":"DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration","Properties":{"proxy":{"Type":4,"Flags":0,"Description":"Optional http proxy endpoint to use for the Arc agent"},"privateLinkScope":{"Type":4,"Flags":0,"Description":"Optional Arc private link scope resource id to link the Arc agent"}}}},{"2":{"Name":"DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioning","Properties":{"serviceAccountEmailAddress":{"Type":4,"Flags":0,"Description":"The service account email address in GCP for this offering"},"workloadIdentityProviderId":{"Type":4,"Flags":0,"Description":"The GCP workload identity provider id for this offering"}}}},{"6":{"Value":"DefenderForDatabasesGcp"}},{"2":{"Name":"DefenderForDevOpsAzureDevOpsOffering","Properties":{"offeringType":{"Type":78,"Flags":1,"Description":"The type of the security offering."}}}},{"6":{"Value":"DefenderForDevOpsAzureDevOps"}},{"2":{"Name":"DefenderForDevOpsGitLabOffering","Properties":{"offeringType":{"Type":80,"Flags":1,"Description":"The type of the security offering."}}}},{"6":{"Value":"DefenderForDevOpsGitLab"}},{"2":{"Name":"DefenderForDevOpsGithubOffering","Properties":{"offeringType":{"Type":82,"Flags":1,"Description":"The type of the security offering."}}}},{"6":{"Value":"DefenderForDevOpsGithub"}},{"2":{"Name":"DefenderForServersAwsOffering","Properties":{"defenderForServers":{"Type":84,"Flags":0,"Description":"The Defender for servers connection configuration"},"arcAutoProvisioning":{"Type":85,"Flags":0,"Description":"The ARC autoprovisioning configuration"},"vaAutoProvisioning":{"Type":87,"Flags":0,"Description":"The Vulnerability Assessment autoprovisioning configuration"},"mdeAutoProvisioning":{"Type":92,"Flags":0,"Description":"The Microsoft Defender for Endpoint autoprovisioning configuration"},"subPlan":{"Type":93,"Flags":0,"Description":"configuration for the servers offering subPlan"},"vmScanners":{"Type":97,"Flags":0,"Description":"The Microsoft Defender for Server VM scanning configuration"},"offeringType":{"Type":102,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"DefenderForServersAwsOfferingDefenderForServers","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"}}}},{"2":{"Name":"DefenderForServersAwsOfferingArcAutoProvisioning","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is arc auto provisioning enabled"},"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"},"configuration":{"Type":86,"Flags":0,"Description":"Configuration for servers Arc auto provisioning"}}}},{"2":{"Name":"DefenderForServersAwsOfferingArcAutoProvisioningConfiguration","Properties":{"proxy":{"Type":4,"Flags":0,"Description":"Optional HTTP proxy endpoint to use for the Arc agent"},"privateLinkScope":{"Type":4,"Flags":0,"Description":"Optional Arc private link scope resource id to link the Arc agent"}}}},{"2":{"Name":"DefenderForServersAwsOfferingVaAutoProvisioning","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is Vulnerability Assessment auto provisioning enabled"},"configuration":{"Type":88,"Flags":0,"Description":"configuration for Vulnerability Assessment autoprovisioning"}}}},{"2":{"Name":"DefenderForServersAwsOfferingVaAutoProvisioningConfiguration","Properties":{"type":{"Type":91,"Flags":0,"Description":"The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'"}}}},{"6":{"Value":"Qualys"}},{"6":{"Value":"TVM"}},{"5":{"Elements":[89,90,4]}},{"2":{"Name":"DefenderForServersAwsOfferingMdeAutoProvisioning","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is Microsoft Defender for Endpoint auto provisioning enabled"},"configuration":{"Type":0,"Flags":0,"Description":"configuration for Microsoft Defender for Endpoint autoprovisioning"}}}},{"2":{"Name":"DefenderForServersAwsOfferingSubPlan","Properties":{"type":{"Type":96,"Flags":0,"Description":"The available sub plans"}}}},{"6":{"Value":"P1"}},{"6":{"Value":"P2"}},{"5":{"Elements":[94,95,4]}},{"2":{"Name":"DefenderForServersAwsOfferingVmScanners","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is Microsoft Defender for Server VM scanning enabled"},"configuration":{"Type":98,"Flags":0,"Description":"configuration for Microsoft Defender for Server VM scanning"}}}},{"2":{"Name":"DefenderForServersAwsOfferingVmScannersConfiguration","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"},"scanningMode":{"Type":100,"Flags":0,"Description":"The scanning mode for the VM scan."},"exclusionTags":{"Type":101,"Flags":0,"Description":"VM tags that indicates that VM should not be scanned"}}}},{"6":{"Value":"Default"}},{"5":{"Elements":[99,4]}},{"2":{"Name":"DefenderForServersAwsOfferingVmScannersConfigurationExclusionTags","Properties":{},"AdditionalProperties":4}},{"6":{"Value":"DefenderForServersAws"}},{"2":{"Name":"DefenderForServersGcpOffering","Properties":{"defenderForServers":{"Type":104,"Flags":0,"Description":"The Defender for servers connection configuration"},"arcAutoProvisioning":{"Type":105,"Flags":0,"Description":"The ARC autoprovisioning configuration"},"vaAutoProvisioning":{"Type":107,"Flags":0,"Description":"The Vulnerability Assessment autoprovisioning configuration"},"mdeAutoProvisioning":{"Type":112,"Flags":0,"Description":"The Microsoft Defender for Endpoint autoprovisioning configuration"},"subPlan":{"Type":113,"Flags":0,"Description":"configuration for the servers offering subPlan"},"vmScanners":{"Type":117,"Flags":0,"Description":"The Microsoft Defender for Server VM scanning configuration"},"offeringType":{"Type":122,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"DefenderForServersGcpOfferingDefenderForServers","Properties":{"workloadIdentityProviderId":{"Type":4,"Flags":0,"Description":"The workload identity provider id in GCP for this feature"},"serviceAccountEmailAddress":{"Type":4,"Flags":0,"Description":"The service account email address in GCP for this feature"}}}},{"2":{"Name":"DefenderForServersGcpOfferingArcAutoProvisioning","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is arc auto provisioning enabled"},"configuration":{"Type":106,"Flags":0,"Description":"Configuration for servers Arc auto provisioning"}}}},{"2":{"Name":"DefenderForServersGcpOfferingArcAutoProvisioningConfiguration","Properties":{"proxy":{"Type":4,"Flags":0,"Description":"Optional HTTP proxy endpoint to use for the Arc agent"},"privateLinkScope":{"Type":4,"Flags":0,"Description":"Optional Arc private link scope resource id to link the Arc agent"}}}},{"2":{"Name":"DefenderForServersGcpOfferingVaAutoProvisioning","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is Vulnerability Assessment auto provisioning enabled"},"configuration":{"Type":108,"Flags":0,"Description":"configuration for Vulnerability Assessment autoprovisioning"}}}},{"2":{"Name":"DefenderForServersGcpOfferingVaAutoProvisioningConfiguration","Properties":{"type":{"Type":111,"Flags":0,"Description":"The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys'"}}}},{"6":{"Value":"Qualys"}},{"6":{"Value":"TVM"}},{"5":{"Elements":[109,110,4]}},{"2":{"Name":"DefenderForServersGcpOfferingMdeAutoProvisioning","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is Microsoft Defender for Endpoint auto provisioning enabled"},"configuration":{"Type":0,"Flags":0,"Description":"configuration for Microsoft Defender for Endpoint autoprovisioning"}}}},{"2":{"Name":"DefenderForServersGcpOfferingSubPlan","Properties":{"type":{"Type":116,"Flags":0,"Description":"The available sub plans"}}}},{"6":{"Value":"P1"}},{"6":{"Value":"P2"}},{"5":{"Elements":[114,115,4]}},{"2":{"Name":"DefenderForServersGcpOfferingVmScanners","Properties":{"enabled":{"Type":2,"Flags":0,"Description":"Is Microsoft Defender for Server VM scanning enabled"},"configuration":{"Type":118,"Flags":0,"Description":"configuration for Microsoft Defender for Server VM scanning"}}}},{"2":{"Name":"DefenderForServersGcpOfferingVmScannersConfiguration","Properties":{"scanningMode":{"Type":120,"Flags":0,"Description":"The scanning mode for the VM scan."},"exclusionTags":{"Type":121,"Flags":0,"Description":"VM tags that indicate that VM should not be scanned"}}}},{"6":{"Value":"Default"}},{"5":{"Elements":[119,4]}},{"2":{"Name":"DefenderForServersGcpOfferingVmScannersConfigurationExclusionTags","Properties":{},"AdditionalProperties":4}},{"6":{"Value":"DefenderForServersGcp"}},{"2":{"Name":"InformationProtectionAwsOffering","Properties":{"informationProtection":{"Type":124,"Flags":0,"Description":"The native cloud connection configuration"},"offeringType":{"Type":125,"Flags":1,"Description":"The type of the security offering."}}}},{"2":{"Name":"InformationProtectionAwsOfferingInformationProtection","Properties":{"cloudRoleArn":{"Type":4,"Flags":0,"Description":"The cloud role ARN in AWS for this feature"}}}},{"6":{"Value":"InformationProtectionAws"}},{"3":{"ItemType":30}},{"7":{"Name":"EnvironmentData","Discriminator":"environmentType","BaseProperties":{},"Elements":{"AwsAccount":128,"AzureDevOpsScope":137,"GcpProject":139,"GithubScope":148,"GitlabScope":150}}},{"2":{"Name":"AwsEnvironmentData","Properties":{"organizationalData":{"Type":129,"Flags":0,"Description":"The AWS account's organizational data"},"regions":{"Type":135,"Flags":0,"Description":"list of regions to scan"},"accountName":{"Type":4,"Flags":2,"Description":"The AWS account name"},"environmentType":{"Type":136,"Flags":1,"Description":"The type of the environment data."}}}},{"7":{"Name":"AwsOrganizationalData","Discriminator":"organizationMembershipType","BaseProperties":{},"Elements":{"Member":130,"Organization":132}}},{"2":{"Name":"AwsOrganizationalDataMember","Properties":{"parentHierarchyId":{"Type":4,"Flags":0,"Description":"If the multi cloud account is not of membership type organization, this will be the ID of the account's parent"},"organizationMembershipType":{"Type":131,"Flags":1,"Description":"The multi cloud account's membership type in the organization"}}}},{"6":{"Value":"Member"}},{"2":{"Name":"AwsOrganizationalDataMaster","Properties":{"stacksetName":{"Type":4,"Flags":0,"Description":"If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset"},"excludedAccountIds":{"Type":133,"Flags":0,"Description":"If the multi cloud account is of membership type organization, list of accounts excluded from offering"},"organizationMembershipType":{"Type":134,"Flags":1,"Description":"The multi cloud account's membership type in the organization"}}}},{"3":{"ItemType":4}},{"6":{"Value":"Organization"}},{"3":{"ItemType":4}},{"6":{"Value":"AwsAccount"}},{"2":{"Name":"AzureDevOpsScopeEnvironmentData","Properties":{"environmentType":{"Type":138,"Flags":1,"Description":"The type of the environment data."}}}},{"6":{"Value":"AzureDevOpsScope"}},{"2":{"Name":"GcpProjectEnvironmentData","Properties":{"organizationalData":{"Type":140,"Flags":0,"Description":"The Gcp project's organizational data"},"projectDetails":{"Type":146,"Flags":0,"Description":"The Gcp project's details"},"environmentType":{"Type":147,"Flags":1,"Description":"The type of the environment data."}}}},{"7":{"Name":"GcpOrganizationalData","Discriminator":"organizationMembershipType","BaseProperties":{},"Elements":{"Member":141,"Organization":143}}},{"2":{"Name":"GcpOrganizationalDataMember","Properties":{"parentHierarchyId":{"Type":4,"Flags":0,"Description":"If the multi cloud account is not of membership type organization, this will be the ID of the project's parent"},"managementProjectNumber":{"Type":4,"Flags":0,"Description":"The GCP management project number from organizational onboarding"},"organizationMembershipType":{"Type":142,"Flags":1,"Description":"The multi cloud account's membership type in the organization"}}}},{"6":{"Value":"Member"}},{"2":{"Name":"GcpOrganizationalDataOrganization","Properties":{"excludedProjectNumbers":{"Type":144,"Flags":0,"Description":"If the multi cloud account is of membership type organization, list of accounts excluded from offering"},"serviceAccountEmailAddress":{"Type":4,"Flags":0,"Description":"The service account email address which represents the organization level permissions container."},"workloadIdentityProviderId":{"Type":4,"Flags":0,"Description":"The GCP workload identity provider id which represents the permissions required to auto provision security connectors"},"organizationName":{"Type":4,"Flags":2,"Description":"GCP organization name"},"organizationMembershipType":{"Type":145,"Flags":1,"Description":"The multi cloud account's membership type in the organization"}}}},{"3":{"ItemType":4}},{"6":{"Value":"Organization"}},{"2":{"Name":"GcpProjectDetails","Properties":{"projectNumber":{"Type":4,"Flags":0,"Description":"The unique GCP Project number"},"projectId":{"Type":4,"Flags":0,"Description":"The GCP Project id"},"workloadIdentityPoolId":{"Type":4,"Flags":2,"Description":"The GCP workload identity federation pool id"},"projectName":{"Type":4,"Flags":2,"Description":"GCP project name"}}}},{"6":{"Value":"GcpProject"}},{"2":{"Name":"GithubScopeEnvironmentData","Properties":{"environmentType":{"Type":149,"Flags":1,"Description":"The type of the environment data."}}}},{"6":{"Value":"GithubScope"}},{"2":{"Name":"GitlabScopeEnvironmentData","Properties":{"environmentType":{"Type":151,"Flags":1,"Description":"The type of the environment data."}}}},{"6":{"Value":"GitlabScope"}},{"2":{"Name":"Tags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Security/securityConnectors@2023-03-01-preview","ScopeType":8,"Body":10,"Flags":0}}] \ No newline at end of file diff --git a/generated/security/microsoft.security/2023-03-01-preview/types.md b/generated/security/microsoft.security/2023-03-01-preview/types.md new file mode 100644 index 0000000000..1c363763ef --- /dev/null +++ b/generated/security/microsoft.security/2023-03-01-preview/types.md @@ -0,0 +1,432 @@ +# Microsoft.Security @ 2023-03-01-preview + +## Resource Microsoft.Security/securityConnectors@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **etag**: string: Entity tag is used for comparing two or more entities from the same requested resource. +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **kind**: string: Kind of the resource +* **location**: string: Location where the resource is stored +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [SecurityConnectorProperties](#securityconnectorproperties): Security connector data +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [Tags](#tags): A list of key value pairs that describe the resource. +* **type**: 'Microsoft.Security/securityConnectors' (ReadOnly, DeployTimeConstant): The resource type + +## AwsOrganizationalData +* **Discriminator**: organizationMembershipType + +### Base Properties + +### AwsOrganizationalDataMember +#### Properties +* **organizationMembershipType**: 'Member' (Required): The multi cloud account's membership type in the organization +* **parentHierarchyId**: string: If the multi cloud account is not of membership type organization, this will be the ID of the account's parent + +### AwsOrganizationalDataMaster +#### Properties +* **excludedAccountIds**: string[]: If the multi cloud account is of membership type organization, list of accounts excluded from offering +* **organizationMembershipType**: 'Organization' (Required): The multi cloud account's membership type in the organization +* **stacksetName**: string: If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset + + +## CloudOffering +* **Discriminator**: offeringType + +### Base Properties +* **description**: string (ReadOnly): The offering description. + +### CspmMonitorAwsOffering +#### Properties +* **nativeCloudConnection**: [CspmMonitorAwsOfferingNativeCloudConnection](#cspmmonitorawsofferingnativecloudconnection): The native cloud connection configuration +* **offeringType**: 'CspmMonitorAws' (Required): The type of the security offering. + +### CspmMonitorAzureDevOpsOffering +#### Properties +* **offeringType**: 'CspmMonitorAzureDevOps' (Required): The type of the security offering. + +### CspmMonitorGcpOffering +#### Properties +* **nativeCloudConnection**: [CspmMonitorGcpOfferingNativeCloudConnection](#cspmmonitorgcpofferingnativecloudconnection): The native cloud connection configuration +* **offeringType**: 'CspmMonitorGcp' (Required): The type of the security offering. + +### CspmMonitorGithubOffering +#### Properties +* **offeringType**: 'CspmMonitorGithub' (Required): The type of the security offering. + +### CspmMonitorGitLabOffering +#### Properties +* **offeringType**: 'CspmMonitorGitLab' (Required): The type of the security offering. + +### DefenderCspmAwsOffering +#### Properties +* **databasesDspm**: [DefenderCspmAwsOfferingDatabasesDspm](#defendercspmawsofferingdatabasesdspm): The databases DSPM configuration +* **dataSensitivityDiscovery**: [DefenderCspmAwsOfferingDataSensitivityDiscovery](#defendercspmawsofferingdatasensitivitydiscovery): The Microsoft Defender Data Sensitivity discovery configuration +* **offeringType**: 'DefenderCspmAws' (Required): The type of the security offering. +* **vmScanners**: [DefenderCspmAwsOfferingVmScanners](#defendercspmawsofferingvmscanners): The Microsoft Defender for Server VM scanning configuration + +### DefenderCspmGcpOffering +#### Properties +* **offeringType**: 'DefenderCspmGcp' (Required): The type of the security offering. + +### DefenderForContainersAwsOffering +#### Properties +* **autoProvisioning**: bool: Is audit logs pipeline auto provisioning enabled +* **cloudWatchToKinesis**: [DefenderForContainersAwsOfferingCloudWatchToKinesis](#defenderforcontainersawsofferingcloudwatchtokinesis): The cloudwatch to kinesis connection configuration +* **containerVulnerabilityAssessment**: [DefenderForContainersAwsOfferingContainerVulnerabilityAssessment](#defenderforcontainersawsofferingcontainervulnerabilityassessment): The container vulnerability assessment configuration +* **containerVulnerabilityAssessmentTask**: [DefenderForContainersAwsOfferingContainerVulnerabilityAssessmentTask](#defenderforcontainersawsofferingcontainervulnerabilityassessmenttask): The container vulnerability assessment task configuration +* **enableContainerVulnerabilityAssessment**: bool: Enable container vulnerability assessment feature +* **kinesisToS3**: [DefenderForContainersAwsOfferingKinesisToS3](#defenderforcontainersawsofferingkinesistos3): The kinesis to s3 connection configuration +* **kubeAuditRetentionTime**: int: The retention time in days of kube audit logs set on the CloudWatch log group +* **kubernetesScubaReader**: [DefenderForContainersAwsOfferingKubernetesScubaReader](#defenderforcontainersawsofferingkubernetesscubareader): The kubernetes to scuba connection configuration +* **kubernetesService**: [DefenderForContainersAwsOfferingKubernetesService](#defenderforcontainersawsofferingkubernetesservice): The kubernetes service connection configuration +* **offeringType**: 'DefenderForContainersAws' (Required): The type of the security offering. +* **scubaExternalId**: string: The externalId used by the data reader to prevent the confused deputy attack + +### DefenderForContainersGcpOffering +#### Properties +* **auditLogsAutoProvisioningFlag**: bool: Is audit logs data collection enabled +* **dataPipelineNativeCloudConnection**: [DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection](#defenderforcontainersgcpofferingdatapipelinenativecloudconnection): The native cloud connection configuration +* **defenderAgentAutoProvisioningFlag**: bool: Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled +* **nativeCloudConnection**: [DefenderForContainersGcpOfferingNativeCloudConnection](#defenderforcontainersgcpofferingnativecloudconnection): The native cloud connection configuration +* **offeringType**: 'DefenderForContainersGcp' (Required): The type of the security offering. +* **policyAgentAutoProvisioningFlag**: bool: Is Policy Kubernetes agent auto provisioning enabled + +### DefenderFoDatabasesAwsOffering +#### Properties +* **arcAutoProvisioning**: [DefenderFoDatabasesAwsOfferingArcAutoProvisioning](#defenderfodatabasesawsofferingarcautoprovisioning): The ARC autoprovisioning configuration +* **databasesDspm**: [DefenderFoDatabasesAwsOfferingDatabasesDspm](#defenderfodatabasesawsofferingdatabasesdspm): The databases data security posture management (DSPM) configuration +* **offeringType**: 'DefenderForDatabasesAws' (Required): The type of the security offering. +* **rds**: [DefenderFoDatabasesAwsOfferingRds](#defenderfodatabasesawsofferingrds): The RDS configuration + +### DefenderForDatabasesGcpOffering +#### Properties +* **arcAutoProvisioning**: [DefenderForDatabasesGcpOfferingArcAutoProvisioning](#defenderfordatabasesgcpofferingarcautoprovisioning): The ARC autoprovisioning configuration +* **defenderForDatabasesArcAutoProvisioning**: [DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioning](#defenderfordatabasesgcpofferingdefenderfordatabasesarcautoprovisioning): The native cloud connection configuration +* **offeringType**: 'DefenderForDatabasesGcp' (Required): The type of the security offering. + +### DefenderForDevOpsAzureDevOpsOffering +#### Properties +* **offeringType**: 'DefenderForDevOpsAzureDevOps' (Required): The type of the security offering. + +### DefenderForDevOpsGithubOffering +#### Properties +* **offeringType**: 'DefenderForDevOpsGithub' (Required): The type of the security offering. + +### DefenderForDevOpsGitLabOffering +#### Properties +* **offeringType**: 'DefenderForDevOpsGitLab' (Required): The type of the security offering. + +### DefenderForServersAwsOffering +#### Properties +* **arcAutoProvisioning**: [DefenderForServersAwsOfferingArcAutoProvisioning](#defenderforserversawsofferingarcautoprovisioning): The ARC autoprovisioning configuration +* **defenderForServers**: [DefenderForServersAwsOfferingDefenderForServers](#defenderforserversawsofferingdefenderforservers): The Defender for servers connection configuration +* **mdeAutoProvisioning**: [DefenderForServersAwsOfferingMdeAutoProvisioning](#defenderforserversawsofferingmdeautoprovisioning): The Microsoft Defender for Endpoint autoprovisioning configuration +* **offeringType**: 'DefenderForServersAws' (Required): The type of the security offering. +* **subPlan**: [DefenderForServersAwsOfferingSubPlan](#defenderforserversawsofferingsubplan): configuration for the servers offering subPlan +* **vaAutoProvisioning**: [DefenderForServersAwsOfferingVaAutoProvisioning](#defenderforserversawsofferingvaautoprovisioning): The Vulnerability Assessment autoprovisioning configuration +* **vmScanners**: [DefenderForServersAwsOfferingVmScanners](#defenderforserversawsofferingvmscanners): The Microsoft Defender for Server VM scanning configuration + +### DefenderForServersGcpOffering +#### Properties +* **arcAutoProvisioning**: [DefenderForServersGcpOfferingArcAutoProvisioning](#defenderforserversgcpofferingarcautoprovisioning): The ARC autoprovisioning configuration +* **defenderForServers**: [DefenderForServersGcpOfferingDefenderForServers](#defenderforserversgcpofferingdefenderforservers): The Defender for servers connection configuration +* **mdeAutoProvisioning**: [DefenderForServersGcpOfferingMdeAutoProvisioning](#defenderforserversgcpofferingmdeautoprovisioning): The Microsoft Defender for Endpoint autoprovisioning configuration +* **offeringType**: 'DefenderForServersGcp' (Required): The type of the security offering. +* **subPlan**: [DefenderForServersGcpOfferingSubPlan](#defenderforserversgcpofferingsubplan): configuration for the servers offering subPlan +* **vaAutoProvisioning**: [DefenderForServersGcpOfferingVaAutoProvisioning](#defenderforserversgcpofferingvaautoprovisioning): The Vulnerability Assessment autoprovisioning configuration +* **vmScanners**: [DefenderForServersGcpOfferingVmScanners](#defenderforserversgcpofferingvmscanners): The Microsoft Defender for Server VM scanning configuration + +### InformationProtectionAwsOffering +#### Properties +* **informationProtection**: [InformationProtectionAwsOfferingInformationProtection](#informationprotectionawsofferinginformationprotection): The native cloud connection configuration +* **offeringType**: 'InformationProtectionAws' (Required): The type of the security offering. + + +## CspmMonitorAwsOfferingNativeCloudConnection +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature + +## CspmMonitorGcpOfferingNativeCloudConnection +### Properties +* **serviceAccountEmailAddress**: string: The service account email address in GCP for this offering +* **workloadIdentityProviderId**: string: The GCP workload identity provider id for the offering + +## DefenderCspmAwsOfferingDatabasesDspm +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature +* **enabled**: bool: Is databases DSPM protection enabled + +## DefenderCspmAwsOfferingDataSensitivityDiscovery +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature +* **enabled**: bool: Is Microsoft Defender Data Sensitivity discovery enabled + +## DefenderCspmAwsOfferingVmScanners +### Properties +* **configuration**: [DefenderCspmAwsOfferingVmScannersConfiguration](#defendercspmawsofferingvmscannersconfiguration): configuration for Microsoft Defender for Server VM scanning +* **enabled**: bool: Is Microsoft Defender for Server VM scanning enabled + +## DefenderCspmAwsOfferingVmScannersConfiguration +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature +* **exclusionTags**: [DefenderCspmAwsOfferingVmScannersConfigurationExclusionTags](#defendercspmawsofferingvmscannersconfigurationexclusiontags): VM tags that indicates that VM should not be scanned +* **scanningMode**: 'Default' | string: The scanning mode for the VM scan. + +## DefenderCspmAwsOfferingVmScannersConfigurationExclusionTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## DefenderFoDatabasesAwsOfferingArcAutoProvisioning +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature +* **configuration**: [DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration](#defenderfodatabasesawsofferingarcautoprovisioningconfiguration): Configuration for servers Arc auto provisioning +* **enabled**: bool: Is arc auto provisioning enabled + +## DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration +### Properties +* **privateLinkScope**: string: Optional Arc private link scope resource id to link the Arc agent +* **proxy**: string: Optional http proxy endpoint to use for the Arc agent + +## DefenderFoDatabasesAwsOfferingDatabasesDspm +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature +* **enabled**: bool: Is databases data security posture management (DSPM) protection enabled + +## DefenderFoDatabasesAwsOfferingRds +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature +* **enabled**: bool: Is RDS protection enabled + +## DefenderForContainersAwsOfferingCloudWatchToKinesis +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis + +## DefenderForContainersAwsOfferingContainerVulnerabilityAssessment +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature + +## DefenderForContainersAwsOfferingContainerVulnerabilityAssessmentTask +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature + +## DefenderForContainersAwsOfferingKinesisToS3 +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS used by Kinesis to transfer data into S3 + +## DefenderForContainersAwsOfferingKubernetesScubaReader +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature used for reading data + +## DefenderForContainersAwsOfferingKubernetesService +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature used for provisioning resources + +## DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection +### Properties +* **serviceAccountEmailAddress**: string: The data collection service account email address in GCP for this offering +* **workloadIdentityProviderId**: string: The data collection GCP workload identity provider id for this offering + +## DefenderForContainersGcpOfferingNativeCloudConnection +### Properties +* **serviceAccountEmailAddress**: string: The service account email address in GCP for this offering +* **workloadIdentityProviderId**: string: The GCP workload identity provider id for this offering + +## DefenderForDatabasesGcpOfferingArcAutoProvisioning +### Properties +* **configuration**: [DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration](#defenderfordatabasesgcpofferingarcautoprovisioningconfiguration): Configuration for servers Arc auto provisioning +* **enabled**: bool: Is arc auto provisioning enabled + +## DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration +### Properties +* **privateLinkScope**: string: Optional Arc private link scope resource id to link the Arc agent +* **proxy**: string: Optional http proxy endpoint to use for the Arc agent + +## DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioning +### Properties +* **serviceAccountEmailAddress**: string: The service account email address in GCP for this offering +* **workloadIdentityProviderId**: string: The GCP workload identity provider id for this offering + +## DefenderForServersAwsOfferingArcAutoProvisioning +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature +* **configuration**: [DefenderForServersAwsOfferingArcAutoProvisioningConfiguration](#defenderforserversawsofferingarcautoprovisioningconfiguration): Configuration for servers Arc auto provisioning +* **enabled**: bool: Is arc auto provisioning enabled + +## DefenderForServersAwsOfferingArcAutoProvisioningConfiguration +### Properties +* **privateLinkScope**: string: Optional Arc private link scope resource id to link the Arc agent +* **proxy**: string: Optional HTTP proxy endpoint to use for the Arc agent + +## DefenderForServersAwsOfferingDefenderForServers +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature + +## DefenderForServersAwsOfferingMdeAutoProvisioning +### Properties +* **configuration**: any: configuration for Microsoft Defender for Endpoint autoprovisioning +* **enabled**: bool: Is Microsoft Defender for Endpoint auto provisioning enabled + +## DefenderForServersAwsOfferingSubPlan +### Properties +* **type**: 'P1' | 'P2' | string: The available sub plans + +## DefenderForServersAwsOfferingVaAutoProvisioning +### Properties +* **configuration**: [DefenderForServersAwsOfferingVaAutoProvisioningConfiguration](#defenderforserversawsofferingvaautoprovisioningconfiguration): configuration for Vulnerability Assessment autoprovisioning +* **enabled**: bool: Is Vulnerability Assessment auto provisioning enabled + +## DefenderForServersAwsOfferingVaAutoProvisioningConfiguration +### Properties +* **type**: 'Qualys' | 'TVM' | string: The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys' + +## DefenderForServersAwsOfferingVmScanners +### Properties +* **configuration**: [DefenderForServersAwsOfferingVmScannersConfiguration](#defenderforserversawsofferingvmscannersconfiguration): configuration for Microsoft Defender for Server VM scanning +* **enabled**: bool: Is Microsoft Defender for Server VM scanning enabled + +## DefenderForServersAwsOfferingVmScannersConfiguration +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature +* **exclusionTags**: [DefenderForServersAwsOfferingVmScannersConfigurationExclusionTags](#defenderforserversawsofferingvmscannersconfigurationexclusiontags): VM tags that indicates that VM should not be scanned +* **scanningMode**: 'Default' | string: The scanning mode for the VM scan. + +## DefenderForServersAwsOfferingVmScannersConfigurationExclusionTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## DefenderForServersGcpOfferingArcAutoProvisioning +### Properties +* **configuration**: [DefenderForServersGcpOfferingArcAutoProvisioningConfiguration](#defenderforserversgcpofferingarcautoprovisioningconfiguration): Configuration for servers Arc auto provisioning +* **enabled**: bool: Is arc auto provisioning enabled + +## DefenderForServersGcpOfferingArcAutoProvisioningConfiguration +### Properties +* **privateLinkScope**: string: Optional Arc private link scope resource id to link the Arc agent +* **proxy**: string: Optional HTTP proxy endpoint to use for the Arc agent + +## DefenderForServersGcpOfferingDefenderForServers +### Properties +* **serviceAccountEmailAddress**: string: The service account email address in GCP for this feature +* **workloadIdentityProviderId**: string: The workload identity provider id in GCP for this feature + +## DefenderForServersGcpOfferingMdeAutoProvisioning +### Properties +* **configuration**: any: configuration for Microsoft Defender for Endpoint autoprovisioning +* **enabled**: bool: Is Microsoft Defender for Endpoint auto provisioning enabled + +## DefenderForServersGcpOfferingSubPlan +### Properties +* **type**: 'P1' | 'P2' | string: The available sub plans + +## DefenderForServersGcpOfferingVaAutoProvisioning +### Properties +* **configuration**: [DefenderForServersGcpOfferingVaAutoProvisioningConfiguration](#defenderforserversgcpofferingvaautoprovisioningconfiguration): configuration for Vulnerability Assessment autoprovisioning +* **enabled**: bool: Is Vulnerability Assessment auto provisioning enabled + +## DefenderForServersGcpOfferingVaAutoProvisioningConfiguration +### Properties +* **type**: 'Qualys' | 'TVM' | string: The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys' + +## DefenderForServersGcpOfferingVmScanners +### Properties +* **configuration**: [DefenderForServersGcpOfferingVmScannersConfiguration](#defenderforserversgcpofferingvmscannersconfiguration): configuration for Microsoft Defender for Server VM scanning +* **enabled**: bool: Is Microsoft Defender for Server VM scanning enabled + +## DefenderForServersGcpOfferingVmScannersConfiguration +### Properties +* **exclusionTags**: [DefenderForServersGcpOfferingVmScannersConfigurationExclusionTags](#defenderforserversgcpofferingvmscannersconfigurationexclusiontags): VM tags that indicate that VM should not be scanned +* **scanningMode**: 'Default' | string: The scanning mode for the VM scan. + +## DefenderForServersGcpOfferingVmScannersConfigurationExclusionTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## EnvironmentData +* **Discriminator**: environmentType + +### Base Properties + +### AwsEnvironmentData +#### Properties +* **accountName**: string (ReadOnly): The AWS account name +* **environmentType**: 'AwsAccount' (Required): The type of the environment data. +* **organizationalData**: [AwsOrganizationalData](#awsorganizationaldata): The AWS account's organizational data +* **regions**: string[]: list of regions to scan + +### AzureDevOpsScopeEnvironmentData +#### Properties +* **environmentType**: 'AzureDevOpsScope' (Required): The type of the environment data. + +### GcpProjectEnvironmentData +#### Properties +* **environmentType**: 'GcpProject' (Required): The type of the environment data. +* **organizationalData**: [GcpOrganizationalData](#gcporganizationaldata): The Gcp project's organizational data +* **projectDetails**: [GcpProjectDetails](#gcpprojectdetails): The Gcp project's details + +### GithubScopeEnvironmentData +#### Properties +* **environmentType**: 'GithubScope' (Required): The type of the environment data. + +### GitlabScopeEnvironmentData +#### Properties +* **environmentType**: 'GitlabScope' (Required): The type of the environment data. + + +## GcpOrganizationalData +* **Discriminator**: organizationMembershipType + +### Base Properties + +### GcpOrganizationalDataMember +#### Properties +* **managementProjectNumber**: string: The GCP management project number from organizational onboarding +* **organizationMembershipType**: 'Member' (Required): The multi cloud account's membership type in the organization +* **parentHierarchyId**: string: If the multi cloud account is not of membership type organization, this will be the ID of the project's parent + +### GcpOrganizationalDataOrganization +#### Properties +* **excludedProjectNumbers**: string[]: If the multi cloud account is of membership type organization, list of accounts excluded from offering +* **organizationMembershipType**: 'Organization' (Required): The multi cloud account's membership type in the organization +* **organizationName**: string (ReadOnly): GCP organization name +* **serviceAccountEmailAddress**: string: The service account email address which represents the organization level permissions container. +* **workloadIdentityProviderId**: string: The GCP workload identity provider id which represents the permissions required to auto provision security connectors + + +## GcpProjectDetails +### Properties +* **projectId**: string: The GCP Project id +* **projectName**: string (ReadOnly): GCP project name +* **projectNumber**: string: The unique GCP Project number +* **workloadIdentityPoolId**: string (ReadOnly): The GCP workload identity federation pool id + +## InformationProtectionAwsOfferingInformationProtection +### Properties +* **cloudRoleArn**: string: The cloud role ARN in AWS for this feature + +## SecurityConnectorProperties +### Properties +* **environmentData**: [EnvironmentData](#environmentdata): The security connector environment data. +* **environmentName**: 'AWS' | 'Azure' | 'AzureDevOps' | 'GCP' | 'GitLab' | 'Github' | string: The multi cloud resource's cloud name. +* **hierarchyIdentifier**: string: The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector). +* **hierarchyIdentifierTrialEndDate**: string (ReadOnly): The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings. +* **offerings**: [CloudOffering](#cloudoffering)[]: A collection of offerings for the security connector. + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource last modification (UTC) +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + +## Tags +### Properties +### Additional Properties +* **Additional Properties Type**: string + diff --git a/generated/service-map/log.out b/generated/service-map/log.out index 00cc086edb..033ec52f28 100644 --- a/generated/service-map/log.out +++ b/generated/service-map/log.out @@ -10,12 +10,8 @@ warning | PreCheck/SchemaMissingType | The schema 'Resource' with an undefined t - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1606:5 warning | PreCheck/SchemaMissingType | The schema 'ResourceReference' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1627:5 -warning | PostOperationIdContainsUrlVerb/R2066/SDKViolation | OperationId should contain the verb: 'generatemap' in:'Maps_Generate'. Consider updating the operationId - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1231:9 warning | PreCheck/SchemaMissingType | The schema 'MachineReference' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1663:5 -warning | PostOperationIdContainsUrlVerb/R2066/SDKViolation | OperationId should contain the verb: 'machinegroups' in:'MachineGroups_Create'. Consider updating the operationId - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1405:9 warning | PreCheck/SchemaMissingType | The schema 'ProcessReference' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1672:5 warning | PreCheck/SchemaMissingType | The schema 'PortReference' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' @@ -50,8 +46,12 @@ warning | PreCheck/SchemaMissingType | The schema 'Acceptor' with an undefined t - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:2170:5 warning | PreCheck/SchemaMissingType | The schema 'RelationshipProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:2477:5 +warning | PostOperationIdContainsUrlVerb/R2066/SDKViolation | OperationId should contain the verb: 'generatemap' in:'Maps_Generate'. Consider updating the operationId + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1231:9 warning | PreCheck/SchemaMissingType | The schema 'ConnectionProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:2504:5 +warning | PostOperationIdContainsUrlVerb/R2066/SDKViolation | OperationId should contain the verb: 'machinegroups' in:'MachineGroups_Create'. Consider updating the operationId + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1405:9 warning | PreCheck/SchemaMissingType | The schema 'AcceptorProperties' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:2522:5 warning | PreCheck/SchemaMissingType | The schema 'Ipv4NetworkInterface' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' @@ -112,12 +112,8 @@ warning | EnumInsteadOfBoolean/R3018/ARMViolation | Booleans are not descriptive - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:63:13 warning | EnumInsteadOfBoolean/R3018/ARMViolation | Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: live - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:332:13 -warning | OperationIdNounVerb/R1001/SDKViolation | Per the Noun_Verb convention for Operation Ids, the noun 'Machines' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change. - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:971:9 warning | PreviewVersionOverOneYear/R4024/SDKViolation | The API version:2015-11-01-preview having been in a preview state over one year , please move it to GA or retire. - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:6:5 -warning | PutInOperationName/R1006/SDKViolation | 'PUT' operation 'MachineGroups_Update' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change. - - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1515:9 error | XmsEnumValidation/R2018/SDKViolation | The enum types should have x-ms-enum type extension set with appropriate options. Property name: kind - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1645:9 error | XmsEnumValidation/R2018/SDKViolation | The enum types should have x-ms-enum type extension set with appropriate options. Property name: kind @@ -138,3 +134,7 @@ warning | EnumInsteadOfBoolean/R3018/ARMViolation | Booleans are not descriptive - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:3140:9 warning | EnumInsteadOfBoolean/R3018/ARMViolation | Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: filterProcesses - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:3206:9 +warning | OperationIdNounVerb/R1001/SDKViolation | Per the Noun_Verb convention for Operation Ids, the noun 'Machines' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change. + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:971:9 +warning | PutInOperationName/R1006/SDKViolation | 'PUT' operation 'MachineGroups_Update' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change. + - file:///home/runner/work/bicep-types-az/bicep-types-az/workflow-temp/azure-rest-api-specs/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json:1515:9 diff --git a/generated/signalr/log.out b/generated/signalr/log.out index aed7e51c7f..8f31182641 100644 --- a/generated/signalr/log.out +++ b/generated/signalr/log.out @@ -87,6 +87,14 @@ warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.3.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | PreCheck/PropertyRedeclarationWarning | Schema 'SignalRResource' has a property 'id' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from SignalRResource warning | PreCheck/PropertyRedeclarationWarning | Schema 'SignalRResource' has a property 'name' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from SignalRResource warning | PreCheck/PropertyRedeclarationWarning | Schema 'SignalRResource' has a property 'type' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from SignalRResource diff --git a/generated/signalr/microsoft.signalrservice/2023-03-01-preview/types.json b/generated/signalr/microsoft.signalrservice/2023-03-01-preview/types.json new file mode 100644 index 0000000000..8f934cbd4f --- /dev/null +++ b/generated/signalr/microsoft.signalrservice/2023-03-01-preview/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.SignalRService/signalR"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/signalR","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The billing information of the resource."},"properties":{"Type":17,"Flags":0,"Description":"A class that describes the properties of the resource"},"kind":{"Type":138,"Flags":0,"Description":"The kind of the service, it can be SignalR or RawWebSockets"},"identity":{"Type":139,"Flags":0,"Description":"A class represent managed identities used for request and response"},"tags":{"Type":146,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ResourceSku","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1, Premium_P1"},"tier":{"Type":16,"Flags":0,"Description":"Optional tier of this particular SKU. 'Standard' or 'Free'. \r\n\r\n`Basic` is deprecated, use `Standard` instead."},"size":{"Type":4,"Flags":2,"Description":"Not used. Retained for future use."},"family":{"Type":4,"Flags":2,"Description":"Not used. Retained for future use."},"capacity":{"Type":3,"Flags":0,"Description":"Optional, integer. The unit count of the resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1;\r\n Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;\r\n Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;"}}}},{"6":{"Value":"Free"}},{"6":{"Value":"Basic"}},{"6":{"Value":"Standard"}},{"6":{"Value":"Premium"}},{"5":{"Elements":[12,13,14,15,4]}},{"2":{"Name":"SignalRProperties","Properties":{"provisioningState":{"Type":27,"Flags":2,"Description":"Provisioning state of the resource."},"externalIP":{"Type":4,"Flags":2,"Description":"The publicly accessible IP of the resource."},"hostName":{"Type":4,"Flags":2,"Description":"FQDN of the service instance."},"publicPort":{"Type":3,"Flags":2,"Description":"The publicly accessible port of the resource which is designed for browser/client side usage."},"serverPort":{"Type":3,"Flags":2,"Description":"The publicly accessible port of the resource which is designed for customer server side usage."},"version":{"Type":4,"Flags":2,"Description":"Version of the resource. Probably you need the same or higher version of client SDKs."},"privateEndpointConnections":{"Type":59,"Flags":2,"Description":"Private endpoint connections to the resource."},"sharedPrivateLinkResources":{"Type":78,"Flags":2,"Description":"The list of shared private link resources."},"tls":{"Type":79,"Flags":0,"Description":"TLS settings for the resource"},"hostNamePrefix":{"Type":4,"Flags":2,"Description":"Deprecated."},"features":{"Type":87,"Flags":0,"Description":"List of the featureFlags.\r\n\r\nFeatureFlags that are not included in the parameters for the update operation will not be modified.\r\nAnd the response will only include featureFlags that are explicitly set. \r\nWhen a featureFlag is not explicitly set, its globally default value will be used\r\nBut keep in mind, the default value doesn't mean \"false\". It varies in terms of different FeatureFlags."},"liveTraceConfiguration":{"Type":88,"Flags":0,"Description":"Live trace configuration of a Microsoft.SignalRService resource."},"resourceLogConfiguration":{"Type":91,"Flags":0,"Description":"Resource log configuration of a Microsoft.SignalRService resource."},"cors":{"Type":94,"Flags":0,"Description":"Cross-Origin Resource Sharing (CORS) settings."},"serverless":{"Type":96,"Flags":0,"Description":"Serverless settings."},"upstream":{"Type":97,"Flags":0,"Description":"The settings for the Upstream when the service is in server-less mode."},"networkACLs":{"Type":105,"Flags":0,"Description":"Network ACLs for the resource"},"publicNetworkAccess":{"Type":4,"Flags":0,"Description":"Enable or disable public network access. Default to \"Enabled\".\r\nWhen it's Enabled, network ACLs still apply.\r\nWhen it's Disabled, public network access is always disabled no matter what you set in network ACLs."},"disableLocalAuth":{"Type":2,"Flags":0,"Description":"DisableLocalAuth\r\nEnable or disable local auth with AccessKey\r\nWhen set as true, connection with AccessKey=xxx won't work."},"disableAadAuth":{"Type":2,"Flags":0,"Description":"DisableLocalAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work."}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[18,19,20,21,22,23,24,25,26,4]}},{"2":{"Name":"PrivateEndpointConnection","Properties":{"properties":{"Type":29,"Flags":0,"Description":"Private endpoint connection properties"},"id":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\""},"name":{"Type":4,"Flags":2,"Description":"The name of the resource"},"type":{"Type":4,"Flags":2,"Description":"The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"provisioningState":{"Type":39,"Flags":2,"Description":"Provisioning state of the resource."},"privateEndpoint":{"Type":40,"Flags":0,"Description":"Private endpoint"},"groupIds":{"Type":41,"Flags":2,"Description":"Group IDs"},"privateLinkServiceConnectionState":{"Type":42,"Flags":0,"Description":"Connection state of the private endpoint connection"}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[30,31,32,33,34,35,36,37,38,4]}},{"2":{"Name":"PrivateEndpoint","Properties":{"id":{"Type":4,"Flags":0,"Description":"Full qualified Id of the private endpoint"}}}},{"3":{"ItemType":4}},{"2":{"Name":"PrivateLinkServiceConnectionState","Properties":{"status":{"Type":47,"Flags":0,"Description":"Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."},"description":{"Type":4,"Flags":0,"Description":"The reason for approval/rejection of the connection."},"actionsRequired":{"Type":4,"Flags":0,"Description":"A message indicating if changes on the service provider require any updates on the consumer."}}}},{"6":{"Value":"Pending"}},{"6":{"Value":"Approved"}},{"6":{"Value":"Rejected"}},{"6":{"Value":"Disconnected"}},{"5":{"Elements":[43,44,45,46,4]}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":53,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":58,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[49,50,51,52,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[54,55,56,57,4]}},{"3":{"ItemType":28}},{"2":{"Name":"SharedPrivateLinkResource","Properties":{"properties":{"Type":61,"Flags":0,"Description":"Describes the properties of an existing Shared Private Link Resource"},"id":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\""},"name":{"Type":4,"Flags":2,"Description":"The name of the resource"},"type":{"Type":4,"Flags":2,"Description":"The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"SharedPrivateLinkResourceProperties","Properties":{"groupId":{"Type":4,"Flags":1,"Description":"The group id from the provider of resource the shared private link resource is for"},"privateLinkResourceId":{"Type":4,"Flags":1,"Description":"The resource id of the resource the shared private link resource is for"},"provisioningState":{"Type":71,"Flags":2,"Description":"Provisioning state of the resource."},"requestMessage":{"Type":4,"Flags":0,"Description":"The request message for requesting approval of the shared private link resource"},"status":{"Type":77,"Flags":2,"Description":"Status of the shared private link resource"}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[62,63,64,65,66,67,68,69,70,4]}},{"6":{"Value":"Pending"}},{"6":{"Value":"Approved"}},{"6":{"Value":"Rejected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Timeout"}},{"5":{"Elements":[72,73,74,75,76,4]}},{"3":{"ItemType":60}},{"2":{"Name":"SignalRTlsSettings","Properties":{"clientCertEnabled":{"Type":2,"Flags":0,"Description":"Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier."}}}},{"2":{"Name":"SignalRFeature","Properties":{"flag":{"Type":85,"Flags":1,"Description":"FeatureFlags is the supported features of Azure SignalR service.\r\n- ServiceMode: Flag for backend server for SignalR service. Values allowed: \"Default\": have your own backend server; \"Serverless\": your application doesn't have a backend server; \"Classic\": for backward compatibility. Support both Default and Serverless mode but not recommended; \"PredefinedOnly\": for future use.\r\n- EnableConnectivityLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableMessagingLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: \"true\"/\"false\", to enable/disable live trace feature."},"value":{"Type":4,"Flags":1,"Description":"Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values."},"properties":{"Type":86,"Flags":0,"Description":"Optional properties related to this feature."}}}},{"6":{"Value":"ServiceMode"}},{"6":{"Value":"EnableConnectivityLogs"}},{"6":{"Value":"EnableMessagingLogs"}},{"6":{"Value":"EnableLiveTrace"}},{"5":{"Elements":[81,82,83,84,4]}},{"2":{"Name":"SignalRFeatureProperties","Properties":{},"AdditionalProperties":4}},{"3":{"ItemType":80}},{"2":{"Name":"LiveTraceConfiguration","Properties":{"enabled":{"Type":4,"Flags":0,"Description":"Indicates whether or not enable live trace.\r\nWhen it's set to true, live trace client can connect to the service.\r\nOtherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in \"categories\".\r\nAvailable values: true, false.\r\nCase insensitive."},"categories":{"Type":90,"Flags":0,"Description":"Gets or sets the list of category configurations."}}}},{"2":{"Name":"LiveTraceCategory","Properties":{"name":{"Type":4,"Flags":0,"Description":"Gets or sets the live trace category's name.\r\nAvailable values: ConnectivityLogs, MessagingLogs.\r\nCase insensitive."},"enabled":{"Type":4,"Flags":0,"Description":"Indicates whether or the live trace category is enabled.\r\nAvailable values: true, false.\r\nCase insensitive."}}}},{"3":{"ItemType":89}},{"2":{"Name":"ResourceLogConfiguration","Properties":{"categories":{"Type":93,"Flags":0,"Description":"Gets or sets the list of category configurations."}}}},{"2":{"Name":"ResourceLogCategory","Properties":{"name":{"Type":4,"Flags":0,"Description":"Gets or sets the resource log category's name.\r\nAvailable values: ConnectivityLogs, MessagingLogs.\r\nCase insensitive."},"enabled":{"Type":4,"Flags":0,"Description":"Indicates whether or the resource log category is enabled.\r\nAvailable values: true, false.\r\nCase insensitive."}}}},{"3":{"ItemType":92}},{"2":{"Name":"SignalRCorsSettings","Properties":{"allowedOrigins":{"Type":95,"Flags":0,"Description":"Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use \"*\" to allow all. If omitted, allow all by default."}}}},{"3":{"ItemType":4}},{"2":{"Name":"ServerlessSettings","Properties":{"connectionTimeoutInSeconds":{"Type":3,"Flags":0,"Description":"Gets or sets Client Connection Timeout. Optional to be set.\r\nValue in seconds.\r\nDefault value is 30 seconds.\r\nCustomer should set the timeout to a shorter period if messages are expected to be sent in shorter intervals,\r\nand want the client to disconnect more quickly after the last message is sent.\r\nYou can set the timeout to a longer period if messages are expected to be sent in longer intervals,\r\nand they want to keep the same client connection alive during this session.\r\nThe service considers the client disconnected if it hasn't received a message (including keep-alive) in this interval."}}}},{"2":{"Name":"ServerlessUpstreamSettings","Properties":{"templates":{"Type":104,"Flags":0,"Description":"Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects."}}}},{"2":{"Name":"UpstreamTemplate","Properties":{"hubPattern":{"Type":4,"Flags":0,"Description":"Gets or sets the matching pattern for hub names. If not set, it matches any hub.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any hub name.\r\n 2. Combine multiple hubs with \",\", for example \"hub1,hub2\", it matches \"hub1\" and \"hub2\".\r\n 3. The single hub name, for example, \"hub1\", it matches \"hub1\"."},"eventPattern":{"Type":4,"Flags":0,"Description":"Gets or sets the matching pattern for event names. If not set, it matches any event.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any event name.\r\n 2. Combine multiple events with \",\", for example \"connect,disconnect\", it matches event \"connect\" and \"disconnect\".\r\n 3. The single event name, for example, \"connect\", it matches \"connect\"."},"categoryPattern":{"Type":4,"Flags":0,"Description":"Gets or sets the matching pattern for category names. If not set, it matches any category.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any category name.\r\n 2. Combine multiple categories with \",\", for example \"connections,messages\", it matches category \"connections\" and \"messages\".\r\n 3. The single category name, for example, \"connections\", it matches the category \"connections\"."},"urlTemplate":{"Type":4,"Flags":1,"Description":"Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.\r\nFor example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`."},"auth":{"Type":99,"Flags":0,"Description":"Upstream auth settings. If not set, no auth is used for upstream messages."}}}},{"2":{"Name":"UpstreamAuthSettings","Properties":{"type":{"Type":102,"Flags":0,"Description":"Upstream auth type enum."},"managedIdentity":{"Type":103,"Flags":0,"Description":"Managed identity settings for upstream."}}}},{"6":{"Value":"None"}},{"6":{"Value":"ManagedIdentity"}},{"5":{"Elements":[100,101,4]}},{"2":{"Name":"ManagedIdentitySettings","Properties":{"resource":{"Type":4,"Flags":0,"Description":"The Resource indicating the App ID URI of the target resource.\r\nIt also appears in the aud (audience) claim of the issued token."}}}},{"3":{"ItemType":98}},{"2":{"Name":"SignalRNetworkACLs","Properties":{"defaultAction":{"Type":108,"Flags":0,"Description":"Azure Networking ACL Action."},"publicNetwork":{"Type":109,"Flags":0,"Description":"Network ACL"},"privateEndpoints":{"Type":135,"Flags":0,"Description":"ACLs for requests from private endpoints"}}}},{"6":{"Value":"Allow"}},{"6":{"Value":"Deny"}},{"5":{"Elements":[106,107,4]}},{"2":{"Name":"NetworkACL","Properties":{"allow":{"Type":115,"Flags":0,"Description":"Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI."},"deny":{"Type":121,"Flags":0,"Description":"Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI."}}}},{"6":{"Value":"ClientConnection"}},{"6":{"Value":"ServerConnection"}},{"6":{"Value":"RESTAPI"}},{"6":{"Value":"Trace"}},{"5":{"Elements":[110,111,112,113,4]}},{"3":{"ItemType":114}},{"6":{"Value":"ClientConnection"}},{"6":{"Value":"ServerConnection"}},{"6":{"Value":"RESTAPI"}},{"6":{"Value":"Trace"}},{"5":{"Elements":[116,117,118,119,4]}},{"3":{"ItemType":120}},{"2":{"Name":"PrivateEndpointACL","Properties":{"name":{"Type":4,"Flags":1,"Description":"Name of the private endpoint connection"},"allow":{"Type":128,"Flags":0,"Description":"Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI."},"deny":{"Type":134,"Flags":0,"Description":"Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI."}}}},{"6":{"Value":"ClientConnection"}},{"6":{"Value":"ServerConnection"}},{"6":{"Value":"RESTAPI"}},{"6":{"Value":"Trace"}},{"5":{"Elements":[123,124,125,126,4]}},{"3":{"ItemType":127}},{"6":{"Value":"ClientConnection"}},{"6":{"Value":"ServerConnection"}},{"6":{"Value":"RESTAPI"}},{"6":{"Value":"Trace"}},{"5":{"Elements":[129,130,131,132,4]}},{"3":{"ItemType":133}},{"3":{"ItemType":122}},{"6":{"Value":"SignalR"}},{"6":{"Value":"RawWebSockets"}},{"5":{"Elements":[136,137,4]}},{"2":{"Name":"ManagedIdentity","Properties":{"type":{"Type":143,"Flags":0,"Description":"Represents the identity type: systemAssigned, userAssigned, None"},"userAssignedIdentities":{"Type":145,"Flags":0,"Description":"Get or set the user assigned identities"},"principalId":{"Type":4,"Flags":2,"Description":"Get the principal id for the system assigned identity.\r\nOnly be used in response."},"tenantId":{"Type":4,"Flags":2,"Description":"Get the tenant id for the system assigned identity.\r\nOnly be used in response"}}}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"5":{"Elements":[140,141,142,4]}},{"2":{"Name":"UserAssignedIdentityProperty","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"Get the principal id for the user assigned identity"},"clientId":{"Type":4,"Flags":2,"Description":"Get the client id for the user assigned identity"}}}},{"2":{"Name":"ManagedIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":144}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.SignalRService/signalR@2023-03-01-preview","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/signalR/customCertificates"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/signalR/customCertificates","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":148,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":149,"Flags":10,"Description":"The resource api version"},"properties":{"Type":151,"Flags":1,"Description":"Custom certificate properties."},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"CustomCertificateProperties","Properties":{"provisioningState":{"Type":161,"Flags":2,"Description":"Provisioning state of the resource."},"keyVaultBaseUri":{"Type":4,"Flags":1,"Description":"Base uri of the KeyVault that stores certificate."},"keyVaultSecretName":{"Type":4,"Flags":1,"Description":"Certificate secret name."},"keyVaultSecretVersion":{"Type":4,"Flags":0,"Description":"Certificate secret version."}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[152,153,154,155,156,157,158,159,160,4]}},{"4":{"Name":"Microsoft.SignalRService/signalR/customCertificates@2023-03-01-preview","ScopeType":8,"Body":150,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/signalR/customDomains"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/signalR/customDomains","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":163,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":164,"Flags":10,"Description":"The resource api version"},"properties":{"Type":166,"Flags":1,"Description":"Properties of a custom domain."},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"CustomDomainProperties","Properties":{"provisioningState":{"Type":176,"Flags":2,"Description":"Provisioning state of the resource."},"domainName":{"Type":4,"Flags":1,"Description":"The custom domain name."},"customCertificate":{"Type":177,"Flags":1,"Description":"Reference to a resource."}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[167,168,169,170,171,172,173,174,175,4]}},{"2":{"Name":"ResourceReference","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource ID."}}}},{"4":{"Name":"Microsoft.SignalRService/signalR/customDomains@2023-03-01-preview","ScopeType":8,"Body":165,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/signalR/privateEndpointConnections"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/signalR/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":179,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":180,"Flags":10,"Description":"The resource api version"},"properties":{"Type":29,"Flags":0,"Description":"Private endpoint connection properties"},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"4":{"Name":"Microsoft.SignalRService/signalR/privateEndpointConnections@2023-03-01-preview","ScopeType":8,"Body":181,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/signalR/replicas"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/signalR/replicas","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":183,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":184,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The billing information of the resource."},"properties":{"Type":186,"Flags":0},"tags":{"Type":197,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ReplicaProperties","Properties":{"provisioningState":{"Type":196,"Flags":2,"Description":"Provisioning state of the resource."}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[187,188,189,190,191,192,193,194,195,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.SignalRService/signalR/replicas@2023-03-01-preview","ScopeType":8,"Body":185,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/signalR/sharedPrivateLinkResources"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/signalR/sharedPrivateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":199,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":200,"Flags":10,"Description":"The resource api version"},"properties":{"Type":61,"Flags":0,"Description":"Describes the properties of an existing Shared Private Link Resource"},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"4":{"Name":"Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2023-03-01-preview","ScopeType":8,"Body":201,"Flags":0}},{"2":{"Name":"SignalRKeys","Properties":{"primaryKey":{"Type":4,"Flags":0,"Description":"The primary access key."},"secondaryKey":{"Type":4,"Flags":0,"Description":"The secondary access key."},"primaryConnectionString":{"Type":4,"Flags":0,"Description":"Connection string constructed via the primaryKey"},"secondaryConnectionString":{"Type":4,"Flags":0,"Description":"Connection string constructed via the secondaryKey"}}}},{"8":{"Name":"listKeys","ResourceType":"Microsoft.SignalRService/signalR","ApiVersion":"2023-03-01-preview","Output":203}}] \ No newline at end of file diff --git a/generated/signalr/microsoft.signalrservice/2023-03-01-preview/types.md b/generated/signalr/microsoft.signalrservice/2023-03-01-preview/types.md new file mode 100644 index 0000000000..e95c49e8c4 --- /dev/null +++ b/generated/signalr/microsoft.signalrservice/2023-03-01-preview/types.md @@ -0,0 +1,350 @@ +# Microsoft.SignalRService @ 2023-03-01-preview + +## Resource Microsoft.SignalRService/signalR@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ManagedIdentity](#managedidentity): A class represent managed identities used for request and response +* **kind**: 'RawWebSockets' | 'SignalR' | string: The kind of the service, it can be SignalR or RawWebSockets +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [SignalRProperties](#signalrproperties): A class that describes the properties of the resource +* **sku**: [ResourceSku](#resourcesku): The billing information of the resource. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.SignalRService/signalR' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/signalR/customCertificates@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [CustomCertificateProperties](#customcertificateproperties) (Required): Custom certificate properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.SignalRService/signalR/customCertificates' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/signalR/customDomains@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [CustomDomainProperties](#customdomainproperties) (Required): Properties of a custom domain. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.SignalRService/signalR/customDomains' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/signalR/privateEndpointConnections@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): Private endpoint connection properties +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.SignalRService/signalR/privateEndpointConnections' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/signalR/replicas@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ReplicaProperties](#replicaproperties) +* **sku**: [ResourceSku](#resourcesku): The billing information of the resource. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.SignalRService/signalR/replicas' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/signalR/sharedPrivateLinkResources@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [SharedPrivateLinkResourceProperties](#sharedprivatelinkresourceproperties): Describes the properties of an existing Shared Private Link Resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.SignalRService/signalR/sharedPrivateLinkResources' (ReadOnly, DeployTimeConstant): The resource type + +## Function listKeys (Microsoft.SignalRService/signalR@2023-03-01-preview) +* **Resource**: Microsoft.SignalRService/signalR +* **ApiVersion**: 2023-03-01-preview +* **Output**: [SignalRKeys](#signalrkeys) + +## CustomCertificateProperties +### Properties +* **keyVaultBaseUri**: string (Required): Base uri of the KeyVault that stores certificate. +* **keyVaultSecretName**: string (Required): Certificate secret name. +* **keyVaultSecretVersion**: string: Certificate secret version. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. + +## CustomDomainProperties +### Properties +* **customCertificate**: [ResourceReference](#resourcereference) (Required): Reference to a resource. +* **domainName**: string (Required): The custom domain name. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. + +## LiveTraceCategory +### Properties +* **enabled**: string: Indicates whether or the live trace category is enabled. +Available values: true, false. +Case insensitive. +* **name**: string: Gets or sets the live trace category's name. +Available values: ConnectivityLogs, MessagingLogs. +Case insensitive. + +## LiveTraceConfiguration +### Properties +* **categories**: [LiveTraceCategory](#livetracecategory)[]: Gets or sets the list of category configurations. +* **enabled**: string: Indicates whether or not enable live trace. +When it's set to true, live trace client can connect to the service. +Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in "categories". +Available values: true, false. +Case insensitive. + +## ManagedIdentity +### Properties +* **principalId**: string (ReadOnly): Get the principal id for the system assigned identity. +Only be used in response. +* **tenantId**: string (ReadOnly): Get the tenant id for the system assigned identity. +Only be used in response +* **type**: 'None' | 'SystemAssigned' | 'UserAssigned' | string: Represents the identity type: systemAssigned, userAssigned, None +* **userAssignedIdentities**: [ManagedIdentityUserAssignedIdentities](#managedidentityuserassignedidentities): Get or set the user assigned identities + +## ManagedIdentitySettings +### Properties +* **resource**: string: The Resource indicating the App ID URI of the target resource. +It also appears in the aud (audience) claim of the issued token. + +## ManagedIdentityUserAssignedIdentities +### Properties +### Additional Properties +* **Additional Properties Type**: [UserAssignedIdentityProperty](#userassignedidentityproperty) + +## NetworkACL +### Properties +* **allow**: 'ClientConnection' | 'RESTAPI' | 'ServerConnection' | 'Trace' | string[]: Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. +* **deny**: 'ClientConnection' | 'RESTAPI' | 'ServerConnection' | 'Trace' | string[]: Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. + +## PrivateEndpoint +### Properties +* **id**: string: Full qualified Id of the private endpoint + +## PrivateEndpointACL +### Properties +* **allow**: 'ClientConnection' | 'RESTAPI' | 'ServerConnection' | 'Trace' | string[]: Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. +* **deny**: 'ClientConnection' | 'RESTAPI' | 'ServerConnection' | 'Trace' | string[]: Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. +* **name**: string (Required): Name of the private endpoint connection + +## PrivateEndpointConnection +### Properties +* **id**: string (ReadOnly): Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" +* **name**: string (ReadOnly): The name of the resource +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): Private endpoint connection properties +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: string (ReadOnly): The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" + +## PrivateEndpointConnectionProperties +### Properties +* **groupIds**: string[] (ReadOnly): Group IDs +* **privateEndpoint**: [PrivateEndpoint](#privateendpoint): Private endpoint +* **privateLinkServiceConnectionState**: [PrivateLinkServiceConnectionState](#privatelinkserviceconnectionstate): Connection state of the private endpoint connection +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. + +## PrivateLinkServiceConnectionState +### Properties +* **actionsRequired**: string: A message indicating if changes on the service provider require any updates on the consumer. +* **description**: string: The reason for approval/rejection of the connection. +* **status**: 'Approved' | 'Disconnected' | 'Pending' | 'Rejected' | string: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. + +## ReplicaProperties +### Properties +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. + +## ResourceLogCategory +### Properties +* **enabled**: string: Indicates whether or the resource log category is enabled. +Available values: true, false. +Case insensitive. +* **name**: string: Gets or sets the resource log category's name. +Available values: ConnectivityLogs, MessagingLogs. +Case insensitive. + +## ResourceLogConfiguration +### Properties +* **categories**: [ResourceLogCategory](#resourcelogcategory)[]: Gets or sets the list of category configurations. + +## ResourceReference +### Properties +* **id**: string: Resource ID. + +## ResourceSku +### Properties +* **capacity**: int: Optional, integer. The unit count of the resource. 1 by default. + +If present, following values are allowed: + Free: 1; + Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; + Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; +* **family**: string (ReadOnly): Not used. Retained for future use. +* **name**: string (Required): The name of the SKU. Required. + +Allowed values: Standard_S1, Free_F1, Premium_P1 +* **size**: string (ReadOnly): Not used. Retained for future use. +* **tier**: 'Basic' | 'Free' | 'Premium' | 'Standard' | string: Optional tier of this particular SKU. 'Standard' or 'Free'. + +`Basic` is deprecated, use `Standard` instead. + +## ServerlessSettings +### Properties +* **connectionTimeoutInSeconds**: int: Gets or sets Client Connection Timeout. Optional to be set. +Value in seconds. +Default value is 30 seconds. +Customer should set the timeout to a shorter period if messages are expected to be sent in shorter intervals, +and want the client to disconnect more quickly after the last message is sent. +You can set the timeout to a longer period if messages are expected to be sent in longer intervals, +and they want to keep the same client connection alive during this session. +The service considers the client disconnected if it hasn't received a message (including keep-alive) in this interval. + +## ServerlessUpstreamSettings +### Properties +* **templates**: [UpstreamTemplate](#upstreamtemplate)[]: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. + +## SharedPrivateLinkResource +### Properties +* **id**: string (ReadOnly): Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" +* **name**: string (ReadOnly): The name of the resource +* **properties**: [SharedPrivateLinkResourceProperties](#sharedprivatelinkresourceproperties): Describes the properties of an existing Shared Private Link Resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: string (ReadOnly): The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" + +## SharedPrivateLinkResourceProperties +### Properties +* **groupId**: string (Required): The group id from the provider of resource the shared private link resource is for +* **privateLinkResourceId**: string (Required): The resource id of the resource the shared private link resource is for +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. +* **requestMessage**: string: The request message for requesting approval of the shared private link resource +* **status**: 'Approved' | 'Disconnected' | 'Pending' | 'Rejected' | 'Timeout' | string (ReadOnly): Status of the shared private link resource + +## SignalRCorsSettings +### Properties +* **allowedOrigins**: string[]: Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default. + +## SignalRFeature +### Properties +* **flag**: 'EnableConnectivityLogs' | 'EnableLiveTrace' | 'EnableMessagingLogs' | 'ServiceMode' | string (Required): FeatureFlags is the supported features of Azure SignalR service. +- ServiceMode: Flag for backend server for SignalR service. Values allowed: "Default": have your own backend server; "Serverless": your application doesn't have a backend server; "Classic": for backward compatibility. Support both Default and Serverless mode but not recommended; "PredefinedOnly": for future use. +- EnableConnectivityLogs: "true"/"false", to enable/disable the connectivity log category respectively. +- EnableMessagingLogs: "true"/"false", to enable/disable the connectivity log category respectively. +- EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: "true"/"false", to enable/disable live trace feature. +* **properties**: [SignalRFeatureProperties](#signalrfeatureproperties): Optional properties related to this feature. +* **value**: string (Required): Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. + +## SignalRFeatureProperties +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## SignalRKeys +### Properties +* **primaryConnectionString**: string: Connection string constructed via the primaryKey +* **primaryKey**: string: The primary access key. +* **secondaryConnectionString**: string: Connection string constructed via the secondaryKey +* **secondaryKey**: string: The secondary access key. + +## SignalRNetworkACLs +### Properties +* **defaultAction**: 'Allow' | 'Deny' | string: Azure Networking ACL Action. +* **privateEndpoints**: [PrivateEndpointACL](#privateendpointacl)[]: ACLs for requests from private endpoints +* **publicNetwork**: [NetworkACL](#networkacl): Network ACL + +## SignalRProperties +### Properties +* **cors**: [SignalRCorsSettings](#signalrcorssettings): Cross-Origin Resource Sharing (CORS) settings. +* **disableAadAuth**: bool: DisableLocalAuth +Enable or disable aad auth +When set as true, connection with AuthType=aad won't work. +* **disableLocalAuth**: bool: DisableLocalAuth +Enable or disable local auth with AccessKey +When set as true, connection with AccessKey=xxx won't work. +* **externalIP**: string (ReadOnly): The publicly accessible IP of the resource. +* **features**: [SignalRFeature](#signalrfeature)[]: List of the featureFlags. + +FeatureFlags that are not included in the parameters for the update operation will not be modified. +And the response will only include featureFlags that are explicitly set. +When a featureFlag is not explicitly set, its globally default value will be used +But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags. +* **hostName**: string (ReadOnly): FQDN of the service instance. +* **hostNamePrefix**: string (ReadOnly): Deprecated. +* **liveTraceConfiguration**: [LiveTraceConfiguration](#livetraceconfiguration): Live trace configuration of a Microsoft.SignalRService resource. +* **networkACLs**: [SignalRNetworkACLs](#signalrnetworkacls): Network ACLs for the resource +* **privateEndpointConnections**: [PrivateEndpointConnection](#privateendpointconnection)[] (ReadOnly): Private endpoint connections to the resource. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. +* **publicNetworkAccess**: string: Enable or disable public network access. Default to "Enabled". +When it's Enabled, network ACLs still apply. +When it's Disabled, public network access is always disabled no matter what you set in network ACLs. +* **publicPort**: int (ReadOnly): The publicly accessible port of the resource which is designed for browser/client side usage. +* **resourceLogConfiguration**: [ResourceLogConfiguration](#resourcelogconfiguration): Resource log configuration of a Microsoft.SignalRService resource. +* **serverless**: [ServerlessSettings](#serverlesssettings): Serverless settings. +* **serverPort**: int (ReadOnly): The publicly accessible port of the resource which is designed for customer server side usage. +* **sharedPrivateLinkResources**: [SharedPrivateLinkResource](#sharedprivatelinkresource)[] (ReadOnly): The list of shared private link resources. +* **tls**: [SignalRTlsSettings](#signalrtlssettings): TLS settings for the resource +* **upstream**: [ServerlessUpstreamSettings](#serverlessupstreamsettings): The settings for the Upstream when the service is in server-less mode. +* **version**: string (ReadOnly): Version of the resource. Probably you need the same or higher version of client SDKs. + +## SignalRTlsSettings +### Properties +* **clientCertEnabled**: bool: Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier. + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource last modification (UTC) +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## UpstreamAuthSettings +### Properties +* **managedIdentity**: [ManagedIdentitySettings](#managedidentitysettings): Managed identity settings for upstream. +* **type**: 'ManagedIdentity' | 'None' | string: Upstream auth type enum. + +## UpstreamTemplate +### Properties +* **auth**: [UpstreamAuthSettings](#upstreamauthsettings): Upstream auth settings. If not set, no auth is used for upstream messages. +* **categoryPattern**: string: Gets or sets the matching pattern for category names. If not set, it matches any category. +There are 3 kind of patterns supported: + 1. "*", it to matches any category name. + 2. Combine multiple categories with ",", for example "connections,messages", it matches category "connections" and "messages". + 3. The single category name, for example, "connections", it matches the category "connections". +* **eventPattern**: string: Gets or sets the matching pattern for event names. If not set, it matches any event. +There are 3 kind of patterns supported: + 1. "*", it to matches any event name. + 2. Combine multiple events with ",", for example "connect,disconnect", it matches event "connect" and "disconnect". + 3. The single event name, for example, "connect", it matches "connect". +* **hubPattern**: string: Gets or sets the matching pattern for hub names. If not set, it matches any hub. +There are 3 kind of patterns supported: + 1. "*", it to matches any hub name. + 2. Combine multiple hubs with ",", for example "hub1,hub2", it matches "hub1" and "hub2". + 3. The single hub name, for example, "hub1", it matches "hub1". +* **urlTemplate**: string (Required): Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in. +For example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`. + +## UserAssignedIdentityProperty +### Properties +* **clientId**: string (ReadOnly): Get the client id for the user assigned identity +* **principalId**: string (ReadOnly): Get the principal id for the user assigned identity + diff --git a/generated/sql/log.out b/generated/sql/log.out index 9baf2ee17a..cf0da56758 100644 --- a/generated/sql/log.out +++ b/generated/sql/log.out @@ -463,21 +463,6 @@ warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. -warning | PreNamer/DeduplicateName | Deduplicating schema name: 'SecurityAlertPolicyName' -> 'SecurityAlertPolicyNameAutoGenerated' -warning | Skipping MaintenanceWindowOptions_Get due to required query parameter "maintenanceWindowOptionsName" -warning | Skipping MaintenanceWindows_Get due to required query parameter "maintenanceWindowName" -warning | Skipping MaintenanceWindows_CreateOrUpdate due to required query parameter "maintenanceWindowName" -warning | Skipping SyncGroups_ListLogs due to required query parameter "startTime" -warning | Skipping SyncGroups_ListLogs due to required query parameter "endTime" -warning | Skipping SyncGroups_ListLogs due to required query parameter "type" -warning | Skipping path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/firewallRules': Found mismatch between type segments (2) and name segments (1) -warning | Unrecognized property type: any-object. Returning 'any'. -warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. -warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. -warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. -warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. -warning | SkippedSemanticValidation | Semantic validation was skipped. -warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | Skipping SyncGroups_ListLogs due to required query parameter "startTime" warning | Skipping SyncGroups_ListLogs due to required query parameter "endTime" warning | Skipping SyncGroups_ListLogs due to required query parameter "type" @@ -548,3 +533,18 @@ warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | PreNamer/DeduplicateName | Deduplicating schema name: 'SecurityAlertPolicyName' -> 'SecurityAlertPolicyNameAutoGenerated' +warning | Skipping MaintenanceWindowOptions_Get due to required query parameter "maintenanceWindowOptionsName" +warning | Skipping MaintenanceWindows_Get due to required query parameter "maintenanceWindowName" +warning | Skipping MaintenanceWindows_CreateOrUpdate due to required query parameter "maintenanceWindowName" +warning | Skipping SyncGroups_ListLogs due to required query parameter "startTime" +warning | Skipping SyncGroups_ListLogs due to required query parameter "endTime" +warning | Skipping SyncGroups_ListLogs due to required query parameter "type" +warning | Skipping path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/firewallRules': Found mismatch between type segments (2) and name segments (1) +warning | Unrecognized property type: any-object. Returning 'any'. diff --git a/generated/sql/microsoft.sql/2021-08-01-preview/types.json b/generated/sql/microsoft.sql/2021-08-01-preview/types.json index 77e9714e19..bedf1414aa 100644 --- a/generated/sql/microsoft.sql/2021-08-01-preview/types.json +++ b/generated/sql/microsoft.sql/2021-08-01-preview/types.json @@ -1 +1 @@ -[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.Sql/servers/elasticPools"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/elasticPools","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The elastic pool SKU.\r\n\r\nThe list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or the following command:\r\n\r\n```azurecli\r\naz sql elastic-pool list-editions -l -o table\r\n````"},"kind":{"Type":4,"Flags":2,"Description":"Kind of elastic pool. This is metadata used for the Azure portal experience."},"properties":{"Type":12,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":21,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"Sku","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the SKU, typically, a letter + Number code, e.g. P3."},"tier":{"Type":4,"Flags":0,"Description":"The tier or edition of the particular SKU, e.g. Basic, Premium."},"size":{"Type":4,"Flags":0,"Description":"Size of the particular SKU"},"family":{"Type":4,"Flags":0,"Description":"If the service has different generations of hardware, for the same SKU, then that can be captured here."},"capacity":{"Type":3,"Flags":0,"Description":"Capacity of the particular SKU."}}}},{"2":{"Name":"ElasticPoolProperties","Properties":{"state":{"Type":16,"Flags":2,"Description":"The state of the elastic pool."},"creationDate":{"Type":4,"Flags":2,"Description":"The creation date of the elastic pool (ISO8601 format)."},"maxSizeBytes":{"Type":3,"Flags":0,"Description":"The storage limit for the database elastic pool in bytes."},"perDatabaseSettings":{"Type":17,"Flags":0,"Description":"The per database settings for the elastic pool."},"zoneRedundant":{"Type":2,"Flags":0,"Description":"Whether or not this elastic pool is zone redundant, which means the replicas of this elastic pool will be spread across multiple availability zones."},"licenseType":{"Type":20,"Flags":0,"Description":"The license type to apply for this elastic pool."},"maintenanceConfigurationId":{"Type":4,"Flags":0,"Description":"Maintenance configuration id assigned to the elastic pool. This configuration defines the period when the maintenance updates will will occur."},"highAvailabilityReplicaCount":{"Type":3,"Flags":0,"Description":"The number of secondary replicas associated with the elastic pool that are used to provide high availability."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Ready"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[13,14,15,4]}},{"2":{"Name":"ElasticPoolPerDatabaseSettings","Properties":{"minCapacity":{"Type":3,"Flags":0,"Description":"The minimum capacity all databases are guaranteed."},"maxCapacity":{"Type":3,"Flags":0,"Description":"The maximum capacity any one database can consume."}}}},{"6":{"Value":"LicenseIncluded"}},{"6":{"Value":"BasePrice"}},{"5":{"Elements":[18,19,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/servers/elasticPools@2021-08-01-preview","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[23,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":24,"Flags":9,"Description":"The resource name"},"type":{"Type":25,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":26,"Flags":10,"Description":"The resource api version"},"properties":{"Type":28,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"BackupShortTermRetentionPolicyProperties","Properties":{"retentionDays":{"Type":3,"Flags":0,"Description":"The backup retention period in days. This is how many days Point-in-Time Restore will be supported."},"diffBackupIntervalInHours":{"Type":3,"Flags":0,"Description":"The differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":27,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Sql/servers/databases/extendedAuditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/extendedAuditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":30,"Flags":9,"Description":"The resource name"},"type":{"Type":31,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":32,"Flags":10,"Description":"The resource api version"},"properties":{"Type":34,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ExtendedDatabaseBlobAuditingPolicyProperties","Properties":{"predicateExpression":{"Type":4,"Flags":0,"Description":"Specifies condition of where clause when creating an audit."},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the audit logs in the storage account."},"auditActionsAndGroups":{"Type":35,"Flags":0,"Description":"Specifies the Actions-Groups and Actions to audit.\r\n\r\nThe recommended set of action groups to use is the following combination - this will audit all the queries and stored procedures executed against the database, as well as successful and failed logins:\r\n\r\nBATCH_COMPLETED_GROUP,\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP,\r\nFAILED_DATABASE_AUTHENTICATION_GROUP.\r\n\r\nThis above combination is also the set that is configured by default when enabling auditing from the Azure portal.\r\n\r\nThe supported action groups to audit are (note: choose only specific groups that cover your auditing needs. Using unnecessary groups could lead to very large quantities of audit records):\r\n\r\nAPPLICATION_ROLE_CHANGE_PASSWORD_GROUP\r\nBACKUP_RESTORE_GROUP\r\nDATABASE_LOGOUT_GROUP\r\nDATABASE_OBJECT_CHANGE_GROUP\r\nDATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_OBJECT_PERMISSION_CHANGE_GROUP\r\nDATABASE_OPERATION_GROUP\r\nDATABASE_PERMISSION_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_IMPERSONATION_GROUP\r\nDATABASE_ROLE_MEMBER_CHANGE_GROUP\r\nFAILED_DATABASE_AUTHENTICATION_GROUP\r\nSCHEMA_OBJECT_ACCESS_GROUP\r\nSCHEMA_OBJECT_CHANGE_GROUP\r\nSCHEMA_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nSCHEMA_OBJECT_PERMISSION_CHANGE_GROUP\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP\r\nUSER_CHANGE_PASSWORD_GROUP\r\nBATCH_STARTED_GROUP\r\nBATCH_COMPLETED_GROUP\r\nDBCC_GROUP\r\nDATABASE_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_CHANGE_GROUP\r\nLEDGER_OPERATION_GROUP\r\n\r\nThese are groups that cover all sql statements and stored procedures executed against the database, and should not be used in combination with other groups as this will result in duplicate audit logs.\r\n\r\nFor more information, see [Database-Level Audit Action Groups](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-action-groups).\r\n\r\nFor Database auditing policy, specific Actions can also be specified (note that Actions cannot be specified for Server auditing policy). The supported actions to audit are:\r\nSELECT\r\nUPDATE\r\nINSERT\r\nDELETE\r\nEXECUTE\r\nRECEIVE\r\nREFERENCES\r\n\r\nThe general form for defining an action to be audited is:\r\n{action} ON {object} BY {principal}\r\n\r\nNote that in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema. For the latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are used, respectively.\r\n\r\nFor example:\r\nSELECT on dbo.myTable by public\r\nSELECT on DATABASE::myDatabase by public\r\nSELECT on SCHEMA::mySchema by public\r\n\r\nFor more information, see [Database-Level Audit Actions](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions)"},"isStorageSecondaryKeyInUse":{"Type":2,"Flags":0,"Description":"Specifies whether storageAccountAccessKey value is the storage's secondary key."},"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"queueDelayMs":{"Type":3,"Flags":0,"Description":"Specifies the amount of time in milliseconds that can elapse before audit actions are forced to be processed.\r\nThe default minimum value is 1000 (1 second). The maximum is 2,147,483,647."},"state":{"Type":38,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[36,37]}},{"4":{"Name":"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-08-01-preview","ScopeType":8,"Body":33,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Sql/servers/extendedAuditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/extendedAuditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":40,"Flags":9,"Description":"The resource name"},"type":{"Type":41,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":42,"Flags":10,"Description":"The resource api version"},"properties":{"Type":44,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ExtendedServerBlobAuditingPolicyProperties","Properties":{"isDevopsAuditEnabled":{"Type":2,"Flags":0,"Description":"Specifies the state of devops audit. If state is Enabled, devops logs will be sent to Azure Monitor.\r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled', 'IsAzureMonitorTargetEnabled' as true and 'IsDevopsAuditEnabled' as true\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'DevOpsOperationsAudit' diagnostic logs category on the master database should also be created.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/master/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"predicateExpression":{"Type":4,"Flags":0,"Description":"Specifies condition of where clause when creating an audit."},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the audit logs in the storage account."},"auditActionsAndGroups":{"Type":45,"Flags":0,"Description":"Specifies the Actions-Groups and Actions to audit.\r\n\r\nThe recommended set of action groups to use is the following combination - this will audit all the queries and stored procedures executed against the database, as well as successful and failed logins:\r\n\r\nBATCH_COMPLETED_GROUP,\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP,\r\nFAILED_DATABASE_AUTHENTICATION_GROUP.\r\n\r\nThis above combination is also the set that is configured by default when enabling auditing from the Azure portal.\r\n\r\nThe supported action groups to audit are (note: choose only specific groups that cover your auditing needs. Using unnecessary groups could lead to very large quantities of audit records):\r\n\r\nAPPLICATION_ROLE_CHANGE_PASSWORD_GROUP\r\nBACKUP_RESTORE_GROUP\r\nDATABASE_LOGOUT_GROUP\r\nDATABASE_OBJECT_CHANGE_GROUP\r\nDATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_OBJECT_PERMISSION_CHANGE_GROUP\r\nDATABASE_OPERATION_GROUP\r\nDATABASE_PERMISSION_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_IMPERSONATION_GROUP\r\nDATABASE_ROLE_MEMBER_CHANGE_GROUP\r\nFAILED_DATABASE_AUTHENTICATION_GROUP\r\nSCHEMA_OBJECT_ACCESS_GROUP\r\nSCHEMA_OBJECT_CHANGE_GROUP\r\nSCHEMA_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nSCHEMA_OBJECT_PERMISSION_CHANGE_GROUP\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP\r\nUSER_CHANGE_PASSWORD_GROUP\r\nBATCH_STARTED_GROUP\r\nBATCH_COMPLETED_GROUP\r\nDBCC_GROUP\r\nDATABASE_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_CHANGE_GROUP\r\nLEDGER_OPERATION_GROUP\r\n\r\nThese are groups that cover all sql statements and stored procedures executed against the database, and should not be used in combination with other groups as this will result in duplicate audit logs.\r\n\r\nFor more information, see [Database-Level Audit Action Groups](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-action-groups).\r\n\r\nFor Database auditing policy, specific Actions can also be specified (note that Actions cannot be specified for Server auditing policy). The supported actions to audit are:\r\nSELECT\r\nUPDATE\r\nINSERT\r\nDELETE\r\nEXECUTE\r\nRECEIVE\r\nREFERENCES\r\n\r\nThe general form for defining an action to be audited is:\r\n{action} ON {object} BY {principal}\r\n\r\nNote that in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema. For the latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are used, respectively.\r\n\r\nFor example:\r\nSELECT on dbo.myTable by public\r\nSELECT on DATABASE::myDatabase by public\r\nSELECT on SCHEMA::mySchema by public\r\n\r\nFor more information, see [Database-Level Audit Actions](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions)"},"isStorageSecondaryKeyInUse":{"Type":2,"Flags":0,"Description":"Specifies whether storageAccountAccessKey value is the storage's secondary key."},"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"queueDelayMs":{"Type":3,"Flags":0,"Description":"Specifies the amount of time in milliseconds that can elapse before audit actions are forced to be processed.\r\nThe default minimum value is 1000 (1 second). The maximum is 2,147,483,647."},"state":{"Type":48,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[46,47]}},{"4":{"Name":"Microsoft.Sql/servers/extendedAuditingSettings@2021-08-01-preview","ScopeType":8,"Body":43,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Sql/servers/auditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/auditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":50,"Flags":9,"Description":"The resource name"},"type":{"Type":51,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":52,"Flags":10,"Description":"The resource api version"},"properties":{"Type":54,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerBlobAuditingPolicyProperties","Properties":{"isDevopsAuditEnabled":{"Type":2,"Flags":0,"Description":"Specifies the state of devops audit. If state is Enabled, devops logs will be sent to Azure Monitor.\r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled', 'IsAzureMonitorTargetEnabled' as true and 'IsDevopsAuditEnabled' as true\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'DevOpsOperationsAudit' diagnostic logs category on the master database should also be created.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/master/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the audit logs in the storage account."},"auditActionsAndGroups":{"Type":55,"Flags":0,"Description":"Specifies the Actions-Groups and Actions to audit.\r\n\r\nThe recommended set of action groups to use is the following combination - this will audit all the queries and stored procedures executed against the database, as well as successful and failed logins:\r\n\r\nBATCH_COMPLETED_GROUP,\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP,\r\nFAILED_DATABASE_AUTHENTICATION_GROUP.\r\n\r\nThis above combination is also the set that is configured by default when enabling auditing from the Azure portal.\r\n\r\nThe supported action groups to audit are (note: choose only specific groups that cover your auditing needs. Using unnecessary groups could lead to very large quantities of audit records):\r\n\r\nAPPLICATION_ROLE_CHANGE_PASSWORD_GROUP\r\nBACKUP_RESTORE_GROUP\r\nDATABASE_LOGOUT_GROUP\r\nDATABASE_OBJECT_CHANGE_GROUP\r\nDATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_OBJECT_PERMISSION_CHANGE_GROUP\r\nDATABASE_OPERATION_GROUP\r\nDATABASE_PERMISSION_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_IMPERSONATION_GROUP\r\nDATABASE_ROLE_MEMBER_CHANGE_GROUP\r\nFAILED_DATABASE_AUTHENTICATION_GROUP\r\nSCHEMA_OBJECT_ACCESS_GROUP\r\nSCHEMA_OBJECT_CHANGE_GROUP\r\nSCHEMA_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nSCHEMA_OBJECT_PERMISSION_CHANGE_GROUP\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP\r\nUSER_CHANGE_PASSWORD_GROUP\r\nBATCH_STARTED_GROUP\r\nBATCH_COMPLETED_GROUP\r\nDBCC_GROUP\r\nDATABASE_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_CHANGE_GROUP\r\nLEDGER_OPERATION_GROUP\r\n\r\nThese are groups that cover all sql statements and stored procedures executed against the database, and should not be used in combination with other groups as this will result in duplicate audit logs.\r\n\r\nFor more information, see [Database-Level Audit Action Groups](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-action-groups).\r\n\r\nFor Database auditing policy, specific Actions can also be specified (note that Actions cannot be specified for Server auditing policy). The supported actions to audit are:\r\nSELECT\r\nUPDATE\r\nINSERT\r\nDELETE\r\nEXECUTE\r\nRECEIVE\r\nREFERENCES\r\n\r\nThe general form for defining an action to be audited is:\r\n{action} ON {object} BY {principal}\r\n\r\nNote that in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema. For the latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are used, respectively.\r\n\r\nFor example:\r\nSELECT on dbo.myTable by public\r\nSELECT on DATABASE::myDatabase by public\r\nSELECT on SCHEMA::mySchema by public\r\n\r\nFor more information, see [Database-Level Audit Actions](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions)"},"isStorageSecondaryKeyInUse":{"Type":2,"Flags":0,"Description":"Specifies whether storageAccountAccessKey value is the storage's secondary key."},"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"queueDelayMs":{"Type":3,"Flags":0,"Description":"Specifies the amount of time in milliseconds that can elapse before audit actions are forced to be processed.\r\nThe default minimum value is 1000 (1 second). The maximum is 2,147,483,647."},"state":{"Type":58,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[56,57]}},{"4":{"Name":"Microsoft.Sql/servers/auditingSettings@2021-08-01-preview","ScopeType":8,"Body":53,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Sql/servers/databases/auditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/auditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":60,"Flags":9,"Description":"The resource name"},"type":{"Type":61,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":62,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"properties":{"Type":64,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseBlobAuditingPolicyProperties","Properties":{"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the audit logs in the storage account."},"auditActionsAndGroups":{"Type":65,"Flags":0,"Description":"Specifies the Actions-Groups and Actions to audit.\r\n\r\nThe recommended set of action groups to use is the following combination - this will audit all the queries and stored procedures executed against the database, as well as successful and failed logins:\r\n\r\nBATCH_COMPLETED_GROUP,\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP,\r\nFAILED_DATABASE_AUTHENTICATION_GROUP.\r\n\r\nThis above combination is also the set that is configured by default when enabling auditing from the Azure portal.\r\n\r\nThe supported action groups to audit are (note: choose only specific groups that cover your auditing needs. Using unnecessary groups could lead to very large quantities of audit records):\r\n\r\nAPPLICATION_ROLE_CHANGE_PASSWORD_GROUP\r\nBACKUP_RESTORE_GROUP\r\nDATABASE_LOGOUT_GROUP\r\nDATABASE_OBJECT_CHANGE_GROUP\r\nDATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_OBJECT_PERMISSION_CHANGE_GROUP\r\nDATABASE_OPERATION_GROUP\r\nDATABASE_PERMISSION_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_IMPERSONATION_GROUP\r\nDATABASE_ROLE_MEMBER_CHANGE_GROUP\r\nFAILED_DATABASE_AUTHENTICATION_GROUP\r\nSCHEMA_OBJECT_ACCESS_GROUP\r\nSCHEMA_OBJECT_CHANGE_GROUP\r\nSCHEMA_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nSCHEMA_OBJECT_PERMISSION_CHANGE_GROUP\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP\r\nUSER_CHANGE_PASSWORD_GROUP\r\nBATCH_STARTED_GROUP\r\nBATCH_COMPLETED_GROUP\r\nDBCC_GROUP\r\nDATABASE_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_CHANGE_GROUP\r\nLEDGER_OPERATION_GROUP\r\n\r\nThese are groups that cover all sql statements and stored procedures executed against the database, and should not be used in combination with other groups as this will result in duplicate audit logs.\r\n\r\nFor more information, see [Database-Level Audit Action Groups](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-action-groups).\r\n\r\nFor Database auditing policy, specific Actions can also be specified (note that Actions cannot be specified for Server auditing policy). The supported actions to audit are:\r\nSELECT\r\nUPDATE\r\nINSERT\r\nDELETE\r\nEXECUTE\r\nRECEIVE\r\nREFERENCES\r\n\r\nThe general form for defining an action to be audited is:\r\n{action} ON {object} BY {principal}\r\n\r\nNote that in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema. For the latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are used, respectively.\r\n\r\nFor example:\r\nSELECT on dbo.myTable by public\r\nSELECT on DATABASE::myDatabase by public\r\nSELECT on SCHEMA::mySchema by public\r\n\r\nFor more information, see [Database-Level Audit Actions](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions)"},"isStorageSecondaryKeyInUse":{"Type":2,"Flags":0,"Description":"Specifies whether storageAccountAccessKey value is the storage's secondary key."},"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"queueDelayMs":{"Type":3,"Flags":0,"Description":"Specifies the amount of time in milliseconds that can elapse before audit actions are forced to be processed.\r\nThe default minimum value is 1000 (1 second). The maximum is 2,147,483,647."},"state":{"Type":68,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[66,67]}},{"4":{"Name":"Microsoft.Sql/servers/databases/auditingSettings@2021-08-01-preview","ScopeType":8,"Body":63,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/extensions"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/extensions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":70,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":71,"Flags":10,"Description":"The resource api version"},"properties":{"Type":73,"Flags":4,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseExtensionsProperties","Properties":{"operationMode":{"Type":77,"Flags":5,"Description":"Operation mode of the operation: Import, Export, or PolybaseImport."},"storageKeyType":{"Type":80,"Flags":5,"Description":"Storage key type: StorageAccessKey or SharedAccessKey."},"storageKey":{"Type":4,"Flags":5,"Description":"Storage key for the storage account."},"storageUri":{"Type":4,"Flags":5,"Description":"Storage Uri for the storage account."},"administratorLogin":{"Type":4,"Flags":4,"Description":"Administrator login name."},"administratorLoginPassword":{"Type":4,"Flags":4,"Description":"Administrator login password."},"authenticationType":{"Type":4,"Flags":4,"Description":"Authentication type: SQL authentication or AD password."},"databaseEdition":{"Type":4,"Flags":4,"Description":"Database edition for the newly created database in the case of an import operation."},"serviceObjectiveName":{"Type":4,"Flags":4,"Description":"Database service level objective for the newly created database in the case of an import operation."},"maxSizeBytes":{"Type":4,"Flags":4,"Description":"Database max size in bytes for the newly created database in the case of an import operation."},"networkIsolation":{"Type":81,"Flags":4,"Description":"Optional resource information to enable network isolation for request."}}}},{"6":{"Value":"PolybaseImport"}},{"6":{"Value":"Import"}},{"6":{"Value":"Export"}},{"5":{"Elements":[74,75,76,4]}},{"6":{"Value":"SharedAccessKey"}},{"6":{"Value":"StorageAccessKey"}},{"5":{"Elements":[78,79,4]}},{"2":{"Name":"NetworkIsolationSettings","Properties":{"storageAccountResourceId":{"Type":4,"Flags":4,"Description":"The resource id for the storage account used to store BACPAC file. If set, private endpoint connection will be created for the storage account. Must match storage account used for StorageUri parameter."},"sqlServerResourceId":{"Type":4,"Flags":4,"Description":"The resource id for the SQL server which is the target of this request. If set, private endpoint connection will be created for the SQL server. Must match server which is target of the operation."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/extensions@2021-08-01-preview","ScopeType":8,"Body":72,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":83,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":84,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The database SKU.\r\n\r\nThe list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or one of the following commands:\r\n\r\n```azurecli\r\naz sql db list-editions -l -o table\r\n````\r\n\r\n```powershell\r\nGet-AzSqlServerServiceObjective -Location \r\n````"},"kind":{"Type":4,"Flags":2,"Description":"Kind of database. This is metadata used for the Azure portal experience."},"managedBy":{"Type":4,"Flags":2,"Description":"Resource that manages the database."},"identity":{"Type":86,"Flags":0,"Description":"The Azure Active Directory identity of the database."},"properties":{"Type":92,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":155,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"DatabaseIdentity","Properties":{"type":{"Type":89,"Flags":0,"Description":"The identity type"},"tenantId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory tenant id."},"userAssignedIdentities":{"Type":91,"Flags":0,"Description":"The resource ids of the user assigned identities to use"}}}},{"6":{"Value":"None"}},{"6":{"Value":"UserAssigned"}},{"5":{"Elements":[87,88,4]}},{"2":{"Name":"DatabaseUserIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory principal id."},"clientId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory client id."}}}},{"2":{"Name":"DatabaseIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":90}},{"2":{"Name":"DatabaseProperties","Properties":{"createMode":{"Type":103,"Flags":4,"Description":"Specifies the mode of database creation.\r\n\r\nDefault: regular database creation.\r\n\r\nCopy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database.\r\n\r\nSecondary: creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database.\r\n\r\nPointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified.\r\n\r\nRecovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore.\r\n\r\nRestore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time.\r\n\r\nRestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID.\r\n\r\nCopy, Secondary, and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition."},"collation":{"Type":4,"Flags":0,"Description":"The collation of the database."},"maxSizeBytes":{"Type":3,"Flags":0,"Description":"The max size of the database expressed in bytes."},"sampleName":{"Type":107,"Flags":4,"Description":"The name of the sample schema to apply when creating this database."},"elasticPoolId":{"Type":4,"Flags":0,"Description":"The resource identifier of the elastic pool containing this database."},"sourceDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the source database associated with create operation of this database."},"status":{"Type":132,"Flags":2,"Description":"The status of the database."},"databaseId":{"Type":4,"Flags":2,"Description":"The ID of the database."},"creationDate":{"Type":4,"Flags":2,"Description":"The creation date of the database (ISO8601 format)."},"currentServiceObjectiveName":{"Type":4,"Flags":2,"Description":"The current service level objective name of the database."},"requestedServiceObjectiveName":{"Type":4,"Flags":2,"Description":"The requested service level objective name of the database."},"defaultSecondaryLocation":{"Type":4,"Flags":2,"Description":"The default secondary region for this database."},"failoverGroupId":{"Type":4,"Flags":2,"Description":"Failover Group resource identifier that this database belongs to."},"restorePointInTime":{"Type":4,"Flags":4,"Description":"Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."},"sourceDatabaseDeletionDate":{"Type":4,"Flags":4,"Description":"Specifies the time that the database was deleted."},"recoveryServicesRecoveryPointId":{"Type":4,"Flags":4,"Description":"The resource identifier of the recovery point associated with create operation of this database."},"longTermRetentionBackupResourceId":{"Type":4,"Flags":4,"Description":"The resource identifier of the long term retention backup associated with create operation of this database."},"recoverableDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the recoverable database associated with create operation of this database."},"restorableDroppedDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the restorable dropped database associated with create operation of this database."},"catalogCollation":{"Type":135,"Flags":0,"Description":"Collation of the metadata catalog."},"zoneRedundant":{"Type":2,"Flags":0,"Description":"Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones."},"licenseType":{"Type":138,"Flags":0,"Description":"The license type to apply for this database. `LicenseIncluded` if you need a license, or `BasePrice` if you have a license and are eligible for the Azure Hybrid Benefit."},"maxLogSizeBytes":{"Type":3,"Flags":2,"Description":"The max log size for this database."},"earliestRestoreDate":{"Type":4,"Flags":2,"Description":"This records the earliest start date and time that restore is available for this database (ISO8601 format)."},"readScale":{"Type":141,"Flags":0,"Description":"The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool."},"highAvailabilityReplicaCount":{"Type":3,"Flags":0,"Description":"The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool."},"secondaryType":{"Type":144,"Flags":0,"Description":"The secondary type of the database if it is a secondary. Valid values are Geo and Named."},"currentSku":{"Type":11,"Flags":2,"Description":"The name and tier of the SKU."},"autoPauseDelay":{"Type":3,"Flags":0,"Description":"Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled"},"currentBackupStorageRedundancy":{"Type":149,"Flags":2,"Description":"The storage account type used to store backups for this database."},"requestedBackupStorageRedundancy":{"Type":154,"Flags":0,"Description":"The storage account type to be used to store backups for this database."},"minCapacity":{"Type":3,"Flags":0,"Description":"Minimal capacity that database will always have allocated, if not paused"},"pausedDate":{"Type":4,"Flags":2,"Description":"The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready."},"resumedDate":{"Type":4,"Flags":2,"Description":"The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused."},"maintenanceConfigurationId":{"Type":4,"Flags":0,"Description":"Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur."},"isLedgerOn":{"Type":2,"Flags":0,"Description":"Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created."},"isInfraEncryptionEnabled":{"Type":2,"Flags":2,"Description":"Infra encryption is enabled for this database."},"federatedClientId":{"Type":4,"Flags":0,"Description":"The Client id used for cross tenant per database CMK scenario"},"sourceResourceId":{"Type":4,"Flags":4,"Description":"The resource identifier of the source associated with the create operation of this database.\r\n\r\nWhen sourceResourceId is specified, sourceDatabaseId, recoverableDatabaseId, restorableDroppedDatabaseId and sourceDatabaseDeletionDate must not be specified and CreateMode must be PointInTimeRestore, Restore or Recover.\r\n\r\nWhen createMode is PointInTimeRestore, sourceResourceId must be the resource ID of an existing database or existing sql pool, and restorePointInTime must be specified.\r\n\r\nWhen createMode is Restore, sourceResourceId must be the resource ID of restorable dropped database or restorable dropped sql pool.\r\n\r\nWhen createMode is Recover, sourceResourceId must be the resource ID of recoverable database or recoverable sql pool.\r\n\r\nThis property allows to restore across subscriptions which is only supported for DataWarehouse edition.\r\n\r\nWhen source subscription belongs to a different tenant than target subscription, “x-ms-authorization-auxiliary” header must contain authentication token for the source tenant. For more details about “x-ms-authorization-auxiliary” header see https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/authenticate-multi-tenant"}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Copy"}},{"6":{"Value":"Secondary"}},{"6":{"Value":"PointInTimeRestore"}},{"6":{"Value":"Restore"}},{"6":{"Value":"Recovery"}},{"6":{"Value":"RestoreExternalBackup"}},{"6":{"Value":"RestoreExternalBackupSecondary"}},{"6":{"Value":"RestoreLongTermRetentionBackup"}},{"6":{"Value":"OnlineSecondary"}},{"5":{"Elements":[93,94,95,96,97,98,99,100,101,102,4]}},{"6":{"Value":"AdventureWorksLT"}},{"6":{"Value":"WideWorldImportersStd"}},{"6":{"Value":"WideWorldImportersFull"}},{"5":{"Elements":[104,105,106,4]}},{"6":{"Value":"Online"}},{"6":{"Value":"Restoring"}},{"6":{"Value":"RecoveryPending"}},{"6":{"Value":"Recovering"}},{"6":{"Value":"Suspect"}},{"6":{"Value":"Offline"}},{"6":{"Value":"Standby"}},{"6":{"Value":"Shutdown"}},{"6":{"Value":"EmergencyMode"}},{"6":{"Value":"AutoClosed"}},{"6":{"Value":"Copying"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Inaccessible"}},{"6":{"Value":"OfflineSecondary"}},{"6":{"Value":"Pausing"}},{"6":{"Value":"Paused"}},{"6":{"Value":"Resuming"}},{"6":{"Value":"Scaling"}},{"6":{"Value":"OfflineChangingDwPerformanceTiers"}},{"6":{"Value":"OnlineChangingDwPerformanceTiers"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Stopping"}},{"6":{"Value":"Stopped"}},{"6":{"Value":"Starting"}},{"5":{"Elements":[108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,4]}},{"6":{"Value":"DATABASE_DEFAULT"}},{"6":{"Value":"SQL_Latin1_General_CP1_CI_AS"}},{"5":{"Elements":[133,134,4]}},{"6":{"Value":"LicenseIncluded"}},{"6":{"Value":"BasePrice"}},{"5":{"Elements":[136,137,4]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[139,140,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Named"}},{"5":{"Elements":[142,143,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[145,146,147,148,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[150,151,152,153,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/servers/databases@2021-08-01-preview","ScopeType":8,"Body":85,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[157,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/securityAlertPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/securityAlertPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":158,"Flags":9,"Description":"The resource name"},"type":{"Type":159,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":160,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":162,"Flags":2,"Description":"SystemData of SecurityAlertPolicyResource."},"properties":{"Type":173,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":167,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":172,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[163,164,165,166,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[168,169,170,171,4]}},{"2":{"Name":"SecurityAlertsPolicyProperties","Properties":{"state":{"Type":176,"Flags":1,"Description":"Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database."},"disabledAlerts":{"Type":177,"Flags":0,"Description":"Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action, Brute_Force"},"emailAddresses":{"Type":178,"Flags":0,"Description":"Specifies an array of e-mail addresses to which the alert is sent."},"emailAccountAdmins":{"Type":2,"Flags":0,"Description":"Specifies that the alert is sent to the account administrators."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs."},"storageAccountAccessKey":{"Type":4,"Flags":0,"Description":"Specifies the identifier key of the Threat Detection audit storage account."},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the Threat Detection audit logs."},"creationTime":{"Type":4,"Flags":2,"Description":"Specifies the UTC creation time of the policy."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[174,175]}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-08-01-preview","ScopeType":8,"Body":161,"Flags":0}},{"6":{"Value":"master"}},{"6":{"Value":"default"}},{"5":{"Elements":[180,181]}},{"6":{"Value":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":182,"Flags":9,"Description":"The resource name"},"type":{"Type":183,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":184,"Flags":10,"Description":"The resource api version"},"properties":{"Type":186,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseVulnerabilityAssessmentRuleBaselineProperties","Properties":{"baselineResults":{"Type":189,"Flags":1,"Description":"The rule baseline result"}}}},{"2":{"Name":"DatabaseVulnerabilityAssessmentRuleBaselineItem","Properties":{"result":{"Type":188,"Flags":1,"Description":"The rule baseline result"}}}},{"3":{"ItemType":4}},{"3":{"ItemType":187}},{"4":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-08-01-preview","ScopeType":8,"Body":185,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[191,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/vulnerabilityAssessments"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":192,"Flags":9,"Description":"The resource name"},"type":{"Type":193,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":194,"Flags":10,"Description":"The resource api version"},"properties":{"Type":196,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseVulnerabilityAssessmentProperties","Properties":{"storageContainerPath":{"Type":4,"Flags":4,"Description":"A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/). It is required if server level vulnerability assessment policy doesn't set"},"storageContainerSasKey":{"Type":4,"Flags":4,"Description":"A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"recurringScans":{"Type":197,"Flags":0,"Description":"The recurring scans settings"}}}},{"2":{"Name":"VulnerabilityAssessmentRecurringScansProperties","Properties":{"isEnabled":{"Type":2,"Flags":0,"Description":"Recurring scans state."},"emailSubscriptionAdmins":{"Type":2,"Flags":0,"Description":"Specifies that the schedule scan notification will be is sent to the subscription administrators."},"emails":{"Type":198,"Flags":0,"Description":"Specifies an array of e-mail addresses to which the scan notification is sent."}}}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-08-01-preview","ScopeType":8,"Body":195,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/distributedAvailabilityGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/distributedAvailabilityGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":200,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":201,"Flags":10,"Description":"The resource api version"},"properties":{"Type":203,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"DistributedAvailabilityGroupProperties","Properties":{"targetDatabase":{"Type":4,"Flags":0,"Description":"The name of the target database"},"sourceEndpoint":{"Type":4,"Flags":0,"Description":"The source endpoint"},"primaryAvailabilityGroupName":{"Type":4,"Flags":0,"Description":"The primary availability group name"},"secondaryAvailabilityGroupName":{"Type":4,"Flags":0,"Description":"The secondary availability group name"},"replicationMode":{"Type":206,"Flags":0,"Description":"The replication mode of a distributed availability group. Parameter will be ignored during link creation."},"distributedAvailabilityGroupId":{"Type":4,"Flags":2,"Description":"The distributed availability group id"},"sourceReplicaId":{"Type":4,"Flags":2,"Description":"The source replica id"},"targetReplicaId":{"Type":4,"Flags":2,"Description":"The target replica id"},"linkState":{"Type":4,"Flags":2,"Description":"The link state"},"lastHardenedLsn":{"Type":4,"Flags":2,"Description":"The last hardened lsn"}}}},{"6":{"Value":"Async"}},{"6":{"Value":"Sync"}},{"5":{"Elements":[204,205,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-08-01-preview","ScopeType":8,"Body":202,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[208,4]}},{"6":{"Value":"Microsoft.Sql/servers/encryptionProtector"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/encryptionProtector","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":209,"Flags":9,"Description":"The resource name"},"type":{"Type":210,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":211,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Kind of encryption protector. This is metadata used for the Azure portal experience."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":213,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"EncryptionProtectorProperties","Properties":{"subregion":{"Type":4,"Flags":2,"Description":"Subregion of the encryption protector."},"serverKeyName":{"Type":4,"Flags":0,"Description":"The name of the server key."},"serverKeyType":{"Type":216,"Flags":1,"Description":"The encryption protector type like 'ServiceManaged', 'AzureKeyVault'."},"uri":{"Type":4,"Flags":2,"Description":"The URI of the server key."},"thumbprint":{"Type":4,"Flags":2,"Description":"Thumbprint of the server key."},"autoRotationEnabled":{"Type":2,"Flags":0,"Description":"Key auto rotation opt-in flag. Either true or false."}}}},{"6":{"Value":"ServiceManaged"}},{"6":{"Value":"AzureKeyVault"}},{"5":{"Elements":[214,215,4]}},{"4":{"Name":"Microsoft.Sql/servers/encryptionProtector@2021-08-01-preview","ScopeType":8,"Body":212,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/failoverGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/failoverGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":218,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":219,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"tags":{"Type":221,"Flags":0,"Description":"Resource tags."},"properties":{"Type":222,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"FailoverGroupTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"FailoverGroupProperties","Properties":{"readWriteEndpoint":{"Type":223,"Flags":1,"Description":"Read-write endpoint of the failover group instance."},"readOnlyEndpoint":{"Type":227,"Flags":0,"Description":"Read-only endpoint of the failover group instance."},"replicationRole":{"Type":233,"Flags":2,"Description":"Local replication role of the failover group instance."},"replicationState":{"Type":4,"Flags":2,"Description":"Replication state of the failover group instance."},"partnerServers":{"Type":238,"Flags":1,"Description":"List of partner server information for the failover group."},"databases":{"Type":239,"Flags":0,"Description":"List of databases in the failover group."}}}},{"2":{"Name":"FailoverGroupReadWriteEndpoint","Properties":{"failoverPolicy":{"Type":226,"Flags":1,"Description":"Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required."},"failoverWithDataLossGracePeriodMinutes":{"Type":3,"Flags":0,"Description":"Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required."}}}},{"6":{"Value":"Manual"}},{"6":{"Value":"Automatic"}},{"5":{"Elements":[224,225,4]}},{"2":{"Name":"FailoverGroupReadOnlyEndpoint","Properties":{"failoverPolicy":{"Type":230,"Flags":0,"Description":"Failover policy of the read-only endpoint for the failover group."}}}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Enabled"}},{"5":{"Elements":[228,229,4]}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"5":{"Elements":[231,232,4]}},{"2":{"Name":"PartnerInfo","Properties":{"id":{"Type":4,"Flags":1,"Description":"Resource identifier of the partner server."},"location":{"Type":4,"Flags":2,"Description":"Geo location of the partner server."},"replicationRole":{"Type":237,"Flags":2,"Description":"Replication role of the partner server."}}}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"5":{"Elements":[235,236,4]}},{"3":{"ItemType":234}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/servers/failoverGroups@2021-08-01-preview","ScopeType":8,"Body":220,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/firewallRules"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/firewallRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":241,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":242,"Flags":10,"Description":"The resource api version"},"properties":{"Type":244,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerFirewallRuleProperties","Properties":{"startIpAddress":{"Type":4,"Flags":0,"Description":"The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses."},"endIpAddress":{"Type":4,"Flags":0,"Description":"The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses."}}}},{"4":{"Name":"Microsoft.Sql/servers/firewallRules@2021-08-01-preview","ScopeType":8,"Body":243,"Flags":0}},{"6":{"Value":"Microsoft.Sql/locations/instanceFailoverGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/instanceFailoverGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":246,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":247,"Flags":10,"Description":"The resource api version"},"properties":{"Type":249,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"InstanceFailoverGroupProperties","Properties":{"readWriteEndpoint":{"Type":250,"Flags":1,"Description":"Read-write endpoint of the failover group instance."},"readOnlyEndpoint":{"Type":254,"Flags":0,"Description":"Read-only endpoint of the failover group instance."},"replicationRole":{"Type":260,"Flags":2,"Description":"Local replication role of the failover group instance."},"replicationState":{"Type":4,"Flags":2,"Description":"Replication state of the failover group instance."},"partnerRegions":{"Type":265,"Flags":1,"Description":"Partner region information for the failover group."},"managedInstancePairs":{"Type":267,"Flags":1,"Description":"List of managed instance pairs in the failover group."}}}},{"2":{"Name":"InstanceFailoverGroupReadWriteEndpoint","Properties":{"failoverPolicy":{"Type":253,"Flags":1,"Description":"Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required."},"failoverWithDataLossGracePeriodMinutes":{"Type":3,"Flags":0,"Description":"Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required."}}}},{"6":{"Value":"Manual"}},{"6":{"Value":"Automatic"}},{"5":{"Elements":[251,252,4]}},{"2":{"Name":"InstanceFailoverGroupReadOnlyEndpoint","Properties":{"failoverPolicy":{"Type":257,"Flags":0,"Description":"Failover policy of the read-only endpoint for the failover group."}}}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Enabled"}},{"5":{"Elements":[255,256,4]}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"5":{"Elements":[258,259,4]}},{"2":{"Name":"PartnerRegionInfo","Properties":{"location":{"Type":4,"Flags":0,"Description":"Geo location of the partner managed instances."},"replicationRole":{"Type":264,"Flags":2,"Description":"Replication role of the partner managed instances."}}}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"5":{"Elements":[262,263,4]}},{"3":{"ItemType":261}},{"2":{"Name":"ManagedInstancePairInfo","Properties":{"primaryManagedInstanceId":{"Type":4,"Flags":0,"Description":"Id of Primary Managed Instance in pair."},"partnerManagedInstanceId":{"Type":4,"Flags":0,"Description":"Id of Partner Managed Instance in pair."}}}},{"3":{"ItemType":266}},{"4":{"Name":"Microsoft.Sql/locations/instanceFailoverGroups@2021-08-01-preview","ScopeType":8,"Body":248,"Flags":0}},{"6":{"Value":"Microsoft.Sql/instancePools"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/instancePools","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":269,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":270,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The name and tier of the SKU."},"properties":{"Type":272,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":276,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"InstancePoolProperties","Properties":{"subnetId":{"Type":4,"Flags":1,"Description":"Resource ID of the subnet to place this instance pool in."},"vCores":{"Type":3,"Flags":1,"Description":"Count of vCores belonging to this instance pool."},"licenseType":{"Type":275,"Flags":1,"Description":"The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price)."}}}},{"6":{"Value":"LicenseIncluded"}},{"6":{"Value":"BasePrice"}},{"5":{"Elements":[273,274,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/instancePools@2021-08-01-preview","ScopeType":8,"Body":271,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/ipv6FirewallRules"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/ipv6FirewallRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":278,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":279,"Flags":10,"Description":"The resource api version"},"properties":{"Type":281,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"IPv6ServerFirewallRuleProperties","Properties":{"startIPv6Address":{"Type":4,"Flags":0,"Description":"The start IP address of the firewall rule. Must be IPv6 format."},"endIPv6Address":{"Type":4,"Flags":0,"Description":"The end IP address of the firewall rule. Must be IPv6 format. Must be greater than or equal to startIpAddress."}}}},{"4":{"Name":"Microsoft.Sql/servers/ipv6FirewallRules@2021-08-01-preview","ScopeType":8,"Body":280,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":283,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":284,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The name and tier of the SKU."},"properties":{"Type":286,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":293,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"JobAgentProperties","Properties":{"databaseId":{"Type":4,"Flags":1,"Description":"Resource ID of the database to store job metadata in."},"state":{"Type":292,"Flags":2,"Description":"The state of the job agent."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Ready"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[287,288,289,290,291,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents@2021-08-01-preview","ScopeType":8,"Body":285,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/credentials"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/credentials","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":295,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":296,"Flags":10,"Description":"The resource api version"},"properties":{"Type":298,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"JobCredentialProperties","Properties":{"username":{"Type":4,"Flags":1,"Description":"The credential user name."},"password":{"Type":4,"Flags":5,"Description":"The credential password."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/credentials@2021-08-01-preview","ScopeType":8,"Body":297,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/executions"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":300,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":301,"Flags":10,"Description":"The resource api version"},"properties":{"Type":303,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"JobExecutionProperties","Properties":{"jobVersion":{"Type":3,"Flags":2,"Description":"The job version number."},"stepName":{"Type":4,"Flags":2,"Description":"The job step name."},"stepId":{"Type":3,"Flags":2,"Description":"The job step id."},"jobExecutionId":{"Type":4,"Flags":2,"Description":"The unique identifier of the job execution."},"lifecycle":{"Type":314,"Flags":2,"Description":"The detailed state of the job execution."},"provisioningState":{"Type":320,"Flags":2,"Description":"The ARM provisioning state of the job execution."},"createTime":{"Type":4,"Flags":2,"Description":"The time that the job execution was created."},"startTime":{"Type":4,"Flags":2,"Description":"The time that the job execution started."},"endTime":{"Type":4,"Flags":2,"Description":"The time that the job execution completed."},"currentAttempts":{"Type":3,"Flags":0,"Description":"Number of times the job execution has been attempted."},"currentAttemptStartTime":{"Type":4,"Flags":2,"Description":"Start time of the current attempt."},"lastMessage":{"Type":4,"Flags":2,"Description":"The last status or error message."},"target":{"Type":321,"Flags":2,"Description":"The target that this execution is executed on."}}}},{"6":{"Value":"Created"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"WaitingForChildJobExecutions"}},{"6":{"Value":"WaitingForRetry"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"SucceededWithSkipped"}},{"6":{"Value":"Failed"}},{"6":{"Value":"TimedOut"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Skipped"}},{"5":{"Elements":[304,305,306,307,308,309,310,311,312,313,4]}},{"6":{"Value":"Created"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[315,316,317,318,319,4]}},{"2":{"Name":"JobExecutionTarget","Properties":{"type":{"Type":327,"Flags":2,"Description":"The type of the target."},"serverName":{"Type":4,"Flags":2,"Description":"The server name."},"databaseName":{"Type":4,"Flags":2,"Description":"The database name."}}}},{"6":{"Value":"TargetGroup"}},{"6":{"Value":"SqlDatabase"}},{"6":{"Value":"SqlElasticPool"}},{"6":{"Value":"SqlShardMap"}},{"6":{"Value":"SqlServer"}},{"5":{"Elements":[322,323,324,325,326,4]}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-08-01-preview","ScopeType":8,"Body":302,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":329,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":330,"Flags":10,"Description":"The resource api version"},"properties":{"Type":332,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"JobProperties","Properties":{"description":{"Type":4,"Flags":0,"Description":"User-defined description of the job."},"version":{"Type":3,"Flags":2,"Description":"The job version number."},"schedule":{"Type":333,"Flags":0,"Description":"Schedule properties of the job."}}}},{"2":{"Name":"JobSchedule","Properties":{"startTime":{"Type":4,"Flags":0,"Description":"Schedule start time."},"endTime":{"Type":4,"Flags":0,"Description":"Schedule end time."},"type":{"Type":336,"Flags":0,"Description":"Schedule interval type"},"enabled":{"Type":2,"Flags":0,"Description":"Whether or not the schedule is enabled."},"interval":{"Type":4,"Flags":0,"Description":"Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format."}}}},{"6":{"Value":"Once"}},{"6":{"Value":"Recurring"}},{"5":{"Elements":[334,335]}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs@2021-08-01-preview","ScopeType":8,"Body":331,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/steps"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/steps","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":338,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":339,"Flags":10,"Description":"The resource api version"},"properties":{"Type":341,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"JobStepProperties","Properties":{"stepId":{"Type":3,"Flags":0,"Description":"The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified."},"targetGroup":{"Type":4,"Flags":1,"Description":"The resource ID of the target group that the job step will be executed on."},"credential":{"Type":4,"Flags":1,"Description":"The resource ID of the job credential that will be used to connect to the targets."},"action":{"Type":342,"Flags":1,"Description":"The action payload of the job step."},"output":{"Type":347,"Flags":0,"Description":"Output destination properties of the job step."},"executionOptions":{"Type":350,"Flags":0,"Description":"Execution options for the job step."}}}},{"2":{"Name":"JobStepAction","Properties":{"type":{"Type":344,"Flags":0,"Description":"Type of action being executed by the job step."},"source":{"Type":346,"Flags":0,"Description":"The source of the action to execute."},"value":{"Type":4,"Flags":1,"Description":"The action value, for example the text of the T-SQL script to execute."}}}},{"6":{"Value":"TSql"}},{"5":{"Elements":[343,4]}},{"6":{"Value":"Inline"}},{"5":{"Elements":[345,4]}},{"2":{"Name":"JobStepOutput","Properties":{"type":{"Type":349,"Flags":0,"Description":"The output destination type."},"subscriptionId":{"Type":4,"Flags":0,"Description":"The output destination subscription id."},"resourceGroupName":{"Type":4,"Flags":0,"Description":"The output destination resource group."},"serverName":{"Type":4,"Flags":1,"Description":"The output destination server name."},"databaseName":{"Type":4,"Flags":1,"Description":"The output destination database."},"schemaName":{"Type":4,"Flags":0,"Description":"The output destination schema."},"tableName":{"Type":4,"Flags":1,"Description":"The output destination table."},"credential":{"Type":4,"Flags":1,"Description":"The resource ID of the credential to use to connect to the output destination."}}}},{"6":{"Value":"SqlDatabase"}},{"5":{"Elements":[348,4]}},{"2":{"Name":"JobStepExecutionOptions","Properties":{"timeoutSeconds":{"Type":3,"Flags":0,"Description":"Execution timeout for the job step."},"retryAttempts":{"Type":3,"Flags":0,"Description":"Maximum number of times the job step will be reattempted if the first attempt fails."},"initialRetryIntervalSeconds":{"Type":3,"Flags":0,"Description":"Initial delay between retries for job step execution."},"maximumRetryIntervalSeconds":{"Type":3,"Flags":0,"Description":"The maximum amount of time to wait between retries for job step execution."},"retryIntervalBackoffMultiplier":{"Type":3,"Flags":0,"Description":"The backoff multiplier for the time between retries."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-08-01-preview","ScopeType":8,"Body":340,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/targetGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/targetGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":352,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":353,"Flags":10,"Description":"The resource api version"},"properties":{"Type":355,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"JobTargetGroupProperties","Properties":{"members":{"Type":366,"Flags":1,"Description":"Members of the target group."}}}},{"2":{"Name":"JobTarget","Properties":{"membershipType":{"Type":359,"Flags":0,"Description":"Whether the target is included or excluded from the group."},"type":{"Type":365,"Flags":1,"Description":"The target type."},"serverName":{"Type":4,"Flags":0,"Description":"The target server name."},"databaseName":{"Type":4,"Flags":0,"Description":"The target database name."},"elasticPoolName":{"Type":4,"Flags":0,"Description":"The target elastic pool name."},"shardMapName":{"Type":4,"Flags":0,"Description":"The target shard map."},"refreshCredential":{"Type":4,"Flags":0,"Description":"The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target."}}}},{"6":{"Value":"Include"}},{"6":{"Value":"Exclude"}},{"5":{"Elements":[357,358]}},{"6":{"Value":"TargetGroup"}},{"6":{"Value":"SqlDatabase"}},{"6":{"Value":"SqlElasticPool"}},{"6":{"Value":"SqlShardMap"}},{"6":{"Value":"SqlServer"}},{"5":{"Elements":[360,361,362,363,364,4]}},{"3":{"ItemType":356}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/targetGroups@2021-08-01-preview","ScopeType":8,"Body":354,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[368,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/ledgerDigestUploads"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/ledgerDigestUploads","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":369,"Flags":9,"Description":"The resource name"},"type":{"Type":370,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":371,"Flags":10,"Description":"The resource api version"},"properties":{"Type":373,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"LedgerDigestUploadsProperties","Properties":{"digestStorageEndpoint":{"Type":4,"Flags":0,"Description":"The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger."},"state":{"Type":376,"Flags":2,"Description":"Specifies the state of ledger digest upload."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[374,375]}},{"4":{"Name":"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-08-01-preview","ScopeType":8,"Body":372,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[378,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":379,"Flags":9,"Description":"The resource name"},"type":{"Type":380,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":381,"Flags":10,"Description":"The resource api version"},"properties":{"Type":383,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"BaseLongTermRetentionPolicyProperties","Properties":{"weeklyRetention":{"Type":4,"Flags":0,"Description":"The weekly retention policy for an LTR backup in an ISO 8601 format."},"monthlyRetention":{"Type":4,"Flags":0,"Description":"The monthly retention policy for an LTR backup in an ISO 8601 format."},"yearlyRetention":{"Type":4,"Flags":0,"Description":"The yearly retention policy for an LTR backup in an ISO 8601 format."},"weekOfYear":{"Type":3,"Flags":0,"Description":"The week of year to take the yearly backup in an ISO 8601 format."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":382,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[385,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":386,"Flags":9,"Description":"The resource name"},"type":{"Type":387,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":388,"Flags":10,"Description":"The resource api version"},"properties":{"Type":390,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedBackupShortTermRetentionPolicyProperties","Properties":{"retentionDays":{"Type":3,"Flags":0,"Description":"The backup retention period in days. This is how many days Point-in-Time Restore will be supported."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":389,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":392,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":393,"Flags":10,"Description":"The resource api version"},"properties":{"Type":395,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":413,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"ManagedDatabaseProperties","Properties":{"collation":{"Type":4,"Flags":0,"Description":"Collation of the managed database."},"status":{"Type":403,"Flags":2,"Description":"Status of the database."},"creationDate":{"Type":4,"Flags":2,"Description":"Creation date of the database."},"earliestRestorePoint":{"Type":4,"Flags":2,"Description":"Earliest restore point in time for point in time restore."},"restorePointInTime":{"Type":4,"Flags":4,"Description":"Conditional. If createMode is PointInTimeRestore, this value is required. Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."},"defaultSecondaryLocation":{"Type":4,"Flags":2,"Description":"Geo paired region."},"catalogCollation":{"Type":406,"Flags":0,"Description":"Collation of the metadata catalog."},"createMode":{"Type":412,"Flags":4,"Description":"Managed database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. SourceDatabaseName, SourceManagedInstanceName and PointInTime must be specified. RestoreExternalBackup: Create a database by restoring from external backup files. Collation, StorageContainerUri and StorageContainerSasToken must be specified. Recovery: Creates a database by restoring a geo-replicated backup. RecoverableDatabaseId must be specified as the recoverable database resource ID to restore. RestoreLongTermRetentionBackup: Create a database by restoring from a long term retention backup (longTermRetentionBackupResourceId required)."},"storageContainerUri":{"Type":4,"Flags":4,"Description":"Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored."},"sourceDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the source database associated with create operation of this database."},"restorableDroppedDatabaseId":{"Type":4,"Flags":4,"Description":"The restorable dropped database resource id to restore when creating this database."},"storageContainerSasToken":{"Type":4,"Flags":4,"Description":"Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token."},"failoverGroupId":{"Type":4,"Flags":2,"Description":"Instance Failover Group resource identifier that this managed database belongs to."},"recoverableDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the recoverable database associated with create operation of this database."},"longTermRetentionBackupResourceId":{"Type":4,"Flags":4,"Description":"The name of the Long Term Retention backup to be used for restore of this managed database."},"autoCompleteRestore":{"Type":2,"Flags":4,"Description":"Whether to auto complete restore of this managed database."},"lastBackupName":{"Type":4,"Flags":4,"Description":"Last backup file name for restore of this managed database."}}}},{"6":{"Value":"Online"}},{"6":{"Value":"Offline"}},{"6":{"Value":"Shutdown"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Inaccessible"}},{"6":{"Value":"Restoring"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[396,397,398,399,400,401,402,4]}},{"6":{"Value":"DATABASE_DEFAULT"}},{"6":{"Value":"SQL_Latin1_General_CP1_CI_AS"}},{"5":{"Elements":[404,405,4]}},{"6":{"Value":"Default"}},{"6":{"Value":"RestoreExternalBackup"}},{"6":{"Value":"PointInTimeRestore"}},{"6":{"Value":"Recovery"}},{"6":{"Value":"RestoreLongTermRetentionBackup"}},{"5":{"Elements":[407,408,409,410,411,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases@2021-08-01-preview","ScopeType":8,"Body":394,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[415,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/securityAlertPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/securityAlertPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":416,"Flags":9,"Description":"The resource name"},"type":{"Type":417,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":418,"Flags":10,"Description":"The resource api version"},"properties":{"Type":420,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SecurityAlertPolicyProperties","Properties":{"state":{"Type":424,"Flags":1,"Description":"Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database."},"disabledAlerts":{"Type":425,"Flags":0,"Description":"Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action, Brute_Force"},"emailAddresses":{"Type":426,"Flags":0,"Description":"Specifies an array of e-mail addresses to which the alert is sent."},"emailAccountAdmins":{"Type":2,"Flags":0,"Description":"Specifies that the alert is sent to the account administrators."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs."},"storageAccountAccessKey":{"Type":4,"Flags":0,"Description":"Specifies the identifier key of the Threat Detection audit storage account."},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the Threat Detection audit logs."},"creationTime":{"Type":4,"Flags":2,"Description":"Specifies the UTC creation time of the policy."}}}},{"6":{"Value":"New"}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[421,422,423]}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-08-01-preview","ScopeType":8,"Body":419,"Flags":0}},{"6":{"Value":"current"}},{"6":{"Value":"recommended"}},{"5":{"Elements":[428,429]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":430,"Flags":9,"Description":"The resource name"},"type":{"Type":431,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":432,"Flags":10,"Description":"The resource api version"},"managedBy":{"Type":4,"Flags":2,"Description":"Resource that manages the sensitivity label."},"properties":{"Type":434,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SensitivityLabelProperties","Properties":{"schemaName":{"Type":4,"Flags":2,"Description":"The schema name."},"tableName":{"Type":4,"Flags":2,"Description":"The table name."},"columnName":{"Type":4,"Flags":2,"Description":"The column name."},"labelName":{"Type":4,"Flags":0,"Description":"The label name."},"labelId":{"Type":4,"Flags":0,"Description":"The label ID."},"informationType":{"Type":4,"Flags":0,"Description":"The information type."},"informationTypeId":{"Type":4,"Flags":0,"Description":"The information type ID."},"isDisabled":{"Type":2,"Flags":2,"Description":"Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not."},"rank":{"Type":440,"Flags":0}}}},{"6":{"Value":"None"}},{"6":{"Value":"Low"}},{"6":{"Value":"Medium"}},{"6":{"Value":"High"}},{"6":{"Value":"Critical"}},{"5":{"Elements":[435,436,437,438,439]}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-08-01-preview","ScopeType":8,"Body":433,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[442,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/transparentDataEncryption"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/transparentDataEncryption","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":443,"Flags":9,"Description":"The resource name"},"type":{"Type":444,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":445,"Flags":10,"Description":"The resource api version"},"properties":{"Type":447,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedTransparentDataEncryptionProperties","Properties":{"state":{"Type":450,"Flags":1,"Description":"Specifies the state of the transparent data encryption."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[448,449]}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-08-01-preview","ScopeType":8,"Body":446,"Flags":0}},{"6":{"Value":"master"}},{"6":{"Value":"default"}},{"5":{"Elements":[452,453]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":454,"Flags":9,"Description":"The resource name"},"type":{"Type":455,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":456,"Flags":10,"Description":"The resource api version"},"properties":{"Type":186,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-08-01-preview","ScopeType":8,"Body":457,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[459,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":460,"Flags":9,"Description":"The resource name"},"type":{"Type":461,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":462,"Flags":10,"Description":"The resource api version"},"properties":{"Type":196,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-08-01-preview","ScopeType":8,"Body":463,"Flags":0}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[465,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/administrators"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/administrators","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":466,"Flags":9,"Description":"The resource name"},"type":{"Type":467,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":468,"Flags":10,"Description":"The resource api version"},"properties":{"Type":470,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceAdministratorProperties","Properties":{"administratorType":{"Type":472,"Flags":1,"Description":"Type of the managed instance administrator."},"login":{"Type":4,"Flags":1,"Description":"Login name of the managed instance administrator."},"sid":{"Type":4,"Flags":1,"Description":"SID (object ID) of the managed instance administrator."},"tenantId":{"Type":4,"Flags":0,"Description":"Tenant ID of the managed instance administrator."}}}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[471,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/administrators@2021-08-01-preview","ScopeType":8,"Body":469,"Flags":0}},{"6":{"Value":"Default"}},{"5":{"Elements":[474,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/azureADOnlyAuthentications"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/azureADOnlyAuthentications","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":475,"Flags":9,"Description":"The resource name"},"type":{"Type":476,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":477,"Flags":10,"Description":"The resource api version"},"properties":{"Type":479,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceAzureADOnlyAuthProperties","Properties":{"azureADOnlyAuthentication":{"Type":2,"Flags":1,"Description":"Azure Active Directory only Authentication enabled."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-08-01-preview","ScopeType":8,"Body":478,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[481,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/encryptionProtector"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/encryptionProtector","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":482,"Flags":9,"Description":"The resource name"},"type":{"Type":483,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":484,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Kind of encryption protector. This is metadata used for the Azure portal experience."},"properties":{"Type":486,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceEncryptionProtectorProperties","Properties":{"serverKeyName":{"Type":4,"Flags":0,"Description":"The name of the managed instance key."},"serverKeyType":{"Type":489,"Flags":1,"Description":"The encryption protector type like 'ServiceManaged', 'AzureKeyVault'."},"uri":{"Type":4,"Flags":2,"Description":"The URI of the server key."},"thumbprint":{"Type":4,"Flags":2,"Description":"Thumbprint of the server key."},"autoRotationEnabled":{"Type":2,"Flags":0,"Description":"Key auto rotation opt-in flag. Either true or false."}}}},{"6":{"Value":"ServiceManaged"}},{"6":{"Value":"AzureKeyVault"}},{"5":{"Elements":[487,488,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/encryptionProtector@2021-08-01-preview","ScopeType":8,"Body":485,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/keys"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/keys","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":491,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":492,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Kind of encryption protector. This is metadata used for the Azure portal experience."},"properties":{"Type":494,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceKeyProperties","Properties":{"serverKeyType":{"Type":497,"Flags":5,"Description":"The key type like 'ServiceManaged', 'AzureKeyVault'."},"uri":{"Type":4,"Flags":4,"Description":"The URI of the key. If the ServerKeyType is AzureKeyVault, then the URI is required."},"thumbprint":{"Type":4,"Flags":2,"Description":"Thumbprint of the key."},"creationDate":{"Type":4,"Flags":2,"Description":"The key creation date."},"autoRotationEnabled":{"Type":2,"Flags":2,"Description":"Key auto rotation opt-in flag. Either true or false."}}}},{"6":{"Value":"ServiceManaged"}},{"6":{"Value":"AzureKeyVault"}},{"5":{"Elements":[495,496,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/keys@2021-08-01-preview","ScopeType":8,"Body":493,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[499,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":500,"Flags":9,"Description":"The resource name"},"type":{"Type":501,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":502,"Flags":10,"Description":"The resource api version"},"properties":{"Type":383,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":503,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/privateEndpointConnections"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":505,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":506,"Flags":10,"Description":"The resource api version"},"properties":{"Type":508,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstancePrivateEndpointConnectionProperties","Properties":{"privateEndpoint":{"Type":509,"Flags":0,"Description":"Private endpoint which the connection belongs to."},"privateLinkServiceConnectionState":{"Type":510,"Flags":0,"Description":"Connection State of the Private Endpoint Connection."},"provisioningState":{"Type":4,"Flags":2,"Description":"State of the Private Endpoint Connection."}}}},{"2":{"Name":"ManagedInstancePrivateEndpointProperty","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource id of the private endpoint."}}}},{"2":{"Name":"ManagedInstancePrivateLinkServiceConnectionStateProperty","Properties":{"status":{"Type":4,"Flags":1,"Description":"The private link service connection status."},"description":{"Type":4,"Flags":1,"Description":"The private link service connection description."},"actionsRequired":{"Type":4,"Flags":2,"Description":"The private link service connection description."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-08-01-preview","ScopeType":8,"Body":507,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":512,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":513,"Flags":10,"Description":"The resource api version"},"identity":{"Type":515,"Flags":0,"Description":"The Azure Active Directory identity of the managed instance."},"sku":{"Type":11,"Flags":0,"Description":"Managed instance SKU. Allowed values for sku.name: GP_Gen4, GP_Gen5, BC_Gen4, BC_Gen5"},"properties":{"Type":523,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":573,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"ResourceIdentity","Properties":{"userAssignedIdentities":{"Type":517,"Flags":0,"Description":"The resource ids of the user assigned identities to use"},"principalId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory principal id."},"type":{"Type":522,"Flags":0,"Description":"The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource."},"tenantId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory tenant id."}}}},{"2":{"Name":"UserIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory principal id."},"clientId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory client id."}}}},{"2":{"Name":"ResourceIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":516}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"SystemAssigned,UserAssigned"}},{"5":{"Elements":[518,519,520,521,4]}},{"2":{"Name":"ManagedInstanceProperties","Properties":{"provisioningState":{"Type":539,"Flags":2},"managedInstanceCreateMode":{"Type":542,"Flags":4,"Description":"Specifies the mode of database creation.\r\n\r\nDefault: Regular instance creation.\r\n\r\nRestore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and SourceManagedInstanceId must be specified."},"fullyQualifiedDomainName":{"Type":4,"Flags":2,"Description":"The fully qualified domain name of the managed instance."},"administratorLogin":{"Type":4,"Flags":0,"Description":"Administrator username for the managed instance. Can only be specified when the managed instance is being created (and is required for creation)."},"administratorLoginPassword":{"Type":4,"Flags":4,"Description":"The administrator login password (required for managed instance creation)."},"subnetId":{"Type":4,"Flags":0,"Description":"Subnet resource ID for the managed instance."},"state":{"Type":4,"Flags":2,"Description":"The state of the managed instance."},"licenseType":{"Type":545,"Flags":0,"Description":"The license type. Possible values are 'LicenseIncluded' (regular price inclusive of a new SQL license) and 'BasePrice' (discounted AHB price for bringing your own SQL licenses)."},"vCores":{"Type":3,"Flags":0,"Description":"The number of vCores. Allowed values: 8, 16, 24, 32, 40, 64, 80."},"storageSizeInGB":{"Type":3,"Flags":0,"Description":"Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only."},"collation":{"Type":4,"Flags":0,"Description":"Collation of the managed instance."},"dnsZone":{"Type":4,"Flags":2,"Description":"The Dns Zone that the managed instance is in."},"dnsZonePartner":{"Type":4,"Flags":4,"Description":"The resource id of another managed instance whose DNS zone this managed instance will share after creation."},"publicDataEndpointEnabled":{"Type":2,"Flags":0,"Description":"Whether or not the public data endpoint is enabled."},"sourceManagedInstanceId":{"Type":4,"Flags":4,"Description":"The resource identifier of the source managed instance associated with create operation of this instance."},"restorePointInTime":{"Type":4,"Flags":4,"Description":"Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."},"proxyOverride":{"Type":549,"Flags":0,"Description":"Connection type used for connecting to the instance."},"timezoneId":{"Type":4,"Flags":0,"Description":"Id of the timezone. Allowed values are timezones supported by Windows.\r\nWindows keeps details on supported timezones, including the id, in registry under\r\nKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones.\r\nYou can get those registry values via SQL Server by querying SELECT name AS timezone_id FROM sys.time_zone_info.\r\nList of Ids can also be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell.\r\nAn example of valid timezone id is \"Pacific Standard Time\" or \"W. Europe Standard Time\"."},"instancePoolId":{"Type":4,"Flags":0,"Description":"The Id of the instance pool this managed server belongs to."},"maintenanceConfigurationId":{"Type":4,"Flags":0,"Description":"Specifies maintenance configuration id to apply to this managed instance."},"privateEndpointConnections":{"Type":551,"Flags":2,"Description":"List of private endpoint connections on a managed instance."},"minimalTlsVersion":{"Type":4,"Flags":0,"Description":"Minimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2'"},"currentBackupStorageRedundancy":{"Type":556,"Flags":2,"Description":"The storage account type used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)"},"requestedBackupStorageRedundancy":{"Type":561,"Flags":0,"Description":"The storage account type to be used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)"},"zoneRedundant":{"Type":2,"Flags":0,"Description":"Whether or not the multi-az is enabled."},"primaryUserAssignedIdentityId":{"Type":4,"Flags":0,"Description":"The resource id of a user assigned identity to be used by default."},"keyId":{"Type":4,"Flags":0,"Description":"A CMK URI of the key to use for encryption."},"administrators":{"Type":562,"Flags":0,"Description":"The Azure Active Directory administrator of the server."},"servicePrincipal":{"Type":569,"Flags":0,"Description":"The managed instance's service principal."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Created"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Unrecognized"}},{"6":{"Value":"Running"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Registering"}},{"6":{"Value":"TimedOut"}},{"5":{"Elements":[524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,4]}},{"6":{"Value":"Default"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[540,541,4]}},{"6":{"Value":"LicenseIncluded"}},{"6":{"Value":"BasePrice"}},{"5":{"Elements":[543,544,4]}},{"6":{"Value":"Proxy"}},{"6":{"Value":"Redirect"}},{"6":{"Value":"Default"}},{"5":{"Elements":[546,547,548,4]}},{"2":{"Name":"ManagedInstancePecProperty","Properties":{"id":{"Type":4,"Flags":2,"Description":"Resource ID."},"properties":{"Type":508,"Flags":2,"Description":"Private endpoint connection properties"}}}},{"3":{"ItemType":550}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[552,553,554,555,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[557,558,559,560,4]}},{"2":{"Name":"ManagedInstanceExternalAdministrator","Properties":{"administratorType":{"Type":564,"Flags":0,"Description":"Type of the sever administrator."},"principalType":{"Type":568,"Flags":0,"Description":"Principal Type of the sever administrator."},"login":{"Type":4,"Flags":0,"Description":"Login name of the server administrator."},"sid":{"Type":4,"Flags":0,"Description":"SID (object ID) of the server administrator."},"tenantId":{"Type":4,"Flags":0,"Description":"Tenant ID of the administrator."},"azureADOnlyAuthentication":{"Type":2,"Flags":0,"Description":"Azure Active Directory only Authentication enabled."}}}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[563,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Group"}},{"6":{"Value":"Application"}},{"5":{"Elements":[565,566,567,4]}},{"2":{"Name":"ServicePrincipal","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory application object id."},"clientId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory application client id."},"tenantId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory tenant id."},"type":{"Type":572,"Flags":0,"Description":"Service principal type."}}}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"5":{"Elements":[570,571,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/managedInstances@2021-08-01-preview","ScopeType":8,"Body":514,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[575,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/vulnerabilityAssessments"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/vulnerabilityAssessments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":576,"Flags":9,"Description":"The resource name"},"type":{"Type":577,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":578,"Flags":10,"Description":"The resource api version"},"properties":{"Type":580,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceVulnerabilityAssessmentProperties","Properties":{"storageContainerPath":{"Type":4,"Flags":5,"Description":"A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/)."},"storageContainerSasKey":{"Type":4,"Flags":4,"Description":"A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"recurringScans":{"Type":197,"Flags":0,"Description":"The recurring scans settings"}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-08-01-preview","ScopeType":8,"Body":579,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[582,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":583,"Flags":9,"Description":"The resource name"},"type":{"Type":584,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":585,"Flags":10,"Description":"The resource api version"},"properties":{"Type":390,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":586,"Flags":0}},{"6":{"Value":"Default"}},{"5":{"Elements":[588,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/securityAlertPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/securityAlertPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":589,"Flags":9,"Description":"The resource name"},"type":{"Type":590,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":591,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":162,"Flags":2,"Description":"SystemData of SecurityAlertPolicyResource."},"properties":{"Type":173,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-08-01-preview","ScopeType":8,"Body":592,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/outboundFirewallRules"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/outboundFirewallRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":594,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":595,"Flags":10,"Description":"The resource api version"},"properties":{"Type":597,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"OutboundFirewallRuleProperties","Properties":{"provisioningState":{"Type":4,"Flags":2,"Description":"The state of the outbound rule."}}}},{"4":{"Name":"Microsoft.Sql/servers/outboundFirewallRules@2021-08-01-preview","ScopeType":8,"Body":596,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/privateEndpointConnections"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":599,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":600,"Flags":10,"Description":"The resource api version"},"properties":{"Type":602,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"privateEndpoint":{"Type":603,"Flags":0,"Description":"Private endpoint which the connection belongs to."},"groupIds":{"Type":604,"Flags":2,"Description":"Group IDs."},"privateLinkServiceConnectionState":{"Type":605,"Flags":0,"Description":"Connection state of the private endpoint connection."},"provisioningState":{"Type":618,"Flags":2,"Description":"State of the private endpoint connection."}}}},{"2":{"Name":"PrivateEndpointProperty","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource id of the private endpoint."}}}},{"3":{"ItemType":4}},{"2":{"Name":"PrivateLinkServiceConnectionStateProperty","Properties":{"status":{"Type":610,"Flags":1,"Description":"The private link service connection status."},"description":{"Type":4,"Flags":1,"Description":"The private link service connection description."},"actionsRequired":{"Type":612,"Flags":2,"Description":"The actions required for private link service connection."}}}},{"6":{"Value":"Approved"}},{"6":{"Value":"Pending"}},{"6":{"Value":"Rejected"}},{"6":{"Value":"Disconnected"}},{"5":{"Elements":[606,607,608,609,4]}},{"6":{"Value":"None"}},{"5":{"Elements":[611,4]}},{"6":{"Value":"Approving"}},{"6":{"Value":"Ready"}},{"6":{"Value":"Dropping"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Rejecting"}},{"5":{"Elements":[613,614,615,616,617,4]}},{"4":{"Name":"Microsoft.Sql/servers/privateEndpointConnections@2021-08-01-preview","ScopeType":8,"Body":601,"Flags":0}},{"6":{"Value":"current"}},{"6":{"Value":"recommended"}},{"5":{"Elements":[620,621]}},{"6":{"Value":"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":622,"Flags":9,"Description":"The resource name"},"type":{"Type":623,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":624,"Flags":10,"Description":"The resource api version"},"managedBy":{"Type":4,"Flags":2,"Description":"Resource that manages the sensitivity label."},"properties":{"Type":434,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-08-01-preview","ScopeType":8,"Body":625,"Flags":0}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[627,4]}},{"6":{"Value":"Microsoft.Sql/servers/administrators"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/administrators","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":628,"Flags":9,"Description":"The resource name"},"type":{"Type":629,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":630,"Flags":10,"Description":"The resource api version"},"properties":{"Type":632,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"AdministratorProperties","Properties":{"administratorType":{"Type":634,"Flags":1,"Description":"Type of the sever administrator."},"login":{"Type":4,"Flags":1,"Description":"Login name of the server administrator."},"sid":{"Type":4,"Flags":1,"Description":"SID (object ID) of the server administrator."},"tenantId":{"Type":4,"Flags":0,"Description":"Tenant ID of the administrator."},"azureADOnlyAuthentication":{"Type":2,"Flags":2,"Description":"Azure Active Directory only Authentication enabled."}}}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[633,4]}},{"4":{"Name":"Microsoft.Sql/servers/administrators@2021-08-01-preview","ScopeType":8,"Body":631,"Flags":0}},{"6":{"Value":"Default"}},{"5":{"Elements":[636,4]}},{"6":{"Value":"Microsoft.Sql/servers/azureADOnlyAuthentications"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/azureADOnlyAuthentications","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":637,"Flags":9,"Description":"The resource name"},"type":{"Type":638,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":639,"Flags":10,"Description":"The resource api version"},"properties":{"Type":641,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"AzureADOnlyAuthProperties","Properties":{"azureADOnlyAuthentication":{"Type":2,"Flags":1,"Description":"Azure Active Directory only Authentication enabled."}}}},{"4":{"Name":"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-08-01-preview","ScopeType":8,"Body":640,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[643,4]}},{"6":{"Value":"Microsoft.Sql/servers/connectionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/connectionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":644,"Flags":9,"Description":"The resource name"},"type":{"Type":645,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":646,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"kind":{"Type":4,"Flags":2,"Description":"Metadata used for the Azure portal experience."},"properties":{"Type":648,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerConnectionPolicyProperties","Properties":{"connectionType":{"Type":652,"Flags":1,"Description":"The server connection type."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Redirect"}},{"6":{"Value":"Proxy"}},{"5":{"Elements":[649,650,651,4]}},{"4":{"Name":"Microsoft.Sql/servers/connectionPolicies@2021-08-01-preview","ScopeType":8,"Body":647,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/devOpsAuditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/devOpsAuditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":654,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":655,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":162,"Flags":2,"Description":"SystemData of ServerDevOpsAuditSettingsResource."},"properties":{"Type":657,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerDevOpsAuditSettingsProperties","Properties":{"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether DevOps audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure DevOps audit, Diagnostic Settings with 'DevOpsOperationsAudit' diagnostic logs category on the master database should be also created.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/master/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"state":{"Type":660,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[658,659]}},{"4":{"Name":"Microsoft.Sql/servers/devOpsAuditingSettings@2021-08-01-preview","ScopeType":8,"Body":656,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/dnsAliases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/dnsAliases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":662,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":663,"Flags":10,"Description":"The resource api version"},"properties":{"Type":665,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ServerDnsAliasProperties","Properties":{"azureDnsRecord":{"Type":4,"Flags":2,"Description":"The fully qualified DNS record for alias"}}}},{"4":{"Name":"Microsoft.Sql/servers/dnsAliases@2021-08-01-preview","ScopeType":8,"Body":664,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/keys"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/keys","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":667,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":668,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Kind of encryption protector. This is metadata used for the Azure portal experience."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":670,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerKeyProperties","Properties":{"subregion":{"Type":4,"Flags":2,"Description":"Subregion of the server key."},"serverKeyType":{"Type":673,"Flags":5,"Description":"The server key type like 'ServiceManaged', 'AzureKeyVault'."},"uri":{"Type":4,"Flags":4,"Description":"The URI of the server key. If the ServerKeyType is AzureKeyVault, then the URI is required."},"thumbprint":{"Type":4,"Flags":2,"Description":"Thumbprint of the server key."},"creationDate":{"Type":4,"Flags":2,"Description":"The server key creation date."},"autoRotationEnabled":{"Type":2,"Flags":2,"Description":"Key auto rotation opt-in flag. Either true or false."}}}},{"6":{"Value":"ServiceManaged"}},{"6":{"Value":"AzureKeyVault"}},{"5":{"Elements":[671,672,4]}},{"4":{"Name":"Microsoft.Sql/servers/keys@2021-08-01-preview","ScopeType":8,"Body":669,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":675,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":676,"Flags":10,"Description":"The resource api version"},"identity":{"Type":515,"Flags":0,"Description":"The Azure Active Directory identity of the server."},"kind":{"Type":4,"Flags":2,"Description":"Kind of sql server. This is metadata used for the Azure portal experience."},"properties":{"Type":678,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":697,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"ServerProperties","Properties":{"administratorLogin":{"Type":4,"Flags":0,"Description":"Administrator username for the server. Once created it cannot be changed."},"administratorLoginPassword":{"Type":4,"Flags":4,"Description":"The administrator login password (required for server creation)."},"version":{"Type":4,"Flags":0,"Description":"The version of the server."},"state":{"Type":4,"Flags":2,"Description":"The state of the server."},"fullyQualifiedDomainName":{"Type":4,"Flags":2,"Description":"The fully qualified domain name of the server."},"privateEndpointConnections":{"Type":680,"Flags":2,"Description":"List of private endpoint connections on a server"},"minimalTlsVersion":{"Type":4,"Flags":0,"Description":"Minimal TLS version. Allowed values: '1.0', '1.1', '1.2'"},"publicNetworkAccess":{"Type":683,"Flags":0,"Description":"Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'"},"workspaceFeature":{"Type":686,"Flags":2,"Description":"Whether or not existing server has a workspace created and if it allows connection from workspace"},"primaryUserAssignedIdentityId":{"Type":4,"Flags":0,"Description":"The resource id of a user assigned identity to be used by default."},"federatedClientId":{"Type":4,"Flags":0,"Description":"The Client id used for cross tenant CMK scenario"},"keyId":{"Type":4,"Flags":0,"Description":"A CMK URI of the key to use for encryption."},"administrators":{"Type":687,"Flags":0,"Description":"The Azure Active Directory administrator of the server."},"restrictOutboundNetworkAccess":{"Type":696,"Flags":0,"Description":"Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'"}}}},{"2":{"Name":"ServerPrivateEndpointConnection","Properties":{"id":{"Type":4,"Flags":2,"Description":"Resource ID."},"properties":{"Type":602,"Flags":2,"Description":"Private endpoint connection properties"}}}},{"3":{"ItemType":679}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[681,682,4]}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"5":{"Elements":[684,685,4]}},{"2":{"Name":"ServerExternalAdministrator","Properties":{"administratorType":{"Type":689,"Flags":0,"Description":"Type of the sever administrator."},"principalType":{"Type":693,"Flags":0,"Description":"Principal Type of the sever administrator."},"login":{"Type":4,"Flags":0,"Description":"Login name of the server administrator."},"sid":{"Type":4,"Flags":0,"Description":"SID (object ID) of the server administrator."},"tenantId":{"Type":4,"Flags":0,"Description":"Tenant ID of the administrator."},"azureADOnlyAuthentication":{"Type":2,"Flags":0,"Description":"Azure Active Directory only Authentication enabled."}}}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[688,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Group"}},{"6":{"Value":"Application"}},{"5":{"Elements":[690,691,692,4]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[694,695,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/servers@2021-08-01-preview","ScopeType":8,"Body":677,"Flags":0}},{"6":{"Value":"Default"}},{"5":{"Elements":[699,4]}},{"6":{"Value":"Microsoft.Sql/servers/securityAlertPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/securityAlertPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":700,"Flags":9,"Description":"The resource name"},"type":{"Type":701,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":702,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":162,"Flags":2,"Description":"SystemData of SecurityAlertPolicyResource."},"properties":{"Type":173,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/securityAlertPolicies@2021-08-01-preview","ScopeType":8,"Body":703,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/serverTrustCertificates"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/serverTrustCertificates","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":705,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":706,"Flags":10,"Description":"The resource api version"},"properties":{"Type":708,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerTrustCertificateProperties","Properties":{"publicBlob":{"Type":4,"Flags":0,"Description":"The certificate public blob"},"thumbprint":{"Type":4,"Flags":2,"Description":"The certificate thumbprint"},"certificateName":{"Type":4,"Flags":2,"Description":"The certificate name"}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-08-01-preview","ScopeType":8,"Body":707,"Flags":0}},{"6":{"Value":"Microsoft.Sql/locations/serverTrustGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/serverTrustGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":710,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":711,"Flags":10,"Description":"The resource api version"},"properties":{"Type":713,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerTrustGroupProperties","Properties":{"groupMembers":{"Type":715,"Flags":1,"Description":"Group members information for the server trust group."},"trustScopes":{"Type":719,"Flags":1,"Description":"Trust scope of the server trust group."}}}},{"2":{"Name":"ServerInfo","Properties":{"serverId":{"Type":4,"Flags":1,"Description":"Server Id."}}}},{"3":{"ItemType":714}},{"6":{"Value":"GlobalTransactions"}},{"6":{"Value":"ServiceBroker"}},{"5":{"Elements":[716,717,4]}},{"3":{"ItemType":718}},{"4":{"Name":"Microsoft.Sql/locations/serverTrustGroups@2021-08-01-preview","ScopeType":8,"Body":712,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[721,4]}},{"6":{"Value":"Microsoft.Sql/servers/vulnerabilityAssessments"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/vulnerabilityAssessments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":722,"Flags":9,"Description":"The resource name"},"type":{"Type":723,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":724,"Flags":10,"Description":"The resource api version"},"properties":{"Type":726,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerVulnerabilityAssessmentProperties","Properties":{"storageContainerPath":{"Type":4,"Flags":5,"Description":"A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/)."},"storageContainerSasKey":{"Type":4,"Flags":4,"Description":"A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"recurringScans":{"Type":197,"Flags":0,"Description":"The recurring scans settings"}}}},{"4":{"Name":"Microsoft.Sql/servers/vulnerabilityAssessments@2021-08-01-preview","ScopeType":8,"Body":725,"Flags":0}},{"6":{"Value":"current"}},{"6":{"Value":"Microsoft.Sql/managedInstances/sqlAgent"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/sqlAgent","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":728,"Flags":9,"Description":"The resource name"},"type":{"Type":729,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":730,"Flags":10,"Description":"The resource api version"},"properties":{"Type":732,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SqlAgentConfigurationProperties","Properties":{"state":{"Type":735,"Flags":0,"Description":"The state of Sql Agent."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[733,734,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/sqlAgent@2021-08-01-preview","ScopeType":8,"Body":731,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/syncAgents"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/syncAgents","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":737,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":738,"Flags":10,"Description":"The resource api version"},"properties":{"Type":740,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SyncAgentProperties","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the sync agent."},"syncDatabaseId":{"Type":4,"Flags":0,"Description":"ARM resource id of the sync database in the sync agent."},"lastAliveTime":{"Type":4,"Flags":2,"Description":"Last alive time of the sync agent."},"state":{"Type":744,"Flags":2,"Description":"State of the sync agent."},"isUpToDate":{"Type":2,"Flags":2,"Description":"If the sync agent version is up to date."},"expiryTime":{"Type":4,"Flags":2,"Description":"Expiration time of the sync agent version."},"version":{"Type":4,"Flags":2,"Description":"Version of the sync agent."}}}},{"6":{"Value":"Online"}},{"6":{"Value":"Offline"}},{"6":{"Value":"NeverConnected"}},{"5":{"Elements":[741,742,743,4]}},{"4":{"Name":"Microsoft.Sql/servers/syncAgents@2021-08-01-preview","ScopeType":8,"Body":739,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/syncGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/syncGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":746,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":747,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The name and capacity of the SKU."},"properties":{"Type":749,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SyncGroupProperties","Properties":{"interval":{"Type":3,"Flags":0,"Description":"Sync interval of the sync group."},"lastSyncTime":{"Type":4,"Flags":2,"Description":"Last sync time of the sync group."},"conflictResolutionPolicy":{"Type":752,"Flags":0,"Description":"Conflict resolution policy of the sync group."},"syncDatabaseId":{"Type":4,"Flags":0,"Description":"ARM resource id of the sync database in the sync group."},"hubDatabaseUserName":{"Type":4,"Flags":0,"Description":"User name for the sync group hub database credential."},"hubDatabasePassword":{"Type":4,"Flags":4,"Description":"Password for the sync group hub database credential."},"syncState":{"Type":758,"Flags":2,"Description":"Sync state of the sync group."},"schema":{"Type":759,"Flags":0,"Description":"Sync schema of the sync group."},"enableConflictLogging":{"Type":2,"Flags":0,"Description":"If conflict logging is enabled."},"conflictLoggingRetentionInDays":{"Type":3,"Flags":0,"Description":"Conflict logging retention period."},"usePrivateLinkConnection":{"Type":2,"Flags":0,"Description":"If use private link connection is enabled."},"privateEndpointName":{"Type":4,"Flags":2,"Description":"Private endpoint name of the sync group if use private link connection is enabled."}}}},{"6":{"Value":"HubWin"}},{"6":{"Value":"MemberWin"}},{"5":{"Elements":[750,751,4]}},{"6":{"Value":"NotReady"}},{"6":{"Value":"Error"}},{"6":{"Value":"Warning"}},{"6":{"Value":"Progressing"}},{"6":{"Value":"Good"}},{"5":{"Elements":[753,754,755,756,757,4]}},{"2":{"Name":"SyncGroupSchema","Properties":{"tables":{"Type":763,"Flags":0,"Description":"List of tables in sync group schema."},"masterSyncMemberName":{"Type":4,"Flags":0,"Description":"Name of master sync member where the schema is from."}}}},{"2":{"Name":"SyncGroupSchemaTable","Properties":{"columns":{"Type":762,"Flags":0,"Description":"List of columns in sync group schema."},"quotedName":{"Type":4,"Flags":0,"Description":"Quoted name of sync group schema table."}}}},{"2":{"Name":"SyncGroupSchemaTableColumn","Properties":{"quotedName":{"Type":4,"Flags":0,"Description":"Quoted name of sync group table column."},"dataSize":{"Type":4,"Flags":0,"Description":"Data size of the column."},"dataType":{"Type":4,"Flags":0,"Description":"Data type of the column."}}}},{"3":{"ItemType":761}},{"3":{"ItemType":760}},{"4":{"Name":"Microsoft.Sql/servers/databases/syncGroups@2021-08-01-preview","ScopeType":8,"Body":748,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/syncGroups/syncMembers"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/syncGroups/syncMembers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":765,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":766,"Flags":10,"Description":"The resource api version"},"properties":{"Type":768,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SyncMemberProperties","Properties":{"databaseType":{"Type":771,"Flags":0,"Description":"Database type of the sync member."},"syncAgentId":{"Type":4,"Flags":0,"Description":"ARM resource id of the sync agent in the sync member."},"sqlServerDatabaseId":{"Type":4,"Flags":0,"Description":"SQL Server database id of the sync member."},"syncMemberAzureDatabaseResourceId":{"Type":4,"Flags":0,"Description":"ARM resource id of the sync member logical database, for sync members in Azure."},"usePrivateLinkConnection":{"Type":2,"Flags":0,"Description":"Whether to use private link connection."},"privateEndpointName":{"Type":4,"Flags":2,"Description":"Private endpoint name of the sync member if use private link connection is enabled, for sync members in Azure."},"serverName":{"Type":4,"Flags":0,"Description":"Server name of the member database in the sync member"},"databaseName":{"Type":4,"Flags":0,"Description":"Database name of the member database in the sync member."},"userName":{"Type":4,"Flags":0,"Description":"User name of the member database in the sync member."},"password":{"Type":4,"Flags":4,"Description":"Password of the member database in the sync member."},"syncDirection":{"Type":775,"Flags":0,"Description":"Sync direction of the sync member."},"syncState":{"Type":794,"Flags":2,"Description":"Sync state of the sync member."}}}},{"6":{"Value":"AzureSqlDatabase"}},{"6":{"Value":"SqlServerDatabase"}},{"5":{"Elements":[769,770,4]}},{"6":{"Value":"Bidirectional"}},{"6":{"Value":"OneWayMemberToHub"}},{"6":{"Value":"OneWayHubToMember"}},{"5":{"Elements":[772,773,774,4]}},{"6":{"Value":"SyncInProgress"}},{"6":{"Value":"SyncSucceeded"}},{"6":{"Value":"SyncFailed"}},{"6":{"Value":"DisabledTombstoneCleanup"}},{"6":{"Value":"DisabledBackupRestore"}},{"6":{"Value":"SyncSucceededWithWarnings"}},{"6":{"Value":"SyncCancelling"}},{"6":{"Value":"SyncCancelled"}},{"6":{"Value":"UnProvisioned"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Provisioned"}},{"6":{"Value":"ProvisionFailed"}},{"6":{"Value":"DeProvisioning"}},{"6":{"Value":"DeProvisioned"}},{"6":{"Value":"DeProvisionFailed"}},{"6":{"Value":"Reprovisioning"}},{"6":{"Value":"ReprovisionFailed"}},{"6":{"Value":"UnReprovisioned"}},{"5":{"Elements":[776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,4]}},{"4":{"Name":"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-08-01-preview","ScopeType":8,"Body":767,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[796,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/transparentDataEncryption"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/transparentDataEncryption","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":797,"Flags":9,"Description":"The resource name"},"type":{"Type":798,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":799,"Flags":10,"Description":"The resource api version"},"properties":{"Type":801,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"TransparentDataEncryptionProperties","Properties":{"state":{"Type":804,"Flags":1,"Description":"Specifies the state of the transparent data encryption."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[802,803]}},{"4":{"Name":"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-08-01-preview","ScopeType":8,"Body":800,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/virtualNetworkRules"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/virtualNetworkRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":806,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":807,"Flags":10,"Description":"The resource api version"},"properties":{"Type":809,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"VirtualNetworkRuleProperties","Properties":{"virtualNetworkSubnetId":{"Type":4,"Flags":1,"Description":"The ARM resource id of the virtual network subnet."},"ignoreMissingVnetServiceEndpoint":{"Type":2,"Flags":0,"Description":"Create firewall rule before the virtual network has vnet service endpoint enabled."},"state":{"Type":816,"Flags":2,"Description":"Virtual Network Rule State"}}}},{"6":{"Value":"Initializing"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Ready"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Unknown"}},{"5":{"Elements":[810,811,812,813,814,815,4]}},{"4":{"Name":"Microsoft.Sql/servers/virtualNetworkRules@2021-08-01-preview","ScopeType":8,"Body":808,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":818,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":819,"Flags":10,"Description":"The resource api version"},"properties":{"Type":821,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"WorkloadClassifierProperties","Properties":{"memberName":{"Type":4,"Flags":1,"Description":"The workload classifier member name."},"label":{"Type":4,"Flags":0,"Description":"The workload classifier label."},"context":{"Type":4,"Flags":0,"Description":"The workload classifier context."},"startTime":{"Type":4,"Flags":0,"Description":"The workload classifier start time for classification."},"endTime":{"Type":4,"Flags":0,"Description":"The workload classifier end time for classification."},"importance":{"Type":4,"Flags":0,"Description":"The workload classifier importance."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-08-01-preview","ScopeType":8,"Body":820,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/workloadGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/workloadGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":823,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":824,"Flags":10,"Description":"The resource api version"},"properties":{"Type":826,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"WorkloadGroupProperties","Properties":{"minResourcePercent":{"Type":3,"Flags":1,"Description":"The workload group minimum percentage resource."},"maxResourcePercent":{"Type":3,"Flags":1,"Description":"The workload group cap percentage resource."},"minResourcePercentPerRequest":{"Type":3,"Flags":1,"Description":"The workload group request minimum grant percentage."},"maxResourcePercentPerRequest":{"Type":3,"Flags":0,"Description":"The workload group request maximum grant percentage."},"importance":{"Type":4,"Flags":0,"Description":"The workload group importance level."},"queryExecutionTimeout":{"Type":3,"Flags":0,"Description":"The workload group query execution timeout."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/workloadGroups@2021-08-01-preview","ScopeType":8,"Body":825,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/advisors"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/advisors","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":828,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":829,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":831,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"AdvisorProperties","Properties":{"advisorStatus":{"Type":836,"Flags":2,"Description":"Gets the status of availability of this advisor to customers. Possible values are 'GA', 'PublicPreview', 'LimitedPublicPreview' and 'PrivatePreview'."},"autoExecuteStatus":{"Type":840,"Flags":1,"Description":"Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor. Possible values are 'Enabled' and 'Disabled'"},"autoExecuteStatusInheritedFrom":{"Type":846,"Flags":2,"Description":"Gets the resource from which current value of auto-execute status is inherited. Auto-execute status can be set on (and inherited from) different levels in the resource hierarchy. Possible values are 'Subscription', 'Server', 'ElasticPool', 'Database' and 'Default' (when status is not explicitly set on any level)."},"recommendationsStatus":{"Type":4,"Flags":2,"Description":"Gets that status of recommendations for this advisor and reason for not having any recommendations. Possible values include, but are not limited to, 'Ok' (Recommendations available),LowActivity (not enough workload to analyze), 'DbSeemsTuned' (Database is doing well), etc."},"lastChecked":{"Type":4,"Flags":2,"Description":"Gets the time when the current resource was analyzed for recommendations by this advisor."},"recommendedActions":{"Type":889,"Flags":2,"Description":"Gets the recommended actions for this advisor."}}}},{"6":{"Value":"GA"}},{"6":{"Value":"PublicPreview"}},{"6":{"Value":"LimitedPublicPreview"}},{"6":{"Value":"PrivatePreview"}},{"5":{"Elements":[832,833,834,835]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Default"}},{"5":{"Elements":[837,838,839]}},{"6":{"Value":"Default"}},{"6":{"Value":"Subscription"}},{"6":{"Value":"Server"}},{"6":{"Value":"ElasticPool"}},{"6":{"Value":"Database"}},{"5":{"Elements":[841,842,843,844,845]}},{"2":{"Name":"RecommendedAction","Properties":{"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":848,"Flags":0,"Description":"Resource properties."},"id":{"Type":4,"Flags":2,"Description":"Resource ID."},"name":{"Type":4,"Flags":2,"Description":"Resource name."},"type":{"Type":4,"Flags":2,"Description":"Resource type."}}}},{"2":{"Name":"RecommendedActionProperties","Properties":{"recommendationReason":{"Type":4,"Flags":2,"Description":"Gets the reason for recommending this action. e.g., DuplicateIndex"},"validSince":{"Type":4,"Flags":2,"Description":"Gets the time since when this recommended action is valid."},"lastRefresh":{"Type":4,"Flags":2,"Description":"Gets time when this recommended action was last refreshed."},"state":{"Type":849,"Flags":1,"Description":"Gets the info of the current state the recommended action is in."},"isExecutableAction":{"Type":2,"Flags":2,"Description":"Gets if this recommended action is actionable by user"},"isRevertableAction":{"Type":2,"Flags":2,"Description":"Gets if changes applied by this recommended action can be reverted by user"},"isArchivedAction":{"Type":2,"Flags":2,"Description":"Gets if this recommended action was suggested some time ago but user chose to ignore this and system added a new recommended action again."},"executeActionStartTime":{"Type":4,"Flags":2,"Description":"Gets the time when system started applying this recommended action on the user resource. e.g., index creation start time"},"executeActionDuration":{"Type":4,"Flags":2,"Description":"Gets the time taken for applying this recommended action on user resource. e.g., time taken for index creation"},"revertActionStartTime":{"Type":4,"Flags":2,"Description":"Gets the time when system started reverting changes of this recommended action on user resource. e.g., time when index drop is executed."},"revertActionDuration":{"Type":4,"Flags":2,"Description":"Gets the time taken for reverting changes of this recommended action on user resource. e.g., time taken for dropping the created index."},"executeActionInitiatedBy":{"Type":870,"Flags":2,"Description":"Gets if approval for applying this recommended action was given by user/system."},"executeActionInitiatedTime":{"Type":4,"Flags":2,"Description":"Gets the time when this recommended action was approved for execution."},"revertActionInitiatedBy":{"Type":873,"Flags":2,"Description":"Gets if approval for reverting this recommended action was given by user/system."},"revertActionInitiatedTime":{"Type":4,"Flags":2,"Description":"Gets the time when this recommended action was approved for revert."},"score":{"Type":3,"Flags":2,"Description":"Gets the impact of this recommended action. Possible values are 1 - Low impact, 2 - Medium Impact and 3 - High Impact"},"implementationDetails":{"Type":874,"Flags":2,"Description":"Gets the implementation details of this recommended action for user to apply it manually."},"errorDetails":{"Type":878,"Flags":2,"Description":"Gets the error details if and why this recommended action is put to error state."},"estimatedImpact":{"Type":883,"Flags":2,"Description":"Gets the estimated impact info for this recommended action e.g., Estimated CPU gain, Estimated Disk Space change"},"observedImpact":{"Type":884,"Flags":2,"Description":"Gets the observed/actual impact info for this recommended action e.g., Actual CPU gain, Actual Disk Space change"},"timeSeries":{"Type":886,"Flags":2,"Description":"Gets the time series info of metrics for this recommended action e.g., CPU consumption time series"},"linkedObjects":{"Type":887,"Flags":2,"Description":"Gets the linked objects, if any."},"details":{"Type":888,"Flags":2,"Description":"Gets additional details specific to this recommended action."}}}},{"2":{"Name":"RecommendedActionStateInfo","Properties":{"currentValue":{"Type":864,"Flags":1,"Description":"Current state the recommended action is in. Some commonly used states are: Active -> recommended action is active and no action has been taken yet. Pending -> recommended action is approved for and is awaiting execution. Executing -> recommended action is being applied on the user database. Verifying -> recommended action was applied and is being verified of its usefulness by the system. Success -> recommended action was applied and improvement found during verification. Pending Revert -> verification found little or no improvement so recommended action is queued for revert or user has manually reverted. Reverting -> changes made while applying recommended action are being reverted on the user database. Reverted -> successfully reverted the changes made by recommended action on user database. Ignored -> user explicitly ignored/discarded the recommended action."},"actionInitiatedBy":{"Type":867,"Flags":2,"Description":"Gets who initiated the execution of this recommended action. Possible Value are: User -> When user explicity notified system to apply the recommended action. System -> When auto-execute status of this advisor was set to 'Enabled', in which case the system applied it."},"lastModified":{"Type":4,"Flags":2,"Description":"Gets the time when the state was last modified"}}}},{"6":{"Value":"Active"}},{"6":{"Value":"Pending"}},{"6":{"Value":"Executing"}},{"6":{"Value":"Verifying"}},{"6":{"Value":"PendingRevert"}},{"6":{"Value":"RevertCancelled"}},{"6":{"Value":"Reverting"}},{"6":{"Value":"Reverted"}},{"6":{"Value":"Ignored"}},{"6":{"Value":"Expired"}},{"6":{"Value":"Monitoring"}},{"6":{"Value":"Resolved"}},{"6":{"Value":"Success"}},{"6":{"Value":"Error"}},{"5":{"Elements":[850,851,852,853,854,855,856,857,858,859,860,861,862,863,4]}},{"6":{"Value":"User"}},{"6":{"Value":"System"}},{"5":{"Elements":[865,866]}},{"6":{"Value":"User"}},{"6":{"Value":"System"}},{"5":{"Elements":[868,869]}},{"6":{"Value":"User"}},{"6":{"Value":"System"}},{"5":{"Elements":[871,872]}},{"2":{"Name":"RecommendedActionImplementationInfo","Properties":{"method":{"Type":877,"Flags":2,"Description":"Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell."},"script":{"Type":4,"Flags":2,"Description":"Gets the manual implementation script. e.g., T-SQL script that could be executed on the database."}}}},{"6":{"Value":"TSql"}},{"6":{"Value":"AzurePowerShell"}},{"5":{"Elements":[875,876]}},{"2":{"Name":"RecommendedActionErrorInfo","Properties":{"errorCode":{"Type":4,"Flags":2,"Description":"Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists"},"isRetryable":{"Type":881,"Flags":2,"Description":"Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No"}}}},{"6":{"Value":"Yes"}},{"6":{"Value":"No"}},{"5":{"Elements":[879,880]}},{"2":{"Name":"RecommendedActionImpactRecord","Properties":{"dimensionName":{"Type":4,"Flags":2,"Description":"Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected."},"unit":{"Type":4,"Flags":2,"Description":"Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected."},"absoluteValue":{"Type":3,"Flags":2,"Description":"Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected"},"changeValueAbsolute":{"Type":3,"Flags":2,"Description":"Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes"},"changeValueRelative":{"Type":3,"Flags":2,"Description":"Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage"}}}},{"3":{"ItemType":882}},{"3":{"ItemType":882}},{"2":{"Name":"RecommendedActionMetricInfo","Properties":{"metricName":{"Type":4,"Flags":2,"Description":"Gets the name of the metric. e.g., CPU, Number of Queries."},"unit":{"Type":4,"Flags":2,"Description":"Gets the unit in which metric is measured. e.g., DTU, Frequency"},"timeGrain":{"Type":4,"Flags":2,"Description":"Gets the duration of time interval for the value given by this MetricInfo. e.g., PT1H (1 hour)"},"startTime":{"Type":4,"Flags":2,"Description":"Gets the start time of time interval given by this MetricInfo."},"value":{"Type":3,"Flags":2,"Description":"Gets the value of the metric in the time interval given by this MetricInfo."}}}},{"3":{"ItemType":885}},{"3":{"ItemType":4}},{"2":{"Name":"RecommendedActionPropertiesDetails","Properties":{},"AdditionalProperties":0}},{"3":{"ItemType":847}},{"4":{"Name":"Microsoft.Sql/servers/databases/advisors@2021-08-01-preview","ScopeType":8,"Body":830,"Flags":1}},{"6":{"Value":"current"}},{"6":{"Value":"Microsoft.Sql/servers/databases/automaticTuning"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/automaticTuning","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":891,"Flags":9,"Description":"The resource name"},"type":{"Type":892,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":893,"Flags":10,"Description":"The resource api version"},"properties":{"Type":895,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseAutomaticTuningProperties","Properties":{"desiredState":{"Type":900,"Flags":0,"Description":"Automatic tuning desired state."},"actualState":{"Type":905,"Flags":2,"Description":"Automatic tuning actual state."},"options":{"Type":922,"Flags":0,"Description":"Automatic tuning options definition."}}}},{"6":{"Value":"Inherit"}},{"6":{"Value":"Custom"}},{"6":{"Value":"Auto"}},{"6":{"Value":"Unspecified"}},{"5":{"Elements":[896,897,898,899]}},{"6":{"Value":"Inherit"}},{"6":{"Value":"Custom"}},{"6":{"Value":"Auto"}},{"6":{"Value":"Unspecified"}},{"5":{"Elements":[901,902,903,904]}},{"2":{"Name":"AutomaticTuningOptions","Properties":{"desiredState":{"Type":910,"Flags":0,"Description":"Automatic tuning option desired state."},"actualState":{"Type":913,"Flags":2,"Description":"Automatic tuning option actual state."},"reasonCode":{"Type":3,"Flags":2,"Description":"Reason code if desired and actual state are different."},"reasonDesc":{"Type":921,"Flags":2,"Description":"Reason description if desired and actual state are different."}}}},{"6":{"Value":"Off"}},{"6":{"Value":"On"}},{"6":{"Value":"Default"}},{"5":{"Elements":[907,908,909]}},{"6":{"Value":"Off"}},{"6":{"Value":"On"}},{"5":{"Elements":[911,912]}},{"6":{"Value":"Default"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"AutoConfigured"}},{"6":{"Value":"InheritedFromServer"}},{"6":{"Value":"QueryStoreOff"}},{"6":{"Value":"QueryStoreReadOnly"}},{"6":{"Value":"NotSupported"}},{"5":{"Elements":[914,915,916,917,918,919,920]}},{"2":{"Name":"DatabaseAutomaticTuningPropertiesOptions","Properties":{},"AdditionalProperties":906}},{"4":{"Name":"Microsoft.Sql/servers/databases/automaticTuning@2021-08-01-preview","ScopeType":8,"Body":894,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/schemas/tables/columns"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/schemas/tables/columns","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":924,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":925,"Flags":10,"Description":"The resource api version"},"properties":{"Type":927,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseColumnProperties","Properties":{"columnType":{"Type":962,"Flags":0,"Description":"The column data type."},"temporalType":{"Type":966,"Flags":0,"Description":"The table temporal type."},"memoryOptimized":{"Type":2,"Flags":0,"Description":"Whether or not the column belongs to a memory optimized table."},"isComputed":{"Type":2,"Flags":0,"Description":"Whether or not the column is computed."}}}},{"6":{"Value":"image"}},{"6":{"Value":"text"}},{"6":{"Value":"uniqueidentifier"}},{"6":{"Value":"date"}},{"6":{"Value":"time"}},{"6":{"Value":"datetime2"}},{"6":{"Value":"datetimeoffset"}},{"6":{"Value":"tinyint"}},{"6":{"Value":"smallint"}},{"6":{"Value":"int"}},{"6":{"Value":"smalldatetime"}},{"6":{"Value":"real"}},{"6":{"Value":"money"}},{"6":{"Value":"datetime"}},{"6":{"Value":"float"}},{"6":{"Value":"sql_variant"}},{"6":{"Value":"ntext"}},{"6":{"Value":"bit"}},{"6":{"Value":"decimal"}},{"6":{"Value":"numeric"}},{"6":{"Value":"smallmoney"}},{"6":{"Value":"bigint"}},{"6":{"Value":"hierarchyid"}},{"6":{"Value":"geometry"}},{"6":{"Value":"geography"}},{"6":{"Value":"varbinary"}},{"6":{"Value":"varchar"}},{"6":{"Value":"binary"}},{"6":{"Value":"char"}},{"6":{"Value":"timestamp"}},{"6":{"Value":"nvarchar"}},{"6":{"Value":"nchar"}},{"6":{"Value":"xml"}},{"6":{"Value":"sysname"}},{"5":{"Elements":[928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,4]}},{"6":{"Value":"NonTemporalTable"}},{"6":{"Value":"HistoryTable"}},{"6":{"Value":"SystemVersionedTemporalTable"}},{"5":{"Elements":[963,964,965,4]}},{"4":{"Name":"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-08-01-preview","ScopeType":8,"Body":926,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/advisors/recommendedActions"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/advisors/recommendedActions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":968,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":969,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":848,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-08-01-preview","ScopeType":8,"Body":970,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/schemas"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/schemas","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":972,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":973,"Flags":10,"Description":"The resource api version"}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/schemas@2021-08-01-preview","ScopeType":8,"Body":974,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/schemas/tables"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/schemas/tables","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":976,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":977,"Flags":10,"Description":"The resource api version"},"properties":{"Type":979,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseTableProperties","Properties":{"temporalType":{"Type":983,"Flags":0,"Description":"The table temporal type."},"memoryOptimized":{"Type":2,"Flags":0,"Description":"Whether or not the table is memory optimized."}}}},{"6":{"Value":"NonTemporalTable"}},{"6":{"Value":"HistoryTable"}},{"6":{"Value":"SystemVersionedTemporalTable"}},{"5":{"Elements":[980,981,982,4]}},{"4":{"Name":"Microsoft.Sql/servers/databases/schemas/tables@2021-08-01-preview","ScopeType":8,"Body":978,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":985,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":986,"Flags":10,"Description":"The resource api version"},"properties":{"Type":988,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"VulnerabilityAssessmentScanRecordProperties","Properties":{"scanId":{"Type":4,"Flags":2,"Description":"The scan ID."},"triggerType":{"Type":991,"Flags":2,"Description":"The scan trigger type."},"state":{"Type":996,"Flags":2,"Description":"The scan status."},"startTime":{"Type":4,"Flags":2,"Description":"The scan start time (UTC)."},"endTime":{"Type":4,"Flags":2,"Description":"The scan end time (UTC)."},"errors":{"Type":998,"Flags":2,"Description":"The scan errors."},"storageContainerPath":{"Type":4,"Flags":2,"Description":"The scan results storage container path."},"numberOfFailedSecurityChecks":{"Type":3,"Flags":2,"Description":"The number of failed security checks."}}}},{"6":{"Value":"OnDemand"}},{"6":{"Value":"Recurring"}},{"5":{"Elements":[989,990,4]}},{"6":{"Value":"Passed"}},{"6":{"Value":"Failed"}},{"6":{"Value":"FailedToRun"}},{"6":{"Value":"InProgress"}},{"5":{"Elements":[992,993,994,995,4]}},{"2":{"Name":"VulnerabilityAssessmentScanError","Properties":{"code":{"Type":4,"Flags":2,"Description":"The error code."},"message":{"Type":4,"Flags":2,"Description":"The error message."}}}},{"3":{"ItemType":997}},{"4":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-08-01-preview","ScopeType":8,"Body":987,"Flags":1}},{"6":{"Value":"current"}},{"5":{"Elements":[1000,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/dataWarehouseUserActivities"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/dataWarehouseUserActivities","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":1001,"Flags":9,"Description":"The resource name"},"type":{"Type":1002,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1003,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1005,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DataWarehouseUserActivitiesProperties","Properties":{"activeQueriesCount":{"Type":3,"Flags":2,"Description":"Count of running and suspended queries."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-08-01-preview","ScopeType":8,"Body":1004,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/deletedServers"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/deletedServers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1007,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1008,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1010,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DeletedServerProperties","Properties":{"version":{"Type":4,"Flags":2,"Description":"The version of the deleted server."},"deletionTime":{"Type":4,"Flags":2,"Description":"The deletion time of the deleted server."},"originalId":{"Type":4,"Flags":2,"Description":"The original ID of the server before deletion."},"fullyQualifiedDomainName":{"Type":4,"Flags":2,"Description":"The fully qualified domain name of the server."}}}},{"4":{"Name":"Microsoft.Sql/locations/deletedServers@2021-08-01-preview","ScopeType":4,"Body":1009,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1012,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1013,"Flags":10,"Description":"The resource api version"},"properties":{"Type":303,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-08-01-preview","ScopeType":8,"Body":1014,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/versions/steps"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/versions/steps","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1016,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1017,"Flags":10,"Description":"The resource api version"},"properties":{"Type":341,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-08-01-preview","ScopeType":8,"Body":1018,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1020,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1021,"Flags":10,"Description":"The resource api version"},"properties":{"Type":303,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-08-01-preview","ScopeType":8,"Body":1022,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/versions"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/versions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":3,"Flags":9,"Description":"The resource name"},"type":{"Type":1024,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1025,"Flags":10,"Description":"The resource api version"}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-08-01-preview","ScopeType":8,"Body":1026,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1028,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1029,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1031,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"LongTermRetentionBackupProperties","Properties":{"serverName":{"Type":4,"Flags":2,"Description":"The server name that the backup database belong to."},"serverCreateTime":{"Type":4,"Flags":2,"Description":"The create time of the server."},"databaseName":{"Type":4,"Flags":2,"Description":"The name of the database the backup belong to"},"databaseDeletionTime":{"Type":4,"Flags":2,"Description":"The delete time of the database"},"backupTime":{"Type":4,"Flags":2,"Description":"The time the backup was taken"},"backupExpirationTime":{"Type":4,"Flags":2,"Description":"The time the long term retention backup will expire."},"backupStorageRedundancy":{"Type":1036,"Flags":2,"Description":"The storage redundancy type of the backup"},"requestedBackupStorageRedundancy":{"Type":1041,"Flags":4,"Description":"The storage redundancy type of the backup"}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[1032,1033,1034,1035,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[1037,1038,1039,1040,4]}},{"4":{"Name":"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-08-01-preview","ScopeType":12,"Body":1030,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1043,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1044,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1046,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceLongTermRetentionBackupProperties","Properties":{"managedInstanceName":{"Type":4,"Flags":2,"Description":"The managed instance that the backup database belongs to."},"managedInstanceCreateTime":{"Type":4,"Flags":2,"Description":"The create time of the instance."},"databaseName":{"Type":4,"Flags":2,"Description":"The name of the database the backup belong to"},"databaseDeletionTime":{"Type":4,"Flags":2,"Description":"The delete time of the database"},"backupTime":{"Type":4,"Flags":2,"Description":"The time the backup was taken"},"backupExpirationTime":{"Type":4,"Flags":2,"Description":"The time the long term retention backup will expire."},"backupStorageRedundancy":{"Type":1051,"Flags":2,"Description":"The storage redundancy type of the backup"}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[1047,1048,1049,1050,4]}},{"4":{"Name":"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-08-01-preview","ScopeType":12,"Body":1045,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1053,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1054,"Flags":10,"Description":"The resource api version"},"properties":{"Type":927,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-08-01-preview","ScopeType":8,"Body":1055,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/queries"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/queries","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1057,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1058,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1060,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"QueryProperties","Properties":{"queryText":{"Type":4,"Flags":0,"Description":"Query text."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/queries@2021-08-01-preview","ScopeType":8,"Body":1059,"Flags":1}},{"6":{"Value":"Default"}},{"5":{"Elements":[1062,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/restoreDetails"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/restoreDetails","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":1063,"Flags":9,"Description":"The resource name"},"type":{"Type":1064,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1065,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1067,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedDatabaseRestoreDetailsProperties","Properties":{"status":{"Type":4,"Flags":2,"Description":"Restore status."},"currentRestoringFileName":{"Type":4,"Flags":2,"Description":"Current restoring file name."},"lastRestoredFileName":{"Type":4,"Flags":2,"Description":"Last restored file name."},"lastRestoredFileTime":{"Type":4,"Flags":2,"Description":"Last restored file time."},"percentCompleted":{"Type":3,"Flags":2,"Description":"Percent completed."},"unrestorableFiles":{"Type":1068,"Flags":2,"Description":"List of unrestorable files."},"numberOfFilesDetected":{"Type":3,"Flags":2,"Description":"Number of files detected."},"lastUploadedFileName":{"Type":4,"Flags":2,"Description":"Last uploaded file name."},"lastUploadedFileTime":{"Type":4,"Flags":2,"Description":"Last uploaded file time."},"blockReason":{"Type":4,"Flags":2,"Description":"The reason why restore is in Blocked state."}}}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-08-01-preview","ScopeType":8,"Body":1066,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/schemas"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/schemas","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1070,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1071,"Flags":10,"Description":"The resource api version"}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/schemas@2021-08-01-preview","ScopeType":8,"Body":1072,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/schemas/tables"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1074,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1075,"Flags":10,"Description":"The resource api version"},"properties":{"Type":979,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-08-01-preview","ScopeType":8,"Body":1076,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1078,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1079,"Flags":10,"Description":"The resource api version"},"properties":{"Type":988,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-08-01-preview","ScopeType":8,"Body":1080,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/operations"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/operations","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1082,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1083,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1085,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceOperationProperties","Properties":{"managedInstanceName":{"Type":4,"Flags":2,"Description":"The name of the managed instance the operation is being performed on."},"operation":{"Type":4,"Flags":2,"Description":"The name of operation."},"operationFriendlyName":{"Type":4,"Flags":2,"Description":"The friendly name of operation."},"percentComplete":{"Type":3,"Flags":2,"Description":"The percentage of the operation completed."},"startTime":{"Type":4,"Flags":2,"Description":"The operation start time."},"state":{"Type":1092,"Flags":2,"Description":"The operation state."},"errorCode":{"Type":3,"Flags":2,"Description":"The operation error code."},"errorDescription":{"Type":4,"Flags":2,"Description":"The operation error description."},"errorSeverity":{"Type":3,"Flags":2,"Description":"The operation error severity."},"isUserError":{"Type":2,"Flags":2,"Description":"Whether or not the error is a user error."},"estimatedCompletionTime":{"Type":4,"Flags":2,"Description":"The estimated completion time of the operation."},"description":{"Type":4,"Flags":2,"Description":"The operation description."},"isCancellable":{"Type":2,"Flags":2,"Description":"Whether the operation can be cancelled."},"operationParameters":{"Type":1093,"Flags":2,"Description":"The operation parameters."},"operationSteps":{"Type":1095,"Flags":2,"Description":"The operation steps."}}}},{"6":{"Value":"Pending"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"CancelInProgress"}},{"6":{"Value":"Cancelled"}},{"5":{"Elements":[1086,1087,1088,1089,1090,1091,4]}},{"2":{"Name":"ManagedInstanceOperationParametersPair","Properties":{"currentParameters":{"Type":1094,"Flags":2,"Description":"The current parameters."},"requestedParameters":{"Type":1094,"Flags":2,"Description":"The requested parameters."}}}},{"2":{"Name":"UpsertManagedServerOperationParameters","Properties":{"family":{"Type":4,"Flags":0},"tier":{"Type":4,"Flags":0},"vCores":{"Type":3,"Flags":0},"storageSizeInGB":{"Type":3,"Flags":0}}}},{"2":{"Name":"ManagedInstanceOperationSteps","Properties":{"totalSteps":{"Type":4,"Flags":2,"Description":"The total number of operation steps."},"currentStep":{"Type":3,"Flags":2,"Description":"The number of current operation steps."},"stepsList":{"Type":1104,"Flags":2,"Description":"The operation steps list."}}}},{"2":{"Name":"UpsertManagedServerOperationStepWithEstimatesAndDuration","Properties":{"stepStartTime":{"Type":4,"Flags":0},"stepEndTime":{"Type":4,"Flags":0},"timeElapsed":{"Type":4,"Flags":0},"order":{"Type":3,"Flags":0},"name":{"Type":4,"Flags":0},"status":{"Type":1103,"Flags":0}}}},{"6":{"Value":"NotStarted"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"SlowedDown"}},{"6":{"Value":"Completed"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[1097,1098,1099,1100,1101,1102,4]}},{"3":{"ItemType":1096}},{"4":{"Name":"Microsoft.Sql/managedInstances/operations@2021-08-01-preview","ScopeType":8,"Body":1084,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/privateLinkResources"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/privateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1106,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1107,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1109,"Flags":2,"Description":"The private link resource group id."}}}},{"2":{"Name":"ManagedInstancePrivateLinkProperties","Properties":{"groupId":{"Type":4,"Flags":2,"Description":"The private link resource group id."},"requiredMembers":{"Type":1110,"Flags":2,"Description":"The private link resource required member names."},"requiredZoneNames":{"Type":1111,"Flags":2,"Description":"The private link resource required zone names."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/privateLinkResources@2021-08-01-preview","ScopeType":8,"Body":1108,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/privateLinkResources"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/privateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1113,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1114,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1116,"Flags":2,"Description":"The private link resource group id."}}}},{"2":{"Name":"PrivateLinkResourceProperties","Properties":{"groupId":{"Type":4,"Flags":2,"Description":"The private link resource group id."},"requiredMembers":{"Type":1117,"Flags":2,"Description":"The private link resource required member names."},"requiredZoneNames":{"Type":1118,"Flags":2,"Description":"The private link resource required zone names."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/servers/privateLinkResources@2021-08-01-preview","ScopeType":8,"Body":1115,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/recoverableDatabases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/recoverableDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1120,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1121,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1123,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"RecoverableManagedDatabaseProperties","Properties":{"lastAvailableBackupDate":{"Type":4,"Flags":2,"Description":"The last available backup date."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/recoverableDatabases@2021-08-01-preview","ScopeType":8,"Body":1122,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/replicationLinks"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/replicationLinks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1125,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1126,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1128,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ReplicationLinkProperties","Properties":{"partnerServer":{"Type":4,"Flags":2,"Description":"Resource partner server."},"partnerDatabase":{"Type":4,"Flags":2,"Description":"Resource partner database."},"partnerLocation":{"Type":4,"Flags":2,"Description":"Resource partner location."},"role":{"Type":1134,"Flags":2,"Description":"Local replication role."},"partnerRole":{"Type":1140,"Flags":2,"Description":"Partner replication role."},"replicationMode":{"Type":4,"Flags":2,"Description":"Replication mode."},"startTime":{"Type":4,"Flags":2,"Description":"Time at which the link was created."},"percentComplete":{"Type":3,"Flags":2,"Description":"Seeding completion percentage for the link."},"replicationState":{"Type":1145,"Flags":2,"Description":"Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED)."},"isTerminationAllowed":{"Type":2,"Flags":2,"Description":"Whether the user is currently allowed to terminate the link."},"linkType":{"Type":1148,"Flags":2,"Description":"Link type (GEO, NAMED)."}}}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"6":{"Value":"NonReadableSecondary"}},{"6":{"Value":"Source"}},{"6":{"Value":"Copy"}},{"5":{"Elements":[1129,1130,1131,1132,1133]}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"6":{"Value":"NonReadableSecondary"}},{"6":{"Value":"Source"}},{"6":{"Value":"Copy"}},{"5":{"Elements":[1135,1136,1137,1138,1139]}},{"6":{"Value":"PENDING"}},{"6":{"Value":"SEEDING"}},{"6":{"Value":"CATCH_UP"}},{"6":{"Value":"SUSPENDED"}},{"5":{"Elements":[1141,1142,1143,1144,4]}},{"6":{"Value":"GEO"}},{"6":{"Value":"NAMED"}},{"5":{"Elements":[1146,1147,4]}},{"4":{"Name":"Microsoft.Sql/servers/databases/replicationLinks@2021-08-01-preview","ScopeType":8,"Body":1127,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/restorableDroppedDatabases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/restorableDroppedDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1150,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1151,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":2,"Description":"The name and tier of the SKU."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"tags":{"Type":1153,"Flags":2,"Description":"Resource tags."},"properties":{"Type":1154,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"RestorableDroppedDatabaseTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"RestorableDroppedDatabaseProperties","Properties":{"databaseName":{"Type":4,"Flags":2,"Description":"The name of the database."},"maxSizeBytes":{"Type":3,"Flags":2,"Description":"The max size of the database expressed in bytes."},"creationDate":{"Type":4,"Flags":2,"Description":"The creation date of the database (ISO8601 format)."},"deletionDate":{"Type":4,"Flags":2,"Description":"The deletion date of the database (ISO8601 format)."},"earliestRestoreDate":{"Type":4,"Flags":2,"Description":"The earliest restore date of the database (ISO8601 format)."},"backupStorageRedundancy":{"Type":1159,"Flags":2,"Description":"The storage account type used to store backups for this database."}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[1155,1156,1157,1158,4]}},{"4":{"Name":"Microsoft.Sql/servers/restorableDroppedDatabases@2021-08-01-preview","ScopeType":8,"Body":1152,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/restorableDroppedDatabases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/restorableDroppedDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1161,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1162,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1164,"Flags":2,"Description":"Resource properties."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"tags":{"Type":1165,"Flags":2,"Description":"Resource tags."}}}},{"2":{"Name":"RestorableDroppedManagedDatabaseProperties","Properties":{"databaseName":{"Type":4,"Flags":2,"Description":"The name of the database."},"creationDate":{"Type":4,"Flags":2,"Description":"The creation date of the database (ISO8601 format)."},"deletionDate":{"Type":4,"Flags":2,"Description":"The deletion date of the database (ISO8601 format)."},"earliestRestoreDate":{"Type":4,"Flags":2,"Description":"The earliest restore date of the database (ISO8601 format)."}}}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-08-01-preview","ScopeType":8,"Body":1163,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/restorePoints"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/restorePoints","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1167,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1168,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":1170,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"RestorePointProperties","Properties":{"restorePointType":{"Type":1173,"Flags":2,"Description":"The type of restore point"},"earliestRestoreDate":{"Type":4,"Flags":2,"Description":"The earliest time to which this database can be restored"},"restorePointCreationDate":{"Type":4,"Flags":2,"Description":"The time the backup was taken"},"restorePointLabel":{"Type":4,"Flags":2,"Description":"The label of restore point for backup request by user"}}}},{"6":{"Value":"CONTINUOUS"}},{"6":{"Value":"DISCRETE"}},{"5":{"Elements":[1171,1172]}},{"4":{"Name":"Microsoft.Sql/servers/databases/restorePoints@2021-08-01-preview","ScopeType":8,"Body":1169,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/advisors"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/advisors","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1175,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1176,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":831,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/advisors@2021-08-01-preview","ScopeType":8,"Body":1177,"Flags":1}},{"6":{"Value":"current"}},{"6":{"Value":"Microsoft.Sql/servers/automaticTuning"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/automaticTuning","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":1179,"Flags":9,"Description":"The resource name"},"type":{"Type":1180,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1181,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1183,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"AutomaticTuningServerProperties","Properties":{"desiredState":{"Type":1187,"Flags":0,"Description":"Automatic tuning desired state."},"actualState":{"Type":1191,"Flags":2,"Description":"Automatic tuning actual state."},"options":{"Type":1204,"Flags":0,"Description":"Automatic tuning options definition."}}}},{"6":{"Value":"Custom"}},{"6":{"Value":"Auto"}},{"6":{"Value":"Unspecified"}},{"5":{"Elements":[1184,1185,1186]}},{"6":{"Value":"Custom"}},{"6":{"Value":"Auto"}},{"6":{"Value":"Unspecified"}},{"5":{"Elements":[1188,1189,1190]}},{"2":{"Name":"AutomaticTuningServerOptions","Properties":{"desiredState":{"Type":1196,"Flags":0,"Description":"Automatic tuning option desired state."},"actualState":{"Type":1199,"Flags":2,"Description":"Automatic tuning option actual state."},"reasonCode":{"Type":3,"Flags":2,"Description":"Reason code if desired and actual state are different."},"reasonDesc":{"Type":1203,"Flags":2,"Description":"Reason description if desired and actual state are different."}}}},{"6":{"Value":"Off"}},{"6":{"Value":"On"}},{"6":{"Value":"Default"}},{"5":{"Elements":[1193,1194,1195]}},{"6":{"Value":"Off"}},{"6":{"Value":"On"}},{"5":{"Elements":[1197,1198]}},{"6":{"Value":"Default"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"AutoConfigured"}},{"5":{"Elements":[1200,1201,1202]}},{"2":{"Name":"AutomaticTuningServerPropertiesOptions","Properties":{},"AdditionalProperties":1192}},{"4":{"Name":"Microsoft.Sql/servers/automaticTuning@2021-08-01-preview","ScopeType":8,"Body":1182,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/usages"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/usages","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1206,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1207,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1209,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"SubscriptionUsageProperties","Properties":{"displayName":{"Type":4,"Flags":2,"Description":"User-readable name of the metric."},"currentValue":{"Type":3,"Flags":2,"Description":"Current value of the metric."},"limit":{"Type":3,"Flags":2,"Description":"Boundary value of the metric."},"unit":{"Type":4,"Flags":2,"Description":"Unit of the metric."}}}},{"4":{"Name":"Microsoft.Sql/locations/usages@2021-08-01-preview","ScopeType":4,"Body":1208,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/timeZones"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/timeZones","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1211,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1212,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1214,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"TimeZoneProperties","Properties":{"timeZoneId":{"Type":4,"Flags":2,"Description":"The time zone id"},"displayName":{"Type":4,"Flags":2,"Description":"The time zone display name"}}}},{"4":{"Name":"Microsoft.Sql/locations/timeZones@2021-08-01-preview","ScopeType":4,"Body":1213,"Flags":1}},{"6":{"Value":"Microsoft.Sql/virtualClusters"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/virtualClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1216,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1217,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1219,"Flags":2,"Description":"Resource properties."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"tags":{"Type":1221,"Flags":2,"Description":"Resource tags."}}}},{"2":{"Name":"VirtualClusterProperties","Properties":{"subnetId":{"Type":4,"Flags":2,"Description":"Subnet resource ID for the virtual cluster."},"family":{"Type":4,"Flags":0,"Description":"If the service has different generations of hardware, for the same SKU, then that can be captured here."},"childResources":{"Type":1220,"Flags":2,"Description":"List of resources in this virtual cluster."},"maintenanceConfigurationId":{"Type":4,"Flags":0,"Description":"Specifies maintenance configuration id to apply to this virtual cluster."}}}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/virtualClusters@2021-08-01-preview","ScopeType":8,"Body":1218,"Flags":1}}] \ No newline at end of file +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"default"}},{"5":{"Elements":[8,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":9,"Flags":9,"Description":"The resource name"},"type":{"Type":10,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":11,"Flags":10,"Description":"The resource api version"},"properties":{"Type":13,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"BackupShortTermRetentionPolicyProperties","Properties":{"retentionDays":{"Type":3,"Flags":0,"Description":"The backup retention period in days. This is how many days Point-in-Time Restore will be supported."},"diffBackupIntervalInHours":{"Type":3,"Flags":0,"Description":"The differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":12,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Sql/servers/databases/extendedAuditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/extendedAuditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":15,"Flags":9,"Description":"The resource name"},"type":{"Type":16,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":17,"Flags":10,"Description":"The resource api version"},"properties":{"Type":19,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ExtendedDatabaseBlobAuditingPolicyProperties","Properties":{"predicateExpression":{"Type":4,"Flags":0,"Description":"Specifies condition of where clause when creating an audit."},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the audit logs in the storage account."},"auditActionsAndGroups":{"Type":20,"Flags":0,"Description":"Specifies the Actions-Groups and Actions to audit.\r\n\r\nThe recommended set of action groups to use is the following combination - this will audit all the queries and stored procedures executed against the database, as well as successful and failed logins:\r\n\r\nBATCH_COMPLETED_GROUP,\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP,\r\nFAILED_DATABASE_AUTHENTICATION_GROUP.\r\n\r\nThis above combination is also the set that is configured by default when enabling auditing from the Azure portal.\r\n\r\nThe supported action groups to audit are (note: choose only specific groups that cover your auditing needs. Using unnecessary groups could lead to very large quantities of audit records):\r\n\r\nAPPLICATION_ROLE_CHANGE_PASSWORD_GROUP\r\nBACKUP_RESTORE_GROUP\r\nDATABASE_LOGOUT_GROUP\r\nDATABASE_OBJECT_CHANGE_GROUP\r\nDATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_OBJECT_PERMISSION_CHANGE_GROUP\r\nDATABASE_OPERATION_GROUP\r\nDATABASE_PERMISSION_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_IMPERSONATION_GROUP\r\nDATABASE_ROLE_MEMBER_CHANGE_GROUP\r\nFAILED_DATABASE_AUTHENTICATION_GROUP\r\nSCHEMA_OBJECT_ACCESS_GROUP\r\nSCHEMA_OBJECT_CHANGE_GROUP\r\nSCHEMA_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nSCHEMA_OBJECT_PERMISSION_CHANGE_GROUP\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP\r\nUSER_CHANGE_PASSWORD_GROUP\r\nBATCH_STARTED_GROUP\r\nBATCH_COMPLETED_GROUP\r\nDBCC_GROUP\r\nDATABASE_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_CHANGE_GROUP\r\nLEDGER_OPERATION_GROUP\r\n\r\nThese are groups that cover all sql statements and stored procedures executed against the database, and should not be used in combination with other groups as this will result in duplicate audit logs.\r\n\r\nFor more information, see [Database-Level Audit Action Groups](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-action-groups).\r\n\r\nFor Database auditing policy, specific Actions can also be specified (note that Actions cannot be specified for Server auditing policy). The supported actions to audit are:\r\nSELECT\r\nUPDATE\r\nINSERT\r\nDELETE\r\nEXECUTE\r\nRECEIVE\r\nREFERENCES\r\n\r\nThe general form for defining an action to be audited is:\r\n{action} ON {object} BY {principal}\r\n\r\nNote that in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema. For the latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are used, respectively.\r\n\r\nFor example:\r\nSELECT on dbo.myTable by public\r\nSELECT on DATABASE::myDatabase by public\r\nSELECT on SCHEMA::mySchema by public\r\n\r\nFor more information, see [Database-Level Audit Actions](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions)"},"isStorageSecondaryKeyInUse":{"Type":2,"Flags":0,"Description":"Specifies whether storageAccountAccessKey value is the storage's secondary key."},"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"queueDelayMs":{"Type":3,"Flags":0,"Description":"Specifies the amount of time in milliseconds that can elapse before audit actions are forced to be processed.\r\nThe default minimum value is 1000 (1 second). The maximum is 2,147,483,647."},"state":{"Type":23,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[21,22]}},{"4":{"Name":"Microsoft.Sql/servers/databases/extendedAuditingSettings@2021-08-01-preview","ScopeType":8,"Body":18,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Sql/servers/extendedAuditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/extendedAuditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":25,"Flags":9,"Description":"The resource name"},"type":{"Type":26,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":27,"Flags":10,"Description":"The resource api version"},"properties":{"Type":29,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ExtendedServerBlobAuditingPolicyProperties","Properties":{"isDevopsAuditEnabled":{"Type":2,"Flags":0,"Description":"Specifies the state of devops audit. If state is Enabled, devops logs will be sent to Azure Monitor.\r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled', 'IsAzureMonitorTargetEnabled' as true and 'IsDevopsAuditEnabled' as true\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'DevOpsOperationsAudit' diagnostic logs category on the master database should also be created.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/master/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"predicateExpression":{"Type":4,"Flags":0,"Description":"Specifies condition of where clause when creating an audit."},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the audit logs in the storage account."},"auditActionsAndGroups":{"Type":30,"Flags":0,"Description":"Specifies the Actions-Groups and Actions to audit.\r\n\r\nThe recommended set of action groups to use is the following combination - this will audit all the queries and stored procedures executed against the database, as well as successful and failed logins:\r\n\r\nBATCH_COMPLETED_GROUP,\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP,\r\nFAILED_DATABASE_AUTHENTICATION_GROUP.\r\n\r\nThis above combination is also the set that is configured by default when enabling auditing from the Azure portal.\r\n\r\nThe supported action groups to audit are (note: choose only specific groups that cover your auditing needs. Using unnecessary groups could lead to very large quantities of audit records):\r\n\r\nAPPLICATION_ROLE_CHANGE_PASSWORD_GROUP\r\nBACKUP_RESTORE_GROUP\r\nDATABASE_LOGOUT_GROUP\r\nDATABASE_OBJECT_CHANGE_GROUP\r\nDATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_OBJECT_PERMISSION_CHANGE_GROUP\r\nDATABASE_OPERATION_GROUP\r\nDATABASE_PERMISSION_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_IMPERSONATION_GROUP\r\nDATABASE_ROLE_MEMBER_CHANGE_GROUP\r\nFAILED_DATABASE_AUTHENTICATION_GROUP\r\nSCHEMA_OBJECT_ACCESS_GROUP\r\nSCHEMA_OBJECT_CHANGE_GROUP\r\nSCHEMA_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nSCHEMA_OBJECT_PERMISSION_CHANGE_GROUP\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP\r\nUSER_CHANGE_PASSWORD_GROUP\r\nBATCH_STARTED_GROUP\r\nBATCH_COMPLETED_GROUP\r\nDBCC_GROUP\r\nDATABASE_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_CHANGE_GROUP\r\nLEDGER_OPERATION_GROUP\r\n\r\nThese are groups that cover all sql statements and stored procedures executed against the database, and should not be used in combination with other groups as this will result in duplicate audit logs.\r\n\r\nFor more information, see [Database-Level Audit Action Groups](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-action-groups).\r\n\r\nFor Database auditing policy, specific Actions can also be specified (note that Actions cannot be specified for Server auditing policy). The supported actions to audit are:\r\nSELECT\r\nUPDATE\r\nINSERT\r\nDELETE\r\nEXECUTE\r\nRECEIVE\r\nREFERENCES\r\n\r\nThe general form for defining an action to be audited is:\r\n{action} ON {object} BY {principal}\r\n\r\nNote that in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema. For the latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are used, respectively.\r\n\r\nFor example:\r\nSELECT on dbo.myTable by public\r\nSELECT on DATABASE::myDatabase by public\r\nSELECT on SCHEMA::mySchema by public\r\n\r\nFor more information, see [Database-Level Audit Actions](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions)"},"isStorageSecondaryKeyInUse":{"Type":2,"Flags":0,"Description":"Specifies whether storageAccountAccessKey value is the storage's secondary key."},"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"queueDelayMs":{"Type":3,"Flags":0,"Description":"Specifies the amount of time in milliseconds that can elapse before audit actions are forced to be processed.\r\nThe default minimum value is 1000 (1 second). The maximum is 2,147,483,647."},"state":{"Type":33,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[31,32]}},{"4":{"Name":"Microsoft.Sql/servers/extendedAuditingSettings@2021-08-01-preview","ScopeType":8,"Body":28,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Sql/servers/auditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/auditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":35,"Flags":9,"Description":"The resource name"},"type":{"Type":36,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":37,"Flags":10,"Description":"The resource api version"},"properties":{"Type":39,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerBlobAuditingPolicyProperties","Properties":{"isDevopsAuditEnabled":{"Type":2,"Flags":0,"Description":"Specifies the state of devops audit. If state is Enabled, devops logs will be sent to Azure Monitor.\r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled', 'IsAzureMonitorTargetEnabled' as true and 'IsDevopsAuditEnabled' as true\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'DevOpsOperationsAudit' diagnostic logs category on the master database should also be created.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/master/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the audit logs in the storage account."},"auditActionsAndGroups":{"Type":40,"Flags":0,"Description":"Specifies the Actions-Groups and Actions to audit.\r\n\r\nThe recommended set of action groups to use is the following combination - this will audit all the queries and stored procedures executed against the database, as well as successful and failed logins:\r\n\r\nBATCH_COMPLETED_GROUP,\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP,\r\nFAILED_DATABASE_AUTHENTICATION_GROUP.\r\n\r\nThis above combination is also the set that is configured by default when enabling auditing from the Azure portal.\r\n\r\nThe supported action groups to audit are (note: choose only specific groups that cover your auditing needs. Using unnecessary groups could lead to very large quantities of audit records):\r\n\r\nAPPLICATION_ROLE_CHANGE_PASSWORD_GROUP\r\nBACKUP_RESTORE_GROUP\r\nDATABASE_LOGOUT_GROUP\r\nDATABASE_OBJECT_CHANGE_GROUP\r\nDATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_OBJECT_PERMISSION_CHANGE_GROUP\r\nDATABASE_OPERATION_GROUP\r\nDATABASE_PERMISSION_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_IMPERSONATION_GROUP\r\nDATABASE_ROLE_MEMBER_CHANGE_GROUP\r\nFAILED_DATABASE_AUTHENTICATION_GROUP\r\nSCHEMA_OBJECT_ACCESS_GROUP\r\nSCHEMA_OBJECT_CHANGE_GROUP\r\nSCHEMA_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nSCHEMA_OBJECT_PERMISSION_CHANGE_GROUP\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP\r\nUSER_CHANGE_PASSWORD_GROUP\r\nBATCH_STARTED_GROUP\r\nBATCH_COMPLETED_GROUP\r\nDBCC_GROUP\r\nDATABASE_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_CHANGE_GROUP\r\nLEDGER_OPERATION_GROUP\r\n\r\nThese are groups that cover all sql statements and stored procedures executed against the database, and should not be used in combination with other groups as this will result in duplicate audit logs.\r\n\r\nFor more information, see [Database-Level Audit Action Groups](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-action-groups).\r\n\r\nFor Database auditing policy, specific Actions can also be specified (note that Actions cannot be specified for Server auditing policy). The supported actions to audit are:\r\nSELECT\r\nUPDATE\r\nINSERT\r\nDELETE\r\nEXECUTE\r\nRECEIVE\r\nREFERENCES\r\n\r\nThe general form for defining an action to be audited is:\r\n{action} ON {object} BY {principal}\r\n\r\nNote that in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema. For the latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are used, respectively.\r\n\r\nFor example:\r\nSELECT on dbo.myTable by public\r\nSELECT on DATABASE::myDatabase by public\r\nSELECT on SCHEMA::mySchema by public\r\n\r\nFor more information, see [Database-Level Audit Actions](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions)"},"isStorageSecondaryKeyInUse":{"Type":2,"Flags":0,"Description":"Specifies whether storageAccountAccessKey value is the storage's secondary key."},"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"queueDelayMs":{"Type":3,"Flags":0,"Description":"Specifies the amount of time in milliseconds that can elapse before audit actions are forced to be processed.\r\nThe default minimum value is 1000 (1 second). The maximum is 2,147,483,647."},"state":{"Type":43,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[41,42]}},{"4":{"Name":"Microsoft.Sql/servers/auditingSettings@2021-08-01-preview","ScopeType":8,"Body":38,"Flags":0}},{"6":{"Value":"default"}},{"6":{"Value":"Microsoft.Sql/servers/databases/auditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/auditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":45,"Flags":9,"Description":"The resource name"},"type":{"Type":46,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":47,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"properties":{"Type":49,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseBlobAuditingPolicyProperties","Properties":{"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the audit logs in the storage account."},"auditActionsAndGroups":{"Type":50,"Flags":0,"Description":"Specifies the Actions-Groups and Actions to audit.\r\n\r\nThe recommended set of action groups to use is the following combination - this will audit all the queries and stored procedures executed against the database, as well as successful and failed logins:\r\n\r\nBATCH_COMPLETED_GROUP,\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP,\r\nFAILED_DATABASE_AUTHENTICATION_GROUP.\r\n\r\nThis above combination is also the set that is configured by default when enabling auditing from the Azure portal.\r\n\r\nThe supported action groups to audit are (note: choose only specific groups that cover your auditing needs. Using unnecessary groups could lead to very large quantities of audit records):\r\n\r\nAPPLICATION_ROLE_CHANGE_PASSWORD_GROUP\r\nBACKUP_RESTORE_GROUP\r\nDATABASE_LOGOUT_GROUP\r\nDATABASE_OBJECT_CHANGE_GROUP\r\nDATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_OBJECT_PERMISSION_CHANGE_GROUP\r\nDATABASE_OPERATION_GROUP\r\nDATABASE_PERMISSION_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_CHANGE_GROUP\r\nDATABASE_PRINCIPAL_IMPERSONATION_GROUP\r\nDATABASE_ROLE_MEMBER_CHANGE_GROUP\r\nFAILED_DATABASE_AUTHENTICATION_GROUP\r\nSCHEMA_OBJECT_ACCESS_GROUP\r\nSCHEMA_OBJECT_CHANGE_GROUP\r\nSCHEMA_OBJECT_OWNERSHIP_CHANGE_GROUP\r\nSCHEMA_OBJECT_PERMISSION_CHANGE_GROUP\r\nSUCCESSFUL_DATABASE_AUTHENTICATION_GROUP\r\nUSER_CHANGE_PASSWORD_GROUP\r\nBATCH_STARTED_GROUP\r\nBATCH_COMPLETED_GROUP\r\nDBCC_GROUP\r\nDATABASE_OWNERSHIP_CHANGE_GROUP\r\nDATABASE_CHANGE_GROUP\r\nLEDGER_OPERATION_GROUP\r\n\r\nThese are groups that cover all sql statements and stored procedures executed against the database, and should not be used in combination with other groups as this will result in duplicate audit logs.\r\n\r\nFor more information, see [Database-Level Audit Action Groups](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-action-groups).\r\n\r\nFor Database auditing policy, specific Actions can also be specified (note that Actions cannot be specified for Server auditing policy). The supported actions to audit are:\r\nSELECT\r\nUPDATE\r\nINSERT\r\nDELETE\r\nEXECUTE\r\nRECEIVE\r\nREFERENCES\r\n\r\nThe general form for defining an action to be audited is:\r\n{action} ON {object} BY {principal}\r\n\r\nNote that in the above format can refer to an object like a table, view, or stored procedure, or an entire database or schema. For the latter cases, the forms DATABASE::{db_name} and SCHEMA::{schema_name} are used, respectively.\r\n\r\nFor example:\r\nSELECT on dbo.myTable by public\r\nSELECT on DATABASE::myDatabase by public\r\nSELECT on SCHEMA::mySchema by public\r\n\r\nFor more information, see [Database-Level Audit Actions](https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions#database-level-audit-actions)"},"isStorageSecondaryKeyInUse":{"Type":2,"Flags":0,"Description":"Specifies whether storageAccountAccessKey value is the storage's secondary key."},"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"queueDelayMs":{"Type":3,"Flags":0,"Description":"Specifies the amount of time in milliseconds that can elapse before audit actions are forced to be processed.\r\nThe default minimum value is 1000 (1 second). The maximum is 2,147,483,647."},"state":{"Type":53,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"3":{"ItemType":4}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[51,52]}},{"4":{"Name":"Microsoft.Sql/servers/databases/auditingSettings@2021-08-01-preview","ScopeType":8,"Body":48,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/extensions"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/extensions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":55,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":56,"Flags":10,"Description":"The resource api version"},"properties":{"Type":58,"Flags":4,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseExtensionsProperties","Properties":{"operationMode":{"Type":62,"Flags":5,"Description":"Operation mode of the operation: Import, Export, or PolybaseImport."},"storageKeyType":{"Type":65,"Flags":5,"Description":"Storage key type: StorageAccessKey or SharedAccessKey."},"storageKey":{"Type":4,"Flags":5,"Description":"Storage key for the storage account."},"storageUri":{"Type":4,"Flags":5,"Description":"Storage Uri for the storage account."},"administratorLogin":{"Type":4,"Flags":4,"Description":"Administrator login name."},"administratorLoginPassword":{"Type":4,"Flags":4,"Description":"Administrator login password."},"authenticationType":{"Type":4,"Flags":4,"Description":"Authentication type: SQL authentication or AD password."},"databaseEdition":{"Type":4,"Flags":4,"Description":"Database edition for the newly created database in the case of an import operation."},"serviceObjectiveName":{"Type":4,"Flags":4,"Description":"Database service level objective for the newly created database in the case of an import operation."},"maxSizeBytes":{"Type":4,"Flags":4,"Description":"Database max size in bytes for the newly created database in the case of an import operation."},"networkIsolation":{"Type":66,"Flags":4,"Description":"Optional resource information to enable network isolation for request."}}}},{"6":{"Value":"PolybaseImport"}},{"6":{"Value":"Import"}},{"6":{"Value":"Export"}},{"5":{"Elements":[59,60,61,4]}},{"6":{"Value":"SharedAccessKey"}},{"6":{"Value":"StorageAccessKey"}},{"5":{"Elements":[63,64,4]}},{"2":{"Name":"NetworkIsolationSettings","Properties":{"storageAccountResourceId":{"Type":4,"Flags":4,"Description":"The resource id for the storage account used to store BACPAC file. If set, private endpoint connection will be created for the storage account. Must match storage account used for StorageUri parameter."},"sqlServerResourceId":{"Type":4,"Flags":4,"Description":"The resource id for the SQL server which is the target of this request. If set, private endpoint connection will be created for the SQL server. Must match server which is target of the operation."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/extensions@2021-08-01-preview","ScopeType":8,"Body":57,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":68,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":69,"Flags":10,"Description":"The resource api version"},"sku":{"Type":71,"Flags":0,"Description":"The database SKU.\r\n\r\nThe list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or one of the following commands:\r\n\r\n```azurecli\r\naz sql db list-editions -l -o table\r\n````\r\n\r\n```powershell\r\nGet-AzSqlServerServiceObjective -Location \r\n````"},"kind":{"Type":4,"Flags":2,"Description":"Kind of database. This is metadata used for the Azure portal experience."},"managedBy":{"Type":4,"Flags":2,"Description":"Resource that manages the database."},"identity":{"Type":72,"Flags":0,"Description":"The Azure Active Directory identity of the database."},"properties":{"Type":78,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":141,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"Sku","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the SKU, typically, a letter + Number code, e.g. P3."},"tier":{"Type":4,"Flags":0,"Description":"The tier or edition of the particular SKU, e.g. Basic, Premium."},"size":{"Type":4,"Flags":0,"Description":"Size of the particular SKU"},"family":{"Type":4,"Flags":0,"Description":"If the service has different generations of hardware, for the same SKU, then that can be captured here."},"capacity":{"Type":3,"Flags":0,"Description":"Capacity of the particular SKU."}}}},{"2":{"Name":"DatabaseIdentity","Properties":{"type":{"Type":75,"Flags":0,"Description":"The identity type"},"tenantId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory tenant id."},"userAssignedIdentities":{"Type":77,"Flags":0,"Description":"The resource ids of the user assigned identities to use"}}}},{"6":{"Value":"None"}},{"6":{"Value":"UserAssigned"}},{"5":{"Elements":[73,74,4]}},{"2":{"Name":"DatabaseUserIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory principal id."},"clientId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory client id."}}}},{"2":{"Name":"DatabaseIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":76}},{"2":{"Name":"DatabaseProperties","Properties":{"createMode":{"Type":89,"Flags":4,"Description":"Specifies the mode of database creation.\r\n\r\nDefault: regular database creation.\r\n\r\nCopy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database.\r\n\r\nSecondary: creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database.\r\n\r\nPointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified.\r\n\r\nRecovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore.\r\n\r\nRestore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time.\r\n\r\nRestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID.\r\n\r\nCopy, Secondary, and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition."},"collation":{"Type":4,"Flags":0,"Description":"The collation of the database."},"maxSizeBytes":{"Type":3,"Flags":0,"Description":"The max size of the database expressed in bytes."},"sampleName":{"Type":93,"Flags":4,"Description":"The name of the sample schema to apply when creating this database."},"elasticPoolId":{"Type":4,"Flags":0,"Description":"The resource identifier of the elastic pool containing this database."},"sourceDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the source database associated with create operation of this database."},"status":{"Type":118,"Flags":2,"Description":"The status of the database."},"databaseId":{"Type":4,"Flags":2,"Description":"The ID of the database."},"creationDate":{"Type":4,"Flags":2,"Description":"The creation date of the database (ISO8601 format)."},"currentServiceObjectiveName":{"Type":4,"Flags":2,"Description":"The current service level objective name of the database."},"requestedServiceObjectiveName":{"Type":4,"Flags":2,"Description":"The requested service level objective name of the database."},"defaultSecondaryLocation":{"Type":4,"Flags":2,"Description":"The default secondary region for this database."},"failoverGroupId":{"Type":4,"Flags":2,"Description":"Failover Group resource identifier that this database belongs to."},"restorePointInTime":{"Type":4,"Flags":4,"Description":"Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."},"sourceDatabaseDeletionDate":{"Type":4,"Flags":4,"Description":"Specifies the time that the database was deleted."},"recoveryServicesRecoveryPointId":{"Type":4,"Flags":4,"Description":"The resource identifier of the recovery point associated with create operation of this database."},"longTermRetentionBackupResourceId":{"Type":4,"Flags":4,"Description":"The resource identifier of the long term retention backup associated with create operation of this database."},"recoverableDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the recoverable database associated with create operation of this database."},"restorableDroppedDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the restorable dropped database associated with create operation of this database."},"catalogCollation":{"Type":121,"Flags":0,"Description":"Collation of the metadata catalog."},"zoneRedundant":{"Type":2,"Flags":0,"Description":"Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones."},"licenseType":{"Type":124,"Flags":0,"Description":"The license type to apply for this database. `LicenseIncluded` if you need a license, or `BasePrice` if you have a license and are eligible for the Azure Hybrid Benefit."},"maxLogSizeBytes":{"Type":3,"Flags":2,"Description":"The max log size for this database."},"earliestRestoreDate":{"Type":4,"Flags":2,"Description":"This records the earliest start date and time that restore is available for this database (ISO8601 format)."},"readScale":{"Type":127,"Flags":0,"Description":"The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool."},"highAvailabilityReplicaCount":{"Type":3,"Flags":0,"Description":"The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool."},"secondaryType":{"Type":130,"Flags":0,"Description":"The secondary type of the database if it is a secondary. Valid values are Geo and Named."},"currentSku":{"Type":71,"Flags":2,"Description":"The name and tier of the SKU."},"autoPauseDelay":{"Type":3,"Flags":0,"Description":"Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled"},"currentBackupStorageRedundancy":{"Type":135,"Flags":2,"Description":"The storage account type used to store backups for this database."},"requestedBackupStorageRedundancy":{"Type":140,"Flags":0,"Description":"The storage account type to be used to store backups for this database."},"minCapacity":{"Type":3,"Flags":0,"Description":"Minimal capacity that database will always have allocated, if not paused"},"pausedDate":{"Type":4,"Flags":2,"Description":"The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready."},"resumedDate":{"Type":4,"Flags":2,"Description":"The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused."},"maintenanceConfigurationId":{"Type":4,"Flags":0,"Description":"Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur."},"isLedgerOn":{"Type":2,"Flags":0,"Description":"Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created."},"isInfraEncryptionEnabled":{"Type":2,"Flags":2,"Description":"Infra encryption is enabled for this database."},"federatedClientId":{"Type":4,"Flags":0,"Description":"The Client id used for cross tenant per database CMK scenario"},"sourceResourceId":{"Type":4,"Flags":4,"Description":"The resource identifier of the source associated with the create operation of this database.\r\n\r\nWhen sourceResourceId is specified, sourceDatabaseId, recoverableDatabaseId, restorableDroppedDatabaseId and sourceDatabaseDeletionDate must not be specified and CreateMode must be PointInTimeRestore, Restore or Recover.\r\n\r\nWhen createMode is PointInTimeRestore, sourceResourceId must be the resource ID of an existing database or existing sql pool, and restorePointInTime must be specified.\r\n\r\nWhen createMode is Restore, sourceResourceId must be the resource ID of restorable dropped database or restorable dropped sql pool.\r\n\r\nWhen createMode is Recover, sourceResourceId must be the resource ID of recoverable database or recoverable sql pool.\r\n\r\nThis property allows to restore across subscriptions which is only supported for DataWarehouse edition.\r\n\r\nWhen source subscription belongs to a different tenant than target subscription, “x-ms-authorization-auxiliary” header must contain authentication token for the source tenant. For more details about “x-ms-authorization-auxiliary” header see https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/authenticate-multi-tenant"}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Copy"}},{"6":{"Value":"Secondary"}},{"6":{"Value":"PointInTimeRestore"}},{"6":{"Value":"Restore"}},{"6":{"Value":"Recovery"}},{"6":{"Value":"RestoreExternalBackup"}},{"6":{"Value":"RestoreExternalBackupSecondary"}},{"6":{"Value":"RestoreLongTermRetentionBackup"}},{"6":{"Value":"OnlineSecondary"}},{"5":{"Elements":[79,80,81,82,83,84,85,86,87,88,4]}},{"6":{"Value":"AdventureWorksLT"}},{"6":{"Value":"WideWorldImportersStd"}},{"6":{"Value":"WideWorldImportersFull"}},{"5":{"Elements":[90,91,92,4]}},{"6":{"Value":"Online"}},{"6":{"Value":"Restoring"}},{"6":{"Value":"RecoveryPending"}},{"6":{"Value":"Recovering"}},{"6":{"Value":"Suspect"}},{"6":{"Value":"Offline"}},{"6":{"Value":"Standby"}},{"6":{"Value":"Shutdown"}},{"6":{"Value":"EmergencyMode"}},{"6":{"Value":"AutoClosed"}},{"6":{"Value":"Copying"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Inaccessible"}},{"6":{"Value":"OfflineSecondary"}},{"6":{"Value":"Pausing"}},{"6":{"Value":"Paused"}},{"6":{"Value":"Resuming"}},{"6":{"Value":"Scaling"}},{"6":{"Value":"OfflineChangingDwPerformanceTiers"}},{"6":{"Value":"OnlineChangingDwPerformanceTiers"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Stopping"}},{"6":{"Value":"Stopped"}},{"6":{"Value":"Starting"}},{"5":{"Elements":[94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,4]}},{"6":{"Value":"DATABASE_DEFAULT"}},{"6":{"Value":"SQL_Latin1_General_CP1_CI_AS"}},{"5":{"Elements":[119,120,4]}},{"6":{"Value":"LicenseIncluded"}},{"6":{"Value":"BasePrice"}},{"5":{"Elements":[122,123,4]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[125,126,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Named"}},{"5":{"Elements":[128,129,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[131,132,133,134,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[136,137,138,139,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/servers/databases@2021-08-01-preview","ScopeType":8,"Body":70,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[143,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/securityAlertPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/securityAlertPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":144,"Flags":9,"Description":"The resource name"},"type":{"Type":145,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":146,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":148,"Flags":2,"Description":"SystemData of SecurityAlertPolicyResource."},"properties":{"Type":159,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":153,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":158,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[149,150,151,152,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[154,155,156,157,4]}},{"2":{"Name":"SecurityAlertsPolicyProperties","Properties":{"state":{"Type":162,"Flags":1,"Description":"Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database."},"disabledAlerts":{"Type":163,"Flags":0,"Description":"Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action, Brute_Force"},"emailAddresses":{"Type":164,"Flags":0,"Description":"Specifies an array of e-mail addresses to which the alert is sent."},"emailAccountAdmins":{"Type":2,"Flags":0,"Description":"Specifies that the alert is sent to the account administrators."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs."},"storageAccountAccessKey":{"Type":4,"Flags":0,"Description":"Specifies the identifier key of the Threat Detection audit storage account."},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the Threat Detection audit logs."},"creationTime":{"Type":4,"Flags":2,"Description":"Specifies the UTC creation time of the policy."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[160,161]}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/servers/databases/securityAlertPolicies@2021-08-01-preview","ScopeType":8,"Body":147,"Flags":0}},{"6":{"Value":"master"}},{"6":{"Value":"default"}},{"5":{"Elements":[166,167]}},{"6":{"Value":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":168,"Flags":9,"Description":"The resource name"},"type":{"Type":169,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":170,"Flags":10,"Description":"The resource api version"},"properties":{"Type":172,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseVulnerabilityAssessmentRuleBaselineProperties","Properties":{"baselineResults":{"Type":175,"Flags":1,"Description":"The rule baseline result"}}}},{"2":{"Name":"DatabaseVulnerabilityAssessmentRuleBaselineItem","Properties":{"result":{"Type":174,"Flags":1,"Description":"The rule baseline result"}}}},{"3":{"ItemType":4}},{"3":{"ItemType":173}},{"4":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2021-08-01-preview","ScopeType":8,"Body":171,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[177,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/vulnerabilityAssessments"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":178,"Flags":9,"Description":"The resource name"},"type":{"Type":179,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":180,"Flags":10,"Description":"The resource api version"},"properties":{"Type":182,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseVulnerabilityAssessmentProperties","Properties":{"storageContainerPath":{"Type":4,"Flags":4,"Description":"A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/). It is required if server level vulnerability assessment policy doesn't set"},"storageContainerSasKey":{"Type":4,"Flags":4,"Description":"A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"recurringScans":{"Type":183,"Flags":0,"Description":"The recurring scans settings"}}}},{"2":{"Name":"VulnerabilityAssessmentRecurringScansProperties","Properties":{"isEnabled":{"Type":2,"Flags":0,"Description":"Recurring scans state."},"emailSubscriptionAdmins":{"Type":2,"Flags":0,"Description":"Specifies that the schedule scan notification will be is sent to the subscription administrators."},"emails":{"Type":184,"Flags":0,"Description":"Specifies an array of e-mail addresses to which the scan notification is sent."}}}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments@2021-08-01-preview","ScopeType":8,"Body":181,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/distributedAvailabilityGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/distributedAvailabilityGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":186,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":187,"Flags":10,"Description":"The resource api version"},"properties":{"Type":189,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"DistributedAvailabilityGroupProperties","Properties":{"targetDatabase":{"Type":4,"Flags":0,"Description":"The name of the target database"},"sourceEndpoint":{"Type":4,"Flags":0,"Description":"The source endpoint"},"primaryAvailabilityGroupName":{"Type":4,"Flags":0,"Description":"The primary availability group name"},"secondaryAvailabilityGroupName":{"Type":4,"Flags":0,"Description":"The secondary availability group name"},"replicationMode":{"Type":192,"Flags":0,"Description":"The replication mode of a distributed availability group. Parameter will be ignored during link creation."},"distributedAvailabilityGroupId":{"Type":4,"Flags":2,"Description":"The distributed availability group id"},"sourceReplicaId":{"Type":4,"Flags":2,"Description":"The source replica id"},"targetReplicaId":{"Type":4,"Flags":2,"Description":"The target replica id"},"linkState":{"Type":4,"Flags":2,"Description":"The link state"},"lastHardenedLsn":{"Type":4,"Flags":2,"Description":"The last hardened lsn"}}}},{"6":{"Value":"Async"}},{"6":{"Value":"Sync"}},{"5":{"Elements":[190,191,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-08-01-preview","ScopeType":8,"Body":188,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/elasticPools"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/elasticPools","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":194,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":195,"Flags":10,"Description":"The resource api version"},"sku":{"Type":71,"Flags":0,"Description":"The elastic pool SKU.\r\n\r\nThe list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the `Capabilities_ListByLocation` REST API or the following command:\r\n\r\n```azurecli\r\naz sql elastic-pool list-editions -l -o table\r\n````"},"kind":{"Type":4,"Flags":2,"Description":"Kind of elastic pool. This is metadata used for the Azure portal experience."},"properties":{"Type":197,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":206,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"ElasticPoolProperties","Properties":{"state":{"Type":201,"Flags":2,"Description":"The state of the elastic pool."},"creationDate":{"Type":4,"Flags":2,"Description":"The creation date of the elastic pool (ISO8601 format)."},"maxSizeBytes":{"Type":3,"Flags":0,"Description":"The storage limit for the database elastic pool in bytes."},"perDatabaseSettings":{"Type":202,"Flags":0,"Description":"The per database settings for the elastic pool."},"zoneRedundant":{"Type":2,"Flags":0,"Description":"Whether or not this elastic pool is zone redundant, which means the replicas of this elastic pool will be spread across multiple availability zones."},"licenseType":{"Type":205,"Flags":0,"Description":"The license type to apply for this elastic pool."},"maintenanceConfigurationId":{"Type":4,"Flags":0,"Description":"Maintenance configuration id assigned to the elastic pool. This configuration defines the period when the maintenance updates will will occur."},"highAvailabilityReplicaCount":{"Type":3,"Flags":0,"Description":"The number of secondary replicas associated with the elastic pool that are used to provide high availability."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Ready"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[198,199,200,4]}},{"2":{"Name":"ElasticPoolPerDatabaseSettings","Properties":{"minCapacity":{"Type":3,"Flags":0,"Description":"The minimum capacity all databases are guaranteed."},"maxCapacity":{"Type":3,"Flags":0,"Description":"The maximum capacity any one database can consume."}}}},{"6":{"Value":"LicenseIncluded"}},{"6":{"Value":"BasePrice"}},{"5":{"Elements":[203,204,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/servers/elasticPools@2021-08-01-preview","ScopeType":8,"Body":196,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[208,4]}},{"6":{"Value":"Microsoft.Sql/servers/encryptionProtector"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/encryptionProtector","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":209,"Flags":9,"Description":"The resource name"},"type":{"Type":210,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":211,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Kind of encryption protector. This is metadata used for the Azure portal experience."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":213,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"EncryptionProtectorProperties","Properties":{"subregion":{"Type":4,"Flags":2,"Description":"Subregion of the encryption protector."},"serverKeyName":{"Type":4,"Flags":0,"Description":"The name of the server key."},"serverKeyType":{"Type":216,"Flags":1,"Description":"The encryption protector type like 'ServiceManaged', 'AzureKeyVault'."},"uri":{"Type":4,"Flags":2,"Description":"The URI of the server key."},"thumbprint":{"Type":4,"Flags":2,"Description":"Thumbprint of the server key."},"autoRotationEnabled":{"Type":2,"Flags":0,"Description":"Key auto rotation opt-in flag. Either true or false."}}}},{"6":{"Value":"ServiceManaged"}},{"6":{"Value":"AzureKeyVault"}},{"5":{"Elements":[214,215,4]}},{"4":{"Name":"Microsoft.Sql/servers/encryptionProtector@2021-08-01-preview","ScopeType":8,"Body":212,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/failoverGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/failoverGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":218,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":219,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"tags":{"Type":221,"Flags":0,"Description":"Resource tags."},"properties":{"Type":222,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"FailoverGroupTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"FailoverGroupProperties","Properties":{"readWriteEndpoint":{"Type":223,"Flags":1,"Description":"Read-write endpoint of the failover group instance."},"readOnlyEndpoint":{"Type":227,"Flags":0,"Description":"Read-only endpoint of the failover group instance."},"replicationRole":{"Type":233,"Flags":2,"Description":"Local replication role of the failover group instance."},"replicationState":{"Type":4,"Flags":2,"Description":"Replication state of the failover group instance."},"partnerServers":{"Type":238,"Flags":1,"Description":"List of partner server information for the failover group."},"databases":{"Type":239,"Flags":0,"Description":"List of databases in the failover group."}}}},{"2":{"Name":"FailoverGroupReadWriteEndpoint","Properties":{"failoverPolicy":{"Type":226,"Flags":1,"Description":"Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required."},"failoverWithDataLossGracePeriodMinutes":{"Type":3,"Flags":0,"Description":"Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required."}}}},{"6":{"Value":"Manual"}},{"6":{"Value":"Automatic"}},{"5":{"Elements":[224,225,4]}},{"2":{"Name":"FailoverGroupReadOnlyEndpoint","Properties":{"failoverPolicy":{"Type":230,"Flags":0,"Description":"Failover policy of the read-only endpoint for the failover group."}}}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Enabled"}},{"5":{"Elements":[228,229,4]}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"5":{"Elements":[231,232,4]}},{"2":{"Name":"PartnerInfo","Properties":{"id":{"Type":4,"Flags":1,"Description":"Resource identifier of the partner server."},"location":{"Type":4,"Flags":2,"Description":"Geo location of the partner server."},"replicationRole":{"Type":237,"Flags":2,"Description":"Replication role of the partner server."}}}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"5":{"Elements":[235,236,4]}},{"3":{"ItemType":234}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/servers/failoverGroups@2021-08-01-preview","ScopeType":8,"Body":220,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/firewallRules"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/firewallRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":241,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":242,"Flags":10,"Description":"The resource api version"},"properties":{"Type":244,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerFirewallRuleProperties","Properties":{"startIpAddress":{"Type":4,"Flags":0,"Description":"The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses."},"endIpAddress":{"Type":4,"Flags":0,"Description":"The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses."}}}},{"4":{"Name":"Microsoft.Sql/servers/firewallRules@2021-08-01-preview","ScopeType":8,"Body":243,"Flags":0}},{"6":{"Value":"Microsoft.Sql/locations/instanceFailoverGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/instanceFailoverGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":246,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":247,"Flags":10,"Description":"The resource api version"},"properties":{"Type":249,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"InstanceFailoverGroupProperties","Properties":{"readWriteEndpoint":{"Type":250,"Flags":1,"Description":"Read-write endpoint of the failover group instance."},"readOnlyEndpoint":{"Type":254,"Flags":0,"Description":"Read-only endpoint of the failover group instance."},"replicationRole":{"Type":260,"Flags":2,"Description":"Local replication role of the failover group instance."},"replicationState":{"Type":4,"Flags":2,"Description":"Replication state of the failover group instance."},"partnerRegions":{"Type":265,"Flags":1,"Description":"Partner region information for the failover group."},"managedInstancePairs":{"Type":267,"Flags":1,"Description":"List of managed instance pairs in the failover group."}}}},{"2":{"Name":"InstanceFailoverGroupReadWriteEndpoint","Properties":{"failoverPolicy":{"Type":253,"Flags":1,"Description":"Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required."},"failoverWithDataLossGracePeriodMinutes":{"Type":3,"Flags":0,"Description":"Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required."}}}},{"6":{"Value":"Manual"}},{"6":{"Value":"Automatic"}},{"5":{"Elements":[251,252,4]}},{"2":{"Name":"InstanceFailoverGroupReadOnlyEndpoint","Properties":{"failoverPolicy":{"Type":257,"Flags":0,"Description":"Failover policy of the read-only endpoint for the failover group."}}}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Enabled"}},{"5":{"Elements":[255,256,4]}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"5":{"Elements":[258,259,4]}},{"2":{"Name":"PartnerRegionInfo","Properties":{"location":{"Type":4,"Flags":0,"Description":"Geo location of the partner managed instances."},"replicationRole":{"Type":264,"Flags":2,"Description":"Replication role of the partner managed instances."}}}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"5":{"Elements":[262,263,4]}},{"3":{"ItemType":261}},{"2":{"Name":"ManagedInstancePairInfo","Properties":{"primaryManagedInstanceId":{"Type":4,"Flags":0,"Description":"Id of Primary Managed Instance in pair."},"partnerManagedInstanceId":{"Type":4,"Flags":0,"Description":"Id of Partner Managed Instance in pair."}}}},{"3":{"ItemType":266}},{"4":{"Name":"Microsoft.Sql/locations/instanceFailoverGroups@2021-08-01-preview","ScopeType":8,"Body":248,"Flags":0}},{"6":{"Value":"Microsoft.Sql/instancePools"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/instancePools","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":269,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":270,"Flags":10,"Description":"The resource api version"},"sku":{"Type":71,"Flags":0,"Description":"The name and tier of the SKU."},"properties":{"Type":272,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":276,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"InstancePoolProperties","Properties":{"subnetId":{"Type":4,"Flags":1,"Description":"Resource ID of the subnet to place this instance pool in."},"vCores":{"Type":3,"Flags":1,"Description":"Count of vCores belonging to this instance pool."},"licenseType":{"Type":275,"Flags":1,"Description":"The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price)."}}}},{"6":{"Value":"LicenseIncluded"}},{"6":{"Value":"BasePrice"}},{"5":{"Elements":[273,274,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/instancePools@2021-08-01-preview","ScopeType":8,"Body":271,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/ipv6FirewallRules"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/ipv6FirewallRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":278,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":279,"Flags":10,"Description":"The resource api version"},"properties":{"Type":281,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"IPv6ServerFirewallRuleProperties","Properties":{"startIPv6Address":{"Type":4,"Flags":0,"Description":"The start IP address of the firewall rule. Must be IPv6 format."},"endIPv6Address":{"Type":4,"Flags":0,"Description":"The end IP address of the firewall rule. Must be IPv6 format. Must be greater than or equal to startIpAddress."}}}},{"4":{"Name":"Microsoft.Sql/servers/ipv6FirewallRules@2021-08-01-preview","ScopeType":8,"Body":280,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":283,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":284,"Flags":10,"Description":"The resource api version"},"sku":{"Type":71,"Flags":0,"Description":"The name and tier of the SKU."},"properties":{"Type":286,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":293,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"JobAgentProperties","Properties":{"databaseId":{"Type":4,"Flags":1,"Description":"Resource ID of the database to store job metadata in."},"state":{"Type":292,"Flags":2,"Description":"The state of the job agent."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Ready"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[287,288,289,290,291,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents@2021-08-01-preview","ScopeType":8,"Body":285,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/credentials"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/credentials","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":295,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":296,"Flags":10,"Description":"The resource api version"},"properties":{"Type":298,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"JobCredentialProperties","Properties":{"username":{"Type":4,"Flags":1,"Description":"The credential user name."},"password":{"Type":4,"Flags":5,"Description":"The credential password."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/credentials@2021-08-01-preview","ScopeType":8,"Body":297,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/executions"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":300,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":301,"Flags":10,"Description":"The resource api version"},"properties":{"Type":303,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"JobExecutionProperties","Properties":{"jobVersion":{"Type":3,"Flags":2,"Description":"The job version number."},"stepName":{"Type":4,"Flags":2,"Description":"The job step name."},"stepId":{"Type":3,"Flags":2,"Description":"The job step id."},"jobExecutionId":{"Type":4,"Flags":2,"Description":"The unique identifier of the job execution."},"lifecycle":{"Type":314,"Flags":2,"Description":"The detailed state of the job execution."},"provisioningState":{"Type":320,"Flags":2,"Description":"The ARM provisioning state of the job execution."},"createTime":{"Type":4,"Flags":2,"Description":"The time that the job execution was created."},"startTime":{"Type":4,"Flags":2,"Description":"The time that the job execution started."},"endTime":{"Type":4,"Flags":2,"Description":"The time that the job execution completed."},"currentAttempts":{"Type":3,"Flags":0,"Description":"Number of times the job execution has been attempted."},"currentAttemptStartTime":{"Type":4,"Flags":2,"Description":"Start time of the current attempt."},"lastMessage":{"Type":4,"Flags":2,"Description":"The last status or error message."},"target":{"Type":321,"Flags":2,"Description":"The target that this execution is executed on."}}}},{"6":{"Value":"Created"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"WaitingForChildJobExecutions"}},{"6":{"Value":"WaitingForRetry"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"SucceededWithSkipped"}},{"6":{"Value":"Failed"}},{"6":{"Value":"TimedOut"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Skipped"}},{"5":{"Elements":[304,305,306,307,308,309,310,311,312,313,4]}},{"6":{"Value":"Created"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[315,316,317,318,319,4]}},{"2":{"Name":"JobExecutionTarget","Properties":{"type":{"Type":327,"Flags":2,"Description":"The type of the target."},"serverName":{"Type":4,"Flags":2,"Description":"The server name."},"databaseName":{"Type":4,"Flags":2,"Description":"The database name."}}}},{"6":{"Value":"TargetGroup"}},{"6":{"Value":"SqlDatabase"}},{"6":{"Value":"SqlElasticPool"}},{"6":{"Value":"SqlShardMap"}},{"6":{"Value":"SqlServer"}},{"5":{"Elements":[322,323,324,325,326,4]}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions@2021-08-01-preview","ScopeType":8,"Body":302,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":329,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":330,"Flags":10,"Description":"The resource api version"},"properties":{"Type":332,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"JobProperties","Properties":{"description":{"Type":4,"Flags":0,"Description":"User-defined description of the job."},"version":{"Type":3,"Flags":2,"Description":"The job version number."},"schedule":{"Type":333,"Flags":0,"Description":"Schedule properties of the job."}}}},{"2":{"Name":"JobSchedule","Properties":{"startTime":{"Type":4,"Flags":0,"Description":"Schedule start time."},"endTime":{"Type":4,"Flags":0,"Description":"Schedule end time."},"type":{"Type":336,"Flags":0,"Description":"Schedule interval type"},"enabled":{"Type":2,"Flags":0,"Description":"Whether or not the schedule is enabled."},"interval":{"Type":4,"Flags":0,"Description":"Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format."}}}},{"6":{"Value":"Once"}},{"6":{"Value":"Recurring"}},{"5":{"Elements":[334,335]}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs@2021-08-01-preview","ScopeType":8,"Body":331,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/steps"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/steps","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":338,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":339,"Flags":10,"Description":"The resource api version"},"properties":{"Type":341,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"JobStepProperties","Properties":{"stepId":{"Type":3,"Flags":0,"Description":"The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified."},"targetGroup":{"Type":4,"Flags":1,"Description":"The resource ID of the target group that the job step will be executed on."},"credential":{"Type":4,"Flags":1,"Description":"The resource ID of the job credential that will be used to connect to the targets."},"action":{"Type":342,"Flags":1,"Description":"The action payload of the job step."},"output":{"Type":347,"Flags":0,"Description":"Output destination properties of the job step."},"executionOptions":{"Type":350,"Flags":0,"Description":"Execution options for the job step."}}}},{"2":{"Name":"JobStepAction","Properties":{"type":{"Type":344,"Flags":0,"Description":"Type of action being executed by the job step."},"source":{"Type":346,"Flags":0,"Description":"The source of the action to execute."},"value":{"Type":4,"Flags":1,"Description":"The action value, for example the text of the T-SQL script to execute."}}}},{"6":{"Value":"TSql"}},{"5":{"Elements":[343,4]}},{"6":{"Value":"Inline"}},{"5":{"Elements":[345,4]}},{"2":{"Name":"JobStepOutput","Properties":{"type":{"Type":349,"Flags":0,"Description":"The output destination type."},"subscriptionId":{"Type":4,"Flags":0,"Description":"The output destination subscription id."},"resourceGroupName":{"Type":4,"Flags":0,"Description":"The output destination resource group."},"serverName":{"Type":4,"Flags":1,"Description":"The output destination server name."},"databaseName":{"Type":4,"Flags":1,"Description":"The output destination database."},"schemaName":{"Type":4,"Flags":0,"Description":"The output destination schema."},"tableName":{"Type":4,"Flags":1,"Description":"The output destination table."},"credential":{"Type":4,"Flags":1,"Description":"The resource ID of the credential to use to connect to the output destination."}}}},{"6":{"Value":"SqlDatabase"}},{"5":{"Elements":[348,4]}},{"2":{"Name":"JobStepExecutionOptions","Properties":{"timeoutSeconds":{"Type":3,"Flags":0,"Description":"Execution timeout for the job step."},"retryAttempts":{"Type":3,"Flags":0,"Description":"Maximum number of times the job step will be reattempted if the first attempt fails."},"initialRetryIntervalSeconds":{"Type":3,"Flags":0,"Description":"Initial delay between retries for job step execution."},"maximumRetryIntervalSeconds":{"Type":3,"Flags":0,"Description":"The maximum amount of time to wait between retries for job step execution."},"retryIntervalBackoffMultiplier":{"Type":3,"Flags":0,"Description":"The backoff multiplier for the time between retries."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/steps@2021-08-01-preview","ScopeType":8,"Body":340,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/targetGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/targetGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":352,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":353,"Flags":10,"Description":"The resource api version"},"properties":{"Type":355,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"JobTargetGroupProperties","Properties":{"members":{"Type":366,"Flags":1,"Description":"Members of the target group."}}}},{"2":{"Name":"JobTarget","Properties":{"membershipType":{"Type":359,"Flags":0,"Description":"Whether the target is included or excluded from the group."},"type":{"Type":365,"Flags":1,"Description":"The target type."},"serverName":{"Type":4,"Flags":0,"Description":"The target server name."},"databaseName":{"Type":4,"Flags":0,"Description":"The target database name."},"elasticPoolName":{"Type":4,"Flags":0,"Description":"The target elastic pool name."},"shardMapName":{"Type":4,"Flags":0,"Description":"The target shard map."},"refreshCredential":{"Type":4,"Flags":0,"Description":"The resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target."}}}},{"6":{"Value":"Include"}},{"6":{"Value":"Exclude"}},{"5":{"Elements":[357,358]}},{"6":{"Value":"TargetGroup"}},{"6":{"Value":"SqlDatabase"}},{"6":{"Value":"SqlElasticPool"}},{"6":{"Value":"SqlShardMap"}},{"6":{"Value":"SqlServer"}},{"5":{"Elements":[360,361,362,363,364,4]}},{"3":{"ItemType":356}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/targetGroups@2021-08-01-preview","ScopeType":8,"Body":354,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[368,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/ledgerDigestUploads"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/ledgerDigestUploads","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":369,"Flags":9,"Description":"The resource name"},"type":{"Type":370,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":371,"Flags":10,"Description":"The resource api version"},"properties":{"Type":373,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"LedgerDigestUploadsProperties","Properties":{"digestStorageEndpoint":{"Type":4,"Flags":0,"Description":"The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger."},"state":{"Type":376,"Flags":2,"Description":"Specifies the state of ledger digest upload."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[374,375]}},{"4":{"Name":"Microsoft.Sql/servers/databases/ledgerDigestUploads@2021-08-01-preview","ScopeType":8,"Body":372,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[378,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":379,"Flags":9,"Description":"The resource name"},"type":{"Type":380,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":381,"Flags":10,"Description":"The resource api version"},"properties":{"Type":383,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"BaseLongTermRetentionPolicyProperties","Properties":{"weeklyRetention":{"Type":4,"Flags":0,"Description":"The weekly retention policy for an LTR backup in an ISO 8601 format."},"monthlyRetention":{"Type":4,"Flags":0,"Description":"The monthly retention policy for an LTR backup in an ISO 8601 format."},"yearlyRetention":{"Type":4,"Flags":0,"Description":"The yearly retention policy for an LTR backup in an ISO 8601 format."},"weekOfYear":{"Type":3,"Flags":0,"Description":"The week of year to take the yearly backup in an ISO 8601 format."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":382,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[385,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":386,"Flags":9,"Description":"The resource name"},"type":{"Type":387,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":388,"Flags":10,"Description":"The resource api version"},"properties":{"Type":390,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedBackupShortTermRetentionPolicyProperties","Properties":{"retentionDays":{"Type":3,"Flags":0,"Description":"The backup retention period in days. This is how many days Point-in-Time Restore will be supported."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":389,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":392,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":393,"Flags":10,"Description":"The resource api version"},"properties":{"Type":395,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":413,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"ManagedDatabaseProperties","Properties":{"collation":{"Type":4,"Flags":0,"Description":"Collation of the managed database."},"status":{"Type":403,"Flags":2,"Description":"Status of the database."},"creationDate":{"Type":4,"Flags":2,"Description":"Creation date of the database."},"earliestRestorePoint":{"Type":4,"Flags":2,"Description":"Earliest restore point in time for point in time restore."},"restorePointInTime":{"Type":4,"Flags":4,"Description":"Conditional. If createMode is PointInTimeRestore, this value is required. Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."},"defaultSecondaryLocation":{"Type":4,"Flags":2,"Description":"Geo paired region."},"catalogCollation":{"Type":406,"Flags":0,"Description":"Collation of the metadata catalog."},"createMode":{"Type":412,"Flags":4,"Description":"Managed database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. SourceDatabaseName, SourceManagedInstanceName and PointInTime must be specified. RestoreExternalBackup: Create a database by restoring from external backup files. Collation, StorageContainerUri and StorageContainerSasToken must be specified. Recovery: Creates a database by restoring a geo-replicated backup. RecoverableDatabaseId must be specified as the recoverable database resource ID to restore. RestoreLongTermRetentionBackup: Create a database by restoring from a long term retention backup (longTermRetentionBackupResourceId required)."},"storageContainerUri":{"Type":4,"Flags":4,"Description":"Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored."},"sourceDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the source database associated with create operation of this database."},"restorableDroppedDatabaseId":{"Type":4,"Flags":4,"Description":"The restorable dropped database resource id to restore when creating this database."},"storageContainerSasToken":{"Type":4,"Flags":4,"Description":"Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token."},"failoverGroupId":{"Type":4,"Flags":2,"Description":"Instance Failover Group resource identifier that this managed database belongs to."},"recoverableDatabaseId":{"Type":4,"Flags":4,"Description":"The resource identifier of the recoverable database associated with create operation of this database."},"longTermRetentionBackupResourceId":{"Type":4,"Flags":4,"Description":"The name of the Long Term Retention backup to be used for restore of this managed database."},"autoCompleteRestore":{"Type":2,"Flags":4,"Description":"Whether to auto complete restore of this managed database."},"lastBackupName":{"Type":4,"Flags":4,"Description":"Last backup file name for restore of this managed database."}}}},{"6":{"Value":"Online"}},{"6":{"Value":"Offline"}},{"6":{"Value":"Shutdown"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Inaccessible"}},{"6":{"Value":"Restoring"}},{"6":{"Value":"Updating"}},{"5":{"Elements":[396,397,398,399,400,401,402,4]}},{"6":{"Value":"DATABASE_DEFAULT"}},{"6":{"Value":"SQL_Latin1_General_CP1_CI_AS"}},{"5":{"Elements":[404,405,4]}},{"6":{"Value":"Default"}},{"6":{"Value":"RestoreExternalBackup"}},{"6":{"Value":"PointInTimeRestore"}},{"6":{"Value":"Recovery"}},{"6":{"Value":"RestoreLongTermRetentionBackup"}},{"5":{"Elements":[407,408,409,410,411,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases@2021-08-01-preview","ScopeType":8,"Body":394,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[415,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/securityAlertPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/securityAlertPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":416,"Flags":9,"Description":"The resource name"},"type":{"Type":417,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":418,"Flags":10,"Description":"The resource api version"},"properties":{"Type":420,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SecurityAlertPolicyProperties","Properties":{"state":{"Type":424,"Flags":1,"Description":"Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific database."},"disabledAlerts":{"Type":425,"Flags":0,"Description":"Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action, Brute_Force"},"emailAddresses":{"Type":426,"Flags":0,"Description":"Specifies an array of e-mail addresses to which the alert is sent."},"emailAccountAdmins":{"Type":2,"Flags":0,"Description":"Specifies that the alert is sent to the account administrators."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs."},"storageAccountAccessKey":{"Type":4,"Flags":0,"Description":"Specifies the identifier key of the Threat Detection audit storage account."},"retentionDays":{"Type":3,"Flags":0,"Description":"Specifies the number of days to keep in the Threat Detection audit logs."},"creationTime":{"Type":4,"Flags":2,"Description":"Specifies the UTC creation time of the policy."}}}},{"6":{"Value":"New"}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[421,422,423]}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/securityAlertPolicies@2021-08-01-preview","ScopeType":8,"Body":419,"Flags":0}},{"6":{"Value":"current"}},{"6":{"Value":"recommended"}},{"5":{"Elements":[428,429]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":430,"Flags":9,"Description":"The resource name"},"type":{"Type":431,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":432,"Flags":10,"Description":"The resource api version"},"managedBy":{"Type":4,"Flags":2,"Description":"Resource that manages the sensitivity label."},"properties":{"Type":434,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SensitivityLabelProperties","Properties":{"schemaName":{"Type":4,"Flags":2,"Description":"The schema name."},"tableName":{"Type":4,"Flags":2,"Description":"The table name."},"columnName":{"Type":4,"Flags":2,"Description":"The column name."},"labelName":{"Type":4,"Flags":0,"Description":"The label name."},"labelId":{"Type":4,"Flags":0,"Description":"The label ID."},"informationType":{"Type":4,"Flags":0,"Description":"The information type."},"informationTypeId":{"Type":4,"Flags":0,"Description":"The information type ID."},"isDisabled":{"Type":2,"Flags":2,"Description":"Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not."},"rank":{"Type":440,"Flags":0}}}},{"6":{"Value":"None"}},{"6":{"Value":"Low"}},{"6":{"Value":"Medium"}},{"6":{"Value":"High"}},{"6":{"Value":"Critical"}},{"5":{"Elements":[435,436,437,438,439]}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2021-08-01-preview","ScopeType":8,"Body":433,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[442,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/transparentDataEncryption"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/transparentDataEncryption","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":443,"Flags":9,"Description":"The resource name"},"type":{"Type":444,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":445,"Flags":10,"Description":"The resource api version"},"properties":{"Type":447,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedTransparentDataEncryptionProperties","Properties":{"state":{"Type":450,"Flags":1,"Description":"Specifies the state of the transparent data encryption."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[448,449]}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/transparentDataEncryption@2021-08-01-preview","ScopeType":8,"Body":446,"Flags":0}},{"6":{"Value":"master"}},{"6":{"Value":"default"}},{"5":{"Elements":[452,453]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":454,"Flags":9,"Description":"The resource name"},"type":{"Type":455,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":456,"Flags":10,"Description":"The resource api version"},"properties":{"Type":172,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2021-08-01-preview","ScopeType":8,"Body":457,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[459,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":460,"Flags":9,"Description":"The resource name"},"type":{"Type":461,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":462,"Flags":10,"Description":"The resource api version"},"properties":{"Type":182,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2021-08-01-preview","ScopeType":8,"Body":463,"Flags":0}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[465,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/administrators"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/administrators","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":466,"Flags":9,"Description":"The resource name"},"type":{"Type":467,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":468,"Flags":10,"Description":"The resource api version"},"properties":{"Type":470,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceAdministratorProperties","Properties":{"administratorType":{"Type":472,"Flags":1,"Description":"Type of the managed instance administrator."},"login":{"Type":4,"Flags":1,"Description":"Login name of the managed instance administrator."},"sid":{"Type":4,"Flags":1,"Description":"SID (object ID) of the managed instance administrator."},"tenantId":{"Type":4,"Flags":0,"Description":"Tenant ID of the managed instance administrator."}}}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[471,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/administrators@2021-08-01-preview","ScopeType":8,"Body":469,"Flags":0}},{"6":{"Value":"Default"}},{"5":{"Elements":[474,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/azureADOnlyAuthentications"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/azureADOnlyAuthentications","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":475,"Flags":9,"Description":"The resource name"},"type":{"Type":476,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":477,"Flags":10,"Description":"The resource api version"},"properties":{"Type":479,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceAzureADOnlyAuthProperties","Properties":{"azureADOnlyAuthentication":{"Type":2,"Flags":1,"Description":"Azure Active Directory only Authentication enabled."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/azureADOnlyAuthentications@2021-08-01-preview","ScopeType":8,"Body":478,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[481,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/encryptionProtector"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/encryptionProtector","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":482,"Flags":9,"Description":"The resource name"},"type":{"Type":483,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":484,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Kind of encryption protector. This is metadata used for the Azure portal experience."},"properties":{"Type":486,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceEncryptionProtectorProperties","Properties":{"serverKeyName":{"Type":4,"Flags":0,"Description":"The name of the managed instance key."},"serverKeyType":{"Type":489,"Flags":1,"Description":"The encryption protector type like 'ServiceManaged', 'AzureKeyVault'."},"uri":{"Type":4,"Flags":2,"Description":"The URI of the server key."},"thumbprint":{"Type":4,"Flags":2,"Description":"Thumbprint of the server key."},"autoRotationEnabled":{"Type":2,"Flags":0,"Description":"Key auto rotation opt-in flag. Either true or false."}}}},{"6":{"Value":"ServiceManaged"}},{"6":{"Value":"AzureKeyVault"}},{"5":{"Elements":[487,488,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/encryptionProtector@2021-08-01-preview","ScopeType":8,"Body":485,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/keys"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/keys","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":491,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":492,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Kind of encryption protector. This is metadata used for the Azure portal experience."},"properties":{"Type":494,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceKeyProperties","Properties":{"serverKeyType":{"Type":497,"Flags":5,"Description":"The key type like 'ServiceManaged', 'AzureKeyVault'."},"uri":{"Type":4,"Flags":4,"Description":"The URI of the key. If the ServerKeyType is AzureKeyVault, then the URI is required."},"thumbprint":{"Type":4,"Flags":2,"Description":"Thumbprint of the key."},"creationDate":{"Type":4,"Flags":2,"Description":"The key creation date."},"autoRotationEnabled":{"Type":2,"Flags":2,"Description":"Key auto rotation opt-in flag. Either true or false."}}}},{"6":{"Value":"ServiceManaged"}},{"6":{"Value":"AzureKeyVault"}},{"5":{"Elements":[495,496,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/keys@2021-08-01-preview","ScopeType":8,"Body":493,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[499,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":500,"Flags":9,"Description":"The resource name"},"type":{"Type":501,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":502,"Flags":10,"Description":"The resource api version"},"properties":{"Type":383,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":503,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/privateEndpointConnections"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":505,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":506,"Flags":10,"Description":"The resource api version"},"properties":{"Type":508,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstancePrivateEndpointConnectionProperties","Properties":{"privateEndpoint":{"Type":509,"Flags":0,"Description":"Private endpoint which the connection belongs to."},"privateLinkServiceConnectionState":{"Type":510,"Flags":0,"Description":"Connection State of the Private Endpoint Connection."},"provisioningState":{"Type":4,"Flags":2,"Description":"State of the Private Endpoint Connection."}}}},{"2":{"Name":"ManagedInstancePrivateEndpointProperty","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource id of the private endpoint."}}}},{"2":{"Name":"ManagedInstancePrivateLinkServiceConnectionStateProperty","Properties":{"status":{"Type":4,"Flags":1,"Description":"The private link service connection status."},"description":{"Type":4,"Flags":1,"Description":"The private link service connection description."},"actionsRequired":{"Type":4,"Flags":2,"Description":"The private link service connection description."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/privateEndpointConnections@2021-08-01-preview","ScopeType":8,"Body":507,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":512,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":513,"Flags":10,"Description":"The resource api version"},"identity":{"Type":515,"Flags":0,"Description":"The Azure Active Directory identity of the managed instance."},"sku":{"Type":71,"Flags":0,"Description":"Managed instance SKU. Allowed values for sku.name: GP_Gen4, GP_Gen5, BC_Gen4, BC_Gen5"},"properties":{"Type":523,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":573,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"ResourceIdentity","Properties":{"userAssignedIdentities":{"Type":517,"Flags":0,"Description":"The resource ids of the user assigned identities to use"},"principalId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory principal id."},"type":{"Type":522,"Flags":0,"Description":"The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource."},"tenantId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory tenant id."}}}},{"2":{"Name":"UserIdentity","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory principal id."},"clientId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory client id."}}}},{"2":{"Name":"ResourceIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":516}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"6":{"Value":"SystemAssigned,UserAssigned"}},{"5":{"Elements":[518,519,520,521,4]}},{"2":{"Name":"ManagedInstanceProperties","Properties":{"provisioningState":{"Type":539,"Flags":2},"managedInstanceCreateMode":{"Type":542,"Flags":4,"Description":"Specifies the mode of database creation.\r\n\r\nDefault: Regular instance creation.\r\n\r\nRestore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and SourceManagedInstanceId must be specified."},"fullyQualifiedDomainName":{"Type":4,"Flags":2,"Description":"The fully qualified domain name of the managed instance."},"administratorLogin":{"Type":4,"Flags":0,"Description":"Administrator username for the managed instance. Can only be specified when the managed instance is being created (and is required for creation)."},"administratorLoginPassword":{"Type":4,"Flags":4,"Description":"The administrator login password (required for managed instance creation)."},"subnetId":{"Type":4,"Flags":0,"Description":"Subnet resource ID for the managed instance."},"state":{"Type":4,"Flags":2,"Description":"The state of the managed instance."},"licenseType":{"Type":545,"Flags":0,"Description":"The license type. Possible values are 'LicenseIncluded' (regular price inclusive of a new SQL license) and 'BasePrice' (discounted AHB price for bringing your own SQL licenses)."},"vCores":{"Type":3,"Flags":0,"Description":"The number of vCores. Allowed values: 8, 16, 24, 32, 40, 64, 80."},"storageSizeInGB":{"Type":3,"Flags":0,"Description":"Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only."},"collation":{"Type":4,"Flags":0,"Description":"Collation of the managed instance."},"dnsZone":{"Type":4,"Flags":2,"Description":"The Dns Zone that the managed instance is in."},"dnsZonePartner":{"Type":4,"Flags":4,"Description":"The resource id of another managed instance whose DNS zone this managed instance will share after creation."},"publicDataEndpointEnabled":{"Type":2,"Flags":0,"Description":"Whether or not the public data endpoint is enabled."},"sourceManagedInstanceId":{"Type":4,"Flags":4,"Description":"The resource identifier of the source managed instance associated with create operation of this instance."},"restorePointInTime":{"Type":4,"Flags":4,"Description":"Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."},"proxyOverride":{"Type":549,"Flags":0,"Description":"Connection type used for connecting to the instance."},"timezoneId":{"Type":4,"Flags":0,"Description":"Id of the timezone. Allowed values are timezones supported by Windows.\r\nWindows keeps details on supported timezones, including the id, in registry under\r\nKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones.\r\nYou can get those registry values via SQL Server by querying SELECT name AS timezone_id FROM sys.time_zone_info.\r\nList of Ids can also be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell.\r\nAn example of valid timezone id is \"Pacific Standard Time\" or \"W. Europe Standard Time\"."},"instancePoolId":{"Type":4,"Flags":0,"Description":"The Id of the instance pool this managed server belongs to."},"maintenanceConfigurationId":{"Type":4,"Flags":0,"Description":"Specifies maintenance configuration id to apply to this managed instance."},"privateEndpointConnections":{"Type":551,"Flags":2,"Description":"List of private endpoint connections on a managed instance."},"minimalTlsVersion":{"Type":4,"Flags":0,"Description":"Minimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2'"},"currentBackupStorageRedundancy":{"Type":556,"Flags":2,"Description":"The storage account type used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)"},"requestedBackupStorageRedundancy":{"Type":561,"Flags":0,"Description":"The storage account type to be used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)"},"zoneRedundant":{"Type":2,"Flags":0,"Description":"Whether or not the multi-az is enabled."},"primaryUserAssignedIdentityId":{"Type":4,"Flags":0,"Description":"The resource id of a user assigned identity to be used by default."},"keyId":{"Type":4,"Flags":0,"Description":"A CMK URI of the key to use for encryption."},"administrators":{"Type":562,"Flags":0,"Description":"The Azure Active Directory administrator of the server."},"servicePrincipal":{"Type":569,"Flags":0,"Description":"The managed instance's service principal."}}}},{"6":{"Value":"Creating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Accepted"}},{"6":{"Value":"Created"}},{"6":{"Value":"Deleted"}},{"6":{"Value":"Unrecognized"}},{"6":{"Value":"Running"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"NotSpecified"}},{"6":{"Value":"Registering"}},{"6":{"Value":"TimedOut"}},{"5":{"Elements":[524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,4]}},{"6":{"Value":"Default"}},{"6":{"Value":"PointInTimeRestore"}},{"5":{"Elements":[540,541,4]}},{"6":{"Value":"LicenseIncluded"}},{"6":{"Value":"BasePrice"}},{"5":{"Elements":[543,544,4]}},{"6":{"Value":"Proxy"}},{"6":{"Value":"Redirect"}},{"6":{"Value":"Default"}},{"5":{"Elements":[546,547,548,4]}},{"2":{"Name":"ManagedInstancePecProperty","Properties":{"id":{"Type":4,"Flags":2,"Description":"Resource ID."},"properties":{"Type":508,"Flags":2,"Description":"Private endpoint connection properties"}}}},{"3":{"ItemType":550}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[552,553,554,555,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[557,558,559,560,4]}},{"2":{"Name":"ManagedInstanceExternalAdministrator","Properties":{"administratorType":{"Type":564,"Flags":0,"Description":"Type of the sever administrator."},"principalType":{"Type":568,"Flags":0,"Description":"Principal Type of the sever administrator."},"login":{"Type":4,"Flags":0,"Description":"Login name of the server administrator."},"sid":{"Type":4,"Flags":0,"Description":"SID (object ID) of the server administrator."},"tenantId":{"Type":4,"Flags":0,"Description":"Tenant ID of the administrator."},"azureADOnlyAuthentication":{"Type":2,"Flags":0,"Description":"Azure Active Directory only Authentication enabled."}}}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[563,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Group"}},{"6":{"Value":"Application"}},{"5":{"Elements":[565,566,567,4]}},{"2":{"Name":"ServicePrincipal","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory application object id."},"clientId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory application client id."},"tenantId":{"Type":4,"Flags":2,"Description":"The Azure Active Directory tenant id."},"type":{"Type":572,"Flags":0,"Description":"Service principal type."}}}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"5":{"Elements":[570,571,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/managedInstances@2021-08-01-preview","ScopeType":8,"Body":514,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[575,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/vulnerabilityAssessments"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/vulnerabilityAssessments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":576,"Flags":9,"Description":"The resource name"},"type":{"Type":577,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":578,"Flags":10,"Description":"The resource api version"},"properties":{"Type":580,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceVulnerabilityAssessmentProperties","Properties":{"storageContainerPath":{"Type":4,"Flags":5,"Description":"A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/)."},"storageContainerSasKey":{"Type":4,"Flags":4,"Description":"A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"recurringScans":{"Type":183,"Flags":0,"Description":"The recurring scans settings"}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/vulnerabilityAssessments@2021-08-01-preview","ScopeType":8,"Body":579,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[582,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":583,"Flags":9,"Description":"The resource name"},"type":{"Type":584,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":585,"Flags":10,"Description":"The resource api version"},"properties":{"Type":390,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2021-08-01-preview","ScopeType":8,"Body":586,"Flags":0}},{"6":{"Value":"Default"}},{"5":{"Elements":[588,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/securityAlertPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/securityAlertPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":589,"Flags":9,"Description":"The resource name"},"type":{"Type":590,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":591,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":148,"Flags":2,"Description":"SystemData of SecurityAlertPolicyResource."},"properties":{"Type":159,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/securityAlertPolicies@2021-08-01-preview","ScopeType":8,"Body":592,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/outboundFirewallRules"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/outboundFirewallRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":594,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":595,"Flags":10,"Description":"The resource api version"},"properties":{"Type":597,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"OutboundFirewallRuleProperties","Properties":{"provisioningState":{"Type":4,"Flags":2,"Description":"The state of the outbound rule."}}}},{"4":{"Name":"Microsoft.Sql/servers/outboundFirewallRules@2021-08-01-preview","ScopeType":8,"Body":596,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/privateEndpointConnections"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":599,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":600,"Flags":10,"Description":"The resource api version"},"properties":{"Type":602,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"privateEndpoint":{"Type":603,"Flags":0,"Description":"Private endpoint which the connection belongs to."},"groupIds":{"Type":604,"Flags":2,"Description":"Group IDs."},"privateLinkServiceConnectionState":{"Type":605,"Flags":0,"Description":"Connection state of the private endpoint connection."},"provisioningState":{"Type":618,"Flags":2,"Description":"State of the private endpoint connection."}}}},{"2":{"Name":"PrivateEndpointProperty","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource id of the private endpoint."}}}},{"3":{"ItemType":4}},{"2":{"Name":"PrivateLinkServiceConnectionStateProperty","Properties":{"status":{"Type":610,"Flags":1,"Description":"The private link service connection status."},"description":{"Type":4,"Flags":1,"Description":"The private link service connection description."},"actionsRequired":{"Type":612,"Flags":2,"Description":"The actions required for private link service connection."}}}},{"6":{"Value":"Approved"}},{"6":{"Value":"Pending"}},{"6":{"Value":"Rejected"}},{"6":{"Value":"Disconnected"}},{"5":{"Elements":[606,607,608,609,4]}},{"6":{"Value":"None"}},{"5":{"Elements":[611,4]}},{"6":{"Value":"Approving"}},{"6":{"Value":"Ready"}},{"6":{"Value":"Dropping"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Rejecting"}},{"5":{"Elements":[613,614,615,616,617,4]}},{"4":{"Name":"Microsoft.Sql/servers/privateEndpointConnections@2021-08-01-preview","ScopeType":8,"Body":601,"Flags":0}},{"6":{"Value":"current"}},{"6":{"Value":"recommended"}},{"5":{"Elements":[620,621]}},{"6":{"Value":"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":622,"Flags":9,"Description":"The resource name"},"type":{"Type":623,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":624,"Flags":10,"Description":"The resource api version"},"managedBy":{"Type":4,"Flags":2,"Description":"Resource that manages the sensitivity label."},"properties":{"Type":434,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2021-08-01-preview","ScopeType":8,"Body":625,"Flags":0}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[627,4]}},{"6":{"Value":"Microsoft.Sql/servers/administrators"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/administrators","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":628,"Flags":9,"Description":"The resource name"},"type":{"Type":629,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":630,"Flags":10,"Description":"The resource api version"},"properties":{"Type":632,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"AdministratorProperties","Properties":{"administratorType":{"Type":634,"Flags":1,"Description":"Type of the sever administrator."},"login":{"Type":4,"Flags":1,"Description":"Login name of the server administrator."},"sid":{"Type":4,"Flags":1,"Description":"SID (object ID) of the server administrator."},"tenantId":{"Type":4,"Flags":0,"Description":"Tenant ID of the administrator."},"azureADOnlyAuthentication":{"Type":2,"Flags":2,"Description":"Azure Active Directory only Authentication enabled."}}}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[633,4]}},{"4":{"Name":"Microsoft.Sql/servers/administrators@2021-08-01-preview","ScopeType":8,"Body":631,"Flags":0}},{"6":{"Value":"Default"}},{"5":{"Elements":[636,4]}},{"6":{"Value":"Microsoft.Sql/servers/azureADOnlyAuthentications"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/azureADOnlyAuthentications","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":637,"Flags":9,"Description":"The resource name"},"type":{"Type":638,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":639,"Flags":10,"Description":"The resource api version"},"properties":{"Type":641,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"AzureADOnlyAuthProperties","Properties":{"azureADOnlyAuthentication":{"Type":2,"Flags":1,"Description":"Azure Active Directory only Authentication enabled."}}}},{"4":{"Name":"Microsoft.Sql/servers/azureADOnlyAuthentications@2021-08-01-preview","ScopeType":8,"Body":640,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[643,4]}},{"6":{"Value":"Microsoft.Sql/servers/connectionPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/connectionPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":644,"Flags":9,"Description":"The resource name"},"type":{"Type":645,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":646,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"kind":{"Type":4,"Flags":2,"Description":"Metadata used for the Azure portal experience."},"properties":{"Type":648,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerConnectionPolicyProperties","Properties":{"connectionType":{"Type":652,"Flags":1,"Description":"The server connection type."}}}},{"6":{"Value":"Default"}},{"6":{"Value":"Redirect"}},{"6":{"Value":"Proxy"}},{"5":{"Elements":[649,650,651,4]}},{"4":{"Name":"Microsoft.Sql/servers/connectionPolicies@2021-08-01-preview","ScopeType":8,"Body":647,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/devOpsAuditingSettings"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/devOpsAuditingSettings","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":654,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":655,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":148,"Flags":2,"Description":"SystemData of ServerDevOpsAuditSettingsResource."},"properties":{"Type":657,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerDevOpsAuditSettingsProperties","Properties":{"isAzureMonitorTargetEnabled":{"Type":2,"Flags":0,"Description":"Specifies whether DevOps audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure DevOps audit, Diagnostic Settings with 'DevOpsOperationsAudit' diagnostic logs category on the master database should be also created.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/master/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)"},"state":{"Type":660,"Flags":1,"Description":"Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required."},"storageEndpoint":{"Type":4,"Flags":0,"Description":"Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required."},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the auditing storage account. \r\nIf state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage.\r\nPrerequisites for using managed identity authentication:\r\n1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD).\r\n2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity.\r\nFor more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355)"},"storageAccountSubscriptionId":{"Type":4,"Flags":0,"Description":"Specifies the blob storage subscription Id."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[658,659]}},{"4":{"Name":"Microsoft.Sql/servers/devOpsAuditingSettings@2021-08-01-preview","ScopeType":8,"Body":656,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/dnsAliases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/dnsAliases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":662,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":663,"Flags":10,"Description":"The resource api version"},"properties":{"Type":665,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ServerDnsAliasProperties","Properties":{"azureDnsRecord":{"Type":4,"Flags":2,"Description":"The fully qualified DNS record for alias"}}}},{"4":{"Name":"Microsoft.Sql/servers/dnsAliases@2021-08-01-preview","ScopeType":8,"Body":664,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/keys"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/keys","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":667,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":668,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Kind of encryption protector. This is metadata used for the Azure portal experience."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":670,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerKeyProperties","Properties":{"subregion":{"Type":4,"Flags":2,"Description":"Subregion of the server key."},"serverKeyType":{"Type":673,"Flags":5,"Description":"The server key type like 'ServiceManaged', 'AzureKeyVault'."},"uri":{"Type":4,"Flags":4,"Description":"The URI of the server key. If the ServerKeyType is AzureKeyVault, then the URI is required."},"thumbprint":{"Type":4,"Flags":2,"Description":"Thumbprint of the server key."},"creationDate":{"Type":4,"Flags":2,"Description":"The server key creation date."},"autoRotationEnabled":{"Type":2,"Flags":2,"Description":"Key auto rotation opt-in flag. Either true or false."}}}},{"6":{"Value":"ServiceManaged"}},{"6":{"Value":"AzureKeyVault"}},{"5":{"Elements":[671,672,4]}},{"4":{"Name":"Microsoft.Sql/servers/keys@2021-08-01-preview","ScopeType":8,"Body":669,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":675,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":676,"Flags":10,"Description":"The resource api version"},"identity":{"Type":515,"Flags":0,"Description":"The Azure Active Directory identity of the server."},"kind":{"Type":4,"Flags":2,"Description":"Kind of sql server. This is metadata used for the Azure portal experience."},"properties":{"Type":678,"Flags":0,"Description":"Resource properties."},"location":{"Type":4,"Flags":1,"Description":"Resource location."},"tags":{"Type":697,"Flags":0,"Description":"Resource tags."}}}},{"2":{"Name":"ServerProperties","Properties":{"administratorLogin":{"Type":4,"Flags":0,"Description":"Administrator username for the server. Once created it cannot be changed."},"administratorLoginPassword":{"Type":4,"Flags":4,"Description":"The administrator login password (required for server creation)."},"version":{"Type":4,"Flags":0,"Description":"The version of the server."},"state":{"Type":4,"Flags":2,"Description":"The state of the server."},"fullyQualifiedDomainName":{"Type":4,"Flags":2,"Description":"The fully qualified domain name of the server."},"privateEndpointConnections":{"Type":680,"Flags":2,"Description":"List of private endpoint connections on a server"},"minimalTlsVersion":{"Type":4,"Flags":0,"Description":"Minimal TLS version. Allowed values: '1.0', '1.1', '1.2'"},"publicNetworkAccess":{"Type":683,"Flags":0,"Description":"Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'"},"workspaceFeature":{"Type":686,"Flags":2,"Description":"Whether or not existing server has a workspace created and if it allows connection from workspace"},"primaryUserAssignedIdentityId":{"Type":4,"Flags":0,"Description":"The resource id of a user assigned identity to be used by default."},"federatedClientId":{"Type":4,"Flags":0,"Description":"The Client id used for cross tenant CMK scenario"},"keyId":{"Type":4,"Flags":0,"Description":"A CMK URI of the key to use for encryption."},"administrators":{"Type":687,"Flags":0,"Description":"The Azure Active Directory administrator of the server."},"restrictOutboundNetworkAccess":{"Type":696,"Flags":0,"Description":"Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'"}}}},{"2":{"Name":"ServerPrivateEndpointConnection","Properties":{"id":{"Type":4,"Flags":2,"Description":"Resource ID."},"properties":{"Type":602,"Flags":2,"Description":"Private endpoint connection properties"}}}},{"3":{"ItemType":679}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[681,682,4]}},{"6":{"Value":"Connected"}},{"6":{"Value":"Disconnected"}},{"5":{"Elements":[684,685,4]}},{"2":{"Name":"ServerExternalAdministrator","Properties":{"administratorType":{"Type":689,"Flags":0,"Description":"Type of the sever administrator."},"principalType":{"Type":693,"Flags":0,"Description":"Principal Type of the sever administrator."},"login":{"Type":4,"Flags":0,"Description":"Login name of the server administrator."},"sid":{"Type":4,"Flags":0,"Description":"SID (object ID) of the server administrator."},"tenantId":{"Type":4,"Flags":0,"Description":"Tenant ID of the administrator."},"azureADOnlyAuthentication":{"Type":2,"Flags":0,"Description":"Azure Active Directory only Authentication enabled."}}}},{"6":{"Value":"ActiveDirectory"}},{"5":{"Elements":[688,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Group"}},{"6":{"Value":"Application"}},{"5":{"Elements":[690,691,692,4]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[694,695,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/servers@2021-08-01-preview","ScopeType":8,"Body":677,"Flags":0}},{"6":{"Value":"Default"}},{"5":{"Elements":[699,4]}},{"6":{"Value":"Microsoft.Sql/servers/securityAlertPolicies"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/securityAlertPolicies","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":700,"Flags":9,"Description":"The resource name"},"type":{"Type":701,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":702,"Flags":10,"Description":"The resource api version"},"systemData":{"Type":148,"Flags":2,"Description":"SystemData of SecurityAlertPolicyResource."},"properties":{"Type":159,"Flags":0,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/securityAlertPolicies@2021-08-01-preview","ScopeType":8,"Body":703,"Flags":0}},{"6":{"Value":"Microsoft.Sql/managedInstances/serverTrustCertificates"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/serverTrustCertificates","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":705,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":706,"Flags":10,"Description":"The resource api version"},"properties":{"Type":708,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerTrustCertificateProperties","Properties":{"publicBlob":{"Type":4,"Flags":0,"Description":"The certificate public blob"},"thumbprint":{"Type":4,"Flags":2,"Description":"The certificate thumbprint"},"certificateName":{"Type":4,"Flags":2,"Description":"The certificate name"}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/serverTrustCertificates@2021-08-01-preview","ScopeType":8,"Body":707,"Flags":0}},{"6":{"Value":"Microsoft.Sql/locations/serverTrustGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/serverTrustGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":710,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":711,"Flags":10,"Description":"The resource api version"},"properties":{"Type":713,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerTrustGroupProperties","Properties":{"groupMembers":{"Type":715,"Flags":1,"Description":"Group members information for the server trust group."},"trustScopes":{"Type":719,"Flags":1,"Description":"Trust scope of the server trust group."}}}},{"2":{"Name":"ServerInfo","Properties":{"serverId":{"Type":4,"Flags":1,"Description":"Server Id."}}}},{"3":{"ItemType":714}},{"6":{"Value":"GlobalTransactions"}},{"6":{"Value":"ServiceBroker"}},{"5":{"Elements":[716,717,4]}},{"3":{"ItemType":718}},{"4":{"Name":"Microsoft.Sql/locations/serverTrustGroups@2021-08-01-preview","ScopeType":8,"Body":712,"Flags":0}},{"6":{"Value":"default"}},{"5":{"Elements":[721,4]}},{"6":{"Value":"Microsoft.Sql/servers/vulnerabilityAssessments"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/vulnerabilityAssessments","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":722,"Flags":9,"Description":"The resource name"},"type":{"Type":723,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":724,"Flags":10,"Description":"The resource api version"},"properties":{"Type":726,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"ServerVulnerabilityAssessmentProperties","Properties":{"storageContainerPath":{"Type":4,"Flags":5,"Description":"A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/)."},"storageContainerSasKey":{"Type":4,"Flags":4,"Description":"A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"storageAccountAccessKey":{"Type":4,"Flags":4,"Description":"Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall"},"recurringScans":{"Type":183,"Flags":0,"Description":"The recurring scans settings"}}}},{"4":{"Name":"Microsoft.Sql/servers/vulnerabilityAssessments@2021-08-01-preview","ScopeType":8,"Body":725,"Flags":0}},{"6":{"Value":"current"}},{"6":{"Value":"Microsoft.Sql/managedInstances/sqlAgent"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/sqlAgent","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":728,"Flags":9,"Description":"The resource name"},"type":{"Type":729,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":730,"Flags":10,"Description":"The resource api version"},"properties":{"Type":732,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SqlAgentConfigurationProperties","Properties":{"state":{"Type":735,"Flags":0,"Description":"The state of Sql Agent."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[733,734,4]}},{"4":{"Name":"Microsoft.Sql/managedInstances/sqlAgent@2021-08-01-preview","ScopeType":8,"Body":731,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/syncAgents"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/syncAgents","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":737,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":738,"Flags":10,"Description":"The resource api version"},"properties":{"Type":740,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SyncAgentProperties","Properties":{"name":{"Type":4,"Flags":2,"Description":"Name of the sync agent."},"syncDatabaseId":{"Type":4,"Flags":0,"Description":"ARM resource id of the sync database in the sync agent."},"lastAliveTime":{"Type":4,"Flags":2,"Description":"Last alive time of the sync agent."},"state":{"Type":744,"Flags":2,"Description":"State of the sync agent."},"isUpToDate":{"Type":2,"Flags":2,"Description":"If the sync agent version is up to date."},"expiryTime":{"Type":4,"Flags":2,"Description":"Expiration time of the sync agent version."},"version":{"Type":4,"Flags":2,"Description":"Version of the sync agent."}}}},{"6":{"Value":"Online"}},{"6":{"Value":"Offline"}},{"6":{"Value":"NeverConnected"}},{"5":{"Elements":[741,742,743,4]}},{"4":{"Name":"Microsoft.Sql/servers/syncAgents@2021-08-01-preview","ScopeType":8,"Body":739,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/syncGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/syncGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":746,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":747,"Flags":10,"Description":"The resource api version"},"sku":{"Type":71,"Flags":0,"Description":"The name and capacity of the SKU."},"properties":{"Type":749,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SyncGroupProperties","Properties":{"interval":{"Type":3,"Flags":0,"Description":"Sync interval of the sync group."},"lastSyncTime":{"Type":4,"Flags":2,"Description":"Last sync time of the sync group."},"conflictResolutionPolicy":{"Type":752,"Flags":0,"Description":"Conflict resolution policy of the sync group."},"syncDatabaseId":{"Type":4,"Flags":0,"Description":"ARM resource id of the sync database in the sync group."},"hubDatabaseUserName":{"Type":4,"Flags":0,"Description":"User name for the sync group hub database credential."},"hubDatabasePassword":{"Type":4,"Flags":4,"Description":"Password for the sync group hub database credential."},"syncState":{"Type":758,"Flags":2,"Description":"Sync state of the sync group."},"schema":{"Type":759,"Flags":0,"Description":"Sync schema of the sync group."},"enableConflictLogging":{"Type":2,"Flags":0,"Description":"If conflict logging is enabled."},"conflictLoggingRetentionInDays":{"Type":3,"Flags":0,"Description":"Conflict logging retention period."},"usePrivateLinkConnection":{"Type":2,"Flags":0,"Description":"If use private link connection is enabled."},"privateEndpointName":{"Type":4,"Flags":2,"Description":"Private endpoint name of the sync group if use private link connection is enabled."}}}},{"6":{"Value":"HubWin"}},{"6":{"Value":"MemberWin"}},{"5":{"Elements":[750,751,4]}},{"6":{"Value":"NotReady"}},{"6":{"Value":"Error"}},{"6":{"Value":"Warning"}},{"6":{"Value":"Progressing"}},{"6":{"Value":"Good"}},{"5":{"Elements":[753,754,755,756,757,4]}},{"2":{"Name":"SyncGroupSchema","Properties":{"tables":{"Type":763,"Flags":0,"Description":"List of tables in sync group schema."},"masterSyncMemberName":{"Type":4,"Flags":0,"Description":"Name of master sync member where the schema is from."}}}},{"2":{"Name":"SyncGroupSchemaTable","Properties":{"columns":{"Type":762,"Flags":0,"Description":"List of columns in sync group schema."},"quotedName":{"Type":4,"Flags":0,"Description":"Quoted name of sync group schema table."}}}},{"2":{"Name":"SyncGroupSchemaTableColumn","Properties":{"quotedName":{"Type":4,"Flags":0,"Description":"Quoted name of sync group table column."},"dataSize":{"Type":4,"Flags":0,"Description":"Data size of the column."},"dataType":{"Type":4,"Flags":0,"Description":"Data type of the column."}}}},{"3":{"ItemType":761}},{"3":{"ItemType":760}},{"4":{"Name":"Microsoft.Sql/servers/databases/syncGroups@2021-08-01-preview","ScopeType":8,"Body":748,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/syncGroups/syncMembers"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/syncGroups/syncMembers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":765,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":766,"Flags":10,"Description":"The resource api version"},"properties":{"Type":768,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"SyncMemberProperties","Properties":{"databaseType":{"Type":771,"Flags":0,"Description":"Database type of the sync member."},"syncAgentId":{"Type":4,"Flags":0,"Description":"ARM resource id of the sync agent in the sync member."},"sqlServerDatabaseId":{"Type":4,"Flags":0,"Description":"SQL Server database id of the sync member."},"syncMemberAzureDatabaseResourceId":{"Type":4,"Flags":0,"Description":"ARM resource id of the sync member logical database, for sync members in Azure."},"usePrivateLinkConnection":{"Type":2,"Flags":0,"Description":"Whether to use private link connection."},"privateEndpointName":{"Type":4,"Flags":2,"Description":"Private endpoint name of the sync member if use private link connection is enabled, for sync members in Azure."},"serverName":{"Type":4,"Flags":0,"Description":"Server name of the member database in the sync member"},"databaseName":{"Type":4,"Flags":0,"Description":"Database name of the member database in the sync member."},"userName":{"Type":4,"Flags":0,"Description":"User name of the member database in the sync member."},"password":{"Type":4,"Flags":4,"Description":"Password of the member database in the sync member."},"syncDirection":{"Type":775,"Flags":0,"Description":"Sync direction of the sync member."},"syncState":{"Type":794,"Flags":2,"Description":"Sync state of the sync member."}}}},{"6":{"Value":"AzureSqlDatabase"}},{"6":{"Value":"SqlServerDatabase"}},{"5":{"Elements":[769,770,4]}},{"6":{"Value":"Bidirectional"}},{"6":{"Value":"OneWayMemberToHub"}},{"6":{"Value":"OneWayHubToMember"}},{"5":{"Elements":[772,773,774,4]}},{"6":{"Value":"SyncInProgress"}},{"6":{"Value":"SyncSucceeded"}},{"6":{"Value":"SyncFailed"}},{"6":{"Value":"DisabledTombstoneCleanup"}},{"6":{"Value":"DisabledBackupRestore"}},{"6":{"Value":"SyncSucceededWithWarnings"}},{"6":{"Value":"SyncCancelling"}},{"6":{"Value":"SyncCancelled"}},{"6":{"Value":"UnProvisioned"}},{"6":{"Value":"Provisioning"}},{"6":{"Value":"Provisioned"}},{"6":{"Value":"ProvisionFailed"}},{"6":{"Value":"DeProvisioning"}},{"6":{"Value":"DeProvisioned"}},{"6":{"Value":"DeProvisionFailed"}},{"6":{"Value":"Reprovisioning"}},{"6":{"Value":"ReprovisionFailed"}},{"6":{"Value":"UnReprovisioned"}},{"5":{"Elements":[776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,4]}},{"4":{"Name":"Microsoft.Sql/servers/databases/syncGroups/syncMembers@2021-08-01-preview","ScopeType":8,"Body":767,"Flags":0}},{"6":{"Value":"current"}},{"5":{"Elements":[796,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/transparentDataEncryption"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/transparentDataEncryption","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":797,"Flags":9,"Description":"The resource name"},"type":{"Type":798,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":799,"Flags":10,"Description":"The resource api version"},"properties":{"Type":801,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"TransparentDataEncryptionProperties","Properties":{"state":{"Type":804,"Flags":1,"Description":"Specifies the state of the transparent data encryption."}}}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"5":{"Elements":[802,803]}},{"4":{"Name":"Microsoft.Sql/servers/databases/transparentDataEncryption@2021-08-01-preview","ScopeType":8,"Body":800,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/virtualNetworkRules"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/virtualNetworkRules","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":806,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":807,"Flags":10,"Description":"The resource api version"},"properties":{"Type":809,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"VirtualNetworkRuleProperties","Properties":{"virtualNetworkSubnetId":{"Type":4,"Flags":1,"Description":"The ARM resource id of the virtual network subnet."},"ignoreMissingVnetServiceEndpoint":{"Type":2,"Flags":0,"Description":"Create firewall rule before the virtual network has vnet service endpoint enabled."},"state":{"Type":816,"Flags":2,"Description":"Virtual Network Rule State"}}}},{"6":{"Value":"Initializing"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Ready"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Unknown"}},{"5":{"Elements":[810,811,812,813,814,815,4]}},{"4":{"Name":"Microsoft.Sql/servers/virtualNetworkRules@2021-08-01-preview","ScopeType":8,"Body":808,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":818,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":819,"Flags":10,"Description":"The resource api version"},"properties":{"Type":821,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"WorkloadClassifierProperties","Properties":{"memberName":{"Type":4,"Flags":1,"Description":"The workload classifier member name."},"label":{"Type":4,"Flags":0,"Description":"The workload classifier label."},"context":{"Type":4,"Flags":0,"Description":"The workload classifier context."},"startTime":{"Type":4,"Flags":0,"Description":"The workload classifier start time for classification."},"endTime":{"Type":4,"Flags":0,"Description":"The workload classifier end time for classification."},"importance":{"Type":4,"Flags":0,"Description":"The workload classifier importance."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2021-08-01-preview","ScopeType":8,"Body":820,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/workloadGroups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/workloadGroups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":823,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":824,"Flags":10,"Description":"The resource api version"},"properties":{"Type":826,"Flags":0,"Description":"Resource properties."}}}},{"2":{"Name":"WorkloadGroupProperties","Properties":{"minResourcePercent":{"Type":3,"Flags":1,"Description":"The workload group minimum percentage resource."},"maxResourcePercent":{"Type":3,"Flags":1,"Description":"The workload group cap percentage resource."},"minResourcePercentPerRequest":{"Type":3,"Flags":1,"Description":"The workload group request minimum grant percentage."},"maxResourcePercentPerRequest":{"Type":3,"Flags":0,"Description":"The workload group request maximum grant percentage."},"importance":{"Type":4,"Flags":0,"Description":"The workload group importance level."},"queryExecutionTimeout":{"Type":3,"Flags":0,"Description":"The workload group query execution timeout."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/workloadGroups@2021-08-01-preview","ScopeType":8,"Body":825,"Flags":0}},{"6":{"Value":"Microsoft.Sql/servers/databases/advisors"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/advisors","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":828,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":829,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":831,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"AdvisorProperties","Properties":{"advisorStatus":{"Type":836,"Flags":2,"Description":"Gets the status of availability of this advisor to customers. Possible values are 'GA', 'PublicPreview', 'LimitedPublicPreview' and 'PrivatePreview'."},"autoExecuteStatus":{"Type":840,"Flags":1,"Description":"Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor. Possible values are 'Enabled' and 'Disabled'"},"autoExecuteStatusInheritedFrom":{"Type":846,"Flags":2,"Description":"Gets the resource from which current value of auto-execute status is inherited. Auto-execute status can be set on (and inherited from) different levels in the resource hierarchy. Possible values are 'Subscription', 'Server', 'ElasticPool', 'Database' and 'Default' (when status is not explicitly set on any level)."},"recommendationsStatus":{"Type":4,"Flags":2,"Description":"Gets that status of recommendations for this advisor and reason for not having any recommendations. Possible values include, but are not limited to, 'Ok' (Recommendations available),LowActivity (not enough workload to analyze), 'DbSeemsTuned' (Database is doing well), etc."},"lastChecked":{"Type":4,"Flags":2,"Description":"Gets the time when the current resource was analyzed for recommendations by this advisor."},"recommendedActions":{"Type":889,"Flags":2,"Description":"Gets the recommended actions for this advisor."}}}},{"6":{"Value":"GA"}},{"6":{"Value":"PublicPreview"}},{"6":{"Value":"LimitedPublicPreview"}},{"6":{"Value":"PrivatePreview"}},{"5":{"Elements":[832,833,834,835]}},{"6":{"Value":"Enabled"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"Default"}},{"5":{"Elements":[837,838,839]}},{"6":{"Value":"Default"}},{"6":{"Value":"Subscription"}},{"6":{"Value":"Server"}},{"6":{"Value":"ElasticPool"}},{"6":{"Value":"Database"}},{"5":{"Elements":[841,842,843,844,845]}},{"2":{"Name":"RecommendedAction","Properties":{"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":848,"Flags":0,"Description":"Resource properties."},"id":{"Type":4,"Flags":2,"Description":"Resource ID."},"name":{"Type":4,"Flags":2,"Description":"Resource name."},"type":{"Type":4,"Flags":2,"Description":"Resource type."}}}},{"2":{"Name":"RecommendedActionProperties","Properties":{"recommendationReason":{"Type":4,"Flags":2,"Description":"Gets the reason for recommending this action. e.g., DuplicateIndex"},"validSince":{"Type":4,"Flags":2,"Description":"Gets the time since when this recommended action is valid."},"lastRefresh":{"Type":4,"Flags":2,"Description":"Gets time when this recommended action was last refreshed."},"state":{"Type":849,"Flags":1,"Description":"Gets the info of the current state the recommended action is in."},"isExecutableAction":{"Type":2,"Flags":2,"Description":"Gets if this recommended action is actionable by user"},"isRevertableAction":{"Type":2,"Flags":2,"Description":"Gets if changes applied by this recommended action can be reverted by user"},"isArchivedAction":{"Type":2,"Flags":2,"Description":"Gets if this recommended action was suggested some time ago but user chose to ignore this and system added a new recommended action again."},"executeActionStartTime":{"Type":4,"Flags":2,"Description":"Gets the time when system started applying this recommended action on the user resource. e.g., index creation start time"},"executeActionDuration":{"Type":4,"Flags":2,"Description":"Gets the time taken for applying this recommended action on user resource. e.g., time taken for index creation"},"revertActionStartTime":{"Type":4,"Flags":2,"Description":"Gets the time when system started reverting changes of this recommended action on user resource. e.g., time when index drop is executed."},"revertActionDuration":{"Type":4,"Flags":2,"Description":"Gets the time taken for reverting changes of this recommended action on user resource. e.g., time taken for dropping the created index."},"executeActionInitiatedBy":{"Type":870,"Flags":2,"Description":"Gets if approval for applying this recommended action was given by user/system."},"executeActionInitiatedTime":{"Type":4,"Flags":2,"Description":"Gets the time when this recommended action was approved for execution."},"revertActionInitiatedBy":{"Type":873,"Flags":2,"Description":"Gets if approval for reverting this recommended action was given by user/system."},"revertActionInitiatedTime":{"Type":4,"Flags":2,"Description":"Gets the time when this recommended action was approved for revert."},"score":{"Type":3,"Flags":2,"Description":"Gets the impact of this recommended action. Possible values are 1 - Low impact, 2 - Medium Impact and 3 - High Impact"},"implementationDetails":{"Type":874,"Flags":2,"Description":"Gets the implementation details of this recommended action for user to apply it manually."},"errorDetails":{"Type":878,"Flags":2,"Description":"Gets the error details if and why this recommended action is put to error state."},"estimatedImpact":{"Type":883,"Flags":2,"Description":"Gets the estimated impact info for this recommended action e.g., Estimated CPU gain, Estimated Disk Space change"},"observedImpact":{"Type":884,"Flags":2,"Description":"Gets the observed/actual impact info for this recommended action e.g., Actual CPU gain, Actual Disk Space change"},"timeSeries":{"Type":886,"Flags":2,"Description":"Gets the time series info of metrics for this recommended action e.g., CPU consumption time series"},"linkedObjects":{"Type":887,"Flags":2,"Description":"Gets the linked objects, if any."},"details":{"Type":888,"Flags":2,"Description":"Gets additional details specific to this recommended action."}}}},{"2":{"Name":"RecommendedActionStateInfo","Properties":{"currentValue":{"Type":864,"Flags":1,"Description":"Current state the recommended action is in. Some commonly used states are: Active -> recommended action is active and no action has been taken yet. Pending -> recommended action is approved for and is awaiting execution. Executing -> recommended action is being applied on the user database. Verifying -> recommended action was applied and is being verified of its usefulness by the system. Success -> recommended action was applied and improvement found during verification. Pending Revert -> verification found little or no improvement so recommended action is queued for revert or user has manually reverted. Reverting -> changes made while applying recommended action are being reverted on the user database. Reverted -> successfully reverted the changes made by recommended action on user database. Ignored -> user explicitly ignored/discarded the recommended action."},"actionInitiatedBy":{"Type":867,"Flags":2,"Description":"Gets who initiated the execution of this recommended action. Possible Value are: User -> When user explicity notified system to apply the recommended action. System -> When auto-execute status of this advisor was set to 'Enabled', in which case the system applied it."},"lastModified":{"Type":4,"Flags":2,"Description":"Gets the time when the state was last modified"}}}},{"6":{"Value":"Active"}},{"6":{"Value":"Pending"}},{"6":{"Value":"Executing"}},{"6":{"Value":"Verifying"}},{"6":{"Value":"PendingRevert"}},{"6":{"Value":"RevertCancelled"}},{"6":{"Value":"Reverting"}},{"6":{"Value":"Reverted"}},{"6":{"Value":"Ignored"}},{"6":{"Value":"Expired"}},{"6":{"Value":"Monitoring"}},{"6":{"Value":"Resolved"}},{"6":{"Value":"Success"}},{"6":{"Value":"Error"}},{"5":{"Elements":[850,851,852,853,854,855,856,857,858,859,860,861,862,863,4]}},{"6":{"Value":"User"}},{"6":{"Value":"System"}},{"5":{"Elements":[865,866]}},{"6":{"Value":"User"}},{"6":{"Value":"System"}},{"5":{"Elements":[868,869]}},{"6":{"Value":"User"}},{"6":{"Value":"System"}},{"5":{"Elements":[871,872]}},{"2":{"Name":"RecommendedActionImplementationInfo","Properties":{"method":{"Type":877,"Flags":2,"Description":"Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell."},"script":{"Type":4,"Flags":2,"Description":"Gets the manual implementation script. e.g., T-SQL script that could be executed on the database."}}}},{"6":{"Value":"TSql"}},{"6":{"Value":"AzurePowerShell"}},{"5":{"Elements":[875,876]}},{"2":{"Name":"RecommendedActionErrorInfo","Properties":{"errorCode":{"Type":4,"Flags":2,"Description":"Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists"},"isRetryable":{"Type":881,"Flags":2,"Description":"Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No"}}}},{"6":{"Value":"Yes"}},{"6":{"Value":"No"}},{"5":{"Elements":[879,880]}},{"2":{"Name":"RecommendedActionImpactRecord","Properties":{"dimensionName":{"Type":4,"Flags":2,"Description":"Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected."},"unit":{"Type":4,"Flags":2,"Description":"Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected."},"absoluteValue":{"Type":3,"Flags":2,"Description":"Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected"},"changeValueAbsolute":{"Type":3,"Flags":2,"Description":"Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes"},"changeValueRelative":{"Type":3,"Flags":2,"Description":"Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage"}}}},{"3":{"ItemType":882}},{"3":{"ItemType":882}},{"2":{"Name":"RecommendedActionMetricInfo","Properties":{"metricName":{"Type":4,"Flags":2,"Description":"Gets the name of the metric. e.g., CPU, Number of Queries."},"unit":{"Type":4,"Flags":2,"Description":"Gets the unit in which metric is measured. e.g., DTU, Frequency"},"timeGrain":{"Type":4,"Flags":2,"Description":"Gets the duration of time interval for the value given by this MetricInfo. e.g., PT1H (1 hour)"},"startTime":{"Type":4,"Flags":2,"Description":"Gets the start time of time interval given by this MetricInfo."},"value":{"Type":3,"Flags":2,"Description":"Gets the value of the metric in the time interval given by this MetricInfo."}}}},{"3":{"ItemType":885}},{"3":{"ItemType":4}},{"2":{"Name":"RecommendedActionPropertiesDetails","Properties":{},"AdditionalProperties":0}},{"3":{"ItemType":847}},{"4":{"Name":"Microsoft.Sql/servers/databases/advisors@2021-08-01-preview","ScopeType":8,"Body":830,"Flags":1}},{"6":{"Value":"current"}},{"6":{"Value":"Microsoft.Sql/servers/databases/automaticTuning"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/automaticTuning","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":891,"Flags":9,"Description":"The resource name"},"type":{"Type":892,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":893,"Flags":10,"Description":"The resource api version"},"properties":{"Type":895,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseAutomaticTuningProperties","Properties":{"desiredState":{"Type":900,"Flags":0,"Description":"Automatic tuning desired state."},"actualState":{"Type":905,"Flags":2,"Description":"Automatic tuning actual state."},"options":{"Type":922,"Flags":0,"Description":"Automatic tuning options definition."}}}},{"6":{"Value":"Inherit"}},{"6":{"Value":"Custom"}},{"6":{"Value":"Auto"}},{"6":{"Value":"Unspecified"}},{"5":{"Elements":[896,897,898,899]}},{"6":{"Value":"Inherit"}},{"6":{"Value":"Custom"}},{"6":{"Value":"Auto"}},{"6":{"Value":"Unspecified"}},{"5":{"Elements":[901,902,903,904]}},{"2":{"Name":"AutomaticTuningOptions","Properties":{"desiredState":{"Type":910,"Flags":0,"Description":"Automatic tuning option desired state."},"actualState":{"Type":913,"Flags":2,"Description":"Automatic tuning option actual state."},"reasonCode":{"Type":3,"Flags":2,"Description":"Reason code if desired and actual state are different."},"reasonDesc":{"Type":921,"Flags":2,"Description":"Reason description if desired and actual state are different."}}}},{"6":{"Value":"Off"}},{"6":{"Value":"On"}},{"6":{"Value":"Default"}},{"5":{"Elements":[907,908,909]}},{"6":{"Value":"Off"}},{"6":{"Value":"On"}},{"5":{"Elements":[911,912]}},{"6":{"Value":"Default"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"AutoConfigured"}},{"6":{"Value":"InheritedFromServer"}},{"6":{"Value":"QueryStoreOff"}},{"6":{"Value":"QueryStoreReadOnly"}},{"6":{"Value":"NotSupported"}},{"5":{"Elements":[914,915,916,917,918,919,920]}},{"2":{"Name":"DatabaseAutomaticTuningPropertiesOptions","Properties":{},"AdditionalProperties":906}},{"4":{"Name":"Microsoft.Sql/servers/databases/automaticTuning@2021-08-01-preview","ScopeType":8,"Body":894,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/schemas/tables/columns"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/schemas/tables/columns","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":924,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":925,"Flags":10,"Description":"The resource api version"},"properties":{"Type":927,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseColumnProperties","Properties":{"columnType":{"Type":962,"Flags":0,"Description":"The column data type."},"temporalType":{"Type":966,"Flags":0,"Description":"The table temporal type."},"memoryOptimized":{"Type":2,"Flags":0,"Description":"Whether or not the column belongs to a memory optimized table."},"isComputed":{"Type":2,"Flags":0,"Description":"Whether or not the column is computed."}}}},{"6":{"Value":"image"}},{"6":{"Value":"text"}},{"6":{"Value":"uniqueidentifier"}},{"6":{"Value":"date"}},{"6":{"Value":"time"}},{"6":{"Value":"datetime2"}},{"6":{"Value":"datetimeoffset"}},{"6":{"Value":"tinyint"}},{"6":{"Value":"smallint"}},{"6":{"Value":"int"}},{"6":{"Value":"smalldatetime"}},{"6":{"Value":"real"}},{"6":{"Value":"money"}},{"6":{"Value":"datetime"}},{"6":{"Value":"float"}},{"6":{"Value":"sql_variant"}},{"6":{"Value":"ntext"}},{"6":{"Value":"bit"}},{"6":{"Value":"decimal"}},{"6":{"Value":"numeric"}},{"6":{"Value":"smallmoney"}},{"6":{"Value":"bigint"}},{"6":{"Value":"hierarchyid"}},{"6":{"Value":"geometry"}},{"6":{"Value":"geography"}},{"6":{"Value":"varbinary"}},{"6":{"Value":"varchar"}},{"6":{"Value":"binary"}},{"6":{"Value":"char"}},{"6":{"Value":"timestamp"}},{"6":{"Value":"nvarchar"}},{"6":{"Value":"nchar"}},{"6":{"Value":"xml"}},{"6":{"Value":"sysname"}},{"5":{"Elements":[928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,4]}},{"6":{"Value":"NonTemporalTable"}},{"6":{"Value":"HistoryTable"}},{"6":{"Value":"SystemVersionedTemporalTable"}},{"5":{"Elements":[963,964,965,4]}},{"4":{"Name":"Microsoft.Sql/servers/databases/schemas/tables/columns@2021-08-01-preview","ScopeType":8,"Body":926,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/advisors/recommendedActions"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/advisors/recommendedActions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":968,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":969,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":848,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/advisors/recommendedActions@2021-08-01-preview","ScopeType":8,"Body":970,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/schemas"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/schemas","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":972,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":973,"Flags":10,"Description":"The resource api version"}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/schemas@2021-08-01-preview","ScopeType":8,"Body":974,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/schemas/tables"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/schemas/tables","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":976,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":977,"Flags":10,"Description":"The resource api version"},"properties":{"Type":979,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DatabaseTableProperties","Properties":{"temporalType":{"Type":983,"Flags":0,"Description":"The table temporal type."},"memoryOptimized":{"Type":2,"Flags":0,"Description":"Whether or not the table is memory optimized."}}}},{"6":{"Value":"NonTemporalTable"}},{"6":{"Value":"HistoryTable"}},{"6":{"Value":"SystemVersionedTemporalTable"}},{"5":{"Elements":[980,981,982,4]}},{"4":{"Name":"Microsoft.Sql/servers/databases/schemas/tables@2021-08-01-preview","ScopeType":8,"Body":978,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":985,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":986,"Flags":10,"Description":"The resource api version"},"properties":{"Type":988,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"VulnerabilityAssessmentScanRecordProperties","Properties":{"scanId":{"Type":4,"Flags":2,"Description":"The scan ID."},"triggerType":{"Type":991,"Flags":2,"Description":"The scan trigger type."},"state":{"Type":996,"Flags":2,"Description":"The scan status."},"startTime":{"Type":4,"Flags":2,"Description":"The scan start time (UTC)."},"endTime":{"Type":4,"Flags":2,"Description":"The scan end time (UTC)."},"errors":{"Type":998,"Flags":2,"Description":"The scan errors."},"storageContainerPath":{"Type":4,"Flags":2,"Description":"The scan results storage container path."},"numberOfFailedSecurityChecks":{"Type":3,"Flags":2,"Description":"The number of failed security checks."}}}},{"6":{"Value":"OnDemand"}},{"6":{"Value":"Recurring"}},{"5":{"Elements":[989,990,4]}},{"6":{"Value":"Passed"}},{"6":{"Value":"Failed"}},{"6":{"Value":"FailedToRun"}},{"6":{"Value":"InProgress"}},{"5":{"Elements":[992,993,994,995,4]}},{"2":{"Name":"VulnerabilityAssessmentScanError","Properties":{"code":{"Type":4,"Flags":2,"Description":"The error code."},"message":{"Type":4,"Flags":2,"Description":"The error message."}}}},{"3":{"ItemType":997}},{"4":{"Name":"Microsoft.Sql/servers/databases/vulnerabilityAssessments/scans@2021-08-01-preview","ScopeType":8,"Body":987,"Flags":1}},{"6":{"Value":"current"}},{"5":{"Elements":[1000,4]}},{"6":{"Value":"Microsoft.Sql/servers/databases/dataWarehouseUserActivities"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/dataWarehouseUserActivities","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":1001,"Flags":9,"Description":"The resource name"},"type":{"Type":1002,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1003,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1005,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DataWarehouseUserActivitiesProperties","Properties":{"activeQueriesCount":{"Type":3,"Flags":2,"Description":"Count of running and suspended queries."}}}},{"4":{"Name":"Microsoft.Sql/servers/databases/dataWarehouseUserActivities@2021-08-01-preview","ScopeType":8,"Body":1004,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/deletedServers"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/deletedServers","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1007,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1008,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1010,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"DeletedServerProperties","Properties":{"version":{"Type":4,"Flags":2,"Description":"The version of the deleted server."},"deletionTime":{"Type":4,"Flags":2,"Description":"The deletion time of the deleted server."},"originalId":{"Type":4,"Flags":2,"Description":"The original ID of the server before deletion."},"fullyQualifiedDomainName":{"Type":4,"Flags":2,"Description":"The fully qualified domain name of the server."}}}},{"4":{"Name":"Microsoft.Sql/locations/deletedServers@2021-08-01-preview","ScopeType":4,"Body":1009,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1012,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1013,"Flags":10,"Description":"The resource api version"},"properties":{"Type":303,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps@2021-08-01-preview","ScopeType":8,"Body":1014,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/versions/steps"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/versions/steps","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1016,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1017,"Flags":10,"Description":"The resource api version"},"properties":{"Type":341,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/versions/steps@2021-08-01-preview","ScopeType":8,"Body":1018,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1020,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1021,"Flags":10,"Description":"The resource api version"},"properties":{"Type":303,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/executions/steps/targets@2021-08-01-preview","ScopeType":8,"Body":1022,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/jobAgents/jobs/versions"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/versions","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":3,"Flags":9,"Description":"The resource name"},"type":{"Type":1024,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1025,"Flags":10,"Description":"The resource api version"}}}},{"4":{"Name":"Microsoft.Sql/servers/jobAgents/jobs/versions@2021-08-01-preview","ScopeType":8,"Body":1026,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1028,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1029,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1031,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"LongTermRetentionBackupProperties","Properties":{"serverName":{"Type":4,"Flags":2,"Description":"The server name that the backup database belong to."},"serverCreateTime":{"Type":4,"Flags":2,"Description":"The create time of the server."},"databaseName":{"Type":4,"Flags":2,"Description":"The name of the database the backup belong to"},"databaseDeletionTime":{"Type":4,"Flags":2,"Description":"The delete time of the database"},"backupTime":{"Type":4,"Flags":2,"Description":"The time the backup was taken"},"backupExpirationTime":{"Type":4,"Flags":2,"Description":"The time the long term retention backup will expire."},"backupStorageRedundancy":{"Type":1036,"Flags":2,"Description":"The storage redundancy type of the backup"},"requestedBackupStorageRedundancy":{"Type":1041,"Flags":4,"Description":"The storage redundancy type of the backup"}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[1032,1033,1034,1035,4]}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[1037,1038,1039,1040,4]}},{"4":{"Name":"Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups@2021-08-01-preview","ScopeType":12,"Body":1030,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1043,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1044,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1046,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceLongTermRetentionBackupProperties","Properties":{"managedInstanceName":{"Type":4,"Flags":2,"Description":"The managed instance that the backup database belongs to."},"managedInstanceCreateTime":{"Type":4,"Flags":2,"Description":"The create time of the instance."},"databaseName":{"Type":4,"Flags":2,"Description":"The name of the database the backup belong to"},"databaseDeletionTime":{"Type":4,"Flags":2,"Description":"The delete time of the database"},"backupTime":{"Type":4,"Flags":2,"Description":"The time the backup was taken"},"backupExpirationTime":{"Type":4,"Flags":2,"Description":"The time the long term retention backup will expire."},"backupStorageRedundancy":{"Type":1051,"Flags":2,"Description":"The storage redundancy type of the backup"}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[1047,1048,1049,1050,4]}},{"4":{"Name":"Microsoft.Sql/locations/longTermRetentionManagedInstances/longTermRetentionDatabases/longTermRetentionManagedInstanceBackups@2021-08-01-preview","ScopeType":12,"Body":1045,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1053,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1054,"Flags":10,"Description":"The resource api version"},"properties":{"Type":927,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables/columns@2021-08-01-preview","ScopeType":8,"Body":1055,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/queries"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/queries","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1057,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1058,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1060,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"QueryProperties","Properties":{"queryText":{"Type":4,"Flags":0,"Description":"Query text."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/queries@2021-08-01-preview","ScopeType":8,"Body":1059,"Flags":1}},{"6":{"Value":"Default"}},{"5":{"Elements":[1062,4]}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/restoreDetails"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/restoreDetails","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":1063,"Flags":9,"Description":"The resource name"},"type":{"Type":1064,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1065,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1067,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedDatabaseRestoreDetailsProperties","Properties":{"status":{"Type":4,"Flags":2,"Description":"Restore status."},"currentRestoringFileName":{"Type":4,"Flags":2,"Description":"Current restoring file name."},"lastRestoredFileName":{"Type":4,"Flags":2,"Description":"Last restored file name."},"lastRestoredFileTime":{"Type":4,"Flags":2,"Description":"Last restored file time."},"percentCompleted":{"Type":3,"Flags":2,"Description":"Percent completed."},"unrestorableFiles":{"Type":1068,"Flags":2,"Description":"List of unrestorable files."},"numberOfFilesDetected":{"Type":3,"Flags":2,"Description":"Number of files detected."},"lastUploadedFileName":{"Type":4,"Flags":2,"Description":"Last uploaded file name."},"lastUploadedFileTime":{"Type":4,"Flags":2,"Description":"Last uploaded file time."},"blockReason":{"Type":4,"Flags":2,"Description":"The reason why restore is in Blocked state."}}}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/restoreDetails@2021-08-01-preview","ScopeType":8,"Body":1066,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/schemas"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/schemas","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1070,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1071,"Flags":10,"Description":"The resource api version"}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/schemas@2021-08-01-preview","ScopeType":8,"Body":1072,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/schemas/tables"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1074,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1075,"Flags":10,"Description":"The resource api version"},"properties":{"Type":979,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/schemas/tables@2021-08-01-preview","ScopeType":8,"Body":1076,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1078,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1079,"Flags":10,"Description":"The resource api version"},"properties":{"Type":988,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/scans@2021-08-01-preview","ScopeType":8,"Body":1080,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/operations"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/operations","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1082,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1083,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1085,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ManagedInstanceOperationProperties","Properties":{"managedInstanceName":{"Type":4,"Flags":2,"Description":"The name of the managed instance the operation is being performed on."},"operation":{"Type":4,"Flags":2,"Description":"The name of operation."},"operationFriendlyName":{"Type":4,"Flags":2,"Description":"The friendly name of operation."},"percentComplete":{"Type":3,"Flags":2,"Description":"The percentage of the operation completed."},"startTime":{"Type":4,"Flags":2,"Description":"The operation start time."},"state":{"Type":1092,"Flags":2,"Description":"The operation state."},"errorCode":{"Type":3,"Flags":2,"Description":"The operation error code."},"errorDescription":{"Type":4,"Flags":2,"Description":"The operation error description."},"errorSeverity":{"Type":3,"Flags":2,"Description":"The operation error severity."},"isUserError":{"Type":2,"Flags":2,"Description":"Whether or not the error is a user error."},"estimatedCompletionTime":{"Type":4,"Flags":2,"Description":"The estimated completion time of the operation."},"description":{"Type":4,"Flags":2,"Description":"The operation description."},"isCancellable":{"Type":2,"Flags":2,"Description":"Whether the operation can be cancelled."},"operationParameters":{"Type":1093,"Flags":2,"Description":"The operation parameters."},"operationSteps":{"Type":1095,"Flags":2,"Description":"The operation steps."}}}},{"6":{"Value":"Pending"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"CancelInProgress"}},{"6":{"Value":"Cancelled"}},{"5":{"Elements":[1086,1087,1088,1089,1090,1091,4]}},{"2":{"Name":"ManagedInstanceOperationParametersPair","Properties":{"currentParameters":{"Type":1094,"Flags":2,"Description":"The current parameters."},"requestedParameters":{"Type":1094,"Flags":2,"Description":"The requested parameters."}}}},{"2":{"Name":"UpsertManagedServerOperationParameters","Properties":{"family":{"Type":4,"Flags":0},"tier":{"Type":4,"Flags":0},"vCores":{"Type":3,"Flags":0},"storageSizeInGB":{"Type":3,"Flags":0}}}},{"2":{"Name":"ManagedInstanceOperationSteps","Properties":{"totalSteps":{"Type":4,"Flags":2,"Description":"The total number of operation steps."},"currentStep":{"Type":3,"Flags":2,"Description":"The number of current operation steps."},"stepsList":{"Type":1104,"Flags":2,"Description":"The operation steps list."}}}},{"2":{"Name":"UpsertManagedServerOperationStepWithEstimatesAndDuration","Properties":{"stepStartTime":{"Type":4,"Flags":0},"stepEndTime":{"Type":4,"Flags":0},"timeElapsed":{"Type":4,"Flags":0},"order":{"Type":3,"Flags":0},"name":{"Type":4,"Flags":0},"status":{"Type":1103,"Flags":0}}}},{"6":{"Value":"NotStarted"}},{"6":{"Value":"InProgress"}},{"6":{"Value":"SlowedDown"}},{"6":{"Value":"Completed"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"5":{"Elements":[1097,1098,1099,1100,1101,1102,4]}},{"3":{"ItemType":1096}},{"4":{"Name":"Microsoft.Sql/managedInstances/operations@2021-08-01-preview","ScopeType":8,"Body":1084,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/privateLinkResources"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/privateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1106,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1107,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1109,"Flags":2,"Description":"The private link resource group id."}}}},{"2":{"Name":"ManagedInstancePrivateLinkProperties","Properties":{"groupId":{"Type":4,"Flags":2,"Description":"The private link resource group id."},"requiredMembers":{"Type":1110,"Flags":2,"Description":"The private link resource required member names."},"requiredZoneNames":{"Type":1111,"Flags":2,"Description":"The private link resource required zone names."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/privateLinkResources@2021-08-01-preview","ScopeType":8,"Body":1108,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/privateLinkResources"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/privateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1113,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1114,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1116,"Flags":2,"Description":"The private link resource group id."}}}},{"2":{"Name":"PrivateLinkResourceProperties","Properties":{"groupId":{"Type":4,"Flags":2,"Description":"The private link resource group id."},"requiredMembers":{"Type":1117,"Flags":2,"Description":"The private link resource required member names."},"requiredZoneNames":{"Type":1118,"Flags":2,"Description":"The private link resource required zone names."}}}},{"3":{"ItemType":4}},{"3":{"ItemType":4}},{"4":{"Name":"Microsoft.Sql/servers/privateLinkResources@2021-08-01-preview","ScopeType":8,"Body":1115,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/recoverableDatabases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/recoverableDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1120,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1121,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1123,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"RecoverableManagedDatabaseProperties","Properties":{"lastAvailableBackupDate":{"Type":4,"Flags":2,"Description":"The last available backup date."}}}},{"4":{"Name":"Microsoft.Sql/managedInstances/recoverableDatabases@2021-08-01-preview","ScopeType":8,"Body":1122,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/replicationLinks"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/replicationLinks","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1125,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1126,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1128,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"ReplicationLinkProperties","Properties":{"partnerServer":{"Type":4,"Flags":2,"Description":"Resource partner server."},"partnerDatabase":{"Type":4,"Flags":2,"Description":"Resource partner database."},"partnerLocation":{"Type":4,"Flags":2,"Description":"Resource partner location."},"role":{"Type":1134,"Flags":2,"Description":"Local replication role."},"partnerRole":{"Type":1140,"Flags":2,"Description":"Partner replication role."},"replicationMode":{"Type":4,"Flags":2,"Description":"Replication mode."},"startTime":{"Type":4,"Flags":2,"Description":"Time at which the link was created."},"percentComplete":{"Type":3,"Flags":2,"Description":"Seeding completion percentage for the link."},"replicationState":{"Type":1145,"Flags":2,"Description":"Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED)."},"isTerminationAllowed":{"Type":2,"Flags":2,"Description":"Whether the user is currently allowed to terminate the link."},"linkType":{"Type":1148,"Flags":2,"Description":"Link type (GEO, NAMED)."}}}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"6":{"Value":"NonReadableSecondary"}},{"6":{"Value":"Source"}},{"6":{"Value":"Copy"}},{"5":{"Elements":[1129,1130,1131,1132,1133]}},{"6":{"Value":"Primary"}},{"6":{"Value":"Secondary"}},{"6":{"Value":"NonReadableSecondary"}},{"6":{"Value":"Source"}},{"6":{"Value":"Copy"}},{"5":{"Elements":[1135,1136,1137,1138,1139]}},{"6":{"Value":"PENDING"}},{"6":{"Value":"SEEDING"}},{"6":{"Value":"CATCH_UP"}},{"6":{"Value":"SUSPENDED"}},{"5":{"Elements":[1141,1142,1143,1144,4]}},{"6":{"Value":"GEO"}},{"6":{"Value":"NAMED"}},{"5":{"Elements":[1146,1147,4]}},{"4":{"Name":"Microsoft.Sql/servers/databases/replicationLinks@2021-08-01-preview","ScopeType":8,"Body":1127,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/restorableDroppedDatabases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/restorableDroppedDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1150,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1151,"Flags":10,"Description":"The resource api version"},"sku":{"Type":71,"Flags":2,"Description":"The name and tier of the SKU."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"tags":{"Type":1153,"Flags":2,"Description":"Resource tags."},"properties":{"Type":1154,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"RestorableDroppedDatabaseTags","Properties":{},"AdditionalProperties":4}},{"2":{"Name":"RestorableDroppedDatabaseProperties","Properties":{"databaseName":{"Type":4,"Flags":2,"Description":"The name of the database."},"maxSizeBytes":{"Type":3,"Flags":2,"Description":"The max size of the database expressed in bytes."},"creationDate":{"Type":4,"Flags":2,"Description":"The creation date of the database (ISO8601 format)."},"deletionDate":{"Type":4,"Flags":2,"Description":"The deletion date of the database (ISO8601 format)."},"earliestRestoreDate":{"Type":4,"Flags":2,"Description":"The earliest restore date of the database (ISO8601 format)."},"backupStorageRedundancy":{"Type":1159,"Flags":2,"Description":"The storage account type used to store backups for this database."}}}},{"6":{"Value":"Geo"}},{"6":{"Value":"Local"}},{"6":{"Value":"Zone"}},{"6":{"Value":"GeoZone"}},{"5":{"Elements":[1155,1156,1157,1158,4]}},{"4":{"Name":"Microsoft.Sql/servers/restorableDroppedDatabases@2021-08-01-preview","ScopeType":8,"Body":1152,"Flags":1}},{"6":{"Value":"Microsoft.Sql/managedInstances/restorableDroppedDatabases"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/managedInstances/restorableDroppedDatabases","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1161,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1162,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1164,"Flags":2,"Description":"Resource properties."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"tags":{"Type":1165,"Flags":2,"Description":"Resource tags."}}}},{"2":{"Name":"RestorableDroppedManagedDatabaseProperties","Properties":{"databaseName":{"Type":4,"Flags":2,"Description":"The name of the database."},"creationDate":{"Type":4,"Flags":2,"Description":"The creation date of the database (ISO8601 format)."},"deletionDate":{"Type":4,"Flags":2,"Description":"The deletion date of the database (ISO8601 format)."},"earliestRestoreDate":{"Type":4,"Flags":2,"Description":"The earliest restore date of the database (ISO8601 format)."}}}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/managedInstances/restorableDroppedDatabases@2021-08-01-preview","ScopeType":8,"Body":1163,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/databases/restorePoints"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/databases/restorePoints","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1167,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1168,"Flags":10,"Description":"The resource api version"},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":1170,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"RestorePointProperties","Properties":{"restorePointType":{"Type":1173,"Flags":2,"Description":"The type of restore point"},"earliestRestoreDate":{"Type":4,"Flags":2,"Description":"The earliest time to which this database can be restored"},"restorePointCreationDate":{"Type":4,"Flags":2,"Description":"The time the backup was taken"},"restorePointLabel":{"Type":4,"Flags":2,"Description":"The label of restore point for backup request by user"}}}},{"6":{"Value":"CONTINUOUS"}},{"6":{"Value":"DISCRETE"}},{"5":{"Elements":[1171,1172]}},{"4":{"Name":"Microsoft.Sql/servers/databases/restorePoints@2021-08-01-preview","ScopeType":8,"Body":1169,"Flags":1}},{"6":{"Value":"Microsoft.Sql/servers/advisors"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/advisors","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1175,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1176,"Flags":10,"Description":"The resource api version"},"kind":{"Type":4,"Flags":2,"Description":"Resource kind."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"properties":{"Type":831,"Flags":2,"Description":"Resource properties."}}}},{"4":{"Name":"Microsoft.Sql/servers/advisors@2021-08-01-preview","ScopeType":8,"Body":1177,"Flags":1}},{"6":{"Value":"current"}},{"6":{"Value":"Microsoft.Sql/servers/automaticTuning"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/servers/automaticTuning","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":1179,"Flags":9,"Description":"The resource name"},"type":{"Type":1180,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1181,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1183,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"AutomaticTuningServerProperties","Properties":{"desiredState":{"Type":1187,"Flags":0,"Description":"Automatic tuning desired state."},"actualState":{"Type":1191,"Flags":2,"Description":"Automatic tuning actual state."},"options":{"Type":1204,"Flags":0,"Description":"Automatic tuning options definition."}}}},{"6":{"Value":"Custom"}},{"6":{"Value":"Auto"}},{"6":{"Value":"Unspecified"}},{"5":{"Elements":[1184,1185,1186]}},{"6":{"Value":"Custom"}},{"6":{"Value":"Auto"}},{"6":{"Value":"Unspecified"}},{"5":{"Elements":[1188,1189,1190]}},{"2":{"Name":"AutomaticTuningServerOptions","Properties":{"desiredState":{"Type":1196,"Flags":0,"Description":"Automatic tuning option desired state."},"actualState":{"Type":1199,"Flags":2,"Description":"Automatic tuning option actual state."},"reasonCode":{"Type":3,"Flags":2,"Description":"Reason code if desired and actual state are different."},"reasonDesc":{"Type":1203,"Flags":2,"Description":"Reason description if desired and actual state are different."}}}},{"6":{"Value":"Off"}},{"6":{"Value":"On"}},{"6":{"Value":"Default"}},{"5":{"Elements":[1193,1194,1195]}},{"6":{"Value":"Off"}},{"6":{"Value":"On"}},{"5":{"Elements":[1197,1198]}},{"6":{"Value":"Default"}},{"6":{"Value":"Disabled"}},{"6":{"Value":"AutoConfigured"}},{"5":{"Elements":[1200,1201,1202]}},{"2":{"Name":"AutomaticTuningServerPropertiesOptions","Properties":{},"AdditionalProperties":1192}},{"4":{"Name":"Microsoft.Sql/servers/automaticTuning@2021-08-01-preview","ScopeType":8,"Body":1182,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/usages"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/usages","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1206,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1207,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1209,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"SubscriptionUsageProperties","Properties":{"displayName":{"Type":4,"Flags":2,"Description":"User-readable name of the metric."},"currentValue":{"Type":3,"Flags":2,"Description":"Current value of the metric."},"limit":{"Type":3,"Flags":2,"Description":"Boundary value of the metric."},"unit":{"Type":4,"Flags":2,"Description":"Unit of the metric."}}}},{"4":{"Name":"Microsoft.Sql/locations/usages@2021-08-01-preview","ScopeType":4,"Body":1208,"Flags":1}},{"6":{"Value":"Microsoft.Sql/locations/timeZones"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/locations/timeZones","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1211,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1212,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1214,"Flags":2,"Description":"Resource properties."}}}},{"2":{"Name":"TimeZoneProperties","Properties":{"timeZoneId":{"Type":4,"Flags":2,"Description":"The time zone id"},"displayName":{"Type":4,"Flags":2,"Description":"The time zone display name"}}}},{"4":{"Name":"Microsoft.Sql/locations/timeZones@2021-08-01-preview","ScopeType":4,"Body":1213,"Flags":1}},{"6":{"Value":"Microsoft.Sql/virtualClusters"}},{"6":{"Value":"2021-08-01-preview"}},{"2":{"Name":"Microsoft.Sql/virtualClusters","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":1216,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":1217,"Flags":10,"Description":"The resource api version"},"properties":{"Type":1219,"Flags":2,"Description":"Resource properties."},"location":{"Type":4,"Flags":2,"Description":"Resource location."},"tags":{"Type":1221,"Flags":2,"Description":"Resource tags."}}}},{"2":{"Name":"VirtualClusterProperties","Properties":{"subnetId":{"Type":4,"Flags":2,"Description":"Subnet resource ID for the virtual cluster."},"family":{"Type":4,"Flags":0,"Description":"If the service has different generations of hardware, for the same SKU, then that can be captured here."},"childResources":{"Type":1220,"Flags":2,"Description":"List of resources in this virtual cluster."},"maintenanceConfigurationId":{"Type":4,"Flags":0,"Description":"Specifies maintenance configuration id to apply to this virtual cluster."}}}},{"3":{"ItemType":4}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.Sql/virtualClusters@2021-08-01-preview","ScopeType":8,"Body":1218,"Flags":1}}] \ No newline at end of file diff --git a/generated/synapse/log.out b/generated/synapse/log.out index 543a147026..ba9eb90691 100644 --- a/generated/synapse/log.out +++ b/generated/synapse/log.out @@ -48,7 +48,7 @@ warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointConnectionForP warning | PreCheck/SchemaMissingType | The schema 'PrivateEndpointConnectionForPrivateLinkHub_ResourceCollectionResponse' with an undefined type and declared properties is a bit ambiguous. This has been auto-corrected to 'type:object' warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. warning | PreCheck/DuplicateSchema | Duplicate Schema named 'PrivateEndpointConnectionForPrivateLinkHubBasic' (5 differences): - - properties.id.$ref: "#/components/schemas/schemas:92" => "#/components/schemas/schemas:1320" + - properties.id.$ref: "#/components/schemas/schemas:92" => "#/components/schemas/schemas:1273" - properties.id.description: "identifier" => - properties.id.readOnly: true => - properties.properties.description: "Properties of private endpoint connection for private link hub" => diff --git a/generated/webpubsub/log.out b/generated/webpubsub/log.out index a1a4376260..302611dc7a 100644 --- a/generated/webpubsub/log.out +++ b/generated/webpubsub/log.out @@ -55,3 +55,11 @@ warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. warning | SkippedSemanticValidation | Semantic validation was skipped. warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. +warning | DeprecatedConfig | Using directive.0.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.1.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.2.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.3.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.4.suppress which is deprecated and will be removed in the future. +warning | DeprecatedConfig | Using directive.5.suppress which is deprecated and will be removed in the future. +warning | SkippedSemanticValidation | Semantic validation was skipped. +warning | PreCheck/CheckDuplicateSchemas | Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail. diff --git a/generated/webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json b/generated/webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json new file mode 100644 index 0000000000..6f9e13ccf8 --- /dev/null +++ b/generated/webpubsub/microsoft.signalrservice/2023-03-01-preview/types.json @@ -0,0 +1 @@ +[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Microsoft.SignalRService/webPubSub"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/webPubSub","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":8,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":9,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The billing information of the resource."},"properties":{"Type":17,"Flags":0,"Description":"A class that describes the properties of the resource"},"identity":{"Type":117,"Flags":0,"Description":"A class represent managed identities used for request and response"},"tags":{"Type":124,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ResourceSku","Properties":{"name":{"Type":4,"Flags":1,"Description":"The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1, Premium_P1"},"tier":{"Type":16,"Flags":0,"Description":"Optional tier of this particular SKU. 'Standard' or 'Free'. \r\n\r\n`Basic` is deprecated, use `Standard` instead."},"size":{"Type":4,"Flags":2,"Description":"Not used. Retained for future use."},"family":{"Type":4,"Flags":2,"Description":"Not used. Retained for future use."},"capacity":{"Type":3,"Flags":0,"Description":"Optional, integer. The unit count of the resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1;\r\n Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;\r\n Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;"}}}},{"6":{"Value":"Free"}},{"6":{"Value":"Basic"}},{"6":{"Value":"Standard"}},{"6":{"Value":"Premium"}},{"5":{"Elements":[12,13,14,15,4]}},{"2":{"Name":"WebPubSubProperties","Properties":{"provisioningState":{"Type":27,"Flags":2,"Description":"Provisioning state of the resource."},"externalIP":{"Type":4,"Flags":2,"Description":"The publicly accessible IP of the resource."},"hostName":{"Type":4,"Flags":2,"Description":"FQDN of the service instance."},"publicPort":{"Type":3,"Flags":2,"Description":"The publicly accessible port of the resource which is designed for browser/client side usage."},"serverPort":{"Type":3,"Flags":2,"Description":"The publicly accessible port of the resource which is designed for customer server side usage."},"version":{"Type":4,"Flags":2,"Description":"Version of the resource. Probably you need the same or higher version of client SDKs."},"privateEndpointConnections":{"Type":59,"Flags":2,"Description":"Private endpoint connections to the resource."},"sharedPrivateLinkResources":{"Type":78,"Flags":2,"Description":"The list of shared private link resources."},"tls":{"Type":79,"Flags":0,"Description":"TLS settings for the resource"},"hostNamePrefix":{"Type":4,"Flags":2,"Description":"Deprecated."},"liveTraceConfiguration":{"Type":80,"Flags":0,"Description":"Live trace configuration of a Microsoft.SignalRService resource."},"resourceLogConfiguration":{"Type":83,"Flags":0,"Description":"Resource log configuration of a Microsoft.SignalRService resource."},"networkACLs":{"Type":86,"Flags":0,"Description":"Network ACLs for the resource"},"publicNetworkAccess":{"Type":4,"Flags":0,"Description":"Enable or disable public network access. Default to \"Enabled\".\r\nWhen it's Enabled, network ACLs still apply.\r\nWhen it's Disabled, public network access is always disabled no matter what you set in network ACLs."},"disableLocalAuth":{"Type":2,"Flags":0,"Description":"DisableLocalAuth\r\nEnable or disable local auth with AccessKey\r\nWhen set as true, connection with AccessKey=xxx won't work."},"disableAadAuth":{"Type":2,"Flags":0,"Description":"DisableLocalAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work."}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[18,19,20,21,22,23,24,25,26,4]}},{"2":{"Name":"PrivateEndpointConnection","Properties":{"properties":{"Type":29,"Flags":0,"Description":"Private endpoint connection properties"},"id":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\""},"name":{"Type":4,"Flags":2,"Description":"The name of the resource"},"type":{"Type":4,"Flags":2,"Description":"The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"PrivateEndpointConnectionProperties","Properties":{"provisioningState":{"Type":39,"Flags":2,"Description":"Provisioning state of the resource."},"privateEndpoint":{"Type":40,"Flags":0,"Description":"Private endpoint"},"groupIds":{"Type":41,"Flags":2,"Description":"Group IDs"},"privateLinkServiceConnectionState":{"Type":42,"Flags":0,"Description":"Connection state of the private endpoint connection"}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[30,31,32,33,34,35,36,37,38,4]}},{"2":{"Name":"PrivateEndpoint","Properties":{"id":{"Type":4,"Flags":0,"Description":"Full qualified Id of the private endpoint"}}}},{"3":{"ItemType":4}},{"2":{"Name":"PrivateLinkServiceConnectionState","Properties":{"status":{"Type":47,"Flags":0,"Description":"Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."},"description":{"Type":4,"Flags":0,"Description":"The reason for approval/rejection of the connection."},"actionsRequired":{"Type":4,"Flags":0,"Description":"A message indicating if changes on the service provider require any updates on the consumer."}}}},{"6":{"Value":"Pending"}},{"6":{"Value":"Approved"}},{"6":{"Value":"Rejected"}},{"6":{"Value":"Disconnected"}},{"5":{"Elements":[43,44,45,46,4]}},{"2":{"Name":"SystemData","Properties":{"createdBy":{"Type":4,"Flags":0,"Description":"The identity that created the resource."},"createdByType":{"Type":53,"Flags":0,"Description":"The type of identity that created the resource."},"createdAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource creation (UTC)."},"lastModifiedBy":{"Type":4,"Flags":0,"Description":"The identity that last modified the resource."},"lastModifiedByType":{"Type":58,"Flags":0,"Description":"The type of identity that last modified the resource."},"lastModifiedAt":{"Type":4,"Flags":0,"Description":"The timestamp of resource last modification (UTC)"}}}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[49,50,51,52,4]}},{"6":{"Value":"User"}},{"6":{"Value":"Application"}},{"6":{"Value":"ManagedIdentity"}},{"6":{"Value":"Key"}},{"5":{"Elements":[54,55,56,57,4]}},{"3":{"ItemType":28}},{"2":{"Name":"SharedPrivateLinkResource","Properties":{"properties":{"Type":61,"Flags":0,"Description":"Describes the properties of an existing Shared Private Link Resource"},"id":{"Type":4,"Flags":2,"Description":"Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\""},"name":{"Type":4,"Flags":2,"Description":"The name of the resource"},"type":{"Type":4,"Flags":2,"Description":"The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"SharedPrivateLinkResourceProperties","Properties":{"groupId":{"Type":4,"Flags":1,"Description":"The group id from the provider of resource the shared private link resource is for"},"privateLinkResourceId":{"Type":4,"Flags":1,"Description":"The resource id of the resource the shared private link resource is for"},"provisioningState":{"Type":71,"Flags":2,"Description":"Provisioning state of the resource."},"requestMessage":{"Type":4,"Flags":0,"Description":"The request message for requesting approval of the shared private link resource"},"status":{"Type":77,"Flags":2,"Description":"Status of the shared private link resource"}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[62,63,64,65,66,67,68,69,70,4]}},{"6":{"Value":"Pending"}},{"6":{"Value":"Approved"}},{"6":{"Value":"Rejected"}},{"6":{"Value":"Disconnected"}},{"6":{"Value":"Timeout"}},{"5":{"Elements":[72,73,74,75,76,4]}},{"3":{"ItemType":60}},{"2":{"Name":"WebPubSubTlsSettings","Properties":{"clientCertEnabled":{"Type":2,"Flags":0,"Description":"Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier."}}}},{"2":{"Name":"LiveTraceConfiguration","Properties":{"enabled":{"Type":4,"Flags":0,"Description":"Indicates whether or not enable live trace.\r\nWhen it's set to true, live trace client can connect to the service.\r\nOtherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in \"categories\".\r\nAvailable values: true, false.\r\nCase insensitive."},"categories":{"Type":82,"Flags":0,"Description":"Gets or sets the list of category configurations."}}}},{"2":{"Name":"LiveTraceCategory","Properties":{"name":{"Type":4,"Flags":0,"Description":"Gets or sets the live trace category's name.\r\nAvailable values: ConnectivityLogs, MessagingLogs.\r\nCase insensitive."},"enabled":{"Type":4,"Flags":0,"Description":"Indicates whether or the live trace category is enabled.\r\nAvailable values: true, false.\r\nCase insensitive."}}}},{"3":{"ItemType":81}},{"2":{"Name":"ResourceLogConfiguration","Properties":{"categories":{"Type":85,"Flags":0,"Description":"Gets or sets the list of category configurations."}}}},{"2":{"Name":"ResourceLogCategory","Properties":{"name":{"Type":4,"Flags":0,"Description":"Gets or sets the resource log category's name.\r\nAvailable values: ConnectivityLogs, MessagingLogs.\r\nCase insensitive."},"enabled":{"Type":4,"Flags":0,"Description":"Indicates whether or the resource log category is enabled.\r\nAvailable values: true, false.\r\nCase insensitive."}}}},{"3":{"ItemType":84}},{"2":{"Name":"WebPubSubNetworkACLs","Properties":{"defaultAction":{"Type":89,"Flags":0,"Description":"Azure Networking ACL Action."},"publicNetwork":{"Type":90,"Flags":0,"Description":"Network ACL"},"privateEndpoints":{"Type":116,"Flags":0,"Description":"ACLs for requests from private endpoints"}}}},{"6":{"Value":"Allow"}},{"6":{"Value":"Deny"}},{"5":{"Elements":[87,88,4]}},{"2":{"Name":"NetworkACL","Properties":{"allow":{"Type":96,"Flags":0,"Description":"Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI."},"deny":{"Type":102,"Flags":0,"Description":"Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI."}}}},{"6":{"Value":"ClientConnection"}},{"6":{"Value":"ServerConnection"}},{"6":{"Value":"RESTAPI"}},{"6":{"Value":"Trace"}},{"5":{"Elements":[91,92,93,94,4]}},{"3":{"ItemType":95}},{"6":{"Value":"ClientConnection"}},{"6":{"Value":"ServerConnection"}},{"6":{"Value":"RESTAPI"}},{"6":{"Value":"Trace"}},{"5":{"Elements":[97,98,99,100,4]}},{"3":{"ItemType":101}},{"2":{"Name":"PrivateEndpointACL","Properties":{"name":{"Type":4,"Flags":1,"Description":"Name of the private endpoint connection"},"allow":{"Type":109,"Flags":0,"Description":"Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI."},"deny":{"Type":115,"Flags":0,"Description":"Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI."}}}},{"6":{"Value":"ClientConnection"}},{"6":{"Value":"ServerConnection"}},{"6":{"Value":"RESTAPI"}},{"6":{"Value":"Trace"}},{"5":{"Elements":[104,105,106,107,4]}},{"3":{"ItemType":108}},{"6":{"Value":"ClientConnection"}},{"6":{"Value":"ServerConnection"}},{"6":{"Value":"RESTAPI"}},{"6":{"Value":"Trace"}},{"5":{"Elements":[110,111,112,113,4]}},{"3":{"ItemType":114}},{"3":{"ItemType":103}},{"2":{"Name":"ManagedIdentity","Properties":{"type":{"Type":121,"Flags":0,"Description":"Represents the identity type: systemAssigned, userAssigned, None"},"userAssignedIdentities":{"Type":123,"Flags":0,"Description":"Get or set the user assigned identities"},"principalId":{"Type":4,"Flags":2,"Description":"Get the principal id for the system assigned identity.\r\nOnly be used in response."},"tenantId":{"Type":4,"Flags":2,"Description":"Get the tenant id for the system assigned identity.\r\nOnly be used in response"}}}},{"6":{"Value":"None"}},{"6":{"Value":"SystemAssigned"}},{"6":{"Value":"UserAssigned"}},{"5":{"Elements":[118,119,120,4]}},{"2":{"Name":"UserAssignedIdentityProperty","Properties":{"principalId":{"Type":4,"Flags":2,"Description":"Get the principal id for the user assigned identity"},"clientId":{"Type":4,"Flags":2,"Description":"Get the client id for the user assigned identity"}}}},{"2":{"Name":"ManagedIdentityUserAssignedIdentities","Properties":{},"AdditionalProperties":122}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.SignalRService/webPubSub@2023-03-01-preview","ScopeType":8,"Body":10,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/webPubSub/customCertificates"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/webPubSub/customCertificates","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":126,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":127,"Flags":10,"Description":"The resource api version"},"properties":{"Type":129,"Flags":1,"Description":"Custom certificate properties."},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"CustomCertificateProperties","Properties":{"provisioningState":{"Type":139,"Flags":2,"Description":"Provisioning state of the resource."},"keyVaultBaseUri":{"Type":4,"Flags":1,"Description":"Base uri of the KeyVault that stores certificate."},"keyVaultSecretName":{"Type":4,"Flags":1,"Description":"Certificate secret name."},"keyVaultSecretVersion":{"Type":4,"Flags":0,"Description":"Certificate secret version."}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[130,131,132,133,134,135,136,137,138,4]}},{"4":{"Name":"Microsoft.SignalRService/webPubSub/customCertificates@2023-03-01-preview","ScopeType":8,"Body":128,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/webPubSub/customDomains"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/webPubSub/customDomains","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":141,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":142,"Flags":10,"Description":"The resource api version"},"properties":{"Type":144,"Flags":1,"Description":"Properties of a custom domain."},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"CustomDomainProperties","Properties":{"provisioningState":{"Type":154,"Flags":2,"Description":"Provisioning state of the resource."},"domainName":{"Type":4,"Flags":1,"Description":"The custom domain name."},"customCertificate":{"Type":155,"Flags":1,"Description":"Reference to a resource."}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[145,146,147,148,149,150,151,152,153,4]}},{"2":{"Name":"ResourceReference","Properties":{"id":{"Type":4,"Flags":0,"Description":"Resource ID."}}}},{"4":{"Name":"Microsoft.SignalRService/webPubSub/customDomains@2023-03-01-preview","ScopeType":8,"Body":143,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/webPubSub/hubs"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/webPubSub/hubs","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":157,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":158,"Flags":10,"Description":"The resource api version"},"properties":{"Type":160,"Flags":1,"Description":"Properties of a hub."},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"WebPubSubHubProperties","Properties":{"eventHandlers":{"Type":168,"Flags":0,"Description":"Event handler of a hub."},"eventListeners":{"Type":177,"Flags":0,"Description":"Event listener settings for forwarding your client events to listeners.\r\nEvent listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients.\r\nOne event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter.\r\nMaximum count of event listeners among all hubs is 10."},"anonymousConnectPolicy":{"Type":4,"Flags":0,"Description":"The settings for configuring if anonymous connections are allowed for this hub: \"allow\" or \"deny\". Default to \"deny\"."}}}},{"2":{"Name":"EventHandler","Properties":{"urlTemplate":{"Type":4,"Flags":1,"Description":"Gets or sets the EventHandler URL template. You can use a predefined parameter {hub} and {event} inside the template, the value of the EventHandler URL is dynamically calculated when the client request comes in.\r\nFor example, UrlTemplate can be `http://example.com/api/{hub}/{event}`. The host part can't contains parameters."},"userEventPattern":{"Type":4,"Flags":0,"Description":"Gets or sets the matching pattern for event names.\r\nThere are 3 kinds of patterns supported:\r\n 1. \"*\", it matches any event name\r\n 2. Combine multiple events with \",\", for example \"event1,event2\", it matches event \"event1\" and \"event2\"\r\n 3. A single event name, for example, \"event1\", it matches \"event1\""},"systemEvents":{"Type":162,"Flags":0,"Description":"Gets or sets the list of system events."},"auth":{"Type":163,"Flags":0,"Description":"Upstream auth settings. If not set, no auth is used for upstream messages."}}}},{"3":{"ItemType":4}},{"2":{"Name":"UpstreamAuthSettings","Properties":{"type":{"Type":166,"Flags":0,"Description":"Upstream auth type enum."},"managedIdentity":{"Type":167,"Flags":0,"Description":"Managed identity settings for upstream."}}}},{"6":{"Value":"None"}},{"6":{"Value":"ManagedIdentity"}},{"5":{"Elements":[164,165,4]}},{"2":{"Name":"ManagedIdentitySettings","Properties":{"resource":{"Type":4,"Flags":0,"Description":"The Resource indicating the App ID URI of the target resource.\r\nIt also appears in the aud (audience) claim of the issued token."}}}},{"3":{"ItemType":161}},{"2":{"Name":"EventListener","Properties":{"filter":{"Type":170,"Flags":1,"Description":"A base class for event filter which determines whether an event should be sent to an event listener."},"endpoint":{"Type":174,"Flags":1,"Description":"An endpoint specifying where Web PubSub should send events to."}}}},{"7":{"Name":"EventListenerFilter","Discriminator":"type","BaseProperties":{},"Elements":{"EventName":171}}},{"2":{"Name":"EventNameFilter","Properties":{"systemEvents":{"Type":172,"Flags":0,"Description":"Gets or sets a list of system events. Supported events: \"connected\" and \"disconnected\". Blocking event \"connect\" is not supported because it requires a response."},"userEventPattern":{"Type":4,"Flags":0,"Description":"Gets or sets a matching pattern for event names.\r\nThere are 3 kinds of patterns supported:\r\n 1. \"*\", it matches any event name\r\n 2. Combine multiple events with \",\", for example \"event1,event2\", it matches events \"event1\" and \"event2\"\r\n 3. A single event name, for example, \"event1\", it matches \"event1\""},"type":{"Type":173,"Flags":1}}}},{"3":{"ItemType":4}},{"6":{"Value":"EventName"}},{"7":{"Name":"EventListenerEndpoint","Discriminator":"type","BaseProperties":{},"Elements":{"EventHub":175}}},{"2":{"Name":"EventHubEndpoint","Properties":{"fullyQualifiedNamespace":{"Type":4,"Flags":1,"Description":"The fully qualified namespace name of the Event Hub resource. For example, \"example.servicebus.windows.net\"."},"eventHubName":{"Type":4,"Flags":1,"Description":"The name of the Event Hub."},"type":{"Type":176,"Flags":1}}}},{"6":{"Value":"EventHub"}},{"3":{"ItemType":169}},{"4":{"Name":"Microsoft.SignalRService/webPubSub/hubs@2023-03-01-preview","ScopeType":8,"Body":159,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/webPubSub/privateEndpointConnections"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/webPubSub/privateEndpointConnections","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":179,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":180,"Flags":10,"Description":"The resource api version"},"properties":{"Type":29,"Flags":0,"Description":"Private endpoint connection properties"},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"4":{"Name":"Microsoft.SignalRService/webPubSub/privateEndpointConnections@2023-03-01-preview","ScopeType":8,"Body":181,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/webPubSub/replicas"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/webPubSub/replicas","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":183,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":184,"Flags":10,"Description":"The resource api version"},"sku":{"Type":11,"Flags":0,"Description":"The billing information of the resource."},"properties":{"Type":186,"Flags":0},"tags":{"Type":197,"Flags":0,"Description":"Resource tags."},"location":{"Type":4,"Flags":1,"Description":"The geo-location where the resource lives"},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"2":{"Name":"ReplicaProperties","Properties":{"provisioningState":{"Type":196,"Flags":2,"Description":"Provisioning state of the resource."}}}},{"6":{"Value":"Unknown"}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Canceled"}},{"6":{"Value":"Running"}},{"6":{"Value":"Creating"}},{"6":{"Value":"Updating"}},{"6":{"Value":"Deleting"}},{"6":{"Value":"Moving"}},{"5":{"Elements":[187,188,189,190,191,192,193,194,195,4]}},{"2":{"Name":"TrackedResourceTags","Properties":{},"AdditionalProperties":4}},{"4":{"Name":"Microsoft.SignalRService/webPubSub/replicas@2023-03-01-preview","ScopeType":8,"Body":185,"Flags":0}},{"6":{"Value":"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources"}},{"6":{"Value":"2023-03-01-preview"}},{"2":{"Name":"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":199,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":200,"Flags":10,"Description":"The resource api version"},"properties":{"Type":61,"Flags":0,"Description":"Describes the properties of an existing Shared Private Link Resource"},"systemData":{"Type":48,"Flags":2,"Description":"Azure Resource Manager metadata containing createdBy and modifiedBy information."}}}},{"4":{"Name":"Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2023-03-01-preview","ScopeType":8,"Body":201,"Flags":0}},{"2":{"Name":"WebPubSubKeys","Properties":{"primaryKey":{"Type":4,"Flags":0,"Description":"The primary access key."},"secondaryKey":{"Type":4,"Flags":0,"Description":"The secondary access key."},"primaryConnectionString":{"Type":4,"Flags":0,"Description":"Connection string constructed via the primaryKey"},"secondaryConnectionString":{"Type":4,"Flags":0,"Description":"Connection string constructed via the secondaryKey"}}}},{"8":{"Name":"listKeys","ResourceType":"Microsoft.SignalRService/webPubSub","ApiVersion":"2023-03-01-preview","Output":203}}] \ No newline at end of file diff --git a/generated/webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md b/generated/webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md new file mode 100644 index 0000000000..dfade88cb2 --- /dev/null +++ b/generated/webpubsub/microsoft.signalrservice/2023-03-01-preview/types.md @@ -0,0 +1,349 @@ +# Microsoft.SignalRService @ 2023-03-01-preview + +## Resource Microsoft.SignalRService/webPubSub@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **identity**: [ManagedIdentity](#managedidentity): A class represent managed identities used for request and response +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [WebPubSubProperties](#webpubsubproperties): A class that describes the properties of the resource +* **sku**: [ResourceSku](#resourcesku): The billing information of the resource. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.SignalRService/webPubSub' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/webPubSub/customCertificates@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [CustomCertificateProperties](#customcertificateproperties) (Required): Custom certificate properties. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.SignalRService/webPubSub/customCertificates' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/webPubSub/customDomains@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [CustomDomainProperties](#customdomainproperties) (Required): Properties of a custom domain. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.SignalRService/webPubSub/customDomains' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/webPubSub/hubs@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [WebPubSubHubProperties](#webpubsubhubproperties) (Required): Properties of a hub. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.SignalRService/webPubSub/hubs' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/webPubSub/privateEndpointConnections@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): Private endpoint connection properties +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.SignalRService/webPubSub/privateEndpointConnections' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/webPubSub/replicas@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **location**: string (Required): The geo-location where the resource lives +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [ReplicaProperties](#replicaproperties) +* **sku**: [ResourceSku](#resourcesku): The billing information of the resource. +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **tags**: [TrackedResourceTags](#trackedresourcetags): Resource tags. +* **type**: 'Microsoft.SignalRService/webPubSub/replicas' (ReadOnly, DeployTimeConstant): The resource type + +## Resource Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2023-03-01-preview +* **Valid Scope(s)**: ResourceGroup +### Properties +* **apiVersion**: '2023-03-01-preview' (ReadOnly, DeployTimeConstant): The resource api version +* **id**: string (ReadOnly, DeployTimeConstant): The resource id +* **name**: string (Required, DeployTimeConstant): The resource name +* **properties**: [SharedPrivateLinkResourceProperties](#sharedprivatelinkresourceproperties): Describes the properties of an existing Shared Private Link Resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: 'Microsoft.SignalRService/webPubSub/sharedPrivateLinkResources' (ReadOnly, DeployTimeConstant): The resource type + +## Function listKeys (Microsoft.SignalRService/webPubSub@2023-03-01-preview) +* **Resource**: Microsoft.SignalRService/webPubSub +* **ApiVersion**: 2023-03-01-preview +* **Output**: [WebPubSubKeys](#webpubsubkeys) + +## CustomCertificateProperties +### Properties +* **keyVaultBaseUri**: string (Required): Base uri of the KeyVault that stores certificate. +* **keyVaultSecretName**: string (Required): Certificate secret name. +* **keyVaultSecretVersion**: string: Certificate secret version. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. + +## CustomDomainProperties +### Properties +* **customCertificate**: [ResourceReference](#resourcereference) (Required): Reference to a resource. +* **domainName**: string (Required): The custom domain name. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. + +## EventHandler +### Properties +* **auth**: [UpstreamAuthSettings](#upstreamauthsettings): Upstream auth settings. If not set, no auth is used for upstream messages. +* **systemEvents**: string[]: Gets or sets the list of system events. +* **urlTemplate**: string (Required): Gets or sets the EventHandler URL template. You can use a predefined parameter {hub} and {event} inside the template, the value of the EventHandler URL is dynamically calculated when the client request comes in. +For example, UrlTemplate can be `http://example.com/api/{hub}/{event}`. The host part can't contains parameters. +* **userEventPattern**: string: Gets or sets the matching pattern for event names. +There are 3 kinds of patterns supported: + 1. "*", it matches any event name + 2. Combine multiple events with ",", for example "event1,event2", it matches event "event1" and "event2" + 3. A single event name, for example, "event1", it matches "event1" + +## EventListener +### Properties +* **endpoint**: [EventListenerEndpoint](#eventlistenerendpoint) (Required): An endpoint specifying where Web PubSub should send events to. +* **filter**: [EventListenerFilter](#eventlistenerfilter) (Required): A base class for event filter which determines whether an event should be sent to an event listener. + +## EventListenerEndpoint +* **Discriminator**: type + +### Base Properties + +### EventHubEndpoint +#### Properties +* **eventHubName**: string (Required): The name of the Event Hub. +* **fullyQualifiedNamespace**: string (Required): The fully qualified namespace name of the Event Hub resource. For example, "example.servicebus.windows.net". +* **type**: 'EventHub' (Required) + + +## EventListenerFilter +* **Discriminator**: type + +### Base Properties + +### EventNameFilter +#### Properties +* **systemEvents**: string[]: Gets or sets a list of system events. Supported events: "connected" and "disconnected". Blocking event "connect" is not supported because it requires a response. +* **type**: 'EventName' (Required) +* **userEventPattern**: string: Gets or sets a matching pattern for event names. +There are 3 kinds of patterns supported: + 1. "*", it matches any event name + 2. Combine multiple events with ",", for example "event1,event2", it matches events "event1" and "event2" + 3. A single event name, for example, "event1", it matches "event1" + + +## LiveTraceCategory +### Properties +* **enabled**: string: Indicates whether or the live trace category is enabled. +Available values: true, false. +Case insensitive. +* **name**: string: Gets or sets the live trace category's name. +Available values: ConnectivityLogs, MessagingLogs. +Case insensitive. + +## LiveTraceConfiguration +### Properties +* **categories**: [LiveTraceCategory](#livetracecategory)[]: Gets or sets the list of category configurations. +* **enabled**: string: Indicates whether or not enable live trace. +When it's set to true, live trace client can connect to the service. +Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in "categories". +Available values: true, false. +Case insensitive. + +## ManagedIdentity +### Properties +* **principalId**: string (ReadOnly): Get the principal id for the system assigned identity. +Only be used in response. +* **tenantId**: string (ReadOnly): Get the tenant id for the system assigned identity. +Only be used in response +* **type**: 'None' | 'SystemAssigned' | 'UserAssigned' | string: Represents the identity type: systemAssigned, userAssigned, None +* **userAssignedIdentities**: [ManagedIdentityUserAssignedIdentities](#managedidentityuserassignedidentities): Get or set the user assigned identities + +## ManagedIdentitySettings +### Properties +* **resource**: string: The Resource indicating the App ID URI of the target resource. +It also appears in the aud (audience) claim of the issued token. + +## ManagedIdentityUserAssignedIdentities +### Properties +### Additional Properties +* **Additional Properties Type**: [UserAssignedIdentityProperty](#userassignedidentityproperty) + +## NetworkACL +### Properties +* **allow**: 'ClientConnection' | 'RESTAPI' | 'ServerConnection' | 'Trace' | string[]: Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. +* **deny**: 'ClientConnection' | 'RESTAPI' | 'ServerConnection' | 'Trace' | string[]: Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. + +## PrivateEndpoint +### Properties +* **id**: string: Full qualified Id of the private endpoint + +## PrivateEndpointACL +### Properties +* **allow**: 'ClientConnection' | 'RESTAPI' | 'ServerConnection' | 'Trace' | string[]: Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. +* **deny**: 'ClientConnection' | 'RESTAPI' | 'ServerConnection' | 'Trace' | string[]: Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. +* **name**: string (Required): Name of the private endpoint connection + +## PrivateEndpointConnection +### Properties +* **id**: string (ReadOnly): Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" +* **name**: string (ReadOnly): The name of the resource +* **properties**: [PrivateEndpointConnectionProperties](#privateendpointconnectionproperties): Private endpoint connection properties +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: string (ReadOnly): The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" + +## PrivateEndpointConnectionProperties +### Properties +* **groupIds**: string[] (ReadOnly): Group IDs +* **privateEndpoint**: [PrivateEndpoint](#privateendpoint): Private endpoint +* **privateLinkServiceConnectionState**: [PrivateLinkServiceConnectionState](#privatelinkserviceconnectionstate): Connection state of the private endpoint connection +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. + +## PrivateLinkServiceConnectionState +### Properties +* **actionsRequired**: string: A message indicating if changes on the service provider require any updates on the consumer. +* **description**: string: The reason for approval/rejection of the connection. +* **status**: 'Approved' | 'Disconnected' | 'Pending' | 'Rejected' | string: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. + +## ReplicaProperties +### Properties +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. + +## ResourceLogCategory +### Properties +* **enabled**: string: Indicates whether or the resource log category is enabled. +Available values: true, false. +Case insensitive. +* **name**: string: Gets or sets the resource log category's name. +Available values: ConnectivityLogs, MessagingLogs. +Case insensitive. + +## ResourceLogConfiguration +### Properties +* **categories**: [ResourceLogCategory](#resourcelogcategory)[]: Gets or sets the list of category configurations. + +## ResourceReference +### Properties +* **id**: string: Resource ID. + +## ResourceSku +### Properties +* **capacity**: int: Optional, integer. The unit count of the resource. 1 by default. + +If present, following values are allowed: + Free: 1; + Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; + Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; +* **family**: string (ReadOnly): Not used. Retained for future use. +* **name**: string (Required): The name of the SKU. Required. + +Allowed values: Standard_S1, Free_F1, Premium_P1 +* **size**: string (ReadOnly): Not used. Retained for future use. +* **tier**: 'Basic' | 'Free' | 'Premium' | 'Standard' | string: Optional tier of this particular SKU. 'Standard' or 'Free'. + +`Basic` is deprecated, use `Standard` instead. + +## SharedPrivateLinkResource +### Properties +* **id**: string (ReadOnly): Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" +* **name**: string (ReadOnly): The name of the resource +* **properties**: [SharedPrivateLinkResourceProperties](#sharedprivatelinkresourceproperties): Describes the properties of an existing Shared Private Link Resource +* **systemData**: [SystemData](#systemdata) (ReadOnly): Azure Resource Manager metadata containing createdBy and modifiedBy information. +* **type**: string (ReadOnly): The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" + +## SharedPrivateLinkResourceProperties +### Properties +* **groupId**: string (Required): The group id from the provider of resource the shared private link resource is for +* **privateLinkResourceId**: string (Required): The resource id of the resource the shared private link resource is for +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. +* **requestMessage**: string: The request message for requesting approval of the shared private link resource +* **status**: 'Approved' | 'Disconnected' | 'Pending' | 'Rejected' | 'Timeout' | string (ReadOnly): Status of the shared private link resource + +## SystemData +### Properties +* **createdAt**: string: The timestamp of resource creation (UTC). +* **createdBy**: string: The identity that created the resource. +* **createdByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that created the resource. +* **lastModifiedAt**: string: The timestamp of resource last modification (UTC) +* **lastModifiedBy**: string: The identity that last modified the resource. +* **lastModifiedByType**: 'Application' | 'Key' | 'ManagedIdentity' | 'User' | string: The type of identity that last modified the resource. + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## TrackedResourceTags +### Properties +### Additional Properties +* **Additional Properties Type**: string + +## UpstreamAuthSettings +### Properties +* **managedIdentity**: [ManagedIdentitySettings](#managedidentitysettings): Managed identity settings for upstream. +* **type**: 'ManagedIdentity' | 'None' | string: Upstream auth type enum. + +## UserAssignedIdentityProperty +### Properties +* **clientId**: string (ReadOnly): Get the client id for the user assigned identity +* **principalId**: string (ReadOnly): Get the principal id for the user assigned identity + +## WebPubSubHubProperties +### Properties +* **anonymousConnectPolicy**: string: The settings for configuring if anonymous connections are allowed for this hub: "allow" or "deny". Default to "deny". +* **eventHandlers**: [EventHandler](#eventhandler)[]: Event handler of a hub. +* **eventListeners**: [EventListener](#eventlistener)[]: Event listener settings for forwarding your client events to listeners. +Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients. +One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter. +Maximum count of event listeners among all hubs is 10. + +## WebPubSubKeys +### Properties +* **primaryConnectionString**: string: Connection string constructed via the primaryKey +* **primaryKey**: string: The primary access key. +* **secondaryConnectionString**: string: Connection string constructed via the secondaryKey +* **secondaryKey**: string: The secondary access key. + +## WebPubSubNetworkACLs +### Properties +* **defaultAction**: 'Allow' | 'Deny' | string: Azure Networking ACL Action. +* **privateEndpoints**: [PrivateEndpointACL](#privateendpointacl)[]: ACLs for requests from private endpoints +* **publicNetwork**: [NetworkACL](#networkacl): Network ACL + +## WebPubSubProperties +### Properties +* **disableAadAuth**: bool: DisableLocalAuth +Enable or disable aad auth +When set as true, connection with AuthType=aad won't work. +* **disableLocalAuth**: bool: DisableLocalAuth +Enable or disable local auth with AccessKey +When set as true, connection with AccessKey=xxx won't work. +* **externalIP**: string (ReadOnly): The publicly accessible IP of the resource. +* **hostName**: string (ReadOnly): FQDN of the service instance. +* **hostNamePrefix**: string (ReadOnly): Deprecated. +* **liveTraceConfiguration**: [LiveTraceConfiguration](#livetraceconfiguration): Live trace configuration of a Microsoft.SignalRService resource. +* **networkACLs**: [WebPubSubNetworkACLs](#webpubsubnetworkacls): Network ACLs for the resource +* **privateEndpointConnections**: [PrivateEndpointConnection](#privateendpointconnection)[] (ReadOnly): Private endpoint connections to the resource. +* **provisioningState**: 'Canceled' | 'Creating' | 'Deleting' | 'Failed' | 'Moving' | 'Running' | 'Succeeded' | 'Unknown' | 'Updating' | string (ReadOnly): Provisioning state of the resource. +* **publicNetworkAccess**: string: Enable or disable public network access. Default to "Enabled". +When it's Enabled, network ACLs still apply. +When it's Disabled, public network access is always disabled no matter what you set in network ACLs. +* **publicPort**: int (ReadOnly): The publicly accessible port of the resource which is designed for browser/client side usage. +* **resourceLogConfiguration**: [ResourceLogConfiguration](#resourcelogconfiguration): Resource log configuration of a Microsoft.SignalRService resource. +* **serverPort**: int (ReadOnly): The publicly accessible port of the resource which is designed for customer server side usage. +* **sharedPrivateLinkResources**: [SharedPrivateLinkResource](#sharedprivatelinkresource)[] (ReadOnly): The list of shared private link resources. +* **tls**: [WebPubSubTlsSettings](#webpubsubtlssettings): TLS settings for the resource +* **version**: string (ReadOnly): Version of the resource. Probably you need the same or higher version of client SDKs. + +## WebPubSubTlsSettings +### Properties +* **clientCertEnabled**: bool: Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier. +